/external/v8/test/mjsunit/compiler/ |
regress-439743.js | 5 function module(stdlib, foreign, heap) {
|
regress-register-allocator.js | 5 function Module(stdlib, foreign, buffer) {
|
/external/zlib/src/contrib/minizip/ |
configure.ac | 6 AM_INIT_AUTOMAKE([foreign])
|
/prebuilts/go/darwin-x86/misc/cgo/test/ |
issue5337.go | 28 // Verify that we can withstand SIGPROF received on foreign threads
|
/prebuilts/go/linux-x86/misc/cgo/test/ |
issue5337.go | 28 // Verify that we can withstand SIGPROF received on foreign threads
|
/external/chromium-trace/catapult/third_party/vinn/third_party/parse5/test/data/tree_construction/ |
tests21.dat | 122 36: End of file in a foreign namespace context. 134 36: End of file in a foreign namespace context. 146 36: End of file in a foreign namespace context.
|
/external/curl/tests/certs/scripts/ |
Makefile.am | 22 AUTOMAKE_OPTIONS = foreign
|
/external/libogg/ |
Makefile.am | 3 AUTOMAKE_OPTIONS = foreign 1.6 dist-zip
|
/external/libvorbis/examples/ |
Makefile.am | 3 AUTOMAKE_OPTIONS = foreign
|
/external/v8/test/mjsunit/asm/ |
do-while.js | 5 function Module(stdlib, foreign, buffer) {
|
float32array-outofbounds.js | 5 function Module(stdlib, foreign, heap) {
|
float64array-outofbounds.js | 5 function Module(stdlib, foreign, heap) {
|
int32-div.js | 5 function Module(stdlib, foreign, heap) {
|
int32-mod.js | 5 function Module(stdlib, foreign, heap) {
|
int32-mul.js | 5 function Module(stdlib, foreign, heap) {
|
int32-udiv.js | 5 function Module(stdlib, foreign, heap) {
|
int32-umod.js | 5 function Module(stdlib, foreign, heap) {
|
int32array-outofbounds.js | 5 function Module(stdlib, foreign, heap) {
|
uint8array-outofbounds.js | 5 function Module(stdlib, foreign, heap) {
|
/external/v8/src/ |
compilation-dependencies.h | 21 object_wrapper_(Handle<Foreign>::null()), 62 Handle<Foreign> object_wrapper_;
|
/art/test/577-profile-foreign-dex/src/ |
Main.java | 29 private static final String FOREIGN_DEX_PROFILE_DIR = "foreign-dex"; 48 String codePath = System.getenv("DEX_LOCATION") + "/577-profile-foreign-dex.jar"; 73 // Verify we actually create a marker on disk for foreign dex files. 75 String foreignDex = System.getenv("DEX_LOCATION") + "/577-profile-foreign-dex-ex.jar"; 82 String codePath = System.getenv("DEX_LOCATION") + "/577-profile-foreign-dex.jar"; 91 File foreignDex = new File(System.getenv("DEX_LOCATION") + "/577-profile-foreign-dex-ex.jar");
|
/external/libcxxabi/src/ |
cxa_exception.cpp | 293 // chain the foreign exception, terminate it. 355 This routine can catch foreign or native exceptions. If native, the exception 367 If the exception is foreign, this means it did not originate from one of throw 368 routines. The foreign exception does not necessarily have a __cxa_exception 374 stack is empty. The foreign exception has no way to link to the current 377 __cxa_exception block in front of the foreign exception. It would be better 391 // exception_header is a hackish offset from a foreign exception, but it 418 // Else this is a foreign exception 422 // Push the foreign exception on to the stack 432 This routine can be called for either a native or foreign exception [all...] |
/ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/src/ |
cxa_exception.cpp | 293 // chain the foreign exception, terminate it. 355 This routine can catch foreign or native exceptions. If native, the exception 367 If the exception is foreign, this means it did not originate from one of throw 368 routines. The foreign exception does not necessarily have a __cxa_exception 374 stack is empty. The foreign exception has no way to link to the current 377 __cxa_exception block in front of the foreign exception. It would be better 391 // exception_header is a hackish offset from a foreign exception, but it 418 // Else this is a foreign exception 422 // Push the foreign exception on to the stack 432 This routine can be called for either a native or foreign exception [all...] |
/packages/apps/Gallery2/src/com/android/photos/data/ |
PhotoDatabase.java | 43 // Photos.ACCOUNT_ID is a foreign key to Accounts._ID 48 // Photos.ALBUM_ID is a foreign key to Albums._ID 58 // Albums.ACCOUNT_ID is a foreign key to Accounts._ID 60 // Albums.PARENT_ID is a foreign key to Albums._ID 74 // Metadata.PHOTO_ID is a foreign key to Photos._ID
|
/external/autotest/frontend/migrations/ |
037_db_constraints.py | 33 print ('Deleted %s invalid foreign key references from %s (%s)' % 74 manager.execute('ALTER TABLE %s ADD CONSTRAINT %s FOREIGN KEY (%s) ' 81 manager.execute('ALTER TABLE %s DROP FOREIGN KEY %s' % (table, key_name))
|