/external/libvpx/libvpx/examples/includes/geshi/geshi/ |
sql.php | 68 'FOREIGN', 'FROM', 'FULL', 'FUNCTION', 'GRANT',
|
/external/stressapptest/ |
configure.ac | 70 AM_INIT_AUTOMAKE([-Wall -Werror foreign])
|
/external/svox/pico/lib/ |
picodefs.h | 66 /* maximum length of foreign header prepended to PICO resource files
|
/external/v8/src/ |
objects-visiting.cc | 129 Foreign::kSize);
|
/external/valgrind/main/ |
Makefile.am | 2 AUTOMAKE_OPTIONS = foreign 1.7 dist-bzip2
|
/external/webkit/Source/WebCore/inspector/ |
InspectorApplicationCacheAgent.cpp | 130 types.append("Foreign ");
|
/external/webkit/Source/WebKit/chromium/public/ |
WebApplicationCacheHost.h | 83 // The latter returns false if the current document has been identified as a "foreign"
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ |
exception_ptr.h | 64 * is none, or the currently handled exception is foreign, return the null
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/bits/ |
exception_ptr.h | 59 * is none, or the currently handled exception is foreign, return the null
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/bits/ |
exception_ptr.h | 59 * is none, or the currently handled exception is foreign, return the null
|
/prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/ |
exception_ptr.h | 64 * is none, or the currently handled exception is foreign, return the null
|
/prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/ |
exception_ptr.h | 64 * is none, or the currently handled exception is foreign, return the null
|
/prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/ |
exception_ptr.h | 64 * is none, or the currently handled exception is foreign, return the null
|
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/ |
exception_ptr.h | 64 * is none, or the currently handled exception is foreign, return the null
|
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/ |
exception_ptr.h | 59 * is none, or the currently handled exception is foreign, return the null
|
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/ |
exception_ptr.h | 59 * is none, or the currently handled exception is foreign, return the null
|
/external/apache-xml/src/main/java/org/apache/xalan/processor/ |
ProcessorOutputElem.java | 148 * Set a foreign property from the attribute value. 158 * Set a foreign property from the attribute value.
|
/external/chromium/chrome/browser/sessions/ |
session_types.h | 192 // Defines a foreign session for session sync. A foreign session is a session
|
/external/chromium/chrome/browser/ui/webui/ |
foreign_session_handler.cc | 64 // foreign session section. 172 LOG(ERROR) << "Failed to load foreign tab.";
|
/external/webkit/Source/WebKit/chromium/src/ |
ApplicationCacheHost.cpp | 105 // It's a foreign entry, restart the current navigation from the top 107 // same resource being loaded, because "foreign" entries are never picked
|
/external/libffi/doc/ |
libffi.texi | 19 This manual is for Libffi, a portable foreign-function interface 36 * libffi: (libffi). Portable foreign-function interface library. 89 @acronym{FFI} stands for Foreign Function Interface. A foreign 93 dependent layer of a fully featured foreign function interface. A 97 @cindex Foreign Function Interface
|
/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 | 58 * <name>_KEY always refers to a foreign key 259 // Foreign key to the message corresponding to this body 509 // Foreign key to the Mailbox holding this message [INDEX] 511 // 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...] |