/aosp_15_r20/prebuilts/go/linux-x86/src/regexp/ |
D | exec.go | 38 type machine struct { struct 39 re *Regexp // corresponding Regexp 40 p *syntax.Prog // compiled program 41 q0, q1 queue // two queues for runq, nextq 42 pool []*thread // pool of available threads 43 matched bool // whether a match was found 44 matchcap []int // capture information for the match 46 inputs inputs 95 func (m *machine) init(ncap int) { 104 func (m *machine) alloc(i *syntax.Inst) *thread { [all …]
|
/aosp_15_r20/external/wpa_supplicant_8/src/utils/ |
H A D | state_machine.h | 32 #define SM_STATE(machine, state) \ argument 46 #define SM_ENTRY(machine, state) \ argument 65 #define SM_ENTRY_M(machine, _state, data) \ argument 83 #define SM_ENTRY_MA(machine, _state, data) \ argument 101 #define SM_ENTER(machine, state) \ argument 114 #define SM_ENTER_GLOBAL(machine, state) \ argument 126 #define SM_STEP(machine) \ argument 136 #define SM_STEP_RUN(machine) sm_ ## machine ## _Step(sm) argument
|
/aosp_15_r20/external/toolchain-utils/ |
H A D | lock_machine.py | 106 def CheckMachine(self, machine, error_msg): argument 190 def AddMachineToLocal(self, machine): argument 199 def AddMachineToCrosfleet(self, machine): argument 225 def UpdateLockInCrosfleet(self, should_lock_machine, machine): argument 245 def UpdateFileLock(self, should_lock_machine, machine): argument 308 def _InternalRemoveMachine(self, machine): argument 401 def CheckMachineInCrosfleet(self, machine): argument 431 def LeaseCrosfleetMachine(self, machine): argument 453 def ReleaseCrosfleetMachine(self, machine): argument
|
/aosp_15_r20/external/google-cloud-java/java-distributedcloudedge/proto-google-cloud-distributedcloudedge-v1/src/main/java/com/google/cloud/edgecontainer/v1/ |
H A D | MachineName.java | 38 private final String machine; field in MachineName 73 public static MachineName of(String project, String location, String machine) { in of() 77 public static String format(String project, String location, String machine) { in format() 182 private String machine; field in MachineName.Builder 208 public Builder setMachine(String machine) { in setMachine()
|
/aosp_15_r20/external/toolchain-utils/crosperf/ |
H A D | machine_manager.py | 260 def GetChromeVersion(self, machine): argument 276 def ImageMachine(self, machine, label): argument 529 def ReleaseMachine(self, machine): argument 775 def GetChromeVersion(self, machine): argument 785 def ImageMachine(self, machine, label): argument 790 def ReleaseMachine(self, machine): argument
|
/aosp_15_r20/external/toolchain-utils/cros_utils/ |
H A D | command_executer.py | 67 machine=None, argument 247 def RemoteAccessInitCommand(self, chromeos_root, machine, port=None): argument 272 def CrosLearnBoard(self, chromeos_root, machine): argument 287 machine=None, argument 485 self, cmdlist, machine=None, username=None, command_terminator=None argument 752 machine=None, argument
|
/aosp_15_r20/external/autotest/client/cros/cellular/ |
H A D | labconfig.py | 93 def _get_dut(self, machine=None): argument 141 def get_technologies(self, machine=None): argument 160 def get_rf_switch_port(self, machine=None): argument
|
/aosp_15_r20/external/mesa3d/src/gallium/drivers/softpipe/ |
H A D | sp_fs_exec.c | 55 struct tgsi_exec_machine *machine, in exec_prepare() 111 struct tgsi_exec_machine *machine, in exec_run() 178 struct tgsi_exec_machine *machine) in exec_delete()
|
/aosp_15_r20/prebuilts/vndk/v31/arm/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/arm64/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/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/build-tools/sysroots/i686-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/arm/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/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/android/riscv64/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/build-tools/sysroots/arm-unknown-linux-musleabihf/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/build-tools/sysroots/x86_64-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/external/kernel-headers/original/uapi/linux/ |
H A D | utsname.h | 12 char machine[9]; member 22 char machine[65]; member 30 char machine[__NEW_UTS_LEN + 1]; member
|
/aosp_15_r20/prebuilts/vndk/v32/arm/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/v32/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/vndk/v31/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_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/arm/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_64/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/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
|