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

12

/external/chromium_org/build/toolchain/mac/
H A Dsetup_toolchain.py12 with open(source_path) as source_file:
13 tool_source = source_file.readlines()
/external/chromium_org/tools/json_schema_compiler/
H A Dfeatures_cc_generator.py12 def Generate(self, feature_defs, source_file, namespace):
13 return _Generator(feature_defs, source_file, namespace).Generate()
19 def __init__(self, feature_defs, source_file, namespace):
21 self._source_file = source_file
22 self._source_file_filename, _ = os.path.splitext(source_file)
H A Dfeatures_h_generator.py12 def Generate(self, features, source_file, namespace):
13 return _Generator(features, source_file, namespace).Generate()
19 def __init__(self, features, source_file, namespace):
21 self._source_file = source_file
22 self._source_file_filename, _ = os.path.splitext(source_file)
H A Dmodel.py30 def AddNamespace(self, json, source_file, include_compiler_options=False):
34 source_file,
86 - |source_file| the file that contained the namespace definition
87 - |source_file_dir| the directory component of |source_file|
88 - |source_file_filename| the filename component of |source_file|
98 def __init__(self, json, source_file, include_compiler_options=False):
108 self.source_file = source_file
109 self.source_file_dir, self.source_file_filename = os.path.split(source_file)
110 self.short_filename = os.path.basename(source_file)
[all...]
/external/chromium_org/tools/gn/
H A Dfunction_read_file.cc56 SourceFile source_file = cur_dir.ResolveRelativeFile(args[0].string_value()); local
58 scope->settings()->build_settings()->GetFullPath(source_file);
H A Dfunction_write_file.cc60 SourceFile source_file = cur_dir.ResolveRelativeFile(args[0].string_value()); local
63 source_file.value(), args[0], err))
77 scope->settings()->build_settings()->GetFullPath(source_file);
H A Dloader_unittest.cc33 void AddCannedResponse(const SourceFile& source_file,
71 void MockInputFileManager::AddCannedResponse(const SourceFile& source_file, argument
74 canned->input_file.reset(new InputFile(source_file));
86 canned_responses_[source_file] = linked_ptr<CannedResult>(canned);
H A Dheader_checker.cc262 const InputFile& source_file,
304 *err = Err(CreatePersistentRange(source_file, range),
312 *err = Err(CreatePersistentRange(source_file, range),
324 *err = Err(CreatePersistentRange(source_file, range),
347 *err = Err(CreatePersistentRange(source_file, range),
261 CheckInclude(const Target* from_target, const InputFile& source_file, const SourceFile& include_file, const LocationRange& range, Err* err) const argument
H A Dheader_checker.h81 const InputFile& 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/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/chromium_org/chrome/browser/translate/
H A Dtranslate_browser_test_utils.cc65 base::FilePath source_file; local
66 GetStandaloneDataFileSource(&source_file);
67 DLOG(INFO) << "Copying CLD test data file from " << source_file.value()
69 ASSERT_TRUE(base::CopyFile(source_file, target_file));
/external/chromium_org/build/toolchain/win/
H A Dsetup_toolchain.py69 with open(source_path) as source_file:
70 tool_source = source_file.readlines()
/external/chromium_org/testing/gtest/scripts/
H A Drelease_docs.py140 source_file = os.path.join(self.wiki_dir, f)
143 text = file(source_file, 'r').read()
/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/lldb/source/Symbol/
H A DFunction.cpp250 Function::GetStartLineSourceInfo (FileSpec &source_file, uint32_t &line_no) argument
253 source_file.Clear();
260 source_file = m_type->GetDeclaration().GetFile();
273 source_file = line_entry.file;
279 Function::GetEndLineSourceInfo (FileSpec &source_file, uint32_t &line_no) argument
282 source_file.Clear();
297 source_file = line_entry.file;
/external/lldb/include/lldb/Symbol/
H A DFunction.h446 /// @param[out] source_file
453 GetStartLineSourceInfo (FileSpec &source_file, uint32_t &line_no);
460 /// @param[out] source_file
467 GetEndLineSourceInfo (FileSpec &source_file, uint32_t &line_no);
/external/chromium_org/chrome/browser/extensions/
H A Dcrx_installer.h100 // Install the crx in |source_file|.
101 void InstallCrx(const base::FilePath& source_file);
104 void InstallUserScript(const base::FilePath& source_file,
117 const base::FilePath& source_file() const { return source_file_; } function in class:extensions::CrxInstaller
/external/chromium_org/ui/gl/
H A Dgenerate_bindings.py2031 source_file = open(
2033 GenerateSource(source_file, functions, set_name, used_extensions)
2034 source_file.close()
2046 source_file = open(os.path.join(directory, 'gl_bindings_autogen_mock.cc'),
2048 GenerateMockBindingsSource(source_file, GL_FUNCTIONS)
2049 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/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,

Completed in 1929 milliseconds

12