/external/autotest/client/site_tests/login_OobeLocalization/ |
login_OobeLocalization.py | 228 columns = line.strip().split() 231 if len(columns) == 5 and columns[4] == 'login': 232 login_keyboards.add(columns[0])
|
/external/clang/lib/Frontend/ |
TextDiagnostic.cpp | 176 /// of the printable representation of the line to the columns those printable 179 /// If a byte 'i' corresponds to multiple columns (e.g. the byte contains a tab 189 /// and instead is the number of columns needed to display the source 195 /// (\\u3042 is represented in UTF-8 by three bytes and takes two columns to 208 int columns = 0; 211 out[i] = columns; 214 columns += llvm::sys::locale::columnWidth(res.first); 216 out.back() = columns; 219 /// This function takes a raw source line and produces a mapping from columns 229 /// (\\u3042 is represented in UTF-8 by three bytes and takes two columns t [all...] |
/external/deqp/external/vulkancts/modules/vulkan/pipeline/ |
vktPipelineVertexUtil.hpp | 74 std::vector<Vertex4Tex4> createQuadMosaic (int rows, int columns);
|
/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/utils/ui/ |
GridLayoutFactory.java | 53 * Sets number of columns in {@link GridLayout}. 55 public GridLayoutFactory columns(int numColumns) { method in class:GridLayoutFactory 61 * Specifies whether all columns in the layout will be forced to have the same width.
|
/external/javasqlite/src/main/java/SQLite/ |
TableResult.java | 33 * Number of columns in the result set. 51 * Types of columns of the result set or null. 107 public void columns(String coldata[]) { method in class:TableResult
|
/external/sl4a/ScriptingLayerForAndroid/src/com/googlecode/android_scripting/provider/ |
ScriptProvider.java | 106 String[] columns = local 110 MatrixCursor cursor = new MatrixCursor(columns); 130 String[] columns = local 133 MatrixCursor cursor = new MatrixCursor(columns);
|
/prebuilts/gdb/darwin-x86/lib/python2.7/plat-mac/lib-scriptpackages/StdSuites/ |
Table_Suite.py | 40 columns = column variable
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/lib-scriptpackages/StdSuites/ |
Table_Suite.py | 40 columns = column variable
|
/external/emma/core/java12/com/vladium/emma/report/ |
ReportProperties.java | 325 final String columnList = getReportProperty (properties, type, IReportProperties.COLUMNS, false, IReportProperties.DEFAULT_COLUMNS); 333 if (! COLUMNS.get (columnName, out)) 348 // [assertion: columnNames contains all columns for the report (some 389 // silently ignore columns not in the column list: 392 COLUMNS.get (columnName, out); 431 // silently ignore columns not in the column list: 434 COLUMNS.get (columnName, out); 558 private static final ObjectIntMap /* col name:String -> metadata:IItemMetadata */ COLUMNS; // set in <clinit> 564 final ObjectIntMap columns = new ObjectIntMap (); typedefs 566 columns.put (IReportProperties.ITEM_NAME_COLUMN, IItemAttribute.ATTRIBUTE_NAME_ID) [all...] |
/toolchain/binutils/binutils-2.25/binutils/ |
bucomm.c | 371 int columns; 375 columns = 0; 376 colum = getenv ("COLUMNS"); 378 columns = atoi (colum); 379 if (columns == 0) 380 columns = 80; 389 while (wid < columns && bfd_target_vector[t] != NULL) 394 if (newwid >= columns) 368 int columns; local
|
/external/bison/data/ |
location.cc | 72 /// (column related) Advance to the COUNT next columns. 73 void columns (int count = 1) 91 res.columns (width); 215 /// Extend the current location to the COUNT next columns. 216 void columns (unsigned int count = 1) 248 res.columns (width); 255 res.columns (width);
|
/external/opencv3/modules/ts/misc/ |
summary.py | 15 def getSetName(tset, idx, columns, short = True): 16 if columns and len(columns) > idx: 17 prefix = columns[idx] 38 parser.add_option("", "--columns", dest="columns", default=None, metavar="NAMES", help="comma-separated list of column aliases") 43 parser.add_option("", "--regressions", dest="regressions", default=None, metavar="LIST", help="comma-separated custom regressions map: \"[r][c]#current-#reference\" (indexes of columns are 0-based, \"r\" - reverse flag, \"c\" - color flag for base data)") 57 if options.columns: 58 options.columns = [s.strip().replace("\\n", "\n") for s in options.columns.split(",") [all...] |
report.py | 11 parser.add_option("-c", "--columns", dest="columns", help="comma-separated list of columns to show", metavar="COLS", default="") 52 if options.columns: 53 metrics = [s.strip() for s in options.columns.split(",")]
|
/external/apache-commons-math/src/main/java/org/apache/commons/math/linear/ |
QRDecompositionImpl.java | 120 * Transform the rest of the columns of the minor: 373 final int columns = b.getColumnDimension(); local 375 final int cBlocks = (columns + blockSize - 1) / blockSize; 376 final double[][] xBlocks = BlockRealMatrix.createBlocksLayout(n, columns); 382 final int kEnd = FastMath.min(kStart + blockSize, columns); 441 return new BlockRealMatrix(n, columns, xBlocks, false);
|
/external/chromium-trace/catapult/third_party/py_vulcanize/third_party/rcssmin/bench/ |
write.py | 119 columns = ['%s (%.1f)' % ( 125 columns.append('n/a') 129 columns.append('(failed)') 131 columns.append('%s%.2f ms (%.1f %s)' % ( 139 rows.append(columns)
|
/external/chromium-trace/catapult/third_party/py_vulcanize/third_party/rjsmin/bench/ |
write.py | 122 columns = ['%s (%.1f)' % ( 128 columns.append('n/a') 132 columns.append('(failed)') 134 columns.append('%s%.2f ms (%.1f %s)' % ( 142 rows.append(columns)
|
/external/mesa3d/src/glsl/ |
lower_mat_op_to_vec.cpp | 135 /* following columns */ 166 /* following columns */ 251 const unsigned columns = a->type->matrix_columns; local 253 glsl_type::get_instance(GLSL_TYPE_BOOL, columns, 1); 260 for (unsigned i = 0; i < columns; i++) { 287 has_matrix_operand(const ir_expression *expr, unsigned &columns) 291 columns = expr->operands[i]->type->matrix_columns;
|
/frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/picker/ |
DatePicker.java | 35 * year, month, and day Columns. The "minDate" and "maxDate" from which dates to be selected 36 * can be customized. The columns can be customized by attribute "datePickerFormat" or 134 ArrayList<PickerColumn> columns = new ArrayList<PickerColumn>(3); local 141 columns.add(mYearColumn = new PickerColumn()); 149 columns.add(mMonthColumn = new PickerColumn()); 157 columns.add(mDayColumn = new PickerColumn()); 165 setColumns(columns);
|
/external/icu/icu4c/source/common/ |
ucnvsel.cpp | 68 int32_t columns = (result->encodingsCount+31)/32; local 71 for (int32_t col = 0; col < columns; col++) { 130 for (int32_t col = 0; col < columns; col++) { 141 result->pvCount *= columns; // number of uint32_t = rows * columns 715 int32_t columns = (sel->encodingsCount+31)/32; local 716 int16_t numOnes = countOnes(mask, columns); 723 for (j = 0 ; j < columns; j++) { 752 int32_t columns = (sel->encodingsCount+31)/32; local 753 uint32_t* mask = (uint32_t*) uprv_malloc(columns * 4) 794 int32_t columns = (sel->encodingsCount+31)\/32; local [all...] |
/external/chromium-trace/catapult/dashboard/dashboard/ |
add_point.py | 701 This includes the default "value" and "error" columns as well as all 702 supplemental columns, but it doesn't include "revision", and it doesn't 715 columns. 720 columns = {} 726 columns['value'] = float(row['value']) 732 columns['error'] = error 736 columns.update(_GetSupplementalColumns(row)) 737 return columns 741 """Gets a dict of supplemental columns. 743 If any columns are invalid, a warning is logged and they just aren't included [all...] |
/external/sl4a/ScriptingLayerForAndroid/src/org/connectbot/service/ |
TerminalBridge.java | 98 private int columns; field in class:TerminalBridge 482 if (newColumns == columns && newRows == rows) { 486 columns = newColumns; 508 int borderX = (columns * charWidth) + 1; 524 buffer.setScreenSize(columns, rows, true); 528 transport.setDimensions(columns, rows, width, height); 538 parent.notifyUser(String.format("%d x %d", columns, rows)); 540 Log.i(String.format("parentChanged() now width=%d, height=%d", columns, rows)); 711 columns = cols;
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/lint/ |
LintList.java | 621 // window where we show a hardcoded set of columns for a single file, deliberately 627 LintColumn[] columns = new LintColumn[mTree.getColumnCount()]; local 629 for (int i = 0; i < columns.length; i++) { 636 columns[positions[i]] = column; 648 LintColumn[] columns = getVisibleColumns(); local 651 for (int i = 0; i < columns.length; i++) { 652 LintColumn column = columns[i]; 692 TreeColumn[] columns = tree.getColumns(); local 693 for (int i = 0; i < columns.length; i++) { 694 if (column.equals(columns[i].getData(KEY_COLUMN))) [all...] |
/cts/tests/tests/widget/src/android/widget/cts/ |
AlphabetIndexerTest.java | 114 String[] columns = { "_id", listName }; 116 MatrixCursor cursor = new MatrixCursor(columns, listData.length);
|
/development/samples/SoftKeyboard/src/com/example/android/softkeyboard/ |
LatinKeyboard.java | 60 CharSequence characters, int columns, int horizontalPadding) { 61 super(context, layoutTemplateResId, characters, columns, horizontalPadding);
|
/external/opencv3/samples/cpp/ |
logistic_regression.cpp | 69 static void showImage(const Mat &data, int columns, const String &name) 74 bigImage.push_back(data.row(i).reshape(0, columns));
|