HomeSort by relevance Sort by last modified time
    Searched full:column (Results 126 - 150 of 2008) sorted by null

1 2 3 4 56 7 8 91011>>

  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/grid/
GridDropHandler.java 110 // Column matches:
186 int column = mGrid.getColumn(x1); local
189 int leftDistance = mGrid.getColumnDistance(column, x1);
190 int rightDistance = mGrid.getColumnDistance(column + 1, x1);
197 column++;
208 mColumnMatch = new GridMatch(SegmentType.LEFT, 0, x1, column, matchLeft, 0);
217 int column = mGrid.getClosestColumn(x1);
218 int columnX = mGrid.getColumnX(column);
221 columnMatches.add(new GridMatch(SegmentType.LEFT, distance, columnX, column,
251 boolean createCell = false; // always just put in column
    [all...]
  /external/chromium/chrome/browser/chromeos/login/
default_images_view.cc 181 for (int column = 0; column < kColumnsCount; ++column) {
182 if (column != 0)
193 int placeholders_count = kColumnsCount - column;
208 for (int column = 0; column < kColumnsCount; ++column) {
  /external/javasqlite/src/main/java/SQLite/JDBC2z/
TableResultX.java 26 this.column = tr.column;
  /external/llvm/utils/emacs/
emacs.el 8 '(fill-column 80)
17 '((fill-column . 80)
  /external/v8/test/mjsunit/
debug-script-breakpoints.js 37 assertEquals(3, Debug.scriptBreakPoints()[0].column());
52 assertEquals(3, x.column());
55 assertEquals(4, x.column());
58 assertEquals(5, x.column());
78 assertEquals(3, Debug.scriptBreakPoints()[0].column());
93 assertEquals(3, x.column());
96 assertEquals(4, x.column());
99 assertEquals(5, x.column());
  /libcore/luni/src/test/java/libcore/sqlite/
AbstractSqlTest.java 55 * The values of the first column "one".
60 * The values of the second column "two".
65 * The updated values of the first column "one".
134 * @param ones the expected values of the column 'one'
135 * @param twos the expected values of the column 'two'
193 * Updates the values in column 'one'
195 * @param ones_updated the updated valus of column 'one'
196 * @param twos the reference values of column 'two'
  /packages/apps/Gallery2/gallerycommon/src/com/android/gallery3d/common/
Entry.java 32 @Column("_id")
43 public @interface Column {
  /sdk/ddms/libs/ddmuilib/src/com/android/ddmuilib/logcat/
LogCatFilterLabelProvider.java 34 * @param index index of the column
35 * @return text to use in the column
  /sdk/lint/libs/lint_api/src/com/android/tools/lint/detector/api/
Position.java 41 * Returns the column number (where the first character on the line is 0),
44 * @return the 0-based column number
  /sdk/lint/libs/lint_checks/tests/src/com/android/tools/lint/checks/
GridLayoutDetectorTest.java 30 "gridlayout.xml:38: Error: Column attribute (3) exceeds declared grid column count (2)",
  /frameworks/base/core/java/android/database/
AbstractCursor.java 47 abstract public String getString(int column);
48 abstract public short getShort(int column);
49 abstract public int getInt(int column);
50 abstract public long getLong(int column);
51 abstract public float getFloat(int column);
52 abstract public double getDouble(int column);
53 abstract public boolean isNull(int column);
55 public int getType(int column) {
63 public byte[] getBlob(int column) {
244 Log.e(TAG, "requesting column name with table name -- " + columnName, e)
    [all...]
DatabaseUtils.java 535 // assume that if the getString threw this exception then the column is not
559 // assume that if the getString threw this exception then the column is not
774 * first column of the first row.
787 * first column of the first row.
796 * first column of the first row.
809 * first column of the first row.
818 * first column of the first row.
834 * first column of the first row.
845 * Reads a String out of a column in a Cursor and writes it to a ContentValues.
846 * Adds nothing to the ContentValues if the column isn't present or if its value is null
    [all...]
  /external/elfutils/tests/
get-lines.c 95 int column; local
96 if (dwarf_linecol (l, &column) != 0)
97 column = 0;
98 if (column >= 0)
99 printf ("%d:", column);
  /external/webkit/Tools/DumpRenderTree/cg/
PixelDumpSupportCG.cpp 88 for (unsigned column = 0; column < pixelsWide; column++)
89 buffer[column] = OSReadLittleInt32(bitmapData, 4 * column);
  /dalvik/dx/src/com/android/dx/command/dump/
BaseDumper.java 40 /** whether or not to include the raw bytes (in a column on the left) */
64 /** {@code non-null;} the current column separator string */
233 * Gets the width of the first column of output. This is {@code 0}
236 * @return {@code >= 0;} the width of the first column
247 * Gets the width of the second column of output.
249 * @return {@code >= 0;} the width of the second column
268 * Combines a pair of strings as two columns, or if this is one-column
269 * output, format the otherwise-second column.
271 * @param s1 {@code non-null;} the first column's string
272 * @param s2 {@code non-null;} the second column's strin
    [all...]
  /frameworks/base/core/java/com/android/internal/widget/
LockPatternView.java 137 int column; field in class:LockPatternView.Cell
151 * @param column The column of the cell.
153 private Cell(int row, int column) {
154 checkRange(row, column);
156 this.column = column;
164 return column;
169 * @param column The column of the cell
    [all...]
  /packages/apps/Contacts/tests/src/com/android/contacts/tests/calllog/
FillCallLogTestActivity.java 109 for (int column = 0; column < cursor.getColumnCount();
110 ++column) {
111 String name = cursor.getColumnName(column);
112 switch (cursor.getType(column)) {
114 values.put(name, cursor.getString(column));
117 values.put(name, cursor.getLong(column));
120 values.put(name, cursor.getDouble(column));
123 values.put(name, cursor.getBlob(column));
129 Log.d(TAG, "Invalid value in cursor: " + cursor.getType(column));
    [all...]
  /frameworks/base/core/java/android/provider/
CalendarContract.java 163 * not attempt to either read or write this column. These columns are
171 * Generic column for use by sync adapters. Column name.
177 * Generic column for use by sync adapters. Column name.
183 * Generic column for use by sync adapters. Column name.
189 * Generic column for use by sync adapters. Column name.
195 * Generic column for use by sync adapters. Column name
    [all...]
Downloads.java 130 * The name of the column containing the URI of the data being downloaded.
137 * The name of the column containing application-specific data.
144 * The name of the column containing the flags that indicates whether
157 * The name of the column containing the filename that the initiating
166 * The name of the column containing the filename where the downloaded data
174 * The name of the column containing the MIME type of the downloaded data.
181 * The name of the column containing the flag that controls the destination
189 * The name of the column containing the flags that controls whether the
198 * The name of the column containing the current control state of the download.
207 * The name of the column containing the current status of the download
    [all...]
  /packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
BaseContactsProvider2Test.java 794 protected void storeValue(Uri contentUri, long id, String column, String value) {
795 storeValue(ContentUris.withAppendedId(contentUri, id), column, value); local
798 protected void storeValue(Uri contentUri, String column, String value) {
800 values.put(column, value);
805 protected void storeValue(Uri contentUri, long id, String column, long value) {
806 storeValue(ContentUris.withAppendedId(contentUri, id), column, value) local
817 assertStoredValue(ContentUris.withAppendedId(contentUri, id), column, expectedValue); local
986 String column = entry.getKey(); local
1060 String column = entry.getKey(); local
    [all...]
  /external/oprofile/gui/ui/
oprof_start.base.ui 96 <column>
109 </column>
276 <widget row="0" column="0" >
287 <widget row="1" column="0" rowspan="2" colspan="2" >
298 <widget row="3" column="0" rowspan="2" colspan="2" >
309 <widget row="5" column="0" >
320 <widget row="6" column="0" >
331 <widget row="7" column="0" >
342 <widget row="8" column="0" rowspan="2" colspan="2" >
353 <widget row="10" column="0"
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/
GridLayoutConverter.java 92 * <li> Use the layout_width and layout_height attributes on views to infer column and
163 // row and/or a stretchable column in the layout.
164 // In a GridLayout, a row or column is stretchable if it defines a gravity (regardless
165 // of what the gravity is -- in other words, a column is not just stretchable if it
167 // in the row/column have to be stretchable for the overall row/column to be
206 // TODO: May also have to increment column count!
219 int column = columnFixed.size(); local
242 sb.append(ATTR_LAYOUT_COLUMN).append('=').append('"').append(Integer.toString(column));
328 int column = view.getColumn() local
651 int column = view.getColumn(); local
698 int column; local
    [all...]
  /packages/apps/Contacts/src/com/android/contacts/editor/
PhoneticNameEditorView.java 158 public static boolean isUnstructuredPhoneticNameColumn(String column) {
159 return DataKind.PSEUDO_COLUMN_PHONETIC_NAME.equals(column);
184 public void onFieldChanged(String column, String value) {
185 if (!isFieldChanged(column, value)) {
200 if (isEditingUnstructuredPhoneticName == isUnstructuredPhoneticNameColumn(column)) {
203 super.onFieldChanged(column, value);
209 super.onFieldChanged(column, value);
  /packages/experimental/LoaderApp/src/com/android/loaderapp/model/
ExternalSource.java 51 <!-- assume uniform type when missing "column", use title in place -->
52 <EditTypes column="data5" overallMax="-1">
59 <EditField column="data1" title="@string/field_family_name" android:inputType="textCapWords|textPhonetic" />
60 <EditField column="data2" title="@string/field_given_name" android:minLines="2" />
61 <EditField column="data3" title="@string/field_suffix" />
158 // Inflate a specific column as summary when requested
174 // Inflate specific column as summary
  /packages/providers/DownloadProvider/src/com/android/providers/downloads/
Constants.java 31 /** The column that used to be used for the HTTP method of the request */
34 /** The column that used to be used for the magic OTA update filename */
37 /** The column that used to be used to reject system filetypes */
40 /** The column that is used for the downloads's ETag */
43 /** The column that is used for the initiating app's UID */
46 /** The column that is used to remember whether the media scanner was invoked */
49 /** The column that is used to count retries */

Completed in 1112 milliseconds

1 2 3 4 56 7 8 91011>>