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

  /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/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_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)
  /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
  /external/chromium_org/third_party/WebKit/Source/core/inspector/
CodeGeneratorInstrumentation.py 472 def generate(input_path, output_dir):
473 fin = open(input_path, "r")
513 input_path = arg_values[0] variable
524 generate(input_path, output_dirpath)
  /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")
195 input_path = sys.argv[3] variable
196 generate_protocol_externs(output_path, 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...]
  /external/chromium_org/net/tools/dump_cache/
dump_cache.cc 112 base::FilePath input_path = command_line.GetSwitchValuePath(kInputPath); local
113 if (input_path.empty())
123 int version = GetMajorVersion(input_path);
139 return RunSlave(input_path, pipe_number);
171 net::SimpleCacheDumper dumper(input_path, output_path);
177 return DumpContents(input_path);
180 return DumpHeaders(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
  /external/chromium_org/gpu/tools/compositor_model_bench/
compositor_model_bench.cc 50 base::FilePath input_path; member in struct:SimulationSpecification
96 spec.input_path = path;
228 const base::FilePath& path = spec.input_path;
  /external/chromium_org/chrome/test/reliability/
automated_ui_tests.cc 628 base::FilePath input_path = GetInputFilePath(); local
630 if (!file_util::ReadFileToString(input_path, &xml_init_file_))

Completed in 415 milliseconds