HomeSort by relevance Sort by last modified time
    Searched refs:SHARED_LIB (Results 1 - 25 of 26) sorted by null

1 2

  /external/compiler-rt/test/asan/TestCases/Darwin/
dyld_insert_libraries_remove.cc 27 #if !defined(SHARED_LIB)
37 #else // SHARED_LIB
39 #endif // SHARED_LIB
reexec-insert-libraries-env.cc 13 #if !defined(SHARED_LIB)
23 #else // SHARED_LIB
25 #endif // SHARED_LIB
unset-insert-libraries-on-exec.cc 16 #if !defined(SHARED_LIB)
23 #else // SHARED_LIB
25 #endif // SHARED_LIB
  /external/compiler-rt/test/cfi/cross-dso/icall/
icall.cpp 6 #ifdef SHARED_LIB
icall-from-dso.cpp 6 #ifdef SHARED_LIB
  /external/v8/tools/gyp/test/additional-targets/
gyptest-additional.py 35 type=test.SHARED_LIB,
59 type=test.SHARED_LIB,
  /external/v8/tools/gyp/test/product/
gyptest-product.py 26 test.SHARED_LIB, bare=True)
28 test.SHARED_LIB, bare=True)
29 test.built_file_must_exist('yoalt6.stuff', test.SHARED_LIB, bare=True)
  /external/compiler-rt/test/asan/TestCases/Posix/
interception-in-shared-lib-test.cc 11 #if defined(SHARED_LIB)
shared-lib-test.cc 11 #if !defined(SHARED_LIB)
41 #else // SHARED_LIB
57 #endif // SHARED_LIB
asan-symbolize-sanity-test.cc 13 #if !defined(SHARED_LIB)
start-deactivated.cc 23 #if !defined(SHARED_LIB)
79 #else // SHARED_LIB
87 #endif // SHARED_LIB
dlclose-test.cc 26 #if !defined(SHARED_LIB)
86 #else // SHARED_LIB
106 #endif // SHARED_LIB
  /external/compiler-rt/test/asan/TestCases/
suppressions-library.cc 19 #if !defined(SHARED_LIB)
28 #else // SHARED_LIB
37 #endif // SHARED_LIB
  /external/v8/tools/gyp/test/mac/
gyptest-postbuild.py 48 type=test.SHARED_LIB,
gyptest-strip.py 28 return test.built_file_path(s, type=test.SHARED_LIB, chdir='strip')
gyptest-archs.py 72 'shared_32_64', chdir='archs', type=test.SHARED_LIB)
  /external/compiler-rt/test/asan/TestCases/Linux/
activation-options.cc 34 #if !defined(SHARED_LIB)
64 #else // SHARED_LIB
66 #endif // SHARED_LIB
init-order-dlopen.cc 12 #if defined(SHARED_LIB)
47 #endif // SHARED_LIB
  /external/compiler-rt/test/cfi/cross-dso/
simple-pass.cpp 37 #ifdef SHARED_LIB
simple-fail.cpp 41 #ifdef SHARED_LIB
  /external/v8/tools/gyp/test/ninja/s-needs-no-depfiles/
gyptest-s-needs-no-depfiles.py 32 empty_dll = test.built_file_path('empty', test.SHARED_LIB)
  /ndk/tests/build/prebuilt-copy/
build.sh 79 SHARED_LIB=$(ls $OUT/*$ABI/libfoo.so 2>/dev/null)
81 printf "KO! missing file: $SHARED_LIB\n"
  /external/v8/tools/gyp/test/lib/
TestGyp.py 102 SHARED_LIB = '__shared_lib__'
386 elif type == self.SHARED_LIB:
519 elif type == self.SHARED_LIB:
523 if subdir and type != self.SHARED_LIB:
602 "type" values of STATIC_LIB or SHARED_LIB append the necessary
616 elif type == self.SHARED_LIB and sys.platform != 'darwin':
619 if subdir and type != self.SHARED_LIB:
823 elif type == self.SHARED_LIB:
827 if subdir and type != self.SHARED_LIB:
929 "type" values of STATIC_LIB or SHARED_LIB append the necessar
    [all...]
  /external/v8/tools/
codemap.js 269 * @param {string} opt_type Code entry type, e.g. SHARED_LIB, CPP.
profile.js 106 endAddr - startAddr, name, 'SHARED_LIB');
260 if (i === 0 && (entry.type === 'CPP' || entry.type === 'SHARED_LIB')) {

Completed in 962 milliseconds

1 2