/external/chromium_org/net/tools/dump_cache/ |
dump_files.h | 15 int GetMajorVersion(const base::FilePath& input_path); 18 int DumpContents(const base::FilePath& input_path); 21 int DumpHeaders(const base::FilePath& input_path);
|
upgrade_win.h | 19 int RunSlave(const base::FilePath& input_path,
|
dump_cache.cc | 116 base::FilePath input_path = command_line.GetSwitchValuePath(kInputPath); local 117 if (input_path.empty()) 127 int version = GetMajorVersion(input_path); 143 return RunSlave(input_path, pipe_number); 175 net::SimpleCacheDumper dumper(input_path, output_path); 181 return DumpContents(input_path); 184 return DumpHeaders(input_path);
|
dump_files.cc | 311 int GetMajorVersion(const base::FilePath& input_path) { 312 base::FilePath index_name(input_path.Append(kIndexName)); 318 base::FilePath data_name(input_path.Append(FILE_PATH_LITERAL("data_0"))); 322 data_name = input_path.Append(FILE_PATH_LITERAL("data_1")); 326 data_name = input_path.Append(FILE_PATH_LITERAL("data_2")); 330 data_name = input_path.Append(FILE_PATH_LITERAL("data_3")); 338 int DumpHeaders(const base::FilePath& input_path) { 339 base::FilePath index_name(input_path.Append(kIndexName)); 343 base::FileEnumerator iter(input_path, false, 349 DumpStats(input_path, stats_addr) [all...] |
simple_cache_dumper.h | 29 SimpleCacheDumper(base::FilePath input_path, base::FilePath output_path);
|
/external/chromium_org/tools/gyp/test/rules-variables/src/input_path/subdir/ |
test.c | 7 void input_path() { function 8 printf("input_path\n");
|
/external/chromium_org/tools/gyp/test/rules-variables/src/subdir/ |
test.c | 7 extern void input_path(); 14 input_path();
|
/external/llvm/utils/lit/tests/ |
unittest-adaptor.py | 15 input_path = sys.argv[1] variable 16 unittest_suite = lit.discovery.load_test_suite([input_path])
|
/external/chromium/net/tools/dump_cache/ |
dump_cache.cc | 28 int GetMajorVersion(const std::wstring& input_path); 29 int DumpContents(const std::wstring& input_path); 30 int DumpHeaders(const std::wstring& input_path); 31 int RunSlave(const std::wstring& input_path, const std::wstring& pipe_number); 118 std::wstring input_path = command_line.GetSwitchValueNative(kInputPath); local 119 if (input_path.empty()) 142 int version = GetMajorVersion(input_path); 156 return RunSlave(input_path, pipe_number); 182 return DumpContents(input_path); 184 return DumpHeaders(input_path); [all...] |
dump_files.cc | 267 int GetMajorVersion(const std::wstring& input_path) { 268 std::wstring index_name(input_path); 275 std::wstring data_name(input_path); 280 data_name = input_path; 289 int DumpHeaders(const std::wstring& input_path) { 290 std::wstring index_name(input_path); 296 file_util::FileEnumerator iter(FilePath(input_path), false, 307 int DumpContents(const std::wstring& input_path) { 308 DumpHeaders(input_path); 312 CacheDumper dumper(input_path); [all...] |
/external/llvm/utils/llvm-build/llvmbuild/ |
configutil.py | 8 def configure_file(input_path, output_path, substitutions): 9 """configure_file(input_path, output_path, substitutions) -> bool 27 f = open(input_path, "rb")
|
/external/chromium_org/build/android/gyp/ |
emma_instr.py | 81 if not (options.input_path and options.output_path and 94 if os.path.isdir(options.input_path): 96 shutil.copytree(options.input_path, options.output_path) 98 shutil.copy(options.input_path, options.output_path) 146 if not (options.input_path and options.output_path and 159 '-ip', options.input_path,
|
proguard.py | 15 injars = options.input_path
|
/external/chromium_org/third_party/WebKit/Source/core/html/parser/ |
create-html-entity-table | 68 input_path = sys.argv[3] variable 70 html_entity_names_file = open(input_path)
|
/external/chromium_org/tools/usb_ids/ |
usb_ids.py | 18 def ParseTable(input_path): 19 input_file = open(input_path, "r")
|
/external/antlr/antlr-3.4/runtime/Ruby/test/functional/main/ |
main-scripts.rb | 38 input_path = local_path( 'input.txt' ) 39 open( input_path, 'w' ) { |f| f.write( "yada yada" ) } 51 input = File.open( input_path ) 57 File.delete( input_path )
|
/external/chromium_org/third_party/WebKit/Source/devtools/scripts/ |
generate_protocol_externs.py | 84 def generate_protocol_externs(output_path, input_path): 85 input_file = open(input_path, "r") 192 input_path = sys.argv[3] variable 193 generate_protocol_externs(output_path, input_path)
|
/external/chromium_org/tools/generate_stubs/ |
generate_stubs.py | [all...] |
/external/chromium_org/third_party/WebKit/Source/core/inspector/ |
generate-inspector-protocol-version | 407 input_path = sys.argv[3] 408 dir_name = os.path.dirname(input_path) 409 schema = load_json(input_path) 428 load_json(input_path)["domains"], load_json(baseline_path)["domains"], True)
|
CodeGeneratorInstrumentation.py | 470 def generate(input_path, output_dir): 471 fin = open(input_path, "r") 511 input_path = arg_values[0] variable 522 generate(input_path, output_dirpath)
|
/build/tools/releasetools/ |
edify_generator.py | 282 def AddToZip(self, input_zip, output_zip, input_path=None): 285 script. If input_path is not None, it will be used as a local 293 if input_path is None: 296 data = open(os.path.join(input_path, "updater")).read()
|
/frameworks/compile/libbcc/tools/bcc_compat/ |
Main.cpp | 233 const std::string &input_path = OptInputFilenames[0]; local 234 llvm::SmallString<200> output_path(input_path); 238 llvm::errs() << "Failed to determine the absolute path of `" << input_path
|
/frameworks/compile/mclinker/lib/LD/ |
GNUArchiveReader.cpp | 224 sys::fs::Path input_path(pArchiveFile.path().parent_path()); 225 if (!input_path.empty()) 226 input_path.append(member_name); 228 input_path.assign(member_name); 233 input_path);
|
/external/chromium_org/gpu/tools/compositor_model_bench/ |
compositor_model_bench.cc | 48 base::FilePath input_path; member in struct:SimulationSpecification 94 spec.input_path = path; 226 const base::FilePath& path = spec.input_path;
|
/frameworks/compile/mclinker/tools/mcld/ |
main.cpp | 189 const std::string &input_path = OptInputObjectFiles[0]; local 190 llvm::SmallString<200> output_path(input_path); 194 llvm::errs() << "Failed to determine the absolute path of `" << input_path
|