HomeSort by relevance Sort by last modified time
    Searched refs:column (Results 751 - 775 of 998) sorted by null

<<31323334353637383940

  /prebuilts/devtools/tools/lib/
org-eclipse-jface-3.6.2.jar 
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/
EditorWindow.py 416 self.status_bar.set_label('column', 'Col: ?', side=RIGHT)
419 self.text.bind("<<set-line-and-column>>", self.set_line_and_column)
420 self.text.event_add("<<set-line-and-column>>",
425 line, column = self.text.index(INSERT).split('.')
426 self.status_bar.set_label('column', 'Col: %s' % column)
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/
EditorWindow.py 416 self.status_bar.set_label('column', 'Col: ?', side=RIGHT)
419 self.text.bind("<<set-line-and-column>>", self.set_line_and_column)
420 self.text.event_add("<<set-line-and-column>>",
425 line, column = self.text.index(INSERT).split('.')
426 self.status_bar.set_label('column', 'Col: %s' % column)
    [all...]
  /prebuilts/tools/common/eclipse/
org.eclipse.jface_3.4.2.M20090107-0800.jar 
org.eclipse.jface_3.6.2.M20110210-1200.jar 
  /prebuilts/tools/common/m2/repository/com/android/external/eclipse/org-eclipse-jface/3.6.2/
org-eclipse-jface-3.6.2.jar 
  /build/tools/droiddoc/templates-sdk/assets/js/
docs.js     [all...]
  /external/grub/docs/
texinfo.tex     [all...]
  /external/chromium_org/third_party/jemalloc/chromium/
jemalloc.c 5270 int fd, nread, column; local
    [all...]
  /external/chromium_org/third_party/jemalloc/vendor/
jemalloc.c 5259 int fd, nread, column; local
    [all...]
  /packages/apps/Exchange/src/com/android/exchange/adapter/
ContactsSyncParser.java     [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_xml_etree.py 742 junk after document element: line 1, column 12
1018 ParseError: undefined entity: line 1, column 10
1022 ParseError: undefined entity &entity;: line 5, column 10
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_xml_etree.py 742 junk after document element: line 1, column 12
1018 ParseError: undefined entity: line 1, column 10
1022 ParseError: undefined entity &entity;: line 5, column 10
    [all...]
  /prebuilts/sdk/17/
android.jar 
  /build/core/
config.mk 347 # Don't use column under Windows, cygwin or not
349 COLUMN:= cat
351 COLUMN:= column
  /cts/tests/tests/database/src/android/database/cts/
AbstractCursorTest.java 436 // Add an _id column if not in columnNames
534 public boolean isNull(int column) {
  /external/chromium_org/chrome/browser/ui/views/
task_manager_view.cc 78 virtual base::string16 GetText(int row, int column) OVERRIDE;
190 // Called by the column picker to pick up any new stat counters that
281 // Page column has no header label.
401 // TODO(erikkay): Width is hard-coded right now, so many column
  /external/chromium_org/chrome/common/extensions/docs/examples/extensions/benchmark/
options.js 339 // Get the results with a specific row (data set) and column (metric).
380 // Get the index of selected row or column.
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/
FilteredItemSelectionDialog.js 590 this._selectItemCallback(lineNumber, this._functionItems[itemIndex].column);
  /external/chromium_org/third_party/mesa/src/src/glsl/
glsl_parser_extras.cpp 484 this->location.column = 0;
  /external/chromium_org/third_party/sqlite/src/src/
parse.y 167 columnlist ::= columnlist COMMA column.
168 columnlist ::= column.
170 // A "column" is a complete description of a single column in a
171 // CREATE TABLE statement. This includes the column name, its
175 column(A) ::= columnid(X) type carglist. {
238 // The name of a column or table can be any of the following:
246 // as can be found after the column name in a CREATE TABLE statement.
268 // column name and column type in a CREATE TABLE statement
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.ui.views_3.5.0.I20100527-0800.jar 
  /external/guava/guava/src/com/google/common/collect/
ArrayTable.java 42 * <p>The allowed row and column keys must be supplied when the table is
43 * created. The table always contains a mapping for every row key / column pair.
44 * The value corresponding to a given row and column is null unless another
48 * keys and the number of supplied column keys. The {@code remove} and {@code
52 * <p>The ordering of the row and column keys provided when the table is
61 * <p>Null row keys or column keys are not permitted.
64 * where the array indices correspond to the position of a row or column in the
87 * @param columnKeys column keys that may be stored in the generated table
99 * iterable, to specify the allowed row keys and/or column keys. Note that
108 * separate mapping with column key {@code c}, the returned table contains
    [all...]
  /external/libvpx/libvpx/vp8/common/arm/neon/
sixtappredict16x16_neon.asm 69 sub r0, r0, #2 ;move srcptr back to (line-2) and (column-2)
302 sub r0, r0, #2 ;move srcptr back to (column-2)
sixtappredict8x4_neon.asm 58 sub r0, r0, #2 ;move srcptr back to (line-2) and (column-2)
307 sub r0, r0, #2 ;move srcptr back to (line-2) and (column-2)

Completed in 2649 milliseconds

<<31323334353637383940