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

  /external/compiler-rt/test/asan/TestCases/Darwin/
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
interception-in-shared-lib-test.cc 16 #if defined(SHARED_LIB)
  /external/chromium_org/tools/gyp/test/additional-targets/
gyptest-additional.py 32 type=test.SHARED_LIB,
52 type=test.SHARED_LIB,
  /external/chromium_org/tools/gyp/test/product/
gyptest-product.py 27 test.SHARED_LIB, bare=True)
29 test.SHARED_LIB, bare=True)
30 test.built_file_must_exist('yoalt6.stuff', test.SHARED_LIB, bare=True)
  /external/chromium_org/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 63 'shared_32_64', chdir='archs', type=test.SHARED_LIB)
  /external/compiler-rt/test/asan/TestCases/Linux/
interception-in-shared-lib-test.cc 16 #if defined(SHARED_LIB)
  /external/chromium_org/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)
  /external/compiler-rt/test/asan/TestCases/Posix/
init-order-dlopen.cc 16 #if !defined(SHARED_LIB)
59 #else // SHARED_LIB
72 #endif // SHARED_LIB
shared-lib-test.cc 11 #if !defined(SHARED_LIB)
asan-symbolize-sanity-test.cc 12 #if !defined(SHARED_LIB)
start-deactivated.cc 11 #if !defined(SHARED_LIB)
60 #else // SHARED_LIB
68 #endif // 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/compiler-rt/test/asan/TestCases/
dlclose-test.cc 26 #if !defined(SHARED_LIB)
79 #else // SHARED_LIB
99 #endif // SHARED_LIB
  /external/chromium_org/tools/gyp/test/lib/
TestGyp.py 101 SHARED_LIB = '__shared_lib__'
359 elif type == self.SHARED_LIB:
530 if type == self.SHARED_LIB:
734 elif type == self.SHARED_LIB:
738 if subdir and type != self.SHARED_LIB:
817 "type" values of STATIC_LIB or SHARED_LIB append the necessary
831 elif type == self.SHARED_LIB and sys.platform != 'darwin':
834 if subdir and type != self.SHARED_LIB:
    [all...]
  /external/chromium_org/v8/tools/
tickprocessor.js 261 SHARED_LIB: 1
285 return this.codeTypes_[name] == TickProcessor.CodeTypes.SHARED_LIB;
319 this.setCodeType(entry.getName(), 'SHARED_LIB');

Completed in 513 milliseconds