HomeSort by relevance Sort by last modified time
    Searched full:foreign (Results 201 - 225 of 755) sorted by null

1 2 3 4 5 6 7 891011>>

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/bits/
exception_ptr.h 61 * is none, or the currently handled exception is foreign, return the null
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/bits/
exception_ptr.h 61 * is none, or the currently handled exception is foreign, return the null
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/bits/
exception_ptr.h 61 * is none, or the currently handled exception is foreign, return the null
  /prebuilts/gdb/darwin-x86/lib/python2.7/ctypes/
__init__.py 88 prototype(integer address) -> foreign function
90 prototype(integer index, method name[, paramflags]) -> foreign function calling a COM method
91 prototype((ordinal number, dll object)[, paramflags]) -> foreign function exported by ordinal
92 prototype((function name, dll object)[, paramflags]) -> foreign function exported by name
  /prebuilts/gdb/linux-x86/lib/python2.7/ctypes/
__init__.py 88 prototype(integer address) -> foreign function
90 prototype(integer index, method name[, paramflags]) -> foreign function calling a COM method
91 prototype((ordinal number, dll object)[, paramflags]) -> foreign function exported by ordinal
92 prototype((function name, dll object)[, paramflags]) -> foreign function exported by name
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ctypes/
__init__.py 88 prototype(integer address) -> foreign function
90 prototype(integer index, method name[, paramflags]) -> foreign function calling a COM method
91 prototype((ordinal number, dll object)[, paramflags]) -> foreign function exported by ordinal
92 prototype((function name, dll object)[, paramflags]) -> foreign function exported by name
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/ctypes/
__init__.py 88 prototype(integer address) -> foreign function
90 prototype(integer index, method name[, paramflags]) -> foreign function calling a COM method
91 prototype((ordinal number, dll object)[, paramflags]) -> foreign function exported by ordinal
92 prototype((function name, dll object)[, paramflags]) -> foreign function exported by name
  /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/autotest/contrib/
sheriff_host_utils.py 59 labels, the format is the same even though a label is a foreign key:
87 # Replace label names with a foreign key query.
  /external/autotest/frontend/afe/
rdb_model_extensions.py 44 -Convert foreign key fields in data from <field>_id to just
46 -replace foreign key objects with their IDs
  /external/chromium-trace/catapult/third_party/vinn/third_party/parse5/lib/common/
foreign_content.js 141 //Tags that causes exit from foreign content
189 //Check exit from foreign content
  /external/v8/test/mjsunit/wasm/
ffi.js 21 // -- foreign function
217 // -- foreign function
  /packages/apps/Email/emailcommon/src/com/android/emailcommon/provider/
MessageChangeLogTable.java 22 /** Column name for a foreign key into Message for the message that's moving. */
26 /** Column name for a foreign key into Account for the message that's moving. */
EmailContent.java 70 * <name>_KEY always refers to a foreign key
442 // Foreign key to the message corresponding to this body
664 // Foreign key to the Mailbox holding this message [INDEX]
670 // Foreign key to the Account holding this message
697 // Foreign key to the Mailbox holding this message [INDEX]
    [all...]
  /packages/apps/Messaging/src/com/android/messaging/datamodel/
DatabaseHelper.java 291 + "FOREIGN KEY (" + MessageColumns.CONVERSATION_ID + ") REFERENCES "
293 + "FOREIGN KEY (" + MessageColumns.SENDER_PARTICIPANT_ID + ") REFERENCES "
295 + "FOREIGN KEY (" + MessageColumns.SELF_PARTICIPANT_ID + ") REFERENCES "
355 + "FOREIGN KEY (" + PartColumns.MESSAGE_ID + ") REFERENCES "
357 + "FOREIGN KEY (" + PartColumns.CONVERSATION_ID + ") REFERENCES "
491 + "FOREIGN KEY (" + ConversationParticipantsColumns.CONVERSATION_ID + ") "
494 + "FOREIGN KEY (" + ConversationParticipantsColumns.PARTICIPANT_ID + ")"
    [all...]
  /external/v8/src/
factory.h 269 // Foreign objects are pretenured when allocated by the bootstrapper.
270 Handle<Foreign> NewForeign(Address addr,
273 // Allocate a new foreign object. The foreign is pretenured (allocated
275 Handle<Foreign> NewForeign(const AccessorDescriptor* foreign);
  /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...]
  /external/libcxxabi/src/
cxa_personality.cpp 486 // Even for foreign exceptions, the exception object is *probably* at unwind_exception + 1
487 // Regardless, this library is prohibited from touching a foreign exception
527 1. Scan for handler with native or foreign exception. If handler found,
533 2. Scan for handler with foreign exception. Must return _URC_HANDLER_FOUND,
705 // Found catch (...) catches everything, including foreign exceptions
728 // catch a foreign exception
768 // Found an exception spec. If this is a foreign exception,
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/src/
cxa_personality.cpp 483 // Even for foreign exceptions, the exception object is *probably* at unwind_exception + 1
484 // Regardless, this library is prohibited from touching a foreign exception
524 1. Scan for handler with native or foreign exception. If handler found,
530 2. Scan for handler with foreign exception. Must return _URC_HANDLER_FOUND,
702 // Found catch (...) catches everything, including foreign exceptions
725 // catch a foreign exception
765 // Found an exception spec. If this is a foreign exception,
    [all...]
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/data/
numberformattestspecification.txt 983 test format foreign currency
991 test parse foreign currency symbol
1003 test parse foreign currency ISO
1015 test parse foreign currency full
1027 test parse currency with foreign symbols symbol english
1037 test parse currency with foreign symbols ISO english
1047 test parse currency with foreign symbols full english
  /external/icu/icu4c/source/test/testdata/
numberformattestspecification.txt 983 test format foreign currency
991 test parse foreign currency symbol
1003 test parse foreign currency ISO
1015 test parse foreign currency full
1027 test parse currency with foreign symbols symbol english
1037 test parse currency with foreign symbols ISO english
1047 test parse currency with foreign symbols full english
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/data/
numberformattestspecification.txt 983 test format foreign currency
991 test parse foreign currency symbol
1003 test parse foreign currency ISO
1015 test parse foreign currency full
1027 test parse currency with foreign symbols symbol english
1037 test parse currency with foreign symbols ISO english
1047 test parse currency with foreign symbols full english
  /external/tagsoup/src/org/ccil/cowan/tagsoup/
Parser.java 738 if (foreign(prefix, namespace)) {
746 if (foreign(attPrefix, attNamespace)) {
781 if (foreign(prefix, namespace)) {
790 if (foreign(attPrefix, attNamespace)) {
813 // Return true if we have a foreign name
814 private boolean foreign(String prefix, String namespace) { method in class:Parser
816 boolean foreign = !(prefix.equals("") || namespace.equals("") ||
818 // System.err.println(foreign);
819 return foreign;
    [all...]
  /art/runtime/jit/
profile_saver.cc 556 // For foreign dex files we record a flag on disk. PackageManager will (potentially) take this
570 PLOG(WARNING) << "Could not close file after flagging foreign dex use " << flag_path;
577 PLOG(WARNING) << "Could not create foreign dex use mark " << flag_path;
590 LOG(WARNING) << "Asked to record foreign dex use with an empty dex location.";
594 LOG(WARNING) << "Asked to record foreign dex use without a valid profile path ";

Completed in 2422 milliseconds

1 2 3 4 5 6 7 891011>>