/libcore/luni/src/test/java/tests/java/sql/ |
DatabaseMetaDataNotSupportedTest.java | 371 assertEquals("Incorrect foreign key table catalog", conn.getCatalog(), 373 assertEquals("Incorrect foreign key table schema", null, rs 375 assertEquals("Incorrect foreign key table name", 377 assertEquals("Incorrect foreign key column name", "fkey", rs 379 assertEquals("Incorrect sequence number within foreign key", 1, rs 387 assertNotNull("Incorrect foreign key name", rs.getString("FK_NAME")); [all...] |
DatabaseMetaDataTest.java | 442 @KnownFailure("(Ticket 91) Tables apply foreign key constraint. Catalogs not supported") 471 assertEquals("Incorrect foreign key table catalog", conn.getCatalog(), 473 assertEquals("Incorrect foreign key table schema", "", rs 475 assertEquals("Incorrect foreign key table name", 477 assertEquals("Incorrect foreign key column name", "fk", rs 479 assertEquals("Incorrect sequence number within foreign key", 1, rs 487 assertNull("Incorrect foreign key name", rs.getString("FK_NAME")); 709 assertEquals("Incorrect foreign key table catalog", conn.getCatalog(), 711 assertEquals("Incorrect foreign key table schema", "", rs 713 assertEquals("Incorrect foreign key table name" [all...] |
/packages/apps/Email/emailcommon/src/com/android/emailcommon/provider/ |
EmailContent.java | 56 * <name>_KEY always refers to a foreign key 231 // Foreign key to the message corresponding to this body 475 // Foreign key to the Mailbox holding this message [INDEX] 477 // Foreign key to the Account holding this message [all...] |
/external/tagsoup/src/org/ccil/cowan/tagsoup/ |
Parser.java | 737 if (foreign(prefix, namespace)) { 745 if (foreign(attPrefix, attNamespace)) { 780 if (foreign(prefix, namespace)) { 789 if (foreign(attPrefix, attNamespace)) { 812 // Return true if we have a foreign name 813 private boolean foreign(String prefix, String namespace) { method in class:Parser 815 boolean foreign = !(prefix.equals("") || namespace.equals("") || 817 // System.err.println(foreign); 818 return foreign; [all...] |
/external/libffi/ |
README | 30 FFI stands for Foreign Function Interface. A foreign function 34 layer of a fully featured foreign function interface. A layer must
|
/external/libffi/include/ |
Makefile.in | 182 AUTOMAKE_OPTIONS = foreign 199 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign include/Makefile'; \ 201 $(AUTOMAKE) --foreign include/Makefile
|
/external/libffi/man/ |
Makefile.in | 173 AUTOMAKE_OPTIONS = foreign 188 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign man/Makefile'; \ 190 $(AUTOMAKE) --foreign man/Makefile
|
/libcore/luni/src/test/java/tests/support/ |
DatabaseCreator.java | 66 + " PRIMARY KEY (id) FOREIGN KEY (fkey) REFERENCES " 107 + "CONSTRAINT fk1 FOREIGN KEY (name_id) " + "REFERENCES " 114 + "CONSTRAINT fk2 FOREIGN KEY (name_id) " + "REFERENCES "
|
/external/chromium/chrome/browser/resources/ |
new_new_tab.html | 193 <!-- Start disabled until sync is enabled and foreign sessions are 195 <div id="foreign-sessions" class="section collapsed disabled"
|
/external/libffi/src/sparc/ |
v8.S | 4 SPARC Foreign Function Interface 53 ld [%l0+ARGS], %o0 ! call foreign function
|
v9.S | 4 SPARC 64-bit Foreign Function Interface 58 ldx [%l0+ARGS], %o0 ! call foreign function
|
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/ |
UserBigramDictionary.java | 281 + "FOREIGN KEY(" + FREQ_COLUMN_PAIR_ID + ") REFERENCES " + MAIN_TABLE_NAME 328 // due to FOREIGN KEY .. ON DELETE CASCADE
|
/external/chromium/chrome/browser/policy/ |
device_management_service.cc | 194 NOTREACHED() << "Callback from foreign URL fetcher";
|
/external/chromium/chrome/browser/ |
spellchecker_platform_engine_unittest.cc | 160 {"foriegn", "foreign"},
|
/external/chromium/testing/gmock/ |
configure.ac | 19 AM_INIT_AUTOMAKE([1.9 dist-bzip2 dist-zip foreign subdir-objects])
|
/external/chromium/third_party/libevent/ |
Makefile.am | 1 AUTOMAKE_OPTIONS = foreign no-dependencies
|
/external/libffi/src/m32r/ |
ffi.c | 5 M32R Foreign Function Interface
|
/external/libffi/src/m68k/ |
ffi.c | 4 m68k Foreign Function Interface
|
/external/libffi/testsuite/ |
Makefile.am | 3 AUTOMAKE_OPTIONS = foreign dejagnu
|
/external/libpng/ |
Makefile.am | 14 AUTOMAKE_OPTIONS = foreign
|
/external/libvpx/examples/includes/geshi/geshi/ |
haskell.php | 60 'Foreign', 'Numeric', 'Prelude'
|
/external/llvm/lib/Archive/ |
ArchiveReader.cpp | 107 // The empty name ( '/' and 15 blanks) is for a foreign (non-LLVM) symbol 275 // check if this is the foreign symbol table 280 // What? Multiple foreign symbol tables? Just chuck it 388 // Skip the foreign symbol table, we don't do anything with it
|
/external/protobuf/java/src/test/java/com/google/protobuf/ |
GeneratedMessageTest.java | 279 // Pass builder for foreign message instance. 283 // Create expected version passing foreign message instance explicitly. 293 // Pass builder for foreign message instance. 297 // Create expected version passing foreign message instance explicitly.
|
/external/protobuf/src/google/protobuf/ |
extension_set_unittest.cc | 387 unittest::ForeignMessage foreign; local 388 foreign.set_c(42); 390 CopyFrom(foreign); 391 int min_expected_size = base_size + foreign.SpaceUsed();
|
/external/qemu/slirp/ |
sbuf.c | 81 /* Shouldn't happen, but... e.g. foreign host closes connection */
|