Home
last modified time | relevance | path

Searched refs:STATIC_LIB (Results 1 – 10 of 10) sorted by relevance

/external/chromium_org/tools/gyp/test/dependencies/
Dgyptest-lib-only.py22 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/
Dgyptest-no-exported-hard-dependency.py31 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)
Dgyptest-exported-hard-dependency.py32 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/
Dgyptest-postbuild.py30 type=test.STATIC_LIB,
33 type=test.STATIC_LIB,
36 type=test.STATIC_LIB,
Dgyptest-archs.py58 'static_32_64', chdir='archs', type=test.STATIC_LIB)
/external/chromium_org/tools/gyp/test/ninja/action_dependencies/
Dgyptest-action-dependencies.py38 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/
Dgyptest-product.py34 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/
Dgyptest-standalone-static-library.py38 lib_name = test.built_file_basename('mylib', type=test.STATIC_LIB)
/external/chromium_org/tools/gyp/test/lib/
DTestGyp.py102 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/
Dorg_conscrypt_NativeCrypto.cpp9878 #ifdef STATIC_LIB