HomeSort by relevance Sort by last modified time
    Searched defs:input_path (Results 1 - 10 of 10) 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 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)
  /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/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 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);
  /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 48 base::FilePath input_path; member in struct:SimulationSpecification
94 spec.input_path = path;
226 const base::FilePath& path = spec.input_path;

Completed in 706 milliseconds