Home
last modified time | relevance | path

Searched refs:input_path (Results 1 – 25 of 47) sorted by relevance

12

/external/jsoncpp/test/
Drunjsontests.py51 for input_path in tests + test_jsonchecker:
52 expect_failure = os.path.basename( input_path ).startswith( 'fail' )
53 is_json_checker_test = (input_path in test_jsonchecker) or expect_failure
54 print 'TESTING:', input_path,
58 input_path) )
65 failed_tests.append( (input_path, 'Parsing should have failed:\n%s' %
66 safeReadFile(input_path)) )
72 failed_tests.append( (input_path, 'Parsing failed:\n' + process_output) )
76 base_path = os.path.splitext(input_path)[0]
82 failed_tests.append( (input_path, 'Parsing failed:\n' + process_output) )
[all …]
/external/chromium_org/net/tools/dump_cache/
Ddump_cache.cc61 base::FilePath input_path = command_line.GetSwitchValuePath(kInputPath); in main() local
62 if (input_path.empty()) in main()
71 int version = GetMajorVersion(input_path); in main()
76 net::SimpleCacheDumper dumper(input_path, output_path); in main()
82 return DumpContents(input_path); in main()
85 return DumpHeaders(input_path); in main()
Ddump_files.cc310 int GetMajorVersion(const base::FilePath& input_path) { in GetMajorVersion() argument
311 base::FilePath index_name(input_path.Append(kIndexName)); in GetMajorVersion()
317 base::FilePath data_name(input_path.Append(FILE_PATH_LITERAL("data_0"))); in GetMajorVersion()
321 data_name = input_path.Append(FILE_PATH_LITERAL("data_1")); in GetMajorVersion()
325 data_name = input_path.Append(FILE_PATH_LITERAL("data_2")); in GetMajorVersion()
329 data_name = input_path.Append(FILE_PATH_LITERAL("data_3")); in GetMajorVersion()
337 int DumpHeaders(const base::FilePath& input_path) { in DumpHeaders() argument
338 base::FilePath index_name(input_path.Append(kIndexName)); in DumpHeaders()
342 base::FileEnumerator iter(input_path, false, in DumpHeaders()
348 DumpStats(input_path, stats_addr); in DumpHeaders()
[all …]
Ddump_files.h15 int GetMajorVersion(const base::FilePath& input_path);
18 int DumpContents(const base::FilePath& input_path);
21 int DumpHeaders(const base::FilePath& input_path);
Dsimple_cache_dumper.cc22 SimpleCacheDumper::SimpleCacheDumper(base::FilePath input_path, in SimpleCacheDumper() argument
25 input_path_(input_path), in SimpleCacheDumper()
Dsimple_cache_dumper.h25 SimpleCacheDumper(base::FilePath input_path, base::FilePath output_path);
/external/chromium_org/tools/relocation_packer/test_data/
Dgenerate_elf_file_unittest_relocs.py23 input_path, argument
31 input_path, output_path]
40 input_path, argument
42 shutil.copy(input_path, output_path)
/external/chromium_org/build/android/gyp/
Demma_instr.py81 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
161 '-ip', options.input_path,
Dproguard.py14 injars = options.input_path
/external/chromium_org/third_party/WebKit/Source/devtools/scripts/
Dbuild_applications.py25 input_path = argv[input_path_flag_index + 1]
35 loader = modular_build.DescriptorLoader(input_path)
37 concatenate_application_code.build_application(app, loader, input_path, output_path, minify)
Dgenerate_protocol_externs.py84 def generate_protocol_externs(output_path, input_path): argument
85 input_file = open(input_path, "r")
215 input_path = sys.argv[3] variable
216 generate_protocol_externs(output_path, input_path)
/external/antlr/antlr-3.4/runtime/Ruby/test/functional/main/
Dmain-scripts.rb38 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/tools/gyp/test/rules-variables/src/subdir/
Dtest.c7 extern void input_path();
14 input_path(); in main()
/external/llvm/utils/lit/tests/
Dunittest-adaptor.py15 input_path = sys.argv[1] variable
16 unittest_suite = lit.discovery.load_test_suite([input_path])
/external/chromium_org/tools/generate_stubs/
Dgenerate_stubs.py1029 for input_path in sig_files:
1030 infile = open(input_path, 'r')
1033 module_name = ExtractModuleName(os.path.basename(input_path))
1051 for input_path in sig_files:
1052 infile = open(input_path, 'r')
1113 for input_path in sig_files:
1114 name = ExtractModuleName(input_path)
1115 infile = open(input_path, 'r')
/external/llvm/utils/llvm-build/llvmbuild/
Dconfigutil.py8 def configure_file(input_path, output_path, substitutions): argument
27 f = open(input_path, "rb")
/external/chromium_org/build/android/
Dinstr_action.gypi11 'input_path%': '',
48 '--input-path=<(input_path)',
/external/chromium_org/chrome/browser/safe_browsing/incident_reporting/
Denvironment_data_collection_win_unittest.cc158 base::string16 input_path = in TEST() local
165 blacklist_registry_key.WriteValue(input_path.c_str(), input_path.c_str()); in TEST()
/external/chromium_org/device/usb/tools/
Dusb_ids.py18 def ParseTable(input_path): argument
19 input_file = open(input_path, "r")
/external/chromium_org/third_party/WebKit/Source/core/inspector/
Dgenerate-inspector-protocol-version407 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)
DCodeGeneratorInstrumentation.py509 def generate(input_path, output_dir): argument
510 fin = open(input_path, "r")
550 input_path = arg_values[0] variable
561 generate(input_path, output_dirpath)
/external/chromium_org/third_party/WebKit/Source/core/html/parser/
Dcreate-html-entity-table62 input_path = sys.argv[3] variable
64 with open(input_path) as html_entity_names_file:
/external/chromium_org/tools/gyp/test/rules-variables/src/input_path/subdir/
Dtest.c7 void input_path() { in input_path() function
/external/chromium_org/gpu/tools/compositor_model_bench/
Dcompositor_model_bench.cc47 base::FilePath input_path; member
93 spec.input_path = path; in QueueTest()
225 const base::FilePath& path = spec.input_path; in InitializeNextTest()
/external/chromium_org/tools/gyp/test/rules-variables/src/
Dvariables.gyp30 'input_path/<(RULE_INPUT_PATH)',

12