Home
last modified time | relevance | path

Searched defs:input_file_path (Results 1 – 17 of 17) sorted by relevance

/aosp_15_r20/system/tools/sysprop/
DCommon.cpp295 Result<sysprop::Properties> ParseProps(const std::string& input_file_path) { in ParseProps()
318 const std::string& input_file_path) { in ParseApiFile()
DRustMain.cpp34 std::string input_file_path; member
DJavaMain.cpp35 std::string input_file_path; member
DCppMain.cpp34 std::string input_file_path; member
DRustGen.cpp345 Result<void> GenerateRustLibrary(const std::string& input_file_path, in GenerateRustLibrary()
DJavaGen.cpp469 Result<void> GenerateJavaLibrary(const std::string& input_file_path, in GenerateJavaLibrary()
DCppGen.cpp485 Result<void> GenerateCppFiles(const std::string& input_file_path,
/aosp_15_r20/external/pytorch/android/pytorch_android/
H A Dgenerate_test_asset.cpp10 std::string input_file_path{argv[1]}; in main() local
/aosp_15_r20/external/executorch/examples/arm/executor_runner/
H A Dpte_to_header.py18 def input_file_path(path): function
/aosp_15_r20/external/tensorflow/tensorflow/tools/optimization/
H A Dgpu_optimization_pass_runner_main.cc32 string input_file_path; in RealMain() local
/aosp_15_r20/external/tensorflow/tensorflow/lite/tools/benchmark/
H A Dbenchmark_tflite_model.h73 std::string input_file_path; member
H A Dbenchmark_tflite_model.cc535 const TfLiteTensor& t, const std::string& input_file_path) { in LoadInputTensorData()
/aosp_15_r20/build/make/tools/aconfig/aconfig_storage_file/src/
H A Dmain.rs174 let input_file_path = sub_matches.get_one::<String>("input-file").unwrap(); in main() localVariable
/aosp_15_r20/external/rust/crates/v4l2r/ffi/examples/c_fwht_decode/
Dfwht_decode.c66 static const char *input_file_path = "sample.fwht"; variable
/aosp_15_r20/external/v4l2_codec2/tests/c2_e2e_test/jni/
H A Dvideo_encoder_e2e_test.cpp158 std::string input_file_path() const { return input_file_path_; } in input_file_path() function in android::C2VideoEncoderTestEnvironment
H A Dvideo_decoder_e2e_test.cpp98 std::string input_file_path() const { return input_file_path_; } in input_file_path() function in android::C2VideoDecoderTestEnvironment
/aosp_15_r20/art/odrefresh/
H A Dodrefresh.cc152 std::string input_file_path = file->GetPath(); in MoveOrEraseFiles() local