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

  /external/chromium_org/tools/gyp/test/hard_dependency/
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)
gyptest-exported-hard-dependency.py 33 test.built_file_must_not_exist('b', 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/
gyptest-sourceless-module.py 22 test.built_file_must_not_exist(
31 test.built_file_must_not_exist(
53 test.built_file_must_not_exist(
gyptest-loadable-module.py 43 test.built_file_must_not_exist(
45 test.built_file_must_not_exist(
gyptest-postbuild-fail.py 49 test.built_file_must_not_exist('static_touch',
60 test.built_file_must_not_exist('dynamic_touch',
gyptest-framework.py 59 test.built_file_must_not_exist(
gyptest-xcode-gcc.py 54 test.built_file_must_not_exist(fail_target, chdir=CHDIR)
  /external/chromium_org/tools/gyp/test/additional-targets/
gyptest-additional.py 30 test.built_file_must_not_exist('out.txt', chdir='relocate/src')
31 test.built_file_must_not_exist('foolib1',
  /external/chromium_org/tools/gyp/test/restat/
gyptest-restat.py 29 test.built_file_must_not_exist('side_effect', chdir=chdir)
  /external/chromium_org/tools/gyp/test/subdirectory/
gyptest-subdir-all.py 29 test.built_file_must_not_exist('prog1', type=test.EXECUTABLE, chdir=chdir)
gyptest-subdir-default.py 29 test.built_file_must_not_exist('prog1', type=test.EXECUTABLE, chdir=chdir)
  /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)
  /external/chromium_org/tools/gyp/test/dependencies/
gyptest-lib-only.py 30 test.built_file_must_not_exist('b', type=test.STATIC_LIB)
  /external/chromium_org/tools/gyp/test/win/
gyptest-link-debug-info.py 23 test.built_file_must_not_exist('test_debug_off%s' % suffix, chdir=CHDIR)
  /external/chromium_org/tools/gyp/test/defines/
gyptest-define-override.py 35 test.built_file_must_not_exist('fakeosprogram', type=test.EXECUTABLE)
  /external/chromium_org/tools/gyp/test/target/
gyptest-target.py 25 test.built_file_must_not_exist('hello2.stuff', test.EXECUTABLE, bare=True)
  /external/chromium_org/tools/gyp/test/lib/
TestGyp.py 164 def built_file_must_not_exist(self, name, type=None, **kw): member in class:TestGypBase
    [all...]

Completed in 279 milliseconds