Home
last modified time | relevance | path

Searched defs:source_file (Results 1 – 24 of 24) sorted by relevance

/external/chromium_org/tools/json_schema_compiler/
Dfeatures_cc_generator.py12 def Generate(self, feature_defs, source_file, namespace): argument
19 def __init__(self, feature_defs, source_file, namespace): argument
Dfeatures_h_generator.py12 def Generate(self, features, source_file, namespace): argument
19 def __init__(self, features, source_file, namespace): argument
Dmodel.py30 def AddNamespace(self, json, source_file, include_compiler_options=False): argument
98 def __init__(self, json, source_file, include_compiler_options=False): argument
/external/checkpolicy/
Dpolicy_scan.l42 char source_file[PATH_MAX]; variable
/external/chromium_org/tools/gn/
Dfunction_read_file.cc56 SourceFile source_file = cur_dir.ResolveRelativeFile(args[0].string_value()); in RunReadFile() local
Dfunction_write_file.cc60 SourceFile source_file = cur_dir.ResolveRelativeFile(args[0].string_value()); in RunWriteFile() local
Dloader_unittest.cc71 void MockInputFileManager::AddCannedResponse(const SourceFile& source_file, in AddCannedResponse()
Dheader_checker.cc262 const InputFile& source_file, in CheckInclude()
/external/e2fsprogs/lib/ss/
Dtest_ss.c34 static int source_file(const char *cmd_file, int sci_idx) in source_file() function
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/coverage/
Dcodeunit.py103 def source_file(self): member in CodeUnit
/external/chromium_org/chrome/browser/translate/
Dtranslate_browser_test_utils.cc65 base::FilePath source_file; in CopyStandaloneDataFile() local
/external/chromium_org/chrome/browser/extensions/
Dcrx_installer.cc176 void CrxInstaller::InstallCrx(const base::FilePath& source_file) { in InstallCrx()
199 void CrxInstaller::InstallUserScript(const base::FilePath& source_file, in InstallUserScript()
Dcrx_installer.h117 const base::FilePath& source_file() const { return source_file_; } in source_file() function
/external/lldb/source/Symbol/
DFunction.cpp250 Function::GetStartLineSourceInfo (FileSpec &source_file, uint32_t &line_no) in GetStartLineSourceInfo()
279 Function::GetEndLineSourceInfo (FileSpec &source_file, uint32_t &line_no) in GetEndLineSourceInfo()
/external/chromium_org/chrome/installer/util/
Dduplicate_tree_detector_unittest.cc140 base::FilePath source_file(temp_source_dir_.path()); in TEST_F() local
/external/e2fsprogs/tests/progs/
Dtest_icount.c246 static int source_file(const char *cmd_file, int sci_idx) in source_file() function
Dtest_rel.c662 static int source_file(const char *cmd_file, int sci_idx) in source_file() function
/external/chromium_org/third_party/webrtc/common_video/libyuv/
Dscaler_unittest.cc426 FILE* source_file, std::string out_name, in ScaleSequence()
/external/chromium_org/base/files/
Dfile_path_watcher_browsertest.cc241 FilePath source_file(temp_dir_.path().AppendASCII("source")); in TEST_F() local
591 FilePath source_file(source_subdir.AppendASCII("file")); in TEST_F() local
/external/e2fsprogs/lib/ext2fs/
Dtst_bitmaps.c37 static int source_file(const char *cmd_file, int sci_idx) in source_file() function
/external/e2fsprogs/debugfs/
Ddebugfs.c2355 static int source_file(const char *cmd_file, int ss_idx) in source_file() function
/external/lldb/source/API/
DSBTarget.cpp1524 …::BreakpointCreateBySourceRegex (const char *source_regex, const lldb::SBFileSpec &source_file, co… in BreakpointCreateBySourceRegex()
/external/clang/tools/c-index-test/
Dc-index-test.c1611 static int perform_file_scan(const char *ast_file, const char *source_file, in perform_file_scan()
/external/opencv/cxcore/src/
Dcxpersistence.cpp238 const char* err_msg, const char* source_file, int source_line ) in icvParseError()