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

  /external/v8/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/v8/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/deqp/framework/egl/
egluStaticESLibrary.cpp 37 # define STATIC_LIB STATIC_LIB_ES30
44 # define STATIC_LIB STATIC_LIB_ES20
46 # define STATIC_LIB STATIC_LIB_NONE
56 #if (STATIC_LIB == STATIC_LIB_NONE)
61 #if (STATIC_LIB == STATIC_LIB_ES30)
63 #elif (STATIC_LIB == STATIC_LIB_ES20)
66 # error "Unknown STATIC_LIB value"
  /external/v8/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 49 product, chdir='archs', type=test.STATIC_LIB)
67 'static_32_64', chdir='archs', type=test.STATIC_LIB)
  /external/v8/tools/gyp/test/ninja/action_dependencies/
gyptest-action-dependencies.py 47 test.built_file_must_not_exist('a', type=test.STATIC_LIB, chdir=chdir)
48 test.built_file_must_not_exist('b', type=test.STATIC_LIB, chdir=chdir)
57 test.built_file_must_exist('a', type=test.STATIC_LIB, chdir=chdir)
  /external/v8/tools/gyp/test/product/
gyptest-product.py 33 test.STATIC_LIB, bare=True)
35 test.STATIC_LIB, bare=True)
36 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/v8/tools/gyp/test/standalone-static-library/
gyptest-standalone-static-library.py 36 lib_name = test.built_file_basename('mylib', type=test.STATIC_LIB)
  /external/v8/tools/gyp/test/lib/
TestGyp.py 101 STATIC_LIB = '__static_lib__'
384 elif type == self.STATIC_LIB:
516 if type == self.STATIC_LIB:
602 "type" values of STATIC_LIB or SHARED_LIB append the necessary
614 if type == self.STATIC_LIB and sys.platform != 'darwin':
820 if type == self.STATIC_LIB:
929 "type" values of STATIC_LIB or SHARED_LIB append the necessary
    [all...]
  /external/conscrypt/src/main/native/
org_conscrypt_NativeCrypto.cpp     [all...]

Completed in 312 milliseconds