Home
last modified time | relevance | path

Searched defs:proto_files (Results 1 – 9 of 9) sorted by relevance

/aosp_15_r20/build/make/tools/aconfig/aconfig_protos/
H A Dbuild.rs4 let proto_files = vec!["protos/aconfig.proto"]; in main() localVariable
/aosp_15_r20/packages/modules/ConfigInfrastructure/aconfigd/proto/
Dbuild.rs4 let proto_files = vec!["aconfigd.proto"]; in main() localVariable
/aosp_15_r20/build/make/tools/aconfig/aconfig_storage_file/
H A Dbuild.rs4 let proto_files = vec!["protos/aconfig_storage_metadata.proto"]; in main() localVariable
/aosp_15_r20/external/crosvm/perfetto/
H A Dbuild.rs17 let proto_files = vec![proto_path(&["config", "perfetto_config.proto"])]; in main() localVariable
/aosp_15_r20/tools/test/connectivity/tools/
Dproto_check.py94 def verify_protos_update_generated_files(proto_files, proto_gen_files): argument
/aosp_15_r20/platform_testing/libraries/screenshot/
H A Dupdate_goldens2.py56 def validate_protos(source_dir, proto_files): argument
/aosp_15_r20/external/tensorflow/tensorflow/python/tools/
H A Dselective_registration_header_lib.py85 def get_ops_and_kernels(proto_fileformat, proto_files, default_ops_str): argument
/aosp_15_r20/external/bazelbuild-rules_rust/proto/prost/private/
H A Dprotoc_wrapper.rs426 proto_files: Vec<PathBuf>, field
457 let mut proto_files: Vec<PathBuf> = Vec::new(); in parse() localVariable
/aosp_15_r20/external/perfetto/src/trace_processor/
H A Dtrace_processor_shell.cc1317 std::vector<std::string> proto_files; in LoadMetricExtensionProtos() local