HomeSort by relevance Sort by last modified time
    Searched refs:source_file (Results 26 - 50 of 67) sorted by null

12 3

  /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
crx_installer.cc 173 void CrxInstaller::InstallCrx(const base::FilePath& source_file) {
180 source_file_ = source_file;
183 new SandboxedUnpacker(source_file,
196 void CrxInstaller::InstallUserScript(const base::FilePath& source_file,
202 source_file_ = source_file;
    [all...]
  /external/chromium_org/ui/gl/
generate_bindings.py     [all...]
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/tool/servers/
rebaselineserver.py 110 for source_file in actual_result_files:
111 source_path = filesystem.join(test_results_directory, source_file)
112 destination_file = source_file.replace('-actual', '-expected')
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/coverage/
annotate.py 54 source = cu.source_file()
codeunit.py 103 def source_file(self): member in class:CodeUnit
  /external/chromium_org/tools/gn/
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),
header_checker.h 120 const InputFile& source_file,
  /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/webrtc/common_video/libyuv/
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))
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/common/system/
filesystem_mock.py 398 for source_file in list(self.files):
399 if source_file.startswith(source):
400 destination_path = self.join(destination, self.relpath(source_file, source))
402 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/lldb/include/lldb/API/
SBTarget.h 677 const lldb::SBFileSpec &source_file,
683 const lldb::SBFileSpecList &source_file);
  /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 187 const char** source_file, uint32_t* line_number) const
  /external/chromium_org/base/files/
file_path_watcher_browsertest.cc 241 FilePath source_file(temp_dir_.path().AppendASCII("source"));
242 ASSERT_TRUE(WriteFile(source_file, "content"));
249 ASSERT_TRUE(base::Move(source_file, test_file()));
591 FilePath source_file(source_subdir.AppendASCII("file"));
598 ASSERT_TRUE(WriteFile(source_file, "content"));
  /external/chromium_org/ppapi/native_client/
chrome_main.scons 248 source_file = open(str(source[0]), 'r')
249 obj = json.load(source_file)
250 source_file.close()
  /external/checkpolicy/
policy_scan.l 42 char source_file[PATH_MAX];
277 if (source_file[0])
279 source_file, source_lineno);
293 if (source_file[0])
295 source_file, source_lineno);
309 strncpy(source_file, name, sizeof(source_file)-1);
310 source_file[sizeof(source_file)-1] = '\0';
311 if (strlen(source_file) && source_file[strlen(source_file)-1] == '"'
    [all...]
  /external/chromium_org/tools/gyp/pylib/gyp/
common.py 444 with open(source_path) as source_file:
445 source = source_file.readlines()
  /external/chromium_org/tools/json_schema_compiler/
h_generator.py 35 .Append(cpp_util.GENERATED_FILE_MESSAGE % self._namespace.source_file)
41 output_file = os.path.splitext(self._namespace.source_file)[0] + '.h'
  /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/common/extensions/docs/server2/
schema_processor.py 162 model.source_file).Get():

Completed in 1098 milliseconds

12 3