HomeSort by relevance Sort by last modified time
    Searched refs:column (Results 726 - 750 of 2687) sorted by null

<<21222324252627282930>>

  /prebuilts/gdb/darwin-x86/lib/python2.7/plat-mac/lib-scriptpackages/Finder/
__init__.py 142 getbaseclasses(column)
217 'lvcl' : column,
  /prebuilts/gdb/linux-x86/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)
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/gc/
timings.go 189 // determine column widths and contents
200 number = append(number, isnumber(col)) // first line determines column contents
205 // make column widths a multiple of align for more stable output
214 // print lines taking column widths and contents into account
  /prebuilts/go/linux-x86/src/cmd/compile/internal/gc/
timings.go 189 // determine column widths and contents
200 number = append(number, isnumber(col)) // first line determines column contents
205 // make column widths a multiple of align for more stable output
214 // print lines taking column widths and contents into account
  /prebuilts/ndk/r16/sources/third_party/shaderc/third_party/glslang/glslang/Include/
Common.h 224 void init() { name = nullptr; string = 0; line = 0; column = 0; }
235 int column; member in struct:glslang::TSourceLoc
  /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)
  /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)
  /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 */
  /toolchain/binutils/binutils-2.27/ld/testsuite/ld-mips-elf/
eh-frame1-n64.d 43 Return address column: 31
107 Return address column: 31
147 Return address column: 31
174 Return address column: 31
  /external/guava/guava-tests/test/com/google/common/collect/
TableCollectionTest.java 119 // since the transformation doesn't affect the row and column key sets.
506 return table.column(1).keySet();
509 .named("ArrayTable.column.keySet")
519 return table.column(1).keySet();
522 .named("HashBasedTable.column.keySet")
530 return table.column(1).keySet();
537 .named("TreeBasedTable.column.keySet")
545 return Tables.transformValues(table, Functions.toStringFunction()).column(1).keySet();
548 .named("TransformValues.column.keySet")
556 return Tables.unmodifiableTable(table).column(1).keySet()
    [all...]
  /external/elfutils/libdw/
dwarf_getsrclines.c 87 unsigned int column; member in struct:line_state
135 SET (column);
199 .column = 0,
497 state.column = 0;
645 /* Takes one uleb128 parameter which is stored in column. */
652 state.column = u128;
  /frameworks/base/cmds/content/src/com/android/commands/content/
Content.java 81 + " <BINDING> binds a typed value to a column and is formatted:\n"
85 + " Note: Omit the value for passing an empty string, e.g column:s:\n"
108 + " <PROJECTION> is a list of colon separated column names and is formatted:\n"
406 String column = argument.substring(0, firstColonIndex); local
410 values.put(column, value);
412 values.put(column, Boolean.parseBoolean(value));
414 values.put(column, Long.parseLong(value));
416 values.put(column, Double.parseDouble(value));
  /frameworks/support/recyclerview-selection/src/main/java/androidx/recyclerview/selection/
GridModel.java 69 // by their y-offset. For example, if the first column of the view starts at an x-value of 5,
70 // mColumns.get(5) would return an array of positions in that column. Within that array, the
221 * Updates the limits lists and column map with the given item metadata.
299 checkArgument(columnStart >= 0, "Rect doesn't intesect any known column.");
325 * row and column.
337 for (int column = columnStartIndex; column <= columnEndIndex; column++) {
338 SparseIntArray items = mColumns.get(mColumnBounds.get(column).lowerLimit);
354 if (isPossiblePositionNearestOrigin(column, columnStartIndex, columnEndIndex
    [all...]
  /packages/apps/DocumentsUI/src/com/android/documentsui/selection/
GridModel.java 69 // by their y-offset. For example, if the first column of the view starts at an x-value of 5,
70 // mColumns.get(5) would return an array of positions in that column. Within that array, the
219 * Updates the limits lists and column map with the given item metadata.
296 checkArgument(columnStart >= 0, "Rect doesn't intesect any known column.");
322 * row and column.
334 for (int column = columnStartIndex; column <= columnEndIndex; column++) {
335 SparseIntArray items = mColumns.get(mColumnBounds.get(column).lowerLimit);
351 if (isPossiblePositionNearestOrigin(column, columnStartIndex, columnEndIndex
    [all...]
  /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/icu/icu4c/source/test/perf/collationperf/
collperf.cpp 1551 int column = 0; local
    [all...]
  /external/python/cpython2/Lib/lib-tk/
ttk.py 1207 def column(self, column, option=None, **kw): member in class:Treeview
    [all...]
  /external/python/cpython3/Lib/tkinter/
ttk.py 1211 def column(self, column, option=None, **kw): member in class:Treeview
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/lib-tk/
ttk.py 1203 def column(self, column, option=None, **kw): member in class:Treeview
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/lib-tk/
ttk.py 1203 def column(self, column, option=None, **kw): member in class:Treeview
    [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...]
  /bionic/libc/kernel/tools/
cpp.py 179 if self.start.column <= other.column <= self.end.column:
183 if self.start.column <= other.column:
187 if other.column <= self.end.column:
339 if self._token.location.column != col:
435 print "%d:%d: %s" % (tok.location.line, tok.location.column, msg)
    [all...]
  /external/protobuf/src/google/protobuf/compiler/
parser.cc 324 void Parser::AddError(int line, int column, const string& error) {
326 error_collector_->AddError(line, column, error);
332 AddError(input_->current().line, input_->current().column, error);
341 location_->add_span(parser_->input_->current().column);
367 location_->add_span(parser_->input_->current().column);
382 location_->set_span(1, token.column);
594 AddError(syntax_token.line, syntax_token.column,
    [all...]

Completed in 2626 milliseconds

<<21222324252627282930>>