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

<<21222324252627282930>>

  /development/samples/SearchableDictionary/src/com/example/android/searchabledict/
DictionaryDatabase.java 65 * SQLiteQueryBuilder. This is a good way to define aliases for column names, but must include
67 * columns w/o the need to know real column names and create the alias itself.
115 * which is an FTS3 search for the query text (plus a wildcard) inside the word column.
117 * - "rowid" is the unique id for all rows but we need this value for the "_id" column in
137 * actual columns in the database, creating a simple column alias mechanism
138 * by which the ContentProvider does not need to know the real column names
165 /* Note that FTS3 does not support column constraints and thus, you cannot
  /external/chromium-trace/catapult/tracing/tracing/value/ui/
generic_table_view.html 213 // table column must have fixed size.
228 var hasColumnThatIsNumeric = columns.some(function(column) {
229 return column.isInNumericMode;
235 columns.forEach(function(column) {
236 if (!column.isInNumericMode)
240 var fieldValue = item[column.fieldName];
245 totalsItems[column.fieldName] = totalsItem;
  /external/clang/lib/Format/
WhitespaceManager.h 67 /// relative column offset between a line of a block comment and the start of
155 // comment. \c IndentationOffset is a relative column offset to this
156 // change, so that the correct column can be reconstructed at the end of
178 /// the specified \p Column.
179 void alignTrailingComments(unsigned Start, unsigned End, unsigned Column);
185 /// the specified \p Column.
186 void alignEscapedNewlines(unsigned Start, unsigned End, unsigned Column);
  /external/jsilver/src/com/google/clearsilver/jsilver/template/
DefaultRenderingContext.java 62 private int column; field in class:DefaultRenderingContext
120 autoEscapeContext.setCurrentPosition(line, column);
146 return "[" + getCurrentResourceName() + ":" + line + ":" + column + "]";
156 autoEscapeContext.setCurrentPosition(line, column);
177 public void setCurrentPosition(int line, int column) {
181 this.column = column;
  /external/llvm/test/DebugInfo/Generic/Inputs/
gmlt.ll 147 !13 = !DILocation(line: 1, column: 12, scope: !4)
148 !14 = !DILocation(line: 2, column: 53, scope: !7)
149 !15 = !DILocation(line: 3, column: 44, scope: !8)
150 !16 = !DILocation(line: 3, column: 50, scope: !8)
151 !17 = !DILocation(line: 3, column: 44, scope: !8, inlinedAt: !18)
152 !18 = !DILocation(line: 4, column: 13, scope: !9)
153 !19 = !DILocation(line: 4, column: 19, scope: !9)
  /external/llvm/test/DebugInfo/Inputs/
gmlt.ll 147 !13 = !DILocation(line: 1, column: 12, scope: !4)
148 !14 = !DILocation(line: 2, column: 53, scope: !7)
149 !15 = !DILocation(line: 3, column: 44, scope: !8)
150 !16 = !DILocation(line: 3, column: 50, scope: !8)
151 !17 = !DILocation(line: 3, column: 44, scope: !8, inlinedAt: !18)
152 !18 = !DILocation(line: 4, column: 13, scope: !9)
153 !19 = !DILocation(line: 4, column: 19, scope: !9)
  /external/llvm/test/DebugInfo/X86/
fission-inline.ll 115 !20 = distinct !DILexicalBlock(line: 16, column: 13, file: !1, scope: !21)
116 !21 = distinct !DILexicalBlock(line: 16, column: 7, file: !1, scope: !10)
120 !25 = !DILocation(line: 17, column: 5, scope: !20)
121 !26 = !DILocation(line: 11, column: 3, scope: !11, inlinedAt: !27)
122 !27 = !DILocation(line: 18, column: 5, scope: !20)
123 !28 = !DILocation(line: 12, column: 3, scope: !11, inlinedAt: !27)
124 !29 = !DILocation(line: 21, column: 1, scope: !10)
  /libcore/luni/src/main/java/org/xml/sax/
SAXParseException.java 114 * @param columnNumber The column number of the end of the text that
145 * @param columnNumber The column number of the end of the text that
165 * @param columnNumber The column number of the error, or -1.
222 * The column number of the end of the text where the exception occurred.
224 * <p>The first column in a line is position 1.</p>
226 * @return An integer representing the column number, or -1
264 * @serial The column number, or -1.
  /packages/apps/UnifiedEmail/src/com/android/mail/ui/
ConversationUpdater.java 41 * Modify the given conversation by changing the column provided here to contain the value
42 * provided. Column names are listed in {@link UIProvider.ConversationColumns}, for example
51 * Modify the given conversation by changing the column provided here to contain the value
52 * provided. Column names are listed in {@link UIProvider.ConversationColumns}, for example
61 * Modify the given conversation by changing the column provided here to contain the value
62 * provided. Column names are listed in {@link UIProvider.ConversationColumns}, for example
72 * contain the values provided. Column names are listed in
  /frameworks/base/docs/html/reference/android/support/test/espresso/matcher/
CursorMatchers.html 361 <p>Returns a matcher that matches a byte[] at a given column index
389 <p>Returns a matcher that matches a byte[] at a given column index
417 <p>Returns a matcher that matches a byte[] at a given column index
445 <p>Returns a matcher that matches a byte[] at a given column index
473 <p>Returns a matcher that matches a byte[] at a given column index
501 <p>Returns a matcher that matches a <code><a href="/reference/java/lang/Double.html">Double</a></code> value at a given column index
529 <p>Returns a matcher that matches a <code><a href="/reference/java/lang/Double.html">Double</a></code> value at a given column index
557 <p>Returns a matcher that matches a <code><a href="/reference/java/lang/Double.html">Double</a></code> value at a given column index
585 <p>Returns a matcher that matches a <code><a href="/reference/java/lang/Double.html">Double</a></code> value at a given column index
613 <p>Returns a matcher that matches a <code><a href="/reference/java/lang/Double.html">Double</a></code> value at a given column inde
    [all...]
  /external/clang/test/Index/
comment-to-html-xml-conversion.cpp 36 // CHECK: comment-to-html-xml-conversion.cpp:[[@LINE-2]]:6: FunctionDecl=test_cmd_brief_like_1:{{.*}} BriefComment=[Aaa.] FullCommentAsHTML=[<p class="para-brief"> Aaa.</p>] FullCommentAsXML=[<Function file="{{[^"]+}}comment-to-html-xml-conversion.cpp" line="[[@LINE-2]]" column="6"><Name>test_cmd_brief_like_1</Name><USR>c:@F@test_cmd_brief_like_1#</USR><Declaration>void test_cmd_brief_like_1()</Declaration><Abstract><Para> Aaa.</Para></Abstract></Function>]
45 // CHECK: comment-to-html-xml-conversion.cpp:[[@LINE-2]]:6: FunctionDecl=test_cmd_brief_like_2:{{.*}} BriefComment=[Aaa.] FullCommentAsHTML=[<p class="para-brief"> Aaa.</p>] FullCommentAsXML=[<Function file="{{[^"]+}}comment-to-html-xml-conversion.cpp" line="[[@LINE-2]]" column="6"><Name>test_cmd_brief_like_2</Name><USR>c:@F@test_cmd_brief_like_2#</USR><Declaration>void test_cmd_brief_like_2()</Declaration><Abstract><Para> Aaa.</Para></Abstract></Function>]
57 // CHECK: comment-to-html-xml-conversion.cpp:[[@LINE-2]]:6: FunctionDecl=test_cmd_brief_like_3:{{.*}} BriefComment=[Aaa.] FullCommentAsHTML=[<p class="para-brief"> Aaa.</p>] FullCommentAsXML=[<Function file="{{[^"]+}}comment-to-html-xml-conversion.cpp" line="[[@LINE-2]]" column="6"><Name>test_cmd_brief_like_3</Name><USR>c:@F@test_cmd_brief_like_3#</USR><Declaration>void test_cmd_brief_like_3()</Declaration><Abstract><Para> Aaa.</Para></Abstract></Function>]
71 // CHECK: comment-to-html-xml-conversion.cpp:[[@LINE-2]]:6: FunctionDecl=test_cmd_brief_like_4:{{.*}} BriefComment=[Bbb.] FullCommentAsHTML=[<p class="para-brief"> Bbb.</p><p> Aaa.</p>] FullCommentAsXML=[<Function file="{{[^"]+}}comment-to-html-xml-conversion.cpp" line="[[@LINE-2]]" column="6"><Name>test_cmd_brief_like_4</Name><USR>c:@F@test_cmd_brief_like_4#</USR><Declaration>void test_cmd_brief_like_4()</Declaration><Abstract><Para> Bbb.</Para></Abstract><Discussion><Para> Aaa.</Para></Discussion></Function>]
89 // CHECK: comment-to-html-xml-conversion.cpp:[[@LINE-2]]:6: FunctionDecl=test_cmd_brief_like_5:{{.*}} BriefComment=[Bbb.] FullCommentAsHTML=[<p class="para-brief"> Bbb.</p><p> Aaa.</p><p> Ccc.</p>] FullCommentAsXML=[<Function file="{{[^"]+}}comment-to-html-xml-conversion.cpp" line="[[@LINE-2]]" column="6"><Name>test_cmd_brief_like_5</Name><USR>c:@F@test_cmd_brief_like_5#</USR><Declaration>void test_cmd_brief_like_5()</Declaration><Abstract><Para> Bbb.</Para></Abstract><Discussion><Para> Aaa.</Para><Para> Ccc.</Para></Discussion></Function>]
106 // CHECK: comment-to-html-xml-conversion.cpp:[[@LINE-2]]:6: FunctionDecl=test_cmd_brief_like_6:{{.*}} BriefComment=[Bbb.] FullCommentAsHTML=[<p class="para-brief"> Aaa. </p><p class="para-brief"> Bbb.</p>] FullCommentAsXML=[<Function file="{{[^"]+}}comment-to-html-xml-conversion.cpp" line="[[@LINE-2]]" column="6"><Name>test_cmd_brief_like_6</Name><USR>c:@F@test_cmd_brief_like_6#</USR><Declaration>void test_cmd_brief_like_6()</Declaration><Abstract><Para> Aaa. </Para></Abstract><Discussion><Para> Bbb.</Para></Discussion></Function>]
124 // CHECK: comment-to-html-xml-conversion.cpp:[[@LINE-2]]:6: FunctionDecl=test_cmd_brief_like_7:{{.*}} BriefComment=[Aaa.] FullCommentAsHTML=[<p class="para-brief"> Aaa.</p><p> Bbb.</p>] FullCommentAsXML=[<Function file="{{[^"]+}}comment-to-html-xml-conversion.cpp" line="[[@LINE-2]]" column="6"><Name>test_cmd_brief_like_7</Name><USR>c:@F@test_cmd_brief_like_7#</USR><Declaration>void test_cmd_brief_like_7()</Declaration><Abstract><Para> Aaa.</Para></Abstract><Discussion><Para> Bbb.</Para></Discussion></Function>]
144 // CHECK: comment-to-html-xml-conversion.cpp:[[@LINE-2]]:6: FunctionDecl=test_cmd_returns_like_1:{{.*}} FullCommentAsHTML=[<p class="para-brief"> Aaa.</p><div class="result-discussion"><p class="para-returns"><span class="word-returns">Returns</span> Bbb.</p></div>] FullCommentAsXML=[<Function file="{{[^"]+}}comment-to-html-xml-conversion.cpp" line="[[@LINE-2]]" column="6"><Name>test_cmd_returns_like_1</Name><USR>c:@F@test_cmd_returns_like_1#</USR><Declaration>void test_cmd_returns_like_1()</Declaration><Abstract><Para> Aaa.</Para></Abstract><ResultDiscussion><Para> Bbb.</Para></ResultDiscussion></Function>]
161 // CHECK: comment-to-html-xml-conversion.cpp:[[@LINE-2]]:6: FunctionDecl=test_cmd_returns_like_2:{{.*}} FullCommentAsHTML=[<p class="para-brief"> Aaa.</p><div class="result-discussion"><p class="para-returns"><span class="word-returns">Returns</span> Bbb.</p></div>] FullCommentAsXML=[<Function file="{{[^"]+}}comment-to-html-xml-conversion.cpp" line="[[@LINE-2]]" column="6"><Name>test_cmd_returns_like_2</Name><USR>c:@F@test_cmd_returns_like_2#</USR><Declaration>void test_cmd_returns_like_2()</Declaration><Abstract><Para> Aaa.</Para></Abstract><ResultDiscussion><Para> Bbb.</Para></ResultDiscussion></Function>]
177 // CHECK: comment-to-html-xml-conversion.cpp:[[@LINE-2]]:6: FunctionDecl=test_cmd_returns_like_3:{{.*}} FullCommentAsHTML=[<p class="para-brief"> Aaa.</p><div class="result-discussion"><p class="para-returns"><span class="word-returns">Returns</span> Bbb.</p></div>] FullCommentAsXML=[<Function file="{{[^"]+}}comment-to-html-xml-conversion.cpp" line="[[@LINE-2]]" column="6"><Name>test_cmd_returns_like_3</Name><USR>c:@F@test_cmd_returns_like_3#</USR><Declaration>void (…)
    [all...]
  /external/apache-commons-math/src/main/java/org/apache/commons/math/linear/
MatrixUtils.java 424 * Creates a column {@link RealMatrix} using the data from the input
427 * @param columnData the input column data
442 * Creates a column {@link FieldMatrix} using the data from the input
446 * @param columnData the input column data
465 * Creates a column {@link BigMatrix} using the data from the input
468 * @param columnData the input column data
485 * Creates a column {@link BigMatrix} using the data from the input
488 * @param columnData the input column data
505 * Creates a column {@link BigMatrix} using the data from the input
508 * @param columnData the input column dat
    [all...]
  /external/icu/android_icu4j/src/main/java/android/icu/impl/
PropsVectors.java 166 * In rows for code points [start..end], select the column, reset the mask
175 public void setValue(int start, int end, int column, int value, int mask) {
176 if (start < 0 || start > end || end > MAX_CP || column < 0
177 || column >= (columns - 2)) {
189 column += 2;
202 splitFirstRow = (start != v[firstRow] && value != (v[firstRow + column] & mask));
203 splitLastRow = (limit != v[lastRow + 1] && value != (v[lastRow + column] & mask));
267 firstRow += column;
268 lastRow += column;
282 public int getValue(int c, int column) {
    [all...]
  /external/icu/icu4c/source/common/
uprops.cpp 48 int32_t column; // SRC_PROPSVEC column, or "source" if mask==0 member in struct:BinaryProperty
55 return (u_getUnicodeProperties(c, prop.column)&prop.mask)!=0;
210 * column and mask values for binary properties from u_getUnicodeProperties().
215 * For them, column is the UPropertySource value.
294 int32_t column; // SRC_PROPSVEC column, or "source" if mask==0 member in struct:IntProperty
303 return (int32_t)(u_getUnicodeProperties(c, prop.column)&prop.mask)>>prop.shift;
307 return (uprv_getMaxValues(prop.column)&prop.mask)>>prop.shift;
421 * column, mask and shift values for int-value properties from u_getUnicodeProperties()
    [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
PropsVectors.java 164 * In rows for code points [start..end], select the column, reset the mask
173 public void setValue(int start, int end, int column, int value, int mask) {
174 if (start < 0 || start > end || end > MAX_CP || column < 0
175 || column >= (columns - 2)) {
187 column += 2;
200 splitFirstRow = (start != v[firstRow] && value != (v[firstRow + column] & mask));
201 splitLastRow = (limit != v[lastRow + 1] && value != (v[lastRow + column] & mask));
265 firstRow += column;
266 lastRow += column;
280 public int getValue(int c, int column) {
    [all...]
  /frameworks/base/core/java/android/widget/
SimpleCursorAdapter.java 93 * @param from A list of column names representing the data to bind to the UI. Can be null
95 * @param to The views that should display column in the "from" parameter.
232 * Return the index of the column used to get a String representation
247 * Defines the index of the column in the Cursor used to get a String
248 * representation of that Cursor. The column is used to convert the
299 * has been set, the String conversion column is used instead. If the
300 * conversion column is -1, the returned String is empty if the cursor
319 * Create a map from an array of strings to an array of column-id integers in cursor c.
350 * Change the cursor and change the column-to-view mappings at the same time.
353 * @param from A list of column names representing the data to bind to the UI. Can be null
    [all...]
  /frameworks/support/v4/java/android/support/v4/widget/
SimpleCursorAdapter.java 78 * @param from A list of column names representing the data to bind to the UI. Can be null
80 * @param to The views that should display column in the "from" parameter.
216 * Return the index of the column used to get a String representation
231 * Defines the index of the column in the Cursor used to get a String
232 * representation of that Cursor. The column is used to convert the
283 * has been set, the String conversion column is used instead. If the
284 * conversion column is -1, the returned String is empty if the cursor
303 * Create a map from an array of strings to an array of column-id integers in cursor c.
334 * Change the cursor and change the column-to-view mappings at the same time.
337 * @param from A list of column names representing the data to bind to the UI. Can be null
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/
tokenize.py 10 the starting (row, column) indices of the token (a 2-tuple of ints)
11 the ending (row, column) indices of the token (a 2-tuple of ints)
275 column where the token begins in the source; a 2-tuple (erow, ecol) of
276 ints specifying the row and column where the token ends in the source;
317 column = 0
320 column += 1
322 column = (column//tabsize + 1)*tabsize
324 column = 0
344 if column > indents[-1]: # count indents or dedent
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/
tokenize.py 10 the starting (row, column) indices of the token (a 2-tuple of ints)
11 the ending (row, column) indices of the token (a 2-tuple of ints)
275 column where the token begins in the source; a 2-tuple (erow, ecol) of
276 ints specifying the row and column where the token ends in the source;
317 column = 0
320 column += 1
322 column = (column//tabsize + 1)*tabsize
324 column = 0
344 if column > indents[-1]: # count indents or dedent
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
tokenize.py 10 the starting (row, column) indices of the token (a 2-tuple of ints)
11 the ending (row, column) indices of the token (a 2-tuple of ints)
275 column where the token begins in the source; a 2-tuple (erow, ecol) of
276 ints specifying the row and column where the token ends in the source;
317 column = 0
320 column += 1
322 column = (column//tabsize + 1)*tabsize
324 column = 0
344 if column > indents[-1]: # count indents or dedent
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
tokenize.py 10 the starting (row, column) indices of the token (a 2-tuple of ints)
11 the ending (row, column) indices of the token (a 2-tuple of ints)
275 column where the token begins in the source; a 2-tuple (erow, ecol) of
276 ints specifying the row and column where the token ends in the source;
317 column = 0
320 column += 1
322 column = (column//tabsize + 1)*tabsize
324 column = 0
344 if column > indents[-1]: # count indents or dedent
    [all...]
  /development/samples/XmlAdapters/src/com/example/android/xmladapters/
Adapters.java 107 * <li><code>android:column</code>: Name of the column to select in the cursor during the
110 * <p><strong>Note:</strong> The column named <code>_id</code> is always implicitly
115 * <p>The <code>&lt;bind /&gt;</code> tag is used to bind a column from the cursor to
116 * a {@link android.view.View}. A column bound using this tag is automatically selected
126 * sure any required column is part of the query.</p>
130 * <li><code>android:from</code>: The name of the column to bind from.
144 * <p>For a binding to occur the data type of the bound column/view pair must be specified.
147 * <li><code>string</code>: The content of the column is interpreted as a string and must be
149 * <li><code>image</code>: The content of the column is interpreted as a blob describing a
    [all...]
  /external/webrtc/webrtc/examples/peerconnection/client/linux/
main_wnd.cc 53 GtkTreeViewColumn* column, gpointer data) {
54 reinterpret_cast<GtkMainWnd*>(data)->OnRowActivated(tree_view, path, column);
69 // Our TreeView only has one column, so it is column 0.
70 GtkTreeViewColumn* column = gtk_tree_view_get_column(tree_view, 0); local
72 gtk_tree_view_row_activated(tree_view, lastpath, column);
81 GtkTreeViewColumn* column = gtk_tree_view_column_new_with_attributes( local
83 gtk_tree_view_append_column(GTK_TREE_VIEW(list), column); local
372 GtkTreeViewColumn* column) {
  /frameworks/base/core/java/com/android/internal/widget/
LockPatternView.java 151 final int column; field in class:LockPatternView.Cell
168 * @param column The column of the cell.
170 private Cell(int row, int column) {
171 checkRange(row, column);
173 this.column = column;
181 return column;
184 public static Cell of(int row, int column) {
185 checkRange(row, column);
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/ui/
ResourceExplorerView.java 100 // create 2 columns. The main one with the resources, and an "info" column.
265 * object are provided then the column will listen to change in its width
270 * @param style The column style
271 * @param sample_text A sample text to figure out column width if preference
273 * @param fixedSize a fixed size. If != -1 the column is non resizable
274 * @param pref_name The preference entry name for column width
281 // create the column
289 // text and pack the column.
304 // listener to catch column resize to put the new width value into the store.

Completed in 1121 milliseconds

<<21222324252627282930>>