HomeSort by relevance Sort by last modified time
    Searched refs:TABLE (Results 1 - 25 of 452) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/toolchain-utils/user_activity_benchmarks/
collect_experiment_data.sh 18 readonly TABLE=$1
39 $TABLE table,
40 table.frame frame
45 $TABLE
73 $TABLE table,
74 table.frame frame
78 FROM $TABLE
collect_experiment_data_odd_even_session.sh 19 readonly TABLE=$1
41 $TABLE table,
42 table.frame frame
46 FROM $TABLE
74 $TABLE table,
75 table.frame frame
80 $TABLE
  /external/swiftshader/third_party/subzero/wasm-tests/
indirect.c 7 int (*TABLE[])() = {foo, baz, bar, baz};
10 int (*f)() = TABLE[argc - 1];
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/elf/
redef.d 6 SYMBOL TABLE:
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/i386/ilp32/elf/
redef.d 7 SYMBOL TABLE:
  /packages/apps/Dialer/java/com/android/dialer/calllog/database/
AnnotatedCallLogDatabaseHelper.java 37 .append("create table if not exists " + AnnotatedCallLog.TABLE + " (")
45 /** Deletes all but the first maxRows rows (by timestamp) to keep the table a manageable size. */
48 + AnnotatedCallLog.TABLE
50 + AnnotatedCallLog.TABLE
53 + AnnotatedCallLog.TABLE
59 + AnnotatedCallLog.TABLE
62 + AnnotatedCallLog.TABLE
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/mach-o/
symbols-2.d 5 SYMBOL TABLE:
symbols-5.d 5 SYMBOL TABLE:
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/mmix/
is-1.d 5 SYMBOL TABLE:
align-1.d 5 SYMBOL TABLE:
comment-2.d 5 SYMBOL TABLE:
cons-2.d 5 SYMBOL TABLE:
prefix2.d 5 SYMBOL TABLE:
pseudo-1.d 7 SYMBOL TABLE:
  /external/zlib/src/contrib/infback9/
inflate9.h 15 TABLE, /* i: waiting for dynamic block table lengths */
27 TYPE -> STORED or TABLE or LEN or DONE
29 TABLE -> LENLENS -> CODELENS -> LEN
38 /* dynamic table building */
45 unsigned short work[288]; /* work area for code table building */
  /packages/apps/Dialer/java/com/android/dialer/calllog/database/contract/
AnnotatedCallLogContract.java 55 * AnnotatedCallLog table.
61 public static final String TABLE = "AnnotatedCallLog";
63 /** The content URI for this table. */
65 Uri.withAppendedPath(AnnotatedCallLogContract.CONTENT_URI, TABLE);
84 * Coalesced view of the AnnotatedCallLog table.
93 public static final String TABLE = "CoalescedAnnotatedCallLog";
95 /** The content URI for this table. */
97 Uri.withAppendedPath(AnnotatedCallLogContract.CONTENT_URI, TABLE);
  /frameworks/base/services/voiceinteraction/java/com/android/server/soundtrigger/
SoundTriggerDbHelper.java 46 public static final String TABLE = "st_sound_model";
53 // Table Create Statement for the sound trigger table
54 private static final String CREATE_TABLE_ST_SOUND_MODEL = "CREATE TABLE "
55 + GenericSoundModelContract.TABLE + "("
74 db.execSQL("DROP TABLE IF EXISTS " + GenericSoundModelContract.TABLE);
91 return db.insertWithOnConflict(GenericSoundModelContract.TABLE, null, values,
104 String selectQuery = "SELECT * FROM " + GenericSoundModelContract.TABLE
139 return db.delete(GenericSoundModelContract.TABLE, soundModelClause, null) != 0
    [all...]
  /packages/apps/Gallery2/src/com/android/photos/data/
PhotoProvider.java 71 * Internal database table used for account information
73 public static final String TABLE = "accounts";
77 public static final Uri CONTENT_URI = Uri.withAppendedPath(BASE_CONTENT_URI, TABLE);
94 /** Internal database table used for basic photo information. */
95 public static final String TABLE = "photos";
97 public static final Uri CONTENT_URI = Uri.withAppendedPath(BASE_CONTENT_URI, TABLE);
133 /** Internal database table used album information. */
134 public static final String TABLE = "albums";
136 public static final Uri CONTENT_URI = Uri.withAppendedPath(BASE_CONTENT_URI, TABLE);
170 /** Internal database table used metadata information. *
295 String table = getTableFromMatch(match, uri); local
320 String table = getTableFromMatch(match, uri); local
339 String table = getTableFromMatch(match, uri); local
391 String table; local
498 String table = getTableFromMatch(match, uri); local
    [all...]
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/alpha/
elf-usepv-1.d 6 SYMBOL TABLE:
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-cris/
libdso-1.d 10 DYNAMIC SYMBOL TABLE:
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-mmix/
b-widec1.d 10 SYMBOL TABLE:
bspec1m.d 8 SYMBOL TABLE:
loc10.d 8 SYMBOL TABLE:
loc1m.d 9 SYMBOL TABLE:
loc2m.d 8 SYMBOL TABLE:

Completed in 1370 milliseconds

1 2 3 4 5 6 7 8 91011>>