/aosp_15_r20/build/make/tools/releasetools/ |
H A D | img_from_target_files.py | 71 def LoadOptions(input_file): argument 91 def CopyZipEntries(input_file, output_file, entries): argument 116 def EntriesForUserImages(input_file): argument 170 def EntriesForSplitSuperImages(input_file): argument 188 def RebuildAndWriteSuperImages(input_file, output_file): argument 213 def ImgFromTargetFiles(input_file, output_file): argument
|
H A D | ota_from_target_files.py | 450 def GetTargetFilesZipForSecondaryImages(input_file, skip_postinstall=False): argument 542 def GetTargetFilesZipWithoutPostinstallConfig(input_file): argument 565 def ModifyTargetFilesDynamicPartitionInfo(input_file, key, value): argument 596 def GetTargetFilesZipForCustomVABCCompression(input_file, vabc_compression_param): argument 608 def GetTargetFilesZipForPartialUpdates(input_file, ab_partitions): argument 696 def GetTargetFilesZipForRetrofitDynamicPartitions(input_file, argument 767 def GetTargetFilesZipForCustomImagesUpdates(input_file, custom_images: dict): argument
|
H A D | common.py | 742 def DoesInputFileContain(input_file, fn): argument 757 def ReadBytesFromInputFile(input_file, fn): argument 777 def ReadFromInputFile(input_file, fn): argument 782 def WriteBytesToInputFile(input_file, fn, data): argument 804 def WriteToInputFile(input_file, fn, str: str): argument 809 def ExtractFromInputFile(input_file, fn): argument 845 def LoadInfoDict(input_file, repacking=False): argument 1042 def __init__(self, input_file, name, placeholder_values=None): argument 1062 def FromInputFile(input_file, name, placeholder_values=None, ramdisk_format=RamdiskFormat.LZ4): argument 1076 def _ReadBootPropFile(input_file, partition_name, ramdisk_format): argument [all …]
|
H A D | fsverity_metadata_generator.py | 100 def digest(self, input_file): argument 107 def generate(self, input_file, output_file=None): argument 120 def _do_generate(self, input_file, output_file, work_dir): argument
|
/aosp_15_r20/external/libvpx/tools/ |
H A D | tiny_ssim.c | 94 typedef struct input_file { struct 96 input_file_type type; argument 104 } input_file_t; argument
|
/aosp_15_r20/external/tensorflow/tensorflow/core/ir/importexport/tests/saved_model/ |
H A D | saved_model_roundtrip_test.cc | 31 tensorflow::Status ReadModelProto(const std::string& input_file, in ReadModelProto() 37 void RunRoundTrip(const std::string& input_file) { in RunRoundTrip() 90 const std::string input_file = in TEST() local 98 const std::string input_file = in TEST() local
|
/aosp_15_r20/external/private-join-and-compute/private_join_and_compute/util/ |
H A D | process_record_file_util_test.cc | 46 void writeValues(absl::string_view input_file) { in writeValues() 67 std::string input_file = (temp_dir / "input_1.proto").string(); in TEST() local 83 std::string input_file = (temp_dir / "input_2.proto").string(); in TEST() local 132 std::string input_file = (temp_dir / "input_3.proto").string(); in TEST() local
|
/aosp_15_r20/external/libconfig/tests/ |
H A D | tests.c | 36 static void parse_and_compare(const char *input_file, const char *output_file) in parse_and_compare() 63 static void parse_file_and_compare_error(const char *input_file, in parse_file_and_compare_error() 144 char input_file[128], output_file[128]; in TT_TEST() local 164 char input_file[128], error_file[128]; in TT_TEST() local 191 char input_file[128], error_file[128]; in TT_TEST() local
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/asio/example/cpp03/spawn/ |
D | parallel_grep.cpp | 28 void print_match(std::string input_file, std::string line) in print_match() 33 void search_file(std::string search_string, std::string input_file, in search_file() 76 std::string input_file = argv[argn]; in main() local
|
/aosp_15_r20/external/cronet/build/ |
H A D | locale_tool.py | 192 def _ProcessFile(input_file, locales, check_func, fix_func): argument 485 def _IsGritInputFile(input_file): argument 884 def _IsBuildGnInputFile(input_file): argument 1189 def _IsAllInputFile(input_file): argument 1193 def _CheckAllFiles(input_file, input_lines, wanted_locales): argument 1204 def _AddMissingLocalesInAllFiles(input_file, input_lines, wanted_locales): argument
|
/aosp_15_r20/external/angle/build/ |
H A D | locale_tool.py | 192 def _ProcessFile(input_file, locales, check_func, fix_func): argument 485 def _IsGritInputFile(input_file): argument 884 def _IsBuildGnInputFile(input_file): argument 1189 def _IsAllInputFile(input_file): argument 1193 def _CheckAllFiles(input_file, input_lines, wanted_locales): argument 1204 def _AddMissingLocalesInAllFiles(input_file, input_lines, wanted_locales): argument
|
/aosp_15_r20/external/tensorflow/tensorflow/tools/tfg_graph_transforms/ |
H A D | tfg_graph_transforms_main.cc | 47 llvm::cl::opt<std::string> input_file( variable 131 DataFormat data_format, const std::string& input_file, in ImportModel() 156 const std::string& input_file, in ExportTFGModule()
|
/aosp_15_r20/external/cronet/components/prefs/ |
H A D | json_pref_store_unittest.cc | 304 base::FilePath input_file = temp_dir_.GetPath().AppendASCII("write.json"); in TEST_P() local 330 base::FilePath input_file = temp_dir_.GetPath().AppendASCII("write.json"); in TEST_P() local 437 base::FilePath input_file = temp_dir_.GetPath().AppendASCII("write.json"); in TEST_P() local 478 base::FilePath input_file = temp_dir_.GetPath().AppendASCII("write.json"); in TEST_P() local 867 base::FilePath input_file = temp_dir_.GetPath().AppendASCII("write.json"); in TEST_F() local
|
/aosp_15_r20/external/grpc-grpc/test/cpp/util/ |
H A D | grpc_tool.cc | 567 std::ifstream input_file; in CallMethod() local 676 std::ifstream input_file; in CallMethod() local 798 std::ifstream input_file(absl::GetFlag(FLAGS_infile), in CallMethod() local 915 std::ifstream input_file(absl::GetFlag(FLAGS_infile), in ParseMessage() local
|
/aosp_15_r20/external/cronet/testing/libfuzzer/fuzzers/ |
H A D | generate_v8_inspector_fuzzer_corpus.py | 24 def load_file(output_file, input_file, loaded_files): argument 33 def generate_content(output_file, input_file): argument
|
/aosp_15_r20/external/webrtc/modules/audio_processing/ |
H A D | gain_controller2_unittest.cc | 418 test::InputAudioFile input_file( in TEST() local 477 test::InputAudioFile input_file( in TEST() local 546 test::InputAudioFile input_file( in TEST() local 618 test::InputAudioFile input_file( in TEST() local
|
/aosp_15_r20/external/zucchini/ |
H A D | zucchini_commands.cc | 61 base::File input_file(params.file_paths[0], in MainRead() local 81 base::File input_file(params.file_paths[0], in MainDetect() local
|
/aosp_15_r20/external/tensorflow/tensorflow/lite/schema/ |
H A D | upgrade_schema.py | 102 def _Read(self, input_file, schema, raw_binary=False): argument 305 def Convert(self, input_file, output_file): argument
|
/aosp_15_r20/external/tensorflow/tensorflow/compiler/mlir/lite/metrics/ |
H A D | error_collector_inst_test.cc | 108 std::string input_file = tensorflow::GetDataDependencyFilepath( in TEST() local 134 const std::string input_file = in TEST() local
|
/aosp_15_r20/tools/test/connectivity/acts/framework/acts/controllers/buds_lib/ |
D | latency.py | 120 def compute_latencies(input_file, event_pairs_by_start_id, argument 191 def process_latencies(config_xml, input_file): argument
|
/aosp_15_r20/external/tensorflow/tensorflow/compiler/mlir/tools/kernel_gen/ |
H A D | tf_to_kernel.cc | 107 Status Run(llvm::StringRef input_file, llvm::StringRef output_file, in Run() 143 llvm::cl::opt<std::string> input_file("input", llvm::cl::desc("input file"), in main() local
|
/aosp_15_r20/external/angle/build/android/ |
H A D | dump_apk_resource_strings.py | 337 def IsFilePathABundle(input_file): argument 447 def IsFilePathAnApk(input_file): argument
|
/aosp_15_r20/tools/acloud/internal/lib/ |
H A D | ota_tools.py | 132 def _RewriteMiscInfo(output_file, input_file, lpmake_path, get_image): argument 224 def _RewriteSystemQemuConfig(output_file, input_file, get_image): argument
|
/aosp_15_r20/external/cronet/build/android/ |
H A D | dump_apk_resource_strings.py | 337 def IsFilePathABundle(input_file): argument 447 def IsFilePathAnApk(input_file): argument
|
/aosp_15_r20/external/v4l2_codec2/tests/c2_e2e_test/jni/ |
H A D | mediacodec_encoder.cpp | 98 std::unique_ptr<CachedInputFileStream> input_file(new CachedInputFileStream(input_path)); in Create() local 131 std::unique_ptr<CachedInputFileStream> input_file, Size size, in MediaCodecEncoder()
|