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

  /external/v8/tools/gyp/test/copies/
gyptest-slash.py 19 test.built_file_must_match('copies-out-slash/directory/file3',
22 test.built_file_must_match('copies-out-slash/directory/file4',
25 test.built_file_must_match('copies-out-slash/directory/subdir/file5',
29 test.built_file_must_match('copies-out-slash-2/directory/file3',
32 test.built_file_must_match('copies-out-slash-2/directory/file4',
35 test.built_file_must_match('copies-out-slash-2/directory/subdir/file5',
gyptest-default.py 25 test.built_file_must_match('copies-out/file2',
29 test.built_file_must_match('copies-out/directory/file3',
32 test.built_file_must_match('copies-out/directory/file4',
35 test.built_file_must_match('copies-out/directory/subdir/file5',
38 test.built_file_must_match('copies-out/subdir/file6',
gyptest-all.py 25 test.built_file_must_match('copies-out/file2',
29 test.built_file_must_match('copies-out/directory/file3',
32 test.built_file_must_match('copies-out/directory/file4',
35 test.built_file_must_match('copies-out/directory/subdir/file5',
38 test.built_file_must_match('copies-out/subdir/file6',
gyptest-samedir.py 20 test.built_file_must_match('copies-out-samedir/file1',
24 test.built_file_must_match('copies-out-samedir/file2',
gyptest-sourceless-shared-lib.py 17 test.built_file_must_match('copies-out/file1',
gyptest-updir.py 26 test.built_file_must_match('../copies-out-updir/file1',
  /external/v8/tools/gyp/test/mac/
gyptest-missing-cfbundlesignature.py 24 test.built_file_must_match('mytarget.app/Contents/PkgInfo', 'APPL????',
27 test.built_file_must_match('myothertarget.app/Contents/PkgInfo', 'APPL????',
30 test.built_file_must_match('thirdtarget.app/Contents/PkgInfo', 'APPL????',
gyptest-bundle-resources.py 43 test.built_file_must_match('resource.app/Contents/Resources/secret.txt',
45 test.built_file_must_match('source_rule.app/Contents/Resources/secret.txt',
48 test.built_file_must_match(
59 test.built_file_must_match(
gyptest-xctest.py 36 test.built_file_must_match('tests.xctest/Contents/Resources/resource.txt',
gyptest-app.py 106 test.built_file_must_match('Test App Gyp.app/Contents/PkgInfo', 'APPLause',
gyptest-app-assets-catalog.py 108 test.built_file_must_match(
  /external/v8/tools/gyp/test/dependencies/
gyptest-all-dependent-settings-order.py 17 test.built_file_must_match('out.txt', 'd.cc a.cc b.cc c.cc',
  /external/v8/tools/gyp/test/actions-subdir/
gyptest-action.py 23 test.built_file_must_match('file.out', file_content, chdir='src')
24 test.built_file_must_match('subdir_file.out', subdir_file_content, chdir='src')
  /external/v8/tools/gyp/test/rules-use-built-dependencies/
gyptest-use-built-dependencies.py 21 test.built_file_must_match('main_output', 'output', chdir='relocate/src')
  /external/v8/tools/gyp/test/actions-bare/
gyptest-bare.py 22 test.built_file_must_match('out.txt', file_content, chdir='relocate/src')
  /external/v8/tools/gyp/test/actions-none/
gyptest-none.py 22 test.built_file_must_match('fake.out', file_content, chdir='relocate/src')
  /external/v8/tools/gyp/test/additional-targets/
gyptest-additional.py 31 test.built_file_must_match('out2.txt', file_content, chdir=chdir)
  /external/v8/tools/gyp/test/actions-multiple-outputs-with-dependencies/
gyptest-action.py 31 test.built_file_must_match('result.txt', content, chdir=TESTDIR)
  /external/v8/tools/gyp/test/ios/
gyptest-app-ios-assets-catalog.py 53 test.built_file_must_match(
gyptest-app-ios.py 74 test.built_file_must_match('Test App Gyp.app/PkgInfo', 'APPLause',
  /external/v8/tools/gyp/test/lib/
TestGyp.py 172 def built_file_must_match(self, name, contents, **kw): member in class:TestGypBase
    [all...]

Completed in 661 milliseconds