Searched refs:SHARED_LIB (Results 1 – 17 of 17) sorted by relevance
/external/chromium_org/tools/gyp/test/product/ |
D | 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/additional-targets/ |
D | gyptest-additional.py | 32 type=test.SHARED_LIB, 52 type=test.SHARED_LIB,
|
/external/compiler-rt/test/asan/TestCases/Darwin/ |
D | reexec-insert-libraries-env.cc | 13 #if !defined(SHARED_LIB)
|
D | unset-insert-libraries-on-exec.cc | 16 #if !defined(SHARED_LIB)
|
D | interception-in-shared-lib-test.cc | 16 #if defined(SHARED_LIB)
|
/external/compiler-rt/test/asan/TestCases/Linux/ |
D | interception-in-shared-lib-test.cc | 16 #if defined(SHARED_LIB)
|
/external/compiler-rt/test/asan/TestCases/Posix/ |
D | shared-lib-test.cc | 11 #if !defined(SHARED_LIB)
|
D | init-order-dlopen.cc | 16 #if !defined(SHARED_LIB)
|
D | asan-symbolize-sanity-test.cc | 12 #if !defined(SHARED_LIB)
|
D | start-deactivated.cc | 11 #if !defined(SHARED_LIB)
|
/external/chromium_org/tools/gyp/test/ninja/s-needs-no-depfiles/ |
D | gyptest-s-needs-no-depfiles.py | 32 empty_dll = test.built_file_path('empty', test.SHARED_LIB)
|
/external/chromium_org/tools/gyp/test/mac/ |
D | gyptest-postbuild.py | 48 type=test.SHARED_LIB,
|
D | gyptest-strip.py | 28 return test.built_file_path(s, type=test.SHARED_LIB, chdir='strip')
|
D | gyptest-archs.py | 63 'shared_32_64', chdir='archs', type=test.SHARED_LIB)
|
/external/chromium_org/tools/gyp/test/lib/ |
D | TestGyp.py | 103 SHARED_LIB = '__shared_lib__' variable in TestGypBase 361 elif type == self.SHARED_LIB: 532 if type == self.SHARED_LIB: 762 elif type == self.SHARED_LIB: 766 if subdir and type != self.SHARED_LIB: 859 elif type == self.SHARED_LIB and sys.platform != 'darwin': 862 if subdir and type != self.SHARED_LIB: 1048 elif type == self.SHARED_LIB: 1052 if subdir and type != self.SHARED_LIB:
|
/external/compiler-rt/test/asan/TestCases/ |
D | dlclose-test.cc | 26 #if !defined(SHARED_LIB)
|
/external/chromium_org/v8/tools/ |
D | tickprocessor.js | 261 SHARED_LIB: 1 property 285 return this.codeTypes_[name] == TickProcessor.CodeTypes.SHARED_LIB;
|