Home
last modified time | relevance | path

Searched defs:gen_file (Results 1 – 12 of 12) sorted by relevance

/aosp_15_r20/frameworks/rs/tests/java_api/RSUnitTests/
H A DRSUnitTests.py181 def WriteMakeCopyright(gen_file): argument
202 def WriteMakeSrcFiles(gen_file, api_version, src_dirs=['src'], argument
241 def WriteJavaCopyright(gen_file): argument
386 def WriteSupportLib19Makefile(gen_file): argument
466 def WriteForwardAndroidManifest(gen_file, package): argument
506 def WriteForwardToolsVersion(gen_file, version): argument
517 def WriteForwardMakefile(gen_file, build_tool_version, build_tool_version_name): argument
563 def WriteForwardMakeTargets(gen_file): argument
617 def WriteBackwardJavaFile(gen_file, package, max_api_version=None): argument
656 def WriteBackward19Makefile(gen_file): argument
/aosp_15_r20/external/vboot_reference/rust/vboot_reference-sys/
H A Dbuild.rs34 let gen_file = Path::new(&out_dir).join("./crossystem.rs"); in generate_crossystem_bindings() localVariable
58 let gen_file = Path::new(&out_dir).join("./vboot_host.rs"); in generate_vboot_host_binding() localVariable
/aosp_15_r20/system/media/camera/docs/
H A Dmetadata-generate57 function gen_file() { function
/aosp_15_r20/external/minijail/rust/minijail-sys/
H A Dbuild.rs76 let gen_file = Path::new("./libminijail.rs"); in bindings_generation() localVariable
/aosp_15_r20/external/tpm2-tss/script/
H A Dgen_fuzz.py113 def gen_file(function): function
/aosp_15_r20/external/arm-trusted-firmware/tools/sptool/
H A Dsp_mk_generator.py59 gen_file = os.path.abspath(sys.argv[1]) variable
/aosp_15_r20/external/rust/android-crates-io/crates/protobuf-codegen/src/gen/
Dfile.rs27 pub(crate) fn gen_file( in gen_file() function
/aosp_15_r20/external/perfetto/infra/ci/
H A Dconfig.py139 gen_file = os.path.join(deps_path, 'config.mk') variable
/aosp_15_r20/packages/modules/Bluetooth/system/gd/packet/parser/
Dgen_cpp.cc66 auto gen_file = gen_path / (input_filename + ".h"); in generate_cpp_headers_one_file() local
/aosp_15_r20/external/rust/android-crates-io/extra_versions/crates/protobuf-codegen/src/
Dlib.rs233 fn gen_file( in gen_file() function
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-compiler/src/
Dcodegen.rs654 fn gen_file( in gen_file() function
/aosp_15_r20/external/pytorch/torch/distributed/checkpoint/
H A Dfilesystem.py515 def gen_file(): function