HomeSort by relevance Sort by last modified time
    Searched full:test_table (Results 1 - 25 of 25) sorted by null

  /cts/tests/tests/database/src/android/database/sqlite/cts/
SQLiteFtsTest.java 33 private static final String TEST_TABLE = "cts_fts";
61 prepareFtsTable(TEST_TABLE, "fts3", "tokenize=porter");
64 final Cursor cursor = queryFtsTable(TEST_TABLE, "technology");
77 prepareFtsTable(TEST_TABLE, "fts3", "tokenize=simple");
80 final Cursor cursor = queryFtsTable(TEST_TABLE, "technology");
91 prepareFtsTable(TEST_TABLE, "fts4", "tokenize=simple");
94 final Cursor cursor = queryFtsTable(TEST_TABLE, "technology");
  /packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/database/
MoreDatabaseUtilTest.java 42 expected = "create index test_table_test_field_index on test_table(test_field)";
43 actual = MoreDatabaseUtils.buildCreateIndexSql("test_table", "test_field").toLowerCase();
  /external/chromium_org/third_party/icu/source/test/intltest/
dtfmtrtts.cpp 219 UBool TEST_TABLE [24];//= new boolean[24];
222 TEST_TABLE[i] = TRUE;
228 if (random >= 0 && random < 24 && TEST_TABLE[i]) {
229 TEST_TABLE[i] = FALSE;
237 if(TEST_TABLE[itable++]) {
250 if (TEST_TABLE[itable++]) {
264 if(TEST_TABLE[itable++]) {
  /external/icu4c/test/intltest/
dtfmtrtts.cpp 219 UBool TEST_TABLE [24];//= new boolean[24];
222 TEST_TABLE[i] = TRUE;
228 if (random >= 0 && random < 24 && TEST_TABLE[i]) {
229 TEST_TABLE[i] = FALSE;
237 if(TEST_TABLE[itable++]) {
250 if (TEST_TABLE[itable++]) {
264 if(TEST_TABLE[itable++]) {
  /libcore/luni/src/test/java/libcore/java/sql/
OldConnectionTest.java 680 .equals("create table test_table (id integer not null, name varchar(20), primary key(id));");
681 st.equals("drop table test_table;");
701 .equals("create table test_table (id integer not null, name varchar(20), primary key(id));");
702 st.equals("drop table test_table;");
721 .equals("create table test_table (id integer not null, name varchar(20), primary key(id));");
722 st.equals("drop table test_table;");
    [all...]
  /cts/hostsidetests/appsecurity/test-apps/AppWithData/src/com/android/cts/appwithdata/
CreatePrivateDataTest.java 66 static final String DB_TABLE_NAME = "test_table";
  /external/valgrind/main/none/tests/ppc32/
test_dfp1.c 161 typedef struct test_table struct
test_dfp2.c 242 typedef struct test_table struct
test_dfp5.c 237 typedef struct test_table struct
test_isa_2_06_part3.c 86 typedef struct test_table test_table_t;
370 struct test_table struct
    [all...]
test_dfp4.c 342 typedef struct test_table struct
test_isa_2_06_part1.c 90 typedef struct test_table test_table_t;
1060 struct test_table struct
    [all...]
test_isa_2_06_part2.c 86 typedef struct test_table test_table_t;
510 struct test_table struct
    [all...]
test_dfp3.c 671 typedef struct test_table struct
    [all...]
  /external/valgrind/main/none/tests/ppc64/
test_dfp1.c 161 typedef struct test_table struct
test_dfp2.c 242 typedef struct test_table struct
test_dfp5.c 237 typedef struct test_table struct
test_isa_2_06_part3.c 86 typedef struct test_table test_table_t;
370 struct test_table struct
    [all...]
test_dfp4.c 342 typedef struct test_table struct
test_isa_2_06_part1.c 90 typedef struct test_table test_table_t;
1060 struct test_table struct
    [all...]
test_isa_2_06_part2.c 86 typedef struct test_table test_table_t;
510 struct test_table struct
    [all...]
test_dfp3.c 671 typedef struct test_table struct
    [all...]
  /external/chromium_org/third_party/sqlite/src/test/
pragma.test 608 CREATE TABLE test_table(
615 PRAGMA table_info(test_table);
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/libexec/gcc/i686-linux/4.6.x-google/install-tools/
fixincl 
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/libexec/gcc/i686-linux/4.4.3/install-tools/
fixincl 

Completed in 465 milliseconds