HomeSort by relevance Sort by last modified time
    Searched defs:source_file (Results 1 - 16 of 16) sorted by null

  /external/chromium_org/tools/gn/
function_read_file.cc 56 SourceFile source_file = cur_dir.ResolveRelativeFile(args[0].string_value()); local
58 scope->settings()->build_settings()->GetFullPath(source_file);
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);
  /external/chromium_org/chrome/browser/translate/
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/
codeunit.py 103 def source_file(self): member in class:CodeUnit
  /external/e2fsprogs/lib/ss/
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);
  /art/runtime/mirror/
throwable.cc 94 const char* source_file = method->GetDeclaringClassSourceFile(); local
96 source_file, line_number);
  /external/e2fsprogs/tests/progs/
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);
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/
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 + ".pyx
    [all...]
  /external/e2fsprogs/lib/ext2fs/
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/chromium_org/chrome/browser/extensions/
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
  /art/runtime/jdwp/
jdwp_handler.cc 493 std::string source_file; local
494 JdwpError status = Dbg::GetSourceFile(refTypeId, source_file);
498 expandBufAddUtf8String(pReply, source_file);
    [all...]
  /bootable/recovery/applypatch/
applypatch.c 36 static int GenerateTarget(FileContents* source_file,
731 FileContents source_file; local
733 source_file.data = NULL;
737 // We try to load the target file into the source_file object.
738 if (LoadFileContents(target_filename, &source_file) == 0) {
739 if (memcmp(source_file.sha1, target_sha1, SHA_DIGEST_SIZE) == 0) {
745 free(source_file.data);
750 if (source_file.data == NULL ||
755 free(source_file.data);
756 source_file.data = NULL
    [all...]
  /external/e2fsprogs/debugfs/
debugfs.c 2355 static int source_file(const char *cmd_file, int ss_idx) function
    [all...]
  /art/runtime/
thread.cc 1611 const char* source_file = method->GetDeclaringClassSourceFile(); local
    [all...]
debugger.cc 1245 const char* source_file = c->GetSourceFile(); local
4690 const char* source_file = method->GetDeclaringClassSourceFile(); local
    [all...]

Completed in 1133 milliseconds