HomeSort by relevance Sort by last modified time
    Searched refs:built_file_path (Results 51 - 70 of 70) sorted by null

1 23

  /external/chromium_org/tools/gyp/test/win/
gyptest-cl-buffer-security-check.py 26 full_path = test.built_file_path(exe, chdir=CHDIR)
gyptest-link-deffile.py 27 full_path = test.built_file_path(binary, chdir=CHDIR)
gyptest-link-defrelink.py 28 full_path = test.built_file_path(binary, chdir=CHDIR)
gyptest-link-ordering.py 23 full_path = test.built_file_path(exe, chdir=CHDIR)
gyptest-link-subsystem.py 30 return test.run_dumpbin('/headers', test.built_file_path(exe, chdir=CHDIR))
gyptest-link-large-pdb.py 31 pdb_path = test.built_file_path(pdb_basename, chdir=CHDIR)
gyptest-link-base-address.py 24 full_path = test.built_file_path(exe, chdir=CHDIR)
gyptest-link-update-manifest.py 86 exe_file = test.built_file_path('test_update_manifest.exe', chdir=CHDIR)
gyptest-link-generate-manifest.py 61 exe_file = test.built_file_path(filename, chdir=CHDIR)
  /external/chromium_org/tools/gyp/test/ios/
gyptest-per-config-settings.py 105 result_file = test.built_file_path('Test App Gyp.bundle/Test App Gyp',
109 info_plist = test.built_file_path('Test App Gyp.bundle/Info.plist',
132 result_file = test.built_file_path('sig_test.bundle/sig_test',
135 info_plist = test.built_file_path('sig_test.bundle/Info.plist',
141 entitlements_file = test.built_file_path('sig_test.xcent',
gyptest-archs.py 53 result_file = test.built_file_path(filename, chdir='app-bundle')
  /external/chromium_org/tools/gyp/test/linux/
gyptest-implicit-rpath.py 25 p = test.built_file_path(p, chdir=CHDIR)
  /external/chromium_org/tools/gyp/test/mac/
gyptest-bundle-resources.py 19 out_path = test.built_file_path(
gyptest-installname.py 26 p = test.built_file_path(p, chdir=CHDIR)
gyptest-rpath.py 26 p = test.built_file_path(p, chdir=CHDIR)
gyptest-xcode-env-order.py 43 info_plist = test.built_file_path(INFO_PLIST_PATH, chdir=CHDIR)
gyptest-postbuild-copy-bundle.py 24 app_bundle_dir = test.built_file_path('Test app.app', chdir=CHDIR)
  /external/chromium_org/tools/gyp/test/no-cpp/
gyptest-no-cpp.py 28 path = test.built_file_path(path, chdir=CHDIR)
  /external/chromium_org/tools/gyp/test/standalone-static-library/
gyptest-standalone-static-library.py 37 test.built_file_path('mylib', type=standalone_static_library_dir))[0]
  /external/chromium_org/tools/gyp/test/lib/
TestGyp.py 164 return self.must_exist(self.built_file_path(name, type, **kw))
170 return self.must_not_exist(self.built_file_path(name, type, **kw))
177 return self.must_match(self.built_file_path(name, **kw), contents)
184 return self.must_not_match(self.built_file_path(name, **kw), contents)
191 return self.must_not_contain(self.built_file_path(name, **kw), contents)
343 def built_file_path(self, name, type=None, **kw): member in class:TestGypBase
515 def built_file_path(self, name, type=None, **kw): member in class:TestGypAndroid
624 executable_file = self.built_file_path(name, type=self.EXECUTABLE, **kw)
746 program = [self.built_file_path(name, type=self.EXECUTABLE, **kw)]
752 def built_file_path(self, name, type=None, **kw) member in class:TestGypCMake
834 def built_file_path(self, name, type=None, **kw): member in class:TestGypMake
1038 def built_file_path(self, name, type=None, **kw): member in class:TestGypNinja
1143 def built_file_path(self, name, type=None, **kw): member in class:TestGypMSVS
1304 def built_file_path(self, name, type=None, **kw): member in class:TestGypXcode
    [all...]

Completed in 3836 milliseconds

1 23