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

  /external/chromium_org/tools/gyp/test/hard_dependency/
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)
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)
  /external/chromium_org/tools/gyp/test/dependencies/
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/mac/
gyptest-postbuild.py 30 type=test.STATIC_LIB,
33 type=test.STATIC_LIB,
36 type=test.STATIC_LIB,
gyptest-archs.py 46 'static_32_64', chdir='archs', type=test.STATIC_LIB)
  /external/chromium_org/tools/gyp/test/ninja/action_dependencies/
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/
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)
  /ndk/tests/build/prebuilt-copy/
build.sh 88 STATIC_LIB=$(ls $OUT/*$ABI/libbar.a 2>/dev/null)
90 printf "KO! file should not exist: $STATIC_LIB\n"
  /external/chromium_org/tools/gyp/test/standalone-static-library/
gyptest-standalone-static-library.py 38 lib_name = test.built_file_basename('mylib', type=test.STATIC_LIB)
  /external/chromium_org/tools/gyp/test/lib/
TestGyp.py 81 STATIC_LIB = '__static_lib__'
318 elif type == self.STATIC_LIB:
469 if type == self.STATIC_LIB:
584 "type" values of STATIC_LIB or SHARED_LIB append the necessary
596 if type == self.STATIC_LIB and sys.platform != 'darwin':
746 if type == self.STATIC_LIB:
855 "type" values of STATIC_LIB or SHARED_LIB append the necessary
863 if type == self.STATIC_LIB:
    [all...]

Completed in 304 milliseconds