Searched refs:STATIC_LIB (Results 1 – 10 of 10) sorted by relevance
/external/chromium_org/tools/gyp/test/dependencies/ |
D | gyptest-lib-only.py | 22 test.built_file_must_exist('a', type=test.STATIC_LIB) 30 test.built_file_must_not_exist('b', type=test.STATIC_LIB) 33 test.built_file_must_exist('b', type=test.STATIC_LIB) 37 test.built_file_must_exist('b', type=test.STATIC_LIB, subdir='b')
|
/external/chromium_org/tools/gyp/test/hard_dependency/ |
D | gyptest-no-exported-hard-dependency.py | 31 test.built_file_must_not_exist('a', type=test.STATIC_LIB, chdir=chdir) 32 test.built_file_must_not_exist('b', type=test.STATIC_LIB, chdir=chdir) 33 test.built_file_must_not_exist('c', type=test.STATIC_LIB, chdir=chdir) 34 test.built_file_must_exist('d', type=test.STATIC_LIB, chdir=chdir)
|
D | gyptest-exported-hard-dependency.py | 32 test.built_file_must_exist('a', type=test.STATIC_LIB, chdir=chdir) 33 test.built_file_must_not_exist('b', type=test.STATIC_LIB, chdir=chdir) 34 test.built_file_must_exist('c', type=test.STATIC_LIB, chdir=chdir) 35 test.built_file_must_not_exist('d', type=test.STATIC_LIB, chdir=chdir)
|
/external/chromium_org/tools/gyp/test/mac/ |
D | gyptest-postbuild.py | 30 type=test.STATIC_LIB, 33 type=test.STATIC_LIB, 36 type=test.STATIC_LIB,
|
D | gyptest-archs.py | 58 'static_32_64', chdir='archs', type=test.STATIC_LIB)
|
/external/chromium_org/tools/gyp/test/ninja/action_dependencies/ |
D | gyptest-action-dependencies.py | 38 test.built_file_must_not_exist('a', type=test.STATIC_LIB, chdir=chdir) 39 test.built_file_must_not_exist('b', type=test.STATIC_LIB, chdir=chdir) 48 test.built_file_must_exist('a', type=test.STATIC_LIB, chdir=chdir)
|
/external/chromium_org/tools/gyp/test/product/ |
D | gyptest-product.py | 34 test.STATIC_LIB, bare=True) 36 test.STATIC_LIB, bare=True) 37 test.built_file_must_exist('yoalt9.stuff', test.STATIC_LIB, bare=True)
|
/external/chromium_org/tools/gyp/test/standalone-static-library/ |
D | gyptest-standalone-static-library.py | 38 lib_name = test.built_file_basename('mylib', type=test.STATIC_LIB)
|
/external/chromium_org/tools/gyp/test/lib/ |
D | TestGyp.py | 102 STATIC_LIB = '__static_lib__' variable in TestGypBase 359 elif type == self.STATIC_LIB: 527 if type == self.STATIC_LIB: 759 if type == self.STATIC_LIB: 857 if type == self.STATIC_LIB and sys.platform != 'darwin': 1045 if type == self.STATIC_LIB: 1162 if type == self.STATIC_LIB:
|
/external/conscrypt/src/main/native/ |
D | org_conscrypt_NativeCrypto.cpp | 9878 #ifdef STATIC_LIB
|