Home
last modified time | relevance | path

Searched defs:input_filename (Results 1 – 11 of 11) sorted by relevance

/aosp12/hardware/google/camera/common/sensor_listener/tests/
H A Dsensor_test_utils.h21 bool GenerateLogFilename(const std::string& input_filename, in GenerateLogFilename()
/aosp12/packages/modules/NeuralNetworks/tools/
H A Dparse_benchmark.py45 def read_data(input_filename): argument
/aosp12/system/bt/gd/packet/parser/
H A Dgen_rust.cc70 …auto input_filename = input_file.filename().string().substr(0, input_file.filename().string().find… in generate_rust_source_one_file() local
H A Dgen_cpp.cc65 …auto input_filename = input_file.filename().string().substr(0, input_file.filename().string().find… in generate_cpp_headers_one_file() local
266 …auto input_filename = input_file.filename().string().substr(0, input_file.filename().string().find… in generate_pybind11_sources_one_file() local
/aosp12/art/tools/create_minidebuginfo/
H A Dcreate_minidebuginfo.cc146 const char* input_filename = argv[1]; in Main() local
/aosp12/system/security/keystore/
H A Dkeystore_cli_v2.cpp934 int Encrypt(const std::string& key_name, const std::string& input_filename, in Encrypt()
946 int Decrypt(const std::string& key_name, const std::string& input_filename, in Decrypt()
/aosp12/hardware/invensense/6515/libsensors_iio/software/simple_apps/playback/linux/
H A Dmain.c739 char input_filename[101] = "/data/playback.bin"; in main() local
/aosp12/system/extras/simpleperf/
H A Dcmd_debug_unwind.cpp131 bool ProcessFile(const std::string& input_filename) { in ProcessFile()
/aosp12/art/dex2oat/
H A Ddex2oat.cc2784 const char* input_filename, std::function<std::string(const char*)>* process) { in ReadCommentedInputFromFile()
2800 const char* input_filename, in ReadCommentedInputFromZip()
/aosp12/art/profman/
H A Dprofman.cc1003 const char* input_filename, std::function<std::string(const char*)>* process) { in ReadCommentedInputFromFile()
/aosp12/art/oatdump/
H A Doatdump.cc3012 static std::vector<std::string> ReadCommentedInputFromFile(const std::string& input_filename) { in ReadCommentedInputFromFile()