Home
last modified time | relevance | path

Searched defs:input_path (Results 1 – 13 of 13) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/utils/lit/tests/
Dunittest-adaptor.py15 input_path = sys.argv[1] variable
/external/llvm/utils/lit/tests/
Dunittest-adaptor.py15 input_path = sys.argv[1] variable
/external/libchrome/libchrome_tools/
Dinclude_generator.py64 def _generate(input_path, output_path): argument
/external/llvm/utils/llvm-build/llvmbuild/
Dconfigutil.py8 def configure_file(input_path, output_path, substitutions): argument
/external/ltp/android/tools/
Dmake_install_parser.py41 def ParseFile(self, input_path): argument
Dmake_parser.py144 def ParseFile(self, input_path): argument
/external/jsoncpp/test/
Dpyjsontestrunner.py12 input_path = sys.argv[1] variable
/external/v8/src/inspector/build/
Dgenerate_protocol_externs.py245 input_path = sys.argv[3] variable
/external/pdfium/testing/tools/
Dfixup_pdf_template.py83 def expand_file(input_path, output_path): argument
Dtest_runner.py136 def HandleResult(self, input_filename, input_path, result): argument
/external/perfetto/tools/ftrace_proto_gen/
Dmain.cc178 std::string input_path = input_dir + event.group() + "/" + in main() local
/external/libxcam/tests/
Dtest-pipe-manager.cpp212 const char *input_path = NULL; in main() local
/external/brotli/c/tools/
Dbrotli.c573 static BROTLI_BOOL OpenInputFile(const char* input_path, FILE** f) { in OpenInputFile()
632 static void CopyStat(const char* input_path, const char* output_path) { in CopyStat()