/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/utils/ |
CsvUtils.java | 269 private static void padToColumn(final StringBuilder sb, final int column) { 271 while ((padding = column - sb.length()) > 0) { 278 * Join CSV text fields with comma. The column positions of the fields can be specified 284 * @param columnPositions the array of column positions of the fields. It can be shorter than 285 * <code>fields</code> or null. Note that specifying the array column positions of the fields
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/ |
configHelpSourceEdit.py | 71 self.buttonOk.grid(row=0, column=0, padx=5,pady=5) 74 self.buttonCancel.grid(row=0, column=1, padx=5, pady=5)
|
Debugger.py | 121 self.bstack.grid(row=0, column=0) 126 self.bsource.grid(row=0, column=1) 132 self.blocals.grid(row=1, column=0) 137 self.bglobals.grid(row=1, column=1) 448 l.grid(row=0, column=0) 461 l.grid(row=row, column=0, sticky="nw") 464 l.grid(row=row, column=1, sticky="nw")
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/lib-scriptpackages/Finder/ |
__init__.py | 142 getbaseclasses(column) 217 'lvcl' : column,
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/ |
configHelpSourceEdit.py | 71 self.buttonOk.grid(row=0, column=0, padx=5,pady=5) 74 self.buttonCancel.grid(row=0, column=1, padx=5, pady=5)
|
Debugger.py | 121 self.bstack.grid(row=0, column=0) 126 self.bsource.grid(row=0, column=1) 132 self.blocals.grid(row=1, column=0) 137 self.bglobals.grid(row=1, column=1) 448 l.grid(row=0, column=0) 461 l.grid(row=row, column=0, sticky="nw") 464 l.grid(row=row, column=1, sticky="nw")
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/newxmlfile/ |
AddTranslationDialog.java | 312 TableColumn column = mTable.getColumn(i); local 313 availableWidth -= column.getWidth(); 316 TableColumn column = mTable.getColumn(DEFAULT_TRANSLATION_COLUMN); local 317 column.setWidth(column.getWidth() + availableWidth / 2); 318 column = mTable.getColumn(NEW_TRANSLATION_COLUMN); 319 column.setWidth(column.getWidth() + availableWidth / 2 + availableWidth % 2); 570 /** Editing support for the translation column */
|
/external/chromium_org/chrome/browser/resources/file_manager/js/photo/ |
tile_view.js | 116 // |baseCol| is the (tileview-wide) number of first column in |empty| array. 128 // Here we always have an empty cell in the first column fo |empty| array, 129 // and |baseCol| is the column number of it. 150 // first column. 177 * and a base (left one) column number. 208 * @param {number} col The origin column. 230 * @param {number} col The origin column.
|
/external/guava/guava-tests/test/com/google/common/collect/ |
TableCollectionTest.java | 118 // since the transformation doesn't affect the row and column key sets. 558 return table.column(1).keySet(); 561 .named("ArrayTable.column.keySet") 571 return table.column(1).keySet(); 574 .named("HashBasedTable.column.keySet") 583 return table.column(1).keySet(); 590 .named("TreeBasedTable.column.keySet") 599 return Tables.transformValues(table, Functions.toStringFunction()).column(1).keySet(); 602 .named("TransformValues.column.keySet") 611 return Tables.unmodifiableTable(table).column(1).keySet() [all...] |
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/src/org/eclipse/test/internal/performance/results/ui/ |
ConfigTab.java | 140 TableColumn column = new TableColumn(this.table, SWT.CENTER); local 141 column.setText (columnHeaders [i]); 150 TableColumn column = this.table.getColumn(i); local 151 column.setWidth(i==0?120:100); 154 column.setToolTipText(text); 222 * Get the current cell position (column, row) from a point position. 252 // return when position is over the last column 334 // The first column is the build name 358 // Read each column value
|
/external/grub/grub/ |
asmstub.c | 888 int column = 0; local 902 column += 2; 910 if (column < MAX_COLUMN) 913 column++; 918 column = 0;
|
/frameworks/base/cmds/content/src/com/android/commands/content/ |
Content.java | 71 + " <BINDING> binds a typed value to a column and is formatted:\n" 75 + " Note: Omit the value for passing an empty string, e.g column:s:\n" 98 + " <PROJECTION> is a list of colon separated column names and is formatted:\n" 317 String column = argument.substring(0, firstColonIndex); local 321 values.put(column, value); 323 values.put(column, Boolean.parseBoolean(value)); 325 values.put(column, Long.parseLong(value)); 327 values.put(column, Double.parseDouble(value));
|
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/common/layout/grid/ |
GridModelTest.java | 195 assertEquals(3, textViewData.column); 331 assertEquals(0, buttonData.column); [all...] |
/external/chromium_org/third_party/icu/source/test/perf/collationperf/ |
collperf.cpp | 1541 int column = 0; local [all...] |
/external/icu4c/test/perf/collationperf/ |
collperf.cpp | 1547 int column = 0; local [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib-tk/ |
ttk.py | 1203 def column(self, column, option=None, **kw): member in class:Treeview [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib-tk/ |
ttk.py | 1203 def column(self, column, option=None, **kw): member in class:Treeview [all...] |
/external/chromium_org/chrome/browser/resources/profiler/ |
profiler.js | 86 // The container node to put all the column (visibility) checkboxes into. 87 var COLUMN_TOGGLES_CONTAINER_ID = 'column-toggles-container'; 89 // The container node to put all the column (merge) checkboxes into. 90 var COLUMN_MERGE_TOGGLES_CONTAINER_ID = 'column-merge-toggles-container'; 92 // The anchor which toggles visibility of column checkboxes. 95 // The container node to show/hide when toggling the column checkboxes. 151 // To generalize computing/displaying the aggregate "counts" for each column, 307 * displayed in a column. 313 * [name]: This is displayed as the column's label. 315 * value for this column [all...] |
/packages/apps/Contacts/src/com/android/contacts/model/ |
RawContactModifier.java | 498 final String value = values.getAsString(field.column); 515 final String value1 = values1.getAsString(field.column); 516 final String value2 = values2.getAsString(field.column); 615 if (StructuredName.DISPLAY_NAME.equals(field.column)) { 670 if (StructuredPostal.FORMATTED_ADDRESS.equals(field.column)) { [all...] |
/external/chromium_org/chrome/browser/resources/task_manager/ |
main.js | 111 // Initializes compare functions for column sort. 217 var column = DEFAULT_COLUMNS[i]; 218 var columnId = column[0]; 224 column[2])); 242 var column = DEFAULT_COLUMNS[i]; 246 command.id = COMMAND_CONTEXTMENU_COLUMN_PREFIX + '-' + column[0]; 256 if (isColumnEnabled(column[0])) 437 cell.id = 'column-' + pid + '-' + cm.getId(i); 674 // Toggles the visibility of the column.
|
/external/chromium_org/third_party/sqlite/src/test/ |
collate4.test | 66 # Tests named collate4-1.1.* use indices with a single column. Tests 473 } {1 {column a is not unique}} 483 } {1 {column a is not unique}} 489 } {1 {column a is not unique}} 501 } {1 {column a is not unique}} 511 } {1 {column a is not unique}} 517 } {1 {column a is not unique}} 530 } {1 {column a is not unique}} 540 } {1 {column a is not unique}} 546 } {1 {column a is not unique} [all...] |
/external/jmonkeyengine/engine/src/core/com/jme3/math/ |
Matrix4f.java | 47 * Matrices are stored assuming column vectors on the right, with the translation
48 * in the rightmost column. Element numbering is row,column, so m03 is the zeroth
49 * row, third column, which is the "x" translation part. This means that the implicit
50 * storage order is column major. However, the get() and set() functions on float
104 * Create a new Matrix4f, given data in column-major format.
107 * An array of 16 floats in column-major format (translation in elements 12, 13 and 14).
224 * whether the outgoing data is in row or column major order.
335 * parameter. This column is returned as a float array of length 4.
338 * the column to retrieve. Must be between 0 and 3. [all...] |
/packages/apps/Browser/src/com/android/browser/provider/ |
BrowserProvider2.java | 372 static final String bookmarkOrHistoryColumn(String column) { 373 return "CASE WHEN bookmarks." + column + " IS NOT NULL THEN " + 374 "bookmarks." + column + " ELSE history." + column + " END AS " + column; 377 static final String bookmarkOrHistoryLiteral(String column, String bookmarkValue, 379 return "CASE WHEN bookmarks." + column + " IS NOT NULL THEN \"" + bookmarkValue + 383 static final String qualifyColumn(String table, String column) { 384 return table + "." + column + " AS " + column; [all...] |
BrowserProvider.java | 301 db.execSQL("ALTER TABLE bookmarks ADD COLUMN thumbnail BLOB DEFAULT NULL;"); 304 db.execSQL("ALTER TABLE bookmarks ADD COLUMN touch_icon BLOB DEFAULT NULL;"); 311 db.execSQL("ALTER TABLE bookmarks ADD COLUMN user_entered INTEGER;"); 314 /* SQLite does not support ALTER COLUMN, hence the lengthy code. */ 482 // column indices for the fields we need now and check before using below. 631 // Return the url in the intent query column. This is ignored 656 public double getDouble(int column) { 661 public float getFloat(int column) { 666 public int getInt(int column) { 671 public long getLong(int column) { [all...] |
/external/chromium_org/third_party/protobuf/src/google/protobuf/ |
text_format_unittest.cc | 758 int index, int line, int column) { 762 EXPECT_EQ(column, location.column); 775 void AddError(int line, int column, const string& message) { 777 line + 1, column + 1, message); 780 void AddWarning(int line, int column, const string& message) { 781 AddError(line, column, "WARNING:" + message); [all...] |