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

<<11121314151617181920>>

  /external/v8/test/mjsunit/es6/
generators-mirror.js 27 function TestGeneratorMirror(g, status, line, column, receiver) {
57 assertEquals(column, loc.column);
  /external/webrtc/webrtc/libjingle/xmllite/
xmlparser.h 37 virtual void GetPosition(unsigned long * line, unsigned long * column,
77 virtual void GetPosition(unsigned long * line, unsigned long * column,
85 void SetPosition(int line, int column, long byte_index);
  /frameworks/base/core/java/android/database/
AbstractCursor.java 90 abstract public String getString(int column);
92 abstract public short getShort(int column);
94 abstract public int getInt(int column);
96 abstract public long getLong(int column);
98 abstract public float getFloat(int column);
100 abstract public double getDouble(int column);
102 abstract public boolean isNull(int column);
105 public int getType(int column) {
114 public byte[] getBlob(int column) {
309 Log.e(TAG, "requesting column name with table name -- " + columnName, e)
    [all...]
  /frameworks/base/core/java/android/provider/
LiveFolders.java 122 * <tr><th>Column</th> <th>Type</th> <th>Description</th> <th>Required</th></tr>
145 * <td>The icon for the item. When this column value is not null, the values for the
152 * column {@link #ICON_RESOURCE} must be specified and the value for the column
159 * column {@link #ICON_PACKAGE} must be specified and the value for the column
178 * <p>Content provider column.</p>
186 * <p>Content provider column.</p>
197 * <p>Content provider column.</p>
207 * <p>Content provider column.</p
    [all...]
  /frameworks/base/core/java/android/view/animation/
GridLayoutAnimationController.java 148 * @param columnDelay the delay by which each column animation must be offset
159 * column to the other. The delay is expressed as a fraction of the
174 * children's animations are offset from one column to the other.
272 * will first play on the column, then on the rows.Z
305 final int column = getTransformedColumnIndex(params); local
324 viewDelay = (long) (row * rowDelay + column * rowsCount * rowDelay);
328 viewDelay = (long) (column * columnDelay + row * columnsCount * columnDelay);
333 viewDelay = (long) (column * columnDelay + row * rowDelay);
348 index = params.columnsCount - 1 - params.column;
358 index = params.column;
407 public int column; field in class:GridLayoutAnimationController.AnimationParameters
    [all...]
  /frameworks/base/core/tests/coretests/src/android/widget/focus/
AdjacentVerticalRectLists.java 75 mLeftColumn = new InternalSelectionView(this, 5, "left column");
80 mMiddleColumn = new InternalSelectionView(this, 5, "middle column");
85 mRightColumn = new InternalSelectionView(this, 5, "right column");
  /frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/picker/
DatePicker.java 203 public final void onColumnValueChanged(int column, int newVal) {
206 int oldVal = getColumnAt(column).getCurrentValue();
207 if (column == mColDayIndex) {
209 } else if (column == mColMonthIndex) {
211 } else if (column == mColYearIndex) {
316 * @param animation True to run animation to scroll the column.
332 private static boolean updateMin(PickerColumn column, int value) {
333 if (value != column.getMinValue()) {
334 column.setMinValue(value);
340 private static boolean updateMax(PickerColumn column, int value)
    [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/opp/
BluetoothShare.java 72 * The name of the column containing the URI of the file being
84 * The name of the column containing the filename that the incoming file
98 * The name of the column containing the filename where the shared file was
110 * The name of the column containing the MIME type of the shared file.
121 * The name of the column containing the direction (Inbound/Outbound) of the
133 * The name of the column containing Bluetooth Device Address that the
145 * The name of the column containing the flags that controls whether the
158 * The name of the column containing the current user confirmation state of
171 * The name of the column containing the current status of the transfer.
184 * The name of the column containing the total size of the file bein
    [all...]
  /packages/apps/Email/emailcommon/src/com/android/emailcommon/utility/
Utility.java 512 T get(Cursor cursor, int column);
517 public Long get(Cursor cursor, int column) {
518 return cursor.getLong(column);
524 public Integer get(Cursor cursor, int column) {
525 return cursor.getInt(column);
531 public String get(Cursor cursor, int column) {
532 return cursor.getString(column);
538 public byte[] get(Cursor cursor, int column) {
539 return cursor.getBlob(column);
559 * @return a generic in column {@code column} of the first result row, if the query returns a
    [all...]
  /packages/apps/UnifiedEmail/src/org/apache/james/mime4j/field/address/parser/
SimpleCharStream.java 34 protected int column = 0; field in class:SimpleCharStream
157 column++;
162 line += (column = 1);
172 line += (column = 1);
184 column--;
185 column += (tabSize - (column % tabSize));
192 bufcolumn[bufpos] = column;
262 column = startcolumn - 1;
285 column = startcolumn - 1
    [all...]
  /packages/apps/UnifiedEmail/src/org/apache/james/mime4j/field/contenttype/parser/
SimpleCharStream.java 34 protected int column = 0; field in class:SimpleCharStream
157 column++;
162 line += (column = 1);
172 line += (column = 1);
184 column--;
185 column += (tabSize - (column % tabSize));
192 bufcolumn[bufpos] = column;
262 column = startcolumn - 1;
285 column = startcolumn - 1
    [all...]
  /packages/apps/UnifiedEmail/src/org/apache/james/mime4j/field/datetime/parser/
SimpleCharStream.java 34 protected int column = 0; field in class:SimpleCharStream
157 column++;
162 line += (column = 1);
172 line += (column = 1);
184 column--;
185 column += (tabSize - (column % tabSize));
192 bufcolumn[bufpos] = column;
262 column = startcolumn - 1;
285 column = startcolumn - 1
    [all...]
  /packages/services/Telephony/src/org/apache/james/mime4j/field/address/parser/
SimpleCharStream.java 34 protected int column = 0; field in class:SimpleCharStream
157 column++;
162 line += (column = 1);
172 line += (column = 1);
184 column--;
185 column += (tabSize - (column % tabSize));
192 bufcolumn[bufpos] = column;
262 column = startcolumn - 1;
285 column = startcolumn - 1
    [all...]
  /packages/services/Telephony/src/org/apache/james/mime4j/field/contenttype/parser/
SimpleCharStream.java 34 protected int column = 0; field in class:SimpleCharStream
157 column++;
162 line += (column = 1);
172 line += (column = 1);
184 column--;
185 column += (tabSize - (column % tabSize));
192 bufcolumn[bufpos] = column;
262 column = startcolumn - 1;
285 column = startcolumn - 1
    [all...]
  /packages/services/Telephony/src/org/apache/james/mime4j/field/datetime/parser/
SimpleCharStream.java 34 protected int column = 0; field in class:SimpleCharStream
157 column++;
162 line += (column = 1);
172 line += (column = 1);
184 column--;
185 column += (tabSize - (column % tabSize));
192 bufcolumn[bufpos] = column;
262 column = startcolumn - 1;
285 column = startcolumn - 1
    [all...]
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/cfi/
cfi-common-6.d 11 Return address column: .*
30 Return address column: .*
54 Return address column: .*
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/i386/ilp32/cfi/
cfi-common-6.d 11 Return address column: .*
30 Return address column: .*
54 Return address column: .*
  /external/clang/test/Index/
overriding-method-comments.mm 22 // CHECK: FullCommentAsXML=[<Function isInstanceMethod="1" file="{{[^"]+}}overriding-method-comments.mm" line="[[@LINE-3]]" column="1"><Name>METH:</Name><USR>c:objc(cs)Root(im)METH:</USR><Declaration>- (void)METH:(id)AAA;</Declaration><Parameters><Parameter><Name>AAA</Name><Index>0</Index><Direction isExplicit="1">in</Direction><Discussion><Para> ZZZ</Para></Discussion></Parameter></Parameters></Function>]
31 // CHECK: FullCommentAsXML=[<Function isInstanceMethod="1" file="{{[^"]+}}overriding-method-comments.mm" line="[[@LINE-3]]" column="1"><Name>METH:</Name><USR>c:objc(cs)Root(im)METH:</USR><Declaration>- (void)METH:(id)BBB;</Declaration><Parameters><Parameter><Name>BBB</Name><Index>0</Index><Direction isExplicit="1">in</Direction><Discussion><Para> ZZZ</Para></Discussion></Parameter></Parameters></Function>]
37 // CHECK: FullCommentAsXML=[<Function isInstanceMethod="1" file="{{[^"]+}}overriding-method-comments.mm" line="[[@LINE-3]]" column="1"><Name>METH:</Name><USR>c:objc(cs)Root(im)METH:</USR><Declaration>- (void)METH:(id)III;</Declaration><Parameters><Parameter><Name>III</Name><Index>0</Index><Direction isExplicit="1">in</Direction><Discussion><Para> ZZZ</Para></Discussion></Parameter></Parameters></Function>]
51 // CHECK: FullCommentAsXML=[<Function isInstanceMethod="1" file="{{[^"]+}}overriding-method-comments.mm" line="[[@LINE-3]]" column="1"><Name>EXT_METH:::</Name><USR>c:objc(cs)Redec(im)EXT_METH:::</USR><Declaration>- (void)EXT_METH:(id)AAA:(double)BBB:(int)CCC;</Declaration><Parameters><Parameter><Name>AAA</Name><Index>0</Index><Direction isExplicit="1">in</Direction><Discussion><Para> input value </Para></Discussion></Parameter><Parameter><Name>BBB</Name><Index>1</Index><Direction isExplicit="1">in</Direction><Discussion><Para> 2nd input value is double</Para></Discussion></Parameter><Parameter><Name>CCC</Name><Index>2</Index><Direction isExplicit="1">out</Direction><Discussion><Para> output value is int </Para></Discussion></Parameter></Parameters></Function>]
57 // CHECK: FullCommentAsXML=[<Function isInstanceMethod="1" file="{{[^"]+}}overriding-method-comments.mm" line="[[@LINE-3]]" column="1"><Name>EXT_METH:::</Name><USR>c:objc(cs)Redec(im)EXT_METH:::</USR><Declaration>- (void)EXT_METH:(id)PPP:(double)QQQ:(int)RRR;</Declaration><Parameters><Parameter><Name>PPP</Name><Index>0</Index><Direction isExplicit="1">in</Direction><Discussion><Para> input value </Para></Discussion></Parameter><Parameter><Name>QQQ</Name><Index>1</Index><Direction isExplicit="1">in</Direction><Discussion><Para> 2nd input value is double</Para></Discussion></Parameter><Parameter><Name>RRR</Name><Index>2</Index><Direction isExplicit="1">out</Direction><Discussion><Para> output value is int </Para></Discussion></Parameter></Parameters></Function>]
64 // CHECK: FullCommentAsXML=[<Function isInstanceMethod="1" file="{{[^"]+}}overriding-method-comments.mm" line="[[@LINE-2]]" column="16"><Name>foo_pure</Name><USR>c:@S@Base@F@foo_pure#I#</USR><Declaration>virtual void foo_pure(int AAA) = 0</Declaration><Abstract><Para> Does something. </Para></Abstract><Parameters><Parameter><Name>AAA</Name><Index>0</Index><Direction isExplicit="0">in</Direction><Discussion><Para> argument to foo_pure.</Para></Discussion></Parameter></Parameters></Function>]
70 // CHECK: FullCommentAsXML=[<Function isInstanceMethod="1" file="{{[^"]+}}overriding-method-comments.mm" line="[[@LINE-2]]" column="16"><Name>foo_inline</Name><USR>c:@S@Base@F@foo_inline#I#</USR><Declaration>virtual void foo_inline(int BBB)</Declaration><Abstract><Para> Does something. </Para></Abstract><Parameters><Parameter><Name>BBB</Name><Index>0</Index><Direction isExplicit="0">in</Direction><Discussion><Para> argument to defined virtual.</Para></Discussion></Parameter></Parameters></Function>]
76 // CHECK: FullCommentAsXML=[<Function isInstanceMethod="1" file="{{[^"]+}}overriding-method-comments.mm" line="[[@LINE-2]]" column="16"><Name>foo_outofline</Name><USR>c:@S@Base@F@foo_outofline#I#</USR><Declaration>virtual void foo_outofline(int CCC)</Declaration><Abstract><Para> Does something. </Para></Abstract><Parameters><Parameter><Name>CCC</Name><Index>0</Index><Direction isExplicit="0">in</Direction><Discussion><Para> argument to undefined virtual.</Para></Discussion></Parameter></Parameters></Function>]
81 // CHECK: FullCommentAsXML=[<Function isInstanceMethod="1" file="{{[^"]+}}overriding-method-comments.mm" line="[[@LINE-2]]" column="12"><Name>foo_outofline</Name><USR>c:@S@Base@F@foo_outofline#I#</USR><Declaration>void foo_outofline(int RRR)</Declaration><Abstract><Para> Does something. </Para></Abstract><Parameters><Parameter><Name>RRR</Name><Index>0</Index><Direction isExplicit="0">in</Direction><Discussion><Para> argument to undefined virtual.</Para></Discussion></Parameter></Parameters></Function>]
86 // CHECK: FullCommentAsXML=[<Function isInstanceMethod="1" file="{{[^"]+}}overriding-method-comments.mm" line="[[@LINE-2]]" column="16"><Name>foo_pure</Name><USR>c:@S@Base@F@foo_pure#I#</USR><Declaration>virtual void foo_pure(int (…)
    [all...]
  /external/apache-commons-math/src/main/java/org/apache/commons/math/linear/
BlockFieldMatrix.java 93 * Create a new matrix with the supplied row and column dimensions.
98 * @throws IllegalArgumentException if row or column dimension is not
191 * column j is in array element <code>rawData[i][j]</code>. Blocks layout
734 // the submatrix block spans on one block column from the original matrix
758 // the submatrix block spans on one block column from the original matrix
785 * @param srcStartColumn start column in the source block
786 * @param srcEndColumn end column (exclusive) in the source block
790 * @param dstStartColumn start column in the destination block
    [all...]
BlockRealMatrix.java 91 * Create a new matrix with the supplied row and column dimensions.
95 * @throws IllegalArgumentException if row or column dimension is not
188 * column j is in array element <code>rawData[i][j]</code>. Blocks layout
759 // the submatrix block spans on one block column from the original matrix
783 // the submatrix block spans on one block column from the original matrix
811 * @param srcStartColumn start column in the source block
812 * @param srcEndColumn end column (exclusive) in the source block
    [all...]
  /external/chromium-trace/catapult/tracing/tracing/ui/base/
table_test.html 28 title: 'First Column',
33 title: 'Second Column',
45 // Check that the width of the first column was set correctly (despite no
50 // Check that the first column has a non-empty header.
53 return element.textContent === 'First Column';
64 title: 'First Column',
69 title: 'Second Column',
82 // Check that the width of the first column was set correctly (despite no
94 title: 'First Column',
99 title: 'Second Column',
    [all...]
  /cts/tests/tests/view/res/anim/
anim_gridlayout.xml 20 android:directionPriority="column"
  /development/samples/ApiDemos/res/anim/
layout_grid_fade.xml 19 android:directionPriority="column"
  /development/samples/Home/res/anim/
hide_applications.xml 19 android:directionPriority="column"
show_applications.xml 19 android:directionPriority="column"

Completed in 1481 milliseconds

<<11121314151617181920>>