/prebuilts/go/linux-x86/misc/cgo/gmp/ |
fib.go | 10 // and foreign code on multiple pthreads.
|
/prebuilts/go/linux-x86/misc/cgo/stdio/ |
fib.go | 12 // and foreign code on multiple pthreads.
|
/libcore/luni/src/test/java/tests/java/sql/ |
UpdateFunctionalityTest2.java | 163 * foreign key value - expecting SQLException 165 * TODO foreign key functionality is not supported 202 * foreign key value to row with CASCADE action - expecting 205 * TODO Foreign key functionality is not supported 223 * TODO Foreign key functionality is not supported
|
InsertFunctionalityTest.java | 127 * table with integrity checking when row has incorrect foreign key 137 // TODO Foreign key functionality isn't supported 145 // TODO Foreign key functionality isn't supported
|
/prebuilts/misc/common/swig/include/2.0.11/allegrocl/ |
allegrocl.swg | 23 (new-inst (cl:make-instance '$lclass :foreign-address address))) 28 %typemap(lout) SWIGTYPE "(cl::let* ((address $body)\n (new-inst (cl::make-instance '$lclass :foreign-address address)))\n (cl::unless (cl::zerop address)\n (excl:schedule-finalization new-inst #'$ldestructor))\n (cl::setq ACL_ffresult new-inst))"; 32 (new-inst (cl:make-instance '$lclass :foreign-address address))) 76 idea: add a constant-p slot to the base foreign-pointer class. For 436 ;; in the foreign setter function the new value will be the last argument 480 (ff:def-foreign-call (,mangle ,mangled-name) ,ffargs ,@kwargs)) 506 (ff:def-foreign-call (,mangle ,mangled-name) ,ffargs ,@kwargs)) 523 (t (cl::error "No applicable wrapper-methods for foreign call ~a with args ~a of classes ~a" ',symbol args (cl::mapcar #'(cl::lambda (x) (cl::class-name (cl::class-of x))) args))) 526 (defswig2 swig-def-foreign-stub (name) 530 (ff:def-foreign-type ,symbol (:class ) [all...] |
/external/chromium-trace/catapult/third_party/vinn/third_party/parse5/test/data/tree_construction/ |
plain-text-unsafe.dat | 256 45: End of file in a foreign namespace context. 274 45: End of file in a foreign namespace context.
|
tests10.dat | 206 70: HTML start tag ?p? in a foreign namespace context. 252 71: HTML start tag ?p? in a foreign namespace context. 321 68: HTML start tag ?p? in a foreign namespace context. 339 61: HTML start tag ?p? in a foreign namespace context. 519 40: HTML start tag ?ul? in a foreign namespace context. 520 41: End of file in a foreign namespace context. 536 35: HTML start tag ?ul? in a foreign namespace context. 537 36: End of file in a foreign namespace context.
|
tests9.dat | 24 25: End of file in a foreign namespace context. 36 45: HTML start tag ?u? in a foreign namespace context. 221 Line: 1 Col: 70 HTML start tag "p" in a foreign namespace context. 267 Line: 1 Col: 71 HTML start tag "p" in a foreign namespace context. 336 Line: 1 Col: 68 HTML start tag "p" in a foreign namespace context. 354 Line: 1 Col: 61 HTML start tag "p" in a foreign namespace context.
|
/external/libcxxabi/src/ |
cxa_default_handlers.cpp | 72 // Else we're terminating with a foreign exception 73 abort_message("terminating with %s foreign exception", cause);
|
/ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/src/ |
cxa_default_handlers.cpp | 72 // Else we're terminating with a foreign exception 73 abort_message("terminating with %s foreign exception", cause);
|
/external/autotest/frontend/migrations/ |
042_unique_index_on_hqe_job_and_host.py | 39 # dealing with foreign key references), we'll just null out their host_ids
|
/external/curl/docs/examples/ |
Makefile.am | 23 AUTOMAKE_OPTIONS = foreign nostdinc
|
/external/elfutils/tests/ |
configure.ac | 26 AM_INIT_AUTOMAKE([foreign 1.7])
|
/external/f2fs-tools/ |
configure.ac | 36 AM_INIT_AUTOMAKE([foreign tar-pax dist-xz])
|
/external/libxml2/python/ |
Makefile.am | 2 AUTOMAKE_OPTIONS = 1.4 foreign
|
/external/v8/test/mjsunit/wasm/ |
ffi-error.js | 20 // -- foreign function
|
/hardware/intel/common/libva/ |
Makefile.am | 23 AUTOMAKE_OPTIONS = foreign
|
/hardware/qcom/gps/ |
configure.ac | 10 AM_INIT_AUTOMAKE([foreign])
|
/hardware/qcom/gps/msm8909/ |
configure.ac | 10 AM_INIT_AUTOMAKE([foreign])
|
/hardware/qcom/gps/msm8994/ |
configure.ac | 10 AM_INIT_AUTOMAKE([foreign])
|
/hardware/qcom/gps/msm8996/ |
configure.ac | 10 AM_INIT_AUTOMAKE([foreign])
|
/packages/apps/Gallery2/src/com/android/gallery3d/data/ |
SnailItem.java | 27 // used so we can show an foreign component (like an
|
/prebuilts/go/darwin-x86/src/runtime/cgo/ |
signal_darwin_arm.s | 19 // On a foreign thread. We call badsignal, which will, if all
|
/prebuilts/go/linux-x86/src/runtime/cgo/ |
signal_darwin_arm.s | 19 // On a foreign thread. We call badsignal, which will, if all
|
/external/llvm/examples/ExceptionDemo/ |
ExceptionDemo.cpp | 11 // shows several test cases including the handling of foreign exceptions. 14 // of -1 will trigger a foreign C++ exception to be thrown; type info types 38 // - Value -1 causes a foreign C++ exception to be thrown and not be 342 /// used by foreign exception handlers when deleting our exception 715 // We have been notified of a foreign exception being thrown, [all...] |