Searched refs:source_file (Results 1 - 25 of 46) sorted by relevance

12

/external/chromium_org/tools/gn/
H A Dfunction_read_file.cc54 SourceFile source_file = cur_dir.ResolveRelativeFile(args[0].string_value()); local
56 scope->settings()->build_settings()->GetFullPath(source_file);
59 g_scheduler->AddGenDependency(source_file);
H A Dfunction_write_file.cc54 SourceFile source_file = cur_dir.ResolveRelativeFile(args[0].string_value()); local
57 source_file.value(), args[0], err))
72 scope->settings()->build_settings()->GetFullPath(source_file);
H A Dscope_per_file_provider.h11 #include "tools/gn/source_file.h"
17 ScopePerFileProvider(Scope* scope, const SourceFile& source_file);
H A Dscheduler.cc80 void Scheduler::AddGenDependency(const SourceFile& source_file) { argument
82 gen_dependencies_.push_back(source_file);
H A Dscope_per_file_provider.cc9 #include "tools/gn/source_file.h"
15 const SourceFile& source_file)
17 source_file_(source_file) {
14 ScopePerFileProvider(Scope* scope, const SourceFile& source_file) argument
H A Dscheduler.h49 void AddGenDependency(const SourceFile& source_file);
/external/chromium_org/chrome/installer/util/
H A Dduplicate_tree_detector_unittest.cc140 base::FilePath source_file(temp_source_dir_.path());
141 source_file = source_file.AppendASCII("F1");
142 CreateTextFile(source_file.MaybeAsASCII(), text_content_1_);
147 ASSERT_TRUE(installer::test::CopyFileHierarchy(source_file, dest_file));
154 EXPECT_TRUE(installer::IsIdenticalFileHierarchy(source_file, dest_file));
155 EXPECT_FALSE(installer::IsIdenticalFileHierarchy(source_file, other_file));
/external/chromium_org/chrome/browser/chromeos/drive/
H A Dtest_util.cc63 TestCacheResource::TestCacheResource(const std::string& source_file, argument
68 source_file(source_file),
134 if (!resources[i].source_file.empty()) {
H A Dtest_util.h42 TestCacheResource(const std::string& source_file,
49 std::string source_file; member in struct:drive::test_util::TestCacheResource
/external/chromium_org/tools/clang/scripts/
H A Dtest_tool.py48 actual_files = ['-'.join([source_file.rsplit('-', 2)[0], 'actual.cc'])
49 for source_file in source_files]
50 expected_files = ['-'.join([source_file.rsplit('-', 2)[0], 'expected.cc'])
51 for source_file in source_files]
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/coverage/
H A Dexecfile.py97 source_file = open_source(filename)
102 source = source_file.read()
104 source_file.close()
H A Dannotate.py54 source = cu.source_file()
H A Dhtml.py114 source_file = cu.source_file()
116 source = source_file.read()
118 source_file.close()
H A Dcodeunit.py103 def source_file(self): member in class:CodeUnit
/external/e2fsprogs/lib/ss/
H A Dtest_ss.c34 static int source_file(const char *cmd_file, int sci_idx) function
129 exit_status = source_file(cmd_file, sci_idx);
/external/chromium/chrome/browser/extensions/
H A Dcrx_installer.h88 // Install the crx in |source_file|.
89 void InstallCrx(const FilePath& source_file);
92 void InstallUserScript(const FilePath& source_file,
H A Dcrx_installer.cc146 void CrxInstaller::InstallCrx(const FilePath& source_file) { argument
147 source_file_ = source_file;
151 source_file,
161 void CrxInstaller::InstallUserScript(const FilePath& source_file, argument
165 source_file_ = source_file;
/external/chromium_org/tools/json_schema_compiler/
H A Dmodel.py28 def AddNamespace(self, json, source_file, include_compiler_options=False):
32 source_file,
44 - |source_file| the file that contained the namespace definition
45 - |source_file_dir| the directory component of |source_file|
46 - |source_file_filename| the filename component of |source_file|
56 def __init__(self, json, source_file, include_compiler_options=False):
65 self.source_file = source_file
66 self.source_file_dir, self.source_file_filename = os.path.split(source_file)
422 hierarchy.insert(0, ' in %s' % entity.source_file)
[all...]
/external/chromium_org/chrome/test/functional/
H A Dnacl_sdk.py119 source_file = os.path.join(
122 source_file = os.path.join(
127 subprocess.Popen([source_file, 'list'],
135 source_file = os.path.join(self._extracted_sdk_path, 'nacl_sdk',
138 source_file = os.path.join(self._extracted_sdk_path, 'nacl_sdk',
143 updated_output = subprocess.Popen([source_file, 'update'],
721 source_file = os.path.join(self._temp_dir, 'nacl_sdk.zip')
722 if zipfile.is_zipfile(source_file):
723 zip = zipfile.ZipFile(source_file, 'r')
726 self.fail(msg='%s is not a valid zip file' % source_file)
[all...]
/external/chromium_org/chrome/browser/extensions/
H A Dcrx_installer.h96 // Install the crx in |source_file|.
97 void InstallCrx(const base::FilePath& source_file);
100 void InstallUserScript(const base::FilePath& source_file,
116 const base::FilePath& source_file() const { return source_file_; } function in class:extensions::CrxInstaller
/external/chromium_org/ui/gl/
H A Dgenerate_bindings.py1806 source_file = open(
1808 GenerateSource(source_file, functions, set_name, used_extension_functions)
1809 source_file.close()
1823 source_file = open(os.path.join(dir, 'gl_bindings_autogen_mock.cc'), 'wb')
1824 GenerateMockSource(source_file, GL_FUNCTIONS)
1825 source_file.close()
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/tool/servers/
H A Drebaselineserver.py111 for source_file in actual_result_files:
112 source_path = filesystem.join(test_results_directory, source_file)
113 destination_file = source_file.replace('-actual', '-expected')
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/w3c/
H A Dtest_importer.py261 source_file = os.path.join(os.path.dirname(test_info['reference']), support_file)
262 source_file = os.path.normpath(source_file)
265 to_copy = {'src': source_file, 'dest': support_file}
/external/chromium_org/ppapi/
H A Dgenerate_ppapi_size_checks.py66 kind,name,size,arch_dependent,source_file,start_line,end_line
73 - source_file: The source file in which the type is defined.
78 [self.kind, self.name, self.size, arch_dependent_string, source_file,
83 self.source_location = SourceLocation(source_file,
/external/e2fsprogs/tests/progs/
H A Dtest_icount.c246 static int source_file(const char *cmd_file, int sci_idx) function
354 exit_status = source_file(cmd_file, sci_idx);

Completed in 485 milliseconds

12