HomeSort by relevance Sort by last modified time
    Searched full:columns (Results 451 - 475 of 2476) sorted by null

<<11121314151617181920>>

  /external/gptfdisk/
gdisk_test.sh 125 # only the columns should appear in the table
256 # only the columns should appear in the table
336 # only the columns should appear in the table
  /external/libhevc/common/
ihevc_chroma_iquant_recon.c 100 * Zero columns in pi2_src
212 * Zero columns in pi2_src
324 * Zero columns in pi2_src
  /external/mesa3d/docs/
MESA_ycbcr_texture.spec 43 image columns, the second component is Cb. For pixels in odd-numbered
44 image columns, the second component is Cr. If one were to convert the
45 data to RGB one would need to examine two pixels from columns N and N+1
  /external/sl4a/ScriptingLayerForAndroid/src/org/connectbot/
TerminalView.java 156 final int columns = buffer.getColumns(); local
158 if (cursorColumn == columns) {
159 cursorColumn = columns - 1;
  /frameworks/base/docs/html-intl/intl/ja/training/basics/data-storage/
databases.jd 224 // Define a <em>projection</em> that specifies which columns from the database
239 projection, // The columns to return
240 selection, // The columns for the WHERE clause
  /frameworks/base/docs/html-intl/intl/ko/training/basics/data-storage/
databases.jd 224 // Define a <em>projection</em> that specifies which columns from the database
239 projection, // The columns to return
240 selection, // The columns for the WHERE clause
  /frameworks/base/docs/html-intl/intl/ru/training/basics/data-storage/
databases.jd 224 // Define a <em>projection</em> that specifies which columns from the database
239 projection, // The columns to return
240 selection, // The columns for the WHERE clause
  /frameworks/base/docs/html-intl/intl/zh-cn/training/basics/data-storage/
databases.jd 224 // Define a <em>projection</em> that specifies which columns from the database
239 projection, // The columns to return
240 selection, // The columns for the WHERE clause
  /frameworks/base/docs/html-intl/intl/zh-tw/training/basics/data-storage/
databases.jd 224 // Define a <em>projection</em> that specifies which columns from the database
239 projection, // The columns to return
240 selection, // The columns for the WHERE clause
  /packages/apps/Email/emailcommon/src/com/android/emailcommon/provider/
MessageChangeLogTable.java 13 * This class (and subclasses) also contains constants for the table columns and values stored in
18 // DB columns. Note that this class (and subclasses) use some denormalized columns
MessageStateChange.java 30 // DB columns.
40 /** Value stored in DB for "new" columns when an update did not touch this particular value. */
44 * Projection for a query to get all columns necessary for an actual change.
  /packages/providers/ContactsProvider/src/com/android/providers/contacts/aggregation/
ContactAggregator.java 483 Cursor cursor = db.query(RawContactIdQuery.TABLE, RawContactIdQuery.COLUMNS,
529 String[] COLUMNS = {
563 AggregateExceptionQuery.COLUMNS,
    [all...]
  /cts/libs/vogar-expect/src/vogar/util/
MarkResetConsole.java 71 * \u001b[nD move the cursor left n columns
  /cts/tests/tests/widget/src/android/widget/cts/
SimpleAdapterTest.java 78 * It has 2 columns and 20 rows. The default layout for item
371 String[] columns = new String[colCount]; local
373 columns[i] = "column" + i;
379 row.put(columns[j], "" + i + "" + j);
  /developers/build/prebuilts/gradle/BasicSyncAdapter/Application/src/main/java/com/example/android/basicsyncadapter/provider/
FeedContract.java 47 * Columns supported by "entries" records.
  /developers/build/prebuilts/gradle/DisplayingBitmaps/Application/src/main/java/com/example/android/displayingbitmaps/ui/
ImageGridFragment.java 121 // number of columns and the width of each column. The width of each column is variable
212 * columns in the GridView is used to create a fake top row of empty views as we use a
239 // If columns have yet to be determined, return no items
244 // Size + number of columns for top empty row
  /developers/build/prebuilts/gradle/GridViewPager/Wearable/src/main/res/values/
strings.xml 35 <string name="columns_title">Columns</string>
  /developers/samples/android/connectivity/sync/BasicSyncAdapter/Application/src/main/java/com/example/android/basicsyncadapter/provider/
FeedContract.java 47 * Columns supported by "entries" records.
  /developers/samples/android/ui/graphics/DisplayingBitmaps/Application/src/main/java/com/example/android/displayingbitmaps/ui/
ImageGridFragment.java 121 // number of columns and the width of each column. The width of each column is variable
212 * columns in the GridView is used to create a fake top row of empty views as we use a
239 // If columns have yet to be determined, return no items
244 // Size + number of columns for top empty row
  /developers/samples/android/wearable/wear/GridViewPager/Wearable/src/main/res/values/
strings.xml 35 <string name="columns_title">Columns</string>
  /development/samples/ApiDemos/res/layout/
table_layout_5.xml 17 <!-- Stretch some columns -->
table_layout_6.xml 17 <!-- Stretch some columns -->
  /development/samples/ApiDemos/src/com/example/android/apis/view/
List3.java 44 // Map Cursor columns to views defined in simple_list_item_2.xml
  /development/samples/browseable/BasicSyncAdapter/src/com.example.android.basicsyncadapter/provider/
FeedContract.java 47 * Columns supported by "entries" records.
  /development/samples/browseable/DisplayingBitmaps/src/com.example.android.displayingbitmaps/ui/
ImageGridFragment.java 121 // number of columns and the width of each column. The width of each column is variable
212 * columns in the GridView is used to create a fake top row of empty views as we use a
239 // If columns have yet to be determined, return no items
244 // Size + number of columns for top empty row

Completed in 1132 milliseconds

<<11121314151617181920>>