Home
last modified time | relevance | path

Searched defs:target_arch (Results 1 – 25 of 41) sorted by relevance

12

/aosp_15_r20/art/tools/checker/file_format/checker/
H A Dparser.py49 def _preprocess_line_for_start(prefix, line, target_arch): argument
76 def _process_line(line, line_no, prefix, filename, target_arch): argument
224 def parse_checker_stream(file_name, prefix, stream, target_arch=None): argument
/aosp_15_r20/development/vndk/tools/header-checker/tests/
H A Dmodule.py56 def mutate_for_arch(self, target_arch): argument
98 def mutate_for_arch(self, target_arch): argument
143 def mutate_for_arch(self, target_arch): argument
/aosp_15_r20/external/openscreen/build/scripts/
H A Dinstall-sysroot.py67 def GetSysrootDict(target_platform, target_arch): argument
102 def InstallSysroot(target_platform, target_arch): argument
/aosp_15_r20/external/crosvm/devices/src/virtio/
H A Dinterrupt.rs182 #[cfg(target_arch = "x86_64")] wakeup_event: Option<(PmWakeupEvent, MetricEventType)>, in new()
211 #[cfg(target_arch = "x86_64")] wakeup_event: Option<(PmWakeupEvent, MetricEventType)>, in new_from_snapshot()
419 #[cfg(target_arch = "x86_64")] wakeup_event: Option<(PmWakeupEvent, MetricEventType)>, in new()
/aosp_15_r20/external/crosvm/src/crosvm/sys/linux/
H A Dvcpu.rs231 #[cfg(target_arch = "x86_64")] bus_lock_ratelimit_ctrl: Arc<Mutex<Ratelimit>>, in vcpu_loop()
539 #[cfg(target_arch = "x86_64")] bus_lock_ratelimit_ctrl: Arc<Mutex<Ratelimit>>, in run_vcpu()
/aosp_15_r20/external/cronet/third_party/boringssl/src/util/bot/
H A Dvs_env.py26 target_arch = sys.argv[1] variable
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/serde_json-1.0.115/
H A Dbuild.rs8 let target_arch = env::var("CARGO_CFG_TARGET_ARCH").unwrap(); in main() localVariable
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/serde_json_lenient-0.2.1/
H A Dbuild.rs8 let target_arch = env::var("CARGO_CFG_TARGET_ARCH").unwrap(); in main() localVariable
/aosp_15_r20/external/boringssl/src/util/bot/
H A Dvs_env.py26 target_arch = sys.argv[1] variable
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.80.1/lib/rustlib/src/rust/library/std/
H A Dbuild.rs5 let target_arch = env::var("CARGO_CFG_TARGET_ARCH").expect("CARGO_CFG_TARGET_ARCH was not set"); in main() localVariable
/aosp_15_r20/prebuilts/rust/linux-x86/1.80.1/lib/rustlib/src/rust/library/std/
H A Dbuild.rs5 let target_arch = env::var("CARGO_CFG_TARGET_ARCH").expect("CARGO_CFG_TARGET_ARCH was not set"); in main() localVariable
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.81.0/lib/rustlib/src/rust/library/std/
H A Dbuild.rs5 let target_arch = env::var("CARGO_CFG_TARGET_ARCH").expect("CARGO_CFG_TARGET_ARCH was not set"); in main() localVariable
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0.u1/lib/rustlib/src/rust/library/std/
H A Dbuild.rs5 let target_arch = env::var("CARGO_CFG_TARGET_ARCH").expect("CARGO_CFG_TARGET_ARCH was not set"); in main() localVariable
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0/lib/rustlib/src/rust/library/std/
H A Dbuild.rs5 let target_arch = env::var("CARGO_CFG_TARGET_ARCH").expect("CARGO_CFG_TARGET_ARCH was not set"); in main() localVariable
/aosp_15_r20/external/rust/android-crates-io/crates/serde_json/
Dbuild.rs10 let target_arch = env::var("CARGO_CFG_TARGET_ARCH").unwrap(); in main() localVariable
/aosp_15_r20/device/google/cuttlefish/host/libs/config/
Dkernel_args.cpp46 Arch target_arch = instance.target_arch(); in VmManagerKernelCmdline() local
/aosp_15_r20/external/angle/build/win/
H A Dcopy_cdb_to_output.py53 def _CopyCDBToOutput(output_dir, target_arch): argument
/aosp_15_r20/external/cronet/build/win/
H A Dcopy_cdb_to_output.py53 def _CopyCDBToOutput(output_dir, target_arch): argument
/aosp_15_r20/art/tools/checker/
H A Dchecker.py93 def run_tests(check_prefix, check_path, output_filename, target_arch, debuggable_mode, print_cfg): argument
/aosp_15_r20/device/google/cuttlefish/host/commands/assemble_cvd/
Dflags.h32 Arch target_arch; member
/aosp_15_r20/external/crosvm/src/crosvm/sys/
H A Dlinux.rs3001 not(any(target_arch = "x86_64", feature = "pci-hotplug")), in process_vm_request()
3411 fn run_control<V: VmArch + 'static, Vcpu: VcpuArch + 'static>( in run_control()
3424 #[cfg(target_arch = "x86_64")] hp_control_tube: mpsc::Sender<PciRootCommand>, in run_control()
/aosp_15_r20/external/crosvm/jail/
H A Dbuild.rs116 let target_arch = env::var("CARGO_CFG_TARGET_ARCH").unwrap(); in main() localVariable
/aosp_15_r20/external/webrtc/tools_webrtc/ios/
H A Dbuild_ios_libs.py154 def BuildWebRTC(output_dir, target_environment, target_arch, flavor, argument
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0/lib/rustlib/src/rust/vendor/compiler_builtins/
H A Dbuild.rs199 let target_arch = env::var("CARGO_CFG_TARGET_ARCH").unwrap(); in compile() localVariable
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.81.0/lib/rustlib/src/rust/vendor/compiler_builtins/
H A Dbuild.rs199 let target_arch = env::var("CARGO_CFG_TARGET_ARCH").unwrap(); in compile() localVariable

12