/external/e2fsprogs/tests/progs/ |
test_icount.c | 246 static int source_file(const char *cmd_file, int sci_idx) function 354 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/base/files/ |
file_path_watcher_browsertest.cc | 229 FilePath source_file(temp_dir_.path().AppendASCII("source")); 230 ASSERT_TRUE(WriteFile(source_file, "content")); 237 ASSERT_TRUE(file_util::Move(source_file, test_file())); 454 FilePath source_file(source_subdir.AppendASCII("file")); 461 ASSERT_TRUE(WriteFile(source_file, "content"));
|
/external/chromium_org/chrome/browser/extensions/ |
crx_installer.cc | 152 void CrxInstaller::InstallCrx(const base::FilePath& source_file) { 157 source_file_ = source_file; 160 new SandboxedUnpacker(source_file, 173 void CrxInstaller::InstallUserScript(const base::FilePath& source_file, 177 source_file_ = source_file;
|
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/common/system/ |
filesystem_mock.py | 390 for source_file in self.files: 391 if source_file.startswith(source): 392 destination_path = self.join(destination, self.relpath(source_file, source)) 394 self.files[destination_path] = self.files[source_file]
|
/external/chromium_org/ppapi/ |
generate_ppapi_size_checks.py | 66 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/chromium_org/tools/gyp/pylib/gyp/ |
common.py | 420 with open(source_path) as source_file: 421 source = source_file.readlines()
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_tarfile.py | 876 source_file = os.path.join(tempdir,'source') 878 with open(source_file,'w') as f: 880 os.symlink(source_file, target_file) 882 tar.add(source_file, arcname=os.path.basename(source_file)) [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_tarfile.py | 876 source_file = os.path.join(tempdir,'source') 878 with open(source_file,'w') as f: 880 os.symlink(source_file, target_file) 882 tar.add(source_file, arcname=os.path.basename(source_file)) [all...] |
/art/runtime/ |
monitor.cc | [all...] |
monitor.h | 147 const char*& source_file, uint32_t& line_number) const
|
thread.cc | 820 const char* source_file(mh.GetDeclaringClassSourceFile()); 821 os << "(" << (source_file != NULL ? source_file : "unavailable") 1438 const char* source_file = mh.GetDeclaringClassSourceFile(); local [all...] |
debugger.h | 154 static JDWP::JdwpError GetSourceFile(JDWP::RefTypeId ref_type_id, std::string& source_file)
|
/external/chromium/chrome/browser/sync/syncable/ |
syncable.h | [all...] |
/external/chromium_org/base/files/ |
file_path_watcher_browsertest.cc | 256 FilePath source_file(temp_dir_.path().AppendASCII("source")); 257 ASSERT_TRUE(WriteFile(source_file, "content")); 264 ASSERT_TRUE(base::Move(source_file, test_file())); 569 FilePath source_file(source_subdir.AppendASCII("file")); 576 ASSERT_TRUE(WriteFile(source_file, "content"));
|
/external/chromium_org/ppapi/native_client/ |
chrome_main.scons | 261 source_file = open(str(source[0]), 'r') 262 obj = json.load(source_file) 263 source_file.close()
|
/external/checkpolicy/ |
policy_scan.l | 42 char source_file[PATH_MAX]; 275 if (source_file[0]) 277 source_file, source_lineno); 291 if (source_file[0]) 293 source_file, source_lineno); 307 strncpy(source_file, name, sizeof(source_file)-1); 308 source_file[sizeof(source_file)-1] = '\0';
|
/external/chromium_org/third_party/lcov/bin/ |
lcov | [all...] |
/external/chromium_org/chrome/browser/chromeos/extensions/ |
external_cache.cc | 115 OnDamagedFileDetected(installer->source_file());
|
/external/chromium_org/tools/json_schema_compiler/ |
h_generator.py | 38 .Append(cpp_util.GENERATED_FILE_MESSAGE % self._namespace.source_file)
|
/art/runtime/jdwp/ |
jdwp_handler.cc | 484 std::string source_file; local 485 JdwpError status = Dbg::GetSourceFile(refTypeId, source_file); 489 expandBufAddUtf8String(pReply, source_file); [all...] |
/external/chromium_org/chrome/browser/chromeos/drive/ |
search_metadata_unittest.cc | 168 const base::FilePath path(resource.source_file);
|
/external/chromium_org/third_party/lcov-1.9/bin/ |
lcov | [all...] |
/external/chromium/chrome/browser/sync/ |
profile_sync_service_autofill_unittest.cc | 502 WriterTag writer, const char* source_file, 505 : WriteTransaction(directory, writer, source_file, line), [all...] |
/external/e2fsprogs/debugfs/ |
debugfs.c | 2099 static int source_file(const char *cmd_file, int sci_idx) function [all...] |