HomeSort by relevance Sort by last modified time
    Searched refs:built_file_must_not_exist (Results 1 - 16 of 16) 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.gyp 22 test.built_file_must_not_exist(
31 test.built_file_must_not_exist(
42 test.built_file_must_not_exist(
gyptest-loadable-module.py 38 test.built_file_must_not_exist(
41 test.built_file_must_not_exist(
gyptest-framework.py 46 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-xcode-gcc.py 45 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 28 test.built_file_must_not_exist('prog1', type=test.EXECUTABLE, chdir=chdir)
gyptest-subdir-default.py 28 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/defines/
gyptest-define-override.py 26 test.built_file_must_not_exist('fakeosprogram', type=test.EXECUTABLE)
  /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/lib/
TestGyp.py 138 def built_file_must_not_exist(self, name, type=None, **kw): member in class:TestGypBase
    [all...]

Completed in 301 milliseconds