Home
last modified time | relevance | path

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

/external/crosvm/protos/
Dbuild.rs69 let input_path = dir.join(proto.proto_file_name); in main() localVariable
75 let input_path = format!("src/{}.proto", proto.module); in main() localVariable
86 let input_path = input_path.as_ref(); in protoc() localVariable
/external/fonttools/Lib/fontTools/cu2qu/
Dcli.py32 def _font_to_quadratic(input_path, output_path=None, **kwargs): argument
52 def _copytree(input_path, output_path): argument
/external/llvm-project/llvm/utils/lit/tests/
Dunittest-adaptor.py14 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/libwebm/m2ts/
Dvpxpes2ts_main.cc28 const std::string input_path = argv[1]; in main() local
Dwebm2pes_main.cc28 const std::string input_path = argv[1]; in main() local
/external/openscreen/tools/
Dconvert_to_data_file.py39 def Convert(namespace, input_path, output_path): argument
/external/tensorflow/tensorflow/lite/tools/optimize/
Dquantization_wrapper.cc23 bool CreateModelForCalibration(const std::string& input_path, in CreateModelForCalibration()
/external/XNNPACK/tools/
Dxngen58 def preprocess(input_text, input_globals, input_path="codegen"): argument
Dxngen.py58 def preprocess(input_text, input_globals, input_path="codegen"): argument
/external/jsoncpp/test/
Dpyjsontestrunner.py19 input_path = sys.argv[1] variable
/external/pdfium/testing/tools/
Dfixup_pdf_template.py133 def insert_includes(input_path, output_file, visited_set): argument
Dtest_runner.py221 def HandleResult(self, input_filename, input_path, result): argument
/external/deqp-deps/amber/tests/
Drun_tests.py192 def __init__(self, input_path, parse_only, use_dawn, use_opencl, use_dxc, argument
/external/perfetto/tools/ftrace_proto_gen/
Dmain.cc178 std::string input_path = input_dir + event.group() + "/" + in main() local
/external/v4l2_codec2/tests/c2_e2e_test/jni/
Dmediacodec_encoder.cpp88 std::unique_ptr<MediaCodecEncoder> MediaCodecEncoder::Create(std::string input_path, in Create()
Dmediacodec_decoder.cpp82 const std::string& input_path, VideoCodecProfile profile, bool use_sw_decoder, in Create()
/external/perfetto/tools/protoprofile/
Dmain.cc329 const char* input_path = argv[1]; in Main() local
/external/brotli/c/tools/
Dbrotli.c590 static BROTLI_BOOL OpenInputFile(const char* input_path, FILE** f) { in OpenInputFile()
649 static void CopyStat(const char* input_path, const char* output_path) { in CopyStat()