HomeSort by relevance Sort by last modified time
    Searched full:column (Results 226 - 250 of 5155) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /packages/apps/QuickSearchBox/src/com/android/quicksearchbox/
CursorBackedSuggestionCursor.java 39 /** Column index of {@link SearchManager#SUGGEST_COLUMN_FORMAT} in @{link mCursor}. */
42 /** Column index of {@link SearchManager#SUGGEST_COLUMN_TEXT_1} in @{link mCursor}. */
45 /** Column index of {@link SearchManager#SUGGEST_COLUMN_TEXT_2} in @{link mCursor}. */
48 /** Column index of {@link SearchManager#SUGGEST_COLUMN_TEXT_2_URL} in @{link mCursor}. */
51 /** Column index of {@link SearchManager#SUGGEST_COLUMN_ICON_1} in @{link mCursor}. */
54 /** Column index of {@link SearchManager#SUGGEST_COLUMN_ICON_1} in @{link mCursor}. */
57 /** Column index of {@link SearchManager#SUGGEST_COLUMN_SPINNER_WHILE_REFRESHING}
242 * Gets the index of a column in {@link #mCursor} by name.
244 * @return The index, or {@code -1} if the column was not found.
258 * Gets the string value of a column in {@link #mCursor} by column index
    [all...]
  /art/tools/ahat/src/
NativeAllocationsHandler.java 56 new Column("Size", Column.Align.RIGHT),
57 new Column("Heap"),
58 new Column("Native Pointer"),
59 new Column("Referent"));
  /external/apache-commons-math/src/main/java/org/apache/commons/math/linear/
FieldMatrixChangingVisitor.java 39 * @param startColumn Initial column index
40 * @param endColumn Final column index (inclusive)
48 * @param column column index of the entry
53 T visit(int row, int column, T value)
FieldMatrixPreservingVisitor.java 39 * @param startColumn Initial column index
40 * @param endColumn Final column index (inclusive)
48 * @param column column index of the entry
52 void visit(int row, int column, T value)
RealMatrixChangingVisitor.java 38 * @param startColumn Initial column index
39 * @param endColumn Final column index (inclusive)
47 * @param column column index of the entry
52 double visit(int row, int column, double value)
RealMatrixPreservingVisitor.java 38 * @param startColumn Initial column index
39 * @param endColumn Final column index (inclusive)
47 * @param column column index of the entry
51 void visit(int row, int column, double value)
  /external/llvm/test/DebugInfo/X86/
dbg-const.ll 41 !7 = distinct !DILexicalBlock(line: 12, column: 52, file: !15, scope: !0)
43 !9 = !DILocation(line: 15, column: 12, scope: !7)
44 !10 = !DILocation(line: 23, column: 3, scope: !7)
45 !11 = !DILocation(line: 17, column: 3, scope: !7)
46 !12 = !DILocation(line: 18, column: 3, scope: !7)
live-debug-values.ll 126 !21 = !DILocation(line: 6, column: 14, scope: !4)
127 !22 = !DILocation(line: 6, column: 27, scope: !23)
129 !24 = !DILocation(line: 8, column: 12, scope: !25)
130 !25 = distinct !DILexicalBlock(scope: !4, file: !1, line: 8, column: 7)
131 !26 = !DILocation(line: 8, column: 7, scope: !4)
132 !27 = !DILocation(line: 11, column: 14, scope: !25)
137 !32 = !DILocation(line: 11, column: 9, scope: !25)
138 !33 = !DILocation(line: 7, column: 7, scope: !23)
139 !34 = !DILocation(line: 12, column: 7, scope: !4)
140 !35 = !DILocation(line: 13, column: 9, scope: !36
    [all...]
bbjoin.ll 86 !14 = !DILocation(line: 3, column: 3, scope: !4)
88 !16 = !DILocation(line: 3, column: 7, scope: !4)
93 !21 = !DILocation(line: 4, column: 3, scope: !4)
94 !22 = !DILocation(line: 5, column: 7, scope: !23)
95 !23 = distinct !DILexicalBlock(scope: !4, file: !1, line: 5, column: 7)
96 !24 = !DILocation(line: 5, column: 9, scope: !23)
97 !25 = !DILocation(line: 5, column: 7, scope: !4)
98 !26 = !DILocation(line: 6, column: 5, scope: !23)
99 !27 = !DILocation(line: 7, column: 10, scope: !4)
100 !28 = !DILocation(line: 8, column: 1, scope: !4
    [all...]
dbg-value-dag-combine.ll 35 !8 = !DILocation(line: 1, column: 42, scope: !0)
37 !10 = distinct !DILexicalBlock(line: 2, column: 1, file: !19, scope: !0)
38 !11 = !DILocation(line: 3, column: 41, scope: !10)
41 !14 = !DILocation(line: 4, column: 20, scope: !10)
42 !15 = !DILocation(line: 5, column: 15, scope: !10)
43 !16 = !DILocation(line: 6, column: 18, scope: !10)
44 !17 = !DILocation(line: 7, column: 1, scope: !0)
frame-register.ll 53 !17 = !DILocation(line: 2, column: 10, scope: !4)
54 !18 = !DILocation(line: 4, column: 10, scope: !4)
55 !19 = !DILocation(line: 4, column: 3, scope: !4)
57 !21 = !DILocation(line: 10, column: 7, scope: !9)
58 !22 = !DILocation(line: 11, column: 15, scope: !9)
59 !23 = !DILocation(line: 11, column: 10, scope: !9)
60 !24 = !DILocation(line: 11, column: 3, scope: !9)
  /frameworks/data-binding/extensions/baseAdapters/src/main/java/android/databinding/adapters/
TableLayoutBindingAdapter.java 50 int column = columns.keyAt(i); local
53 view.setColumnShrinkable(column, shrinkable);
68 int column = columns.keyAt(i); local
71 view.setColumnStretchable(column, stretchable);
90 // column index was defined in the XML file
  /prebuilts/gdb/darwin-x86/lib/python2.7/bsddb/
dbtables.py 123 _data = '._DATA_.' # this+column+this+rowid key contains table data
318 # checking sanity of the table and column names here on
323 for column in columns :
324 if contains_metastrings(column):
326 "bad column name: contains reserved metastrings")
333 # store the table's column info
403 # load the current column list
407 # create a hash table for fast lookups of column names in the
413 # create a new column list containing both the old and new
414 # column name
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/bsddb/
dbtables.py 123 _data = '._DATA_.' # this+column+this+rowid key contains table data
318 # checking sanity of the table and column names here on
323 for column in columns :
324 if contains_metastrings(column):
326 "bad column name: contains reserved metastrings")
333 # store the table's column info
403 # load the current column list
407 # create a hash table for fast lookups of column names in the
413 # create a new column list containing both the old and new
414 # column name
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/bsddb/
dbtables.py 123 _data = '._DATA_.' # this+column+this+rowid key contains table data
318 # checking sanity of the table and column names here on
323 for column in columns :
324 if contains_metastrings(column):
326 "bad column name: contains reserved metastrings")
333 # store the table's column info
403 # load the current column list
407 # create a hash table for fast lookups of column names in the
413 # create a new column list containing both the old and new
414 # column name
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/bsddb/
dbtables.py 123 _data = '._DATA_.' # this+column+this+rowid key contains table data
318 # checking sanity of the table and column names here on
323 for column in columns :
324 if contains_metastrings(column):
326 "bad column name: contains reserved metastrings")
333 # store the table's column info
403 # load the current column list
407 # create a hash table for fast lookups of column names in the
413 # create a new column list containing both the old and new
414 # column name
    [all...]
  /external/guava/guava-gwt/src-super/com/google/common/collect/super/com/google/common/collect/
ArrayTable.java 40 * <p>The allowed row and column keys must be supplied when the table is
41 * created. The table always contains a mapping for every row key / column pair.
42 * The value corresponding to a given row and column is null unless another
46 * keys and the number of supplied column keys. The {@code remove} and {@code
50 * <p>The ordering of the row and column keys provided when the table is
59 * <p>Null row keys or column keys are not permitted.
62 * where the array indices correspond to the position of a row or column in the
90 * @param columnKeys column keys that may be stored in the generated table
102 * iterable, to specify the allowed row keys and/or column keys. Note that
111 * separate mapping with column key {@code c}, the returned table contains
    [all...]
  /external/llvm/test/CodeGen/ARM/
2010-06-25-Thumb2ITInvalidIterator.ll 61 !11 = distinct !DILexicalBlock(line: 5, column: 1, file: !26, scope: !1)
65 !15 = !DILocation(line: 4, column: 24, scope: !1)
66 !16 = !DILocation(line: 4, column: 43, scope: !1)
67 !17 = !DILocation(line: 9, column: 2, scope: !11)
69 !19 = !DILocation(line: 10, column: 2, scope: !11)
70 !20 = !DILocation(line: 11, column: 2, scope: !11)
71 !21 = !DILocation(line: 12, column: 3, scope: !22)
72 !22 = distinct !DILexicalBlock(line: 11, column: 45, file: !26, scope: !11)
73 !23 = !DILocation(line: 13, column: 3, scope: !22)
74 !24 = !DILocation(line: 14, column: 2, scope: !22
    [all...]
  /external/llvm/test/Transforms/Inline/
alloca-dbgdeclare-merge.ll 91 !18 = !DILocation(line: 2, column: 8, scope: !4)
92 !19 = !DILocation(line: 3, column: 3, scope: !4)
93 !20 = !DILocation(line: 3, column: 11, scope: !4)
94 !21 = !DILocation(line: 4, column: 1, scope: !4)
96 !23 = !DILocation(line: 7, column: 8, scope: !7)
97 !24 = !DILocation(line: 8, column: 3, scope: !7)
98 !25 = !DILocation(line: 8, column: 11, scope: !7)
99 !26 = !DILocation(line: 9, column: 1, scope: !7)
100 !27 = !DILocation(line: 12, column: 3, scope: !8)
101 !28 = !DILocation(line: 13, column: 3, scope: !8
    [all...]
  /external/llvm/test/Transforms/LICM/
debug-value.ll 50 !11 = !DILocation(line: 281, column: 9, scope: !12)
51 !12 = distinct !DILexicalBlock(line: 272, column: 5, file: !25, scope: !13)
52 !13 = distinct !DILexicalBlock(line: 271, column: 5, file: !25, scope: !14)
53 !14 = distinct !DILexicalBlock(line: 267, column: 1, file: !25, scope: !10)
54 !15 = !DILocation(line: 271, column: 5, scope: !14)
55 !16 = !DILocation(line: 284, column: 10, scope: !17)
56 !17 = distinct !DILexicalBlock(line: 282, column: 9, file: !25, scope: !12)
60 !21 = !DILocation(line: 286, column: 14, scope: !22)
61 !22 = distinct !DILexicalBlock(line: 285, column: 13, file: !25, scope: !17)
62 !23 = !DILocation(line: 296, column: 13, scope: !17
    [all...]
  /cts/tests/tests/view/src/android/view/cts/util/
DrawingUtils.java 75 for (int column = 0; column < viewWidth; column++) {
76 int expectedPixelColor = rowGoldenPixels[column];
77 int actualPixelColor = rowPixels[column];
78 if (rowPixels[column] != expectedPixelColor) {
85 + "] but at position (" + row + "," + column + ") found ["
  /external/antlr/antlr-3.4/tool/src/main/java/org/antlr/tool/
Message.java 56 public int column = -1; field in class:Message
75 public void setColumn(int column) {
76 this.column = column;
104 if (column != -1) {
105 locationST.add("column", column+1);
  /external/llvm/test/Transforms/LoopIdiom/
debug-line.ll 41 !8 = !DILocation(line: 2, column: 18, scope: !0)
44 !11 = distinct !DILexicalBlock(line: 3, column: 3, file: !18, scope: !12)
45 !12 = distinct !DILexicalBlock(line: 2, column: 21, file: !18, scope: !0)
47 !14 = !DILocation(line: 3, column: 3, scope: !12)
48 !15 = !DILocation(line: 4, column: 5, scope: !11)
49 !16 = !DILocation(line: 3, column: 29, scope: !11)
50 !17 = !DILocation(line: 5, column: 1, scope: !12)
  /external/opencv3/samples/winrt/JavaScript/sample-utils/
sample-utils.css 40 -ms-grid-column: 2;
52 -ms-grid-column: 2;
58 -ms-grid-column: 2;
147 -ms-grid-column: 1;
153 -ms-grid-column: 2;
204 -ms-grid-column: 1;
211 -ms-grid-column: 1;
  /external/snakeyaml/src/main/java/org/yaml/snakeyaml/error/
Mark.java 28 private int column; field in class:Mark
32 public Mark(String name, int index, int line, int column, String buffer, int pointer) {
37 this.column = column;
98 where.append(", column ");
99 where.append(column + 1);
122 return column;

Completed in 955 milliseconds

1 2 3 4 5 6 7 8 91011>>