/aosp_15_r20/out/soong/ndk/sysroot/usr/include/linux/ |
D | utsname.h | 15 char machine[9]; member 23 char machine[65]; member 30 char machine[__NEW_UTS_LEN + 1]; member
|
/aosp_15_r20/prebuilts/vndk/v34/x86_64/include/bionic/libc/kernel/uapi/linux/ |
D | utsname.h | 27 char machine[9]; member 35 char machine[65]; member 42 char machine[__NEW_UTS_LEN + 1]; member
|
/aosp_15_r20/prebuilts/vndk/v34/arm64/include/bionic/libc/kernel/uapi/linux/ |
D | utsname.h | 27 char machine[9]; member 35 char machine[65]; member 42 char machine[__NEW_UTS_LEN + 1]; member
|
/aosp_15_r20/prebuilts/vndk/v31/x86/include/bionic/libc/kernel/uapi/linux/ |
D | utsname.h | 27 char machine[9]; member 35 char machine[65]; member 42 char machine[__NEW_UTS_LEN + 1]; member
|
/aosp_15_r20/prebuilts/runtime/mainline/runtime/sdk/linux_bionic/include/bionic/libc/kernel/uapi/linux/ |
H A D | utsname.h | 15 char machine[9]; member 23 char machine[65]; member 30 char machine[__NEW_UTS_LEN + 1]; member
|
/aosp_15_r20/prebuilts/vndk/v33/arm64/include/bionic/libc/kernel/uapi/linux/ |
D | utsname.h | 27 char machine[9]; member 35 char machine[65]; member 42 char machine[__NEW_UTS_LEN + 1]; member
|
/aosp_15_r20/prebuilts/runtime/mainline/runtime/sdk/android/arm/include/bionic/libc/kernel/uapi/linux/ |
H A D | utsname.h | 15 char machine[9]; member 23 char machine[65]; member 30 char machine[__NEW_UTS_LEN + 1]; member
|
/aosp_15_r20/prebuilts/vndk/v33/x86_64/include/bionic/libc/kernel/uapi/linux/ |
D | utsname.h | 27 char machine[9]; member 35 char machine[65]; member 42 char machine[__NEW_UTS_LEN + 1]; member
|
/aosp_15_r20/prebuilts/runtime/mainline/runtime/sdk/android/x86/include/bionic/libc/kernel/uapi/linux/ |
H A D | utsname.h | 15 char machine[9]; member 23 char machine[65]; member 30 char machine[__NEW_UTS_LEN + 1]; member
|
/aosp_15_r20/prebuilts/vndk/v32/x86_64/include/bionic/libc/kernel/uapi/linux/ |
D | utsname.h | 27 char machine[9]; member 35 char machine[65]; member 42 char machine[__NEW_UTS_LEN + 1]; member
|
/aosp_15_r20/prebuilts/build-tools/sysroots/aarch64-unknown-linux-musl/include/linux/ |
H A D | utsname.h | 15 char machine[9]; member 23 char machine[65]; member 30 char machine[__NEW_UTS_LEN + 1]; member
|
/aosp_15_r20/prebuilts/vndk/v33/x86/include/bionic/libc/kernel/uapi/linux/ |
D | utsname.h | 27 char machine[9]; member 35 char machine[65]; member 42 char machine[__NEW_UTS_LEN + 1]; member
|
/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.17-4.8/sysroot/usr/include/linux/ |
D | utsname.h | 11 char machine[9]; member 21 char machine[65]; member 29 char machine[__NEW_UTS_LEN + 1]; member
|
/aosp_15_r20/external/autotest/server/ |
H A D | site_utils.py | 605 def get_hostname_from_machine(machine): argument 614 def get_host_info_from_machine(machine): argument 625 def get_afe_host_from_machine(machine): argument 634 def get_connection_pool_from_machine(machine): argument
|
/aosp_15_r20/external/autotest/server/hosts/ |
H A D | factory.py | 67 def _get_host_arguments(machine, **args): argument 226 def create_host(machine, host_class=None, connectivity_class=None, **args): argument 313 def create_target_machine(machine, **kwargs): argument
|
/aosp_15_r20/external/mesa3d/src/gallium/drivers/softpipe/ |
H A D | sp_compute.c | 38 struct tgsi_exec_machine *machine, in cs_prepare() 85 struct tgsi_exec_machine *machine, bool restart) in cs_run() 129 struct tgsi_exec_machine *machine) in cs_delete()
|
/aosp_15_r20/external/toolchain-utils/crosperf/ |
H A D | suite_runner.py | 154 def RemoveTelemetryTempFile(self, machine, chromeos_root): argument 198 def Tast_Run(self, machine, label, benchmark): argument 218 self, machine, label, benchmark, test_args, profiler_args argument
|
H A D | results_cache.py | 51 def __init__(self, logger, label, log_level, machine, cmd_exec=None): argument 1297 machine, argument 1318 machine, argument 1463 machine, argument
|
/aosp_15_r20/frameworks/compile/mclinker/lib/Target/X86/ |
D | X86GNUInfo.h | 21 uint32_t machine() const { return llvm::ELF::EM_386; } in machine() function 34 uint32_t machine() const { return llvm::ELF::EM_X86_64; } in machine() function
|
/aosp_15_r20/external/autotest/server/brillo/feedback/ |
H A D | client_factory.py | 13 def _get_client(fb_client_name, available_clients, test_name, machine, argument 53 def get_audio_client(fb_client_name, test_name, machine, args_str): argument
|
/aosp_15_r20/libcore/luni/src/main/java/android/system/ |
H A D | StructUtsname.java | 39 public final String machine; field in StructUtsname 44 …ic StructUtsname(String sysname, String nodename, String release, String version, String machine) { in StructUtsname()
|
/aosp_15_r20/external/mesa3d/src/gallium/auxiliary/draw/ |
H A D | draw_gs.c | 85 struct tgsi_exec_machine *machine = shader->machine; in tgsi_fetch_gs_outputs() local 133 struct tgsi_exec_machine *machine = shader->machine; in tgsi_fetch_gs_input() local 201 struct tgsi_exec_machine *machine = shader->machine; in tgsi_gs_prepare() local 212 struct tgsi_exec_machine *machine = shader->machine; in tgsi_gs_run() local
|
/aosp_15_r20/external/deqp/external/openglcts/modules/gl/ |
H A D | gl4cShaderImageSizeTests.cpp | 820 ImageSizeMachine machine; in Run() local 887 ImageSizeMachine machine; in Run() local 1073 ImageSizeMachine machine; in Run() local 1141 ImageSizeMachine machine; in Run() local
|
/aosp_15_r20/frameworks/base/packages/SettingsLib/tests/robotests/src/com/android/settingslib/ |
H A D | DeviceInfoUtilsTest.java | 46 final String machine = "aarch64"; in formatKernelVersion_regularInputVersion_shouldStripOptionalValues() local 60 final String machine = "aarch64"; in formatKernelVersion_nonRegularInputVersion_shouldBeUnavailable() local
|
/aosp_15_r20/external/autotest/server/site_tests/power_LW/ |
H A D | power_LW.py | 45 def _get_wlan_host(self, host, machine): argument 71 def run_once(self, host, test, args, machine): argument
|