HomeSort by relevance Sort by last modified time
    Searched defs:TABLES (Results 1 - 9 of 9) sorted by null

  /external/autotest/frontend/migrations/
037_db_constraints.py 110 TABLES = (
126 create_unique) in TABLES:
133 drop_unique) in reversed(TABLES):
  /frameworks/base/tests/utils/testutils/java/com/android/internal/util/test/
FakeSettingsProvider.java 71 private static final String[] TABLES = { "system", "secure", "global" };
76 for (int i = 0; i < TABLES.length; i++) {
77 mTables.put(TABLES[i], new HashMap<String, String>());
  /external/libxml2/doc/
index.py 31 # word tables and populate them with informations extracted from
52 # The dictionary of tables required and the SQL command needed
55 TABLES={
122 global TABLES
135 ret = c.execute(TABLES[name])
142 global TABLES
147 nbtables = c.execute("show tables")
149 print "Found %d tables" % (nbtables)
150 tables = {}
155 tables[name] = {
    [all...]
  /toolchain/binutils/binutils-2.27/gas/
hash.c 416 /* Number of hash tables to maintain (at once) in any testing. */
417 #define TABLES (6)
428 /* We test many hash tables at once. */
429 char *hashtable[TABLES];
441 /* Number 0:TABLES-1 of current hashed symbol table. */
468 for (pp = hashtable; pp < hashtable + TABLES; pp++)
577 printf (" what hash table (%d:%d) ? ", 0, TABLES - 1);
580 if (number >= 0 && number < TABLES)
  /test/vts/harnesses/tradefed/src/com/android/tradefed/testtype/
VtsMultiDeviceTestResultParser.java 86 static final String TABLES = "Tables";
449 if (!resultObject.isNull(TABLES)) {
450 JSONObject tables = resultObject.getJSONObject(TABLES); local
451 Iterator<String> iter = tables.keys();
454 printJsonTable(key, tables.getJSONArray(key));
  /cts/tests/camera/src/android/hardware/camera2/cts/
RobustnessTest.java 169 * Tables for maximum sizes to try for each hardware level and capability.
171 * Keep in sync with the tables in
256 final int[][][] TABLES =
260 sanityCheckConfigurationTables(TABLES);
392 final int[][][] TABLES =
395 sanityCheckConfigurationTables(TABLES);
    [all...]
  /prebuilts/tools/common/m2/repository/org/pegdown/pegdown/1.1.0/
pegdown-1.1.0.jar 
  /external/robolectric/v1/lib/main/
h2-1.2.147.jar 
  /external/guice/extensions/persist/lib/
hibernate3.jar 

Completed in 882 milliseconds