/external/chromium_org/tools/gn/ |
H A D | output_file.cc | 8 #include "tools/gn/source_file.h" 18 const SourceFile& source_file) 19 : value_(RebaseSourceAbsolutePath(source_file.value(), 17 OutputFile(const BuildSettings* build_settings, const SourceFile& source_file) argument
|
H A D | function_read_file.cc | 56 SourceFile source_file = cur_dir.ResolveRelativeFile(args[0].string_value()); local 58 scope->settings()->build_settings()->GetFullPath(source_file);
|
H A D | function_write_file.cc | 60 SourceFile source_file = cur_dir.ResolveRelativeFile(args[0].string_value()); local 63 source_file.value(), args[0].origin(), err)) 77 scope->settings()->build_settings()->GetFullPath(source_file);
|
H A D | loader_unittest.cc | 33 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 D | header_checker.cc | 320 const InputFile& source_file, 371 CreatePersistentRange(source_file, range), 377 CreatePersistentRange(source_file, range), 407 *err = Err(CreatePersistentRange(source_file, range), 319 CheckInclude(const Target* from_target, const InputFile& source_file, const SourceFile& include_file, const LocationRange& range, Err* err) const argument
|
/external/chromium_org/chrome/browser/translate/ |
H A D | standalone_cld_data_harness.cc | 69 base::FilePath source_file; local 70 GetStandaloneDataFileSource(&source_file); 71 VLOG(1) << "Copying CLD test data file from " << source_file.value() << " to " 73 ASSERT_TRUE(base::CopyFile(source_file, target_file));
|
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/coverage/ |
H A D | codeunit.py | 103 def source_file(self): member in class:CodeUnit
|
/external/e2fsprogs/lib/ss/ |
H A D | test_ss.c | 34 static int source_file(const char *cmd_file, int sci_idx) function 129 exit_status = source_file(cmd_file, sci_idx);
|
/external/e2fsprogs/tests/progs/ |
H A D | test_icount.c | 246 static int source_file(const char *cmd_file, int sci_idx) function 356 exit_status = source_file(cmd_file, sci_idx);
|
H A D | test_rel.c | 662 static int source_file(const char *cmd_file, int sci_idx) function 756 exit_status = source_file(cmd_file, sci_idx);
|
/external/chromium_org/third_party/cython/src/ |
H A D | setup.py | 129 source_file = os.path.join(source_root, *module.split('.')) 130 if os.path.exists(source_file + ".py"): 131 pyx_source_file = source_file + ".py" 133 pyx_source_file = source_file + ".pyx" 135 if os.path.exists(source_file + '.pxd'): 136 dep_files.append(source_file + '.pxd') 190 source_file = os.path.join(source_root, *module.split('.')) variable in class:compile_cython_modules.build_ext.build_ext 191 if os.path.exists(source_file + ".py"): 192 pyx_source_file = source_file + ".py" 194 pyx_source_file = source_file [all...] |
/external/chromium_org/third_party/webrtc/common_video/libyuv/ |
H A D | scaler_unittest.cc | 29 FILE* source_file, std::string out_name, 426 FILE* source_file, std::string out_name, 437 rewind(source_file); 450 while (feof(source_file) == 0) { 452 fread(frame_buffer.get(), 1, src_required_size, source_file)) 425 ScaleSequence(ScaleMethod method, FILE* source_file, std::string out_name, int src_width, int src_height, int dst_width, int dst_height) argument
|
/external/e2fsprogs/lib/ext2fs/ |
H A D | tst_bitmaps.c | 37 static int source_file(const char *cmd_file, int sci_idx) function 645 exit_status = source_file(cmd_file, sci_idx);
|
/external/lldb/source/Symbol/ |
H A D | Function.cpp | 250 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/chromium_org/chrome/browser/extensions/ |
H A D | crx_installer.cc | 173 void CrxInstaller::InstallCrx(const base::FilePath& source_file) { argument 180 source_file_ = source_file; 183 new SandboxedUnpacker(source_file, 196 void CrxInstaller::InstallUserScript(const base::FilePath& source_file, argument 202 source_file_ = source_file;
|
H A D | crx_installer.h | 100 // 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/e2fsprogs/debugfs/ |
H A D | debugfs.c | 2355 static int source_file(const char *cmd_file, int ss_idx) function 2508 exit_status = source_file(cmd_file, sci_idx);
|
/external/lldb/source/API/ |
H A D | SBTarget.cpp | 1524 SBTarget::BreakpointCreateBySourceRegex (const char *source_regex, const lldb::SBFileSpec &source_file, const char *module_name) argument 1535 source_file_spec_list.Append (source_file.ref()); 1553 source_file->GetPath (path, sizeof(path));
|
/external/opencv/cxcore/src/ |
H A D | cxpersistence.cpp | 238 const char* err_msg, const char* source_file, int source_line ) 242 cvError( CV_StsParseError, func_name, buf, source_file, source_line ); 237 icvParseError( CvFileStorage* fs, const char* func_name, const char* err_msg, const char* source_file, int source_line ) argument
|
/external/clang/tools/c-index-test/ |
H A D | c-index-test.c | 1611 static int perform_file_scan(const char *ast_file, const char *source_file, argument 1630 if ((fp = fopen(source_file, "r")) == NULL) { 1631 fprintf(stderr, "Could not open '%s'\n", source_file); 1635 file = clang_getFile(TU, source_file);
|