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

1 2 3 4 5 6 78 91011>>

  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/sqlite3/test/
dump.py 36 "foreign key(t2_i1) references t1(t1_i1));"
  /external/chromium-trace/catapult/third_party/vinn/third_party/parse5/test/data/tree_construction/
tests26.dat 265 39: End of file in a foreign namespace context.
283 54: End of file in a foreign namespace context.
  /external/libchrome/base/message_loop/
message_pump.h 95 // Notice also that after each callout to foreign code, the run loop checks
100 // of the callouts to foreign code. Native message pumps may also need to
  /libcore/luni/src/test/java/tests/java/sql/
DeleteFunctionalityTest.java 115 * TODO foreign key functionality is not supported
167 * TODO Foreign key functionality is not supported
  /prebuilts/go/darwin-x86/src/runtime/
sigqueue.go 165 // This runs on a foreign stack, without an m or a g. No stack split.
174 // A foreign thread received the signal sig, and the
  /prebuilts/go/linux-x86/src/runtime/
sigqueue.go 165 // This runs on a foreign stack, without an m or a g. No stack split.
174 // A foreign thread received the signal sig, and the
  /external/mesa3d/src/gbm/main/
gbm.c 340 * Create a gbm buffer object from an foreign object
342 * This function imports a foreign object and creates a new gbm bo for it.
343 * This enabled using the foreign object with a display API such as KMS.
344 * Currently two types of foreign objects are supported, indicated by the type
351 * independent of the foreign object.
  /external/autotest/frontend/afe/
model_logic.py 194 # foreign key on the pivot table referencing lhs_id_field
196 # foreign key on the pivot table referencing rhd_id_field
340 # look for a foreign key field on related_model relating to this model
534 """This set stores foreign keys which we don't want to follow, but
559 For all foreign key fields, call smart_get with the supplied
584 # convert foreign key values
    [all...]
  /external/esd/include/
esd.h 40 ESD_PROTO_LOCK, /* disable "foreign" client connections */
41 ESD_PROTO_UNLOCK, /* enable "foreign" client connections */
135 /* lock/unlock will disable/enable foreign clients from connecting */
  /external/v8/test/cctest/heap/
test-alloc.cc 155 Handle<AccessorInfo> foreign = TestAccessorInfo(isolate, attrs); local
158 AccessorConstantDescriptor d(Handle<Name>(Name::cast(foreign->name())),
159 foreign, attrs);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/
esd.h 42 ESD_PROTO_LOCK, /* disable "foreign" client connections */
43 ESD_PROTO_UNLOCK, /* enable "foreign" client connections */
137 /* lock/unlock will disable/enable foreign clients from connecting */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
esd.h 42 ESD_PROTO_LOCK, /* disable "foreign" client connections */
43 ESD_PROTO_UNLOCK, /* enable "foreign" client connections */
137 /* lock/unlock will disable/enable foreign clients from connecting */
  /external/autotest/database/server_db_migrations/
001_initial_db.py 65 CONSTRAINT `fk_server_roles_server` FOREIGN KEY (`server_id`) REFERENCES `servers` (`id`) ON DELETE CASCADE ON UPDATE NO ACTION
  /external/autotest/scheduler/
rdb_hosts.py 91 1. Serialization of the host object and foreign keys
155 serialize foreign keys of the original host, which are stored
181 # unpopulated foreign key it will result in an exception. Doing
335 differently, as that is another level of foreign key indirection.
  /external/curl/tests/certs/
Makefile.am 22 AUTOMAKE_OPTIONS = foreign
  /external/curl/tests/libtest/
Makefile.am 22 AUTOMAKE_OPTIONS = foreign nostdinc
  /external/libdaemon/
configure.ac 33 AM_INIT_AUTOMAKE([foreign 1.10 -Wall])
  /external/libmtp/
configure.ac 5 AM_INIT_AUTOMAKE([foreign])
  /external/svox/pico/lib/
picodefs.h 66 /* maximum length of foreign header prepended to PICO resource files
  /external/v8/test/mjsunit/asm/
atomics-compareexchange.js 7 function Module(stdlib, foreign, heap, offset) {
  /external/v8/test/mjsunit/compiler/
regress-3786.js 5 var foo = (function Module(stdlib, foreign, heap) {
  /external/v8/test/mjsunit/wasm/
stackwalk.js 21 // -- foreign function
  /external/valgrind/
Makefile.am 2 AUTOMAKE_OPTIONS = foreign 1.10 dist-bzip2
  /hardware/intel/common/libmix/mix_video/
configure.ac 11 #AM_INIT_AUTOMAKE([-Wall -Werror foreign])
  /libcore/luni/src/main/java/java/util/concurrent/
Helpers.java 21 * the maxim "Never call foreign code while holding a lock".

Completed in 537 milliseconds

1 2 3 4 5 6 78 91011>>