/aosp_15_r20/prebuilts/go/linux-x86/api/ |
D | go1.11.txt | 20 pkg debug/elf, const EM_56800EX Machine 22 pkg debug/elf, const EM_68HC05 Machine 24 pkg debug/elf, const EM_68HC08 Machine 26 pkg debug/elf, const EM_68HC11 Machine 28 pkg debug/elf, const EM_68HC16 Machine 30 pkg debug/elf, const EM_78KOR Machine 32 pkg debug/elf, const EM_8051 Machine 34 pkg debug/elf, const EM_ALTERA_NIOS2 Machine 36 pkg debug/elf, const EM_AMDGPU Machine 38 pkg debug/elf, const EM_ARCA Machine [all …]
|
/aosp_15_r20/external/wpa_supplicant_8/src/utils/ |
H A D | state_machine.h | 2 * wpa_supplicant/hostapd - State machine definitions 9 * implement a state machine. In addition to including this header file, each 10 * file implementing a state machine must define STATE_MACHINE_DATA to be the 24 * SM_STATE - Declaration of a state machine function 25 * @machine: State machine name 26 * @state: State machine state 28 * This macro is used to declare a state machine function. It is used in place 32 #define SM_STATE(machine, state) \ argument 33 static void sm_ ## machine ## _ ## state ## _Enter(STATE_MACHINE_DATA *sm, \ 37 * SM_ENTRY - State machine function entry point [all …]
|
/aosp_15_r20/external/toolchain-utils/ |
H A D | lock_machine.py | 28 """Raised when machine does not respond to ping.""" 32 """Raised when server fails to lock/unlock machine as requested.""" 36 """Raised when user attmepts to unlock machine locked by someone else.""" 42 """Enum class to hold machine type.""" 76 remotes: A list of machine names or ip addresses to be managed. Names 80 a machine that was locked by someone else. 106 def CheckMachine(self, machine, error_msg): argument 107 """Verifies that machine is responding to ping. 110 machine: String containing the name or ip address of machine to check. 114 MachineNotPingable: If machine is not responding to 'ping' [all …]
|
/aosp_15_r20/external/apache-commons-bcel/src/main/java/org/apache/bcel/verifier/structurals/ |
H A D | ExecutionVisitor.java | 34 * This Visitor class may be used for a type-based Java Virtual Machine 40 * externally that the type constraints of the Java Virtual Machine instructions 113 ///** Symbolically executes the corresponding Java Virtual Machine instruction. */ 123 /** Symbolically executes the corresponding Java Virtual Machine instruction. */ 137 /** Symbolically executes the corresponding Java Virtual Machine instruction. */ 144 /** Symbolically executes the corresponding Java Virtual Machine instruction. */ 149 /** Symbolically executes the corresponding Java Virtual Machine instruction. */ 154 /** Symbolically executes the corresponding Java Virtual Machine instruction. */ 160 /** Symbolically executes the corresponding Java Virtual Machine instruction. */ 165 /** Symbolically executes the corresponding Java Virtual Machine instruction. */ [all …]
|
/aosp_15_r20/dalvik/dx/src/com/android/dx/cf/code/ |
H A D | Simulator.java | 52 /** {@code non-null;} machine to use when simulating */ 53 private final Machine machine; field in Simulator 73 * @param machine {@code non-null;} machine to use when simulating 77 public Simulator(Machine machine, ConcreteMethod method, DexOptions dexOptions) { in Simulator() argument 78 if (machine == null) { in Simulator() 79 throw new NullPointerException("machine == null"); in Simulator() 90 this.machine = machine; in Simulator() 219 * {@code non-null;} machine instance to use (just to avoid excessive 222 private final Machine machine; field in Simulator.SimVisitor 237 this.machine = Simulator.this.machine; in SimVisitor() [all …]
|
/aosp_15_r20/external/python/cpython3/Lib/test/ |
D | test_netrc.py | 28 machine host.domain.com password pass1 login log1 account acct1 36 machine host.domain.com login log1 password pass1 account acct1 62 "machine host.domain.com", 63 "machine host.domain.com login", 64 "machine host.domain.com account", 65 "machine host.domain.com password", 66 "machine host.domain.com login \"\" account", 67 "machine host.domain.com login \"\" password", 68 "machine host.domain.com account \"\" password" 89 "machine host.domain.com invalid", [all …]
|
/aosp_15_r20/external/toolchain-utils/crosperf/ |
H A D | machine_manager.py | 6 """Machine Manager module.""" 37 """Raised when cannot find/access the machine locks directory.""" 45 """The machine class.""" 84 command, machine=self.name, chromeos_root=self.chromeos_root 128 # TODO yunlian: when the machine in rebooting, it will not return 132 command, machine=self.name, chromeos_root=self.chromeos_root 134 assert ret == 0, "Could not get meminfo from machine: %s" % self.name 141 command, machine=self.name, chromeos_root=self.chromeos_root 143 assert ret == 0, "Could not get cpuinfo from machine: %s" % self.name 151 # and may differ on the same type of machine. [all …]
|
H A D | benchmark_run.py | 61 self.machine = None 81 # Just use the first machine for running the cached version, 92 self.machine, 128 self.machine, 140 # Try to acquire a machine now. 141 self.machine = self.AcquireMachine() 142 self.cache.machine = self.machine 143 self.result = self.RunTest(self.machine) 145 self.cache.remote = self.machine.name 147 self.machine_manager.GetChromeVersion(self.machine) [all …]
|
/aosp_15_r20/external/elfutils/tests/ |
H A D | saridx.c | 32 #define MACHINE(name) [name] = #name macro 33 MACHINE (EM_NONE), 34 MACHINE (EM_M32), 35 MACHINE (EM_SPARC), 36 MACHINE (EM_386), 37 MACHINE (EM_68K), 38 MACHINE (EM_88K), 39 MACHINE (EM_860), 40 MACHINE (EM_MIPS), 41 MACHINE (EM_MIPS_RS3_LE), [all …]
|
/aosp_15_r20/external/apache-commons-bcel/src/main/java/org/apache/bcel/ |
H A D | Constants.java | 100 … * Flag definitions for Fields in the Java Virtual Machine Specification (Java SE 8 Edition).</a>" 102 …* Flag definitions for Methods in the Java Virtual Machine Specification (Java SE 8 Edition).</a>" 104 …* Flag definitions for Classes in the Java Virtual Machine Specification (Java SE 8 Edition).</a>" 262 * One of the limitations of the Java Virtual Machine. 264 * The Java Virtual Machine Specification, Second Edition, page 152, chapter 4.10.</a> 269 * One of the limitations of the Java Virtual Machine. 271 * The Java Virtual Machine Specification, Second Edition, page 152, chapter 4.10.</a> 277 * Opcode definitions in The Java Virtual Machine Specification</a> */ 282 * Opcode definitions in The Java Virtual Machine Specification</a> */ 287 * Opcode definitions in The Java Virtual Machine Specification</a> */ [all …]
|
H A D | Const.java | 35 * The ClassFile Structure in The Java Virtual Machine Specification</a> 201 * Flag definitions for Fields in the Java Virtual Machine Specification (Java SE 8 Edition).</a> 203 … * Flag definitions for Methods in the Java Virtual Machine Specification (Java SE 8 Edition).</a> 205 … * Flag definitions for Classes in the Java Virtual Machine Specification (Java SE 8 Edition).</a> 335 * The Constant Pool in The Java Virtual Machine Specification</a> 342 * The Constant Pool in The Java Virtual Machine Specification</a> 349 * The Constant Pool in The Java Virtual Machine Specification</a> 356 * The Constant Pool in The Java Virtual Machine Specification</a> 363 * The Constant Pool in The Java Virtual Machine Specification</a> 370 * The Constant Pool in The Java Virtual Machine Specification</a> [all …]
|
/aosp_15_r20/packages/modules/Virtualization/libs/libavf/include/android/ |
D | virtualization.h | 25 * Represents a handle on a virtual machine raw config. 30 * Create a new virtual machine raw config object with no properties. 43 * \return A new virtual machine raw config object. 48 * Destroy a virtual machine config object. 50 * \param config a virtual machine config object. 58 * Set a name of a virtual machine. 60 * \param config a virtual machine config object. 68 * Set an instance ID of a virtual machine. 70 * \param config a virtual machine config object. 79 * Set a kernel image of a virtual machine. [all …]
|
/aosp_15_r20/frameworks/libs/modules-utils/java/com/android/internal/util/ |
D | StateMachine.java | 42 * <p>The state machine defined here is a hierarchical state machine which processes messages 54 * <p>When a state machine is created, <code>addState</code> is used to build the 57 * which initializes and starts the state machine. The first action the StateMachine 62 * state machine below, mP1.enter will be invoked and then mS1.enter. Finally, 63 * messages sent to the state machine will be processed by the current state; 64 * in our simple state machine below that would initially be mS1.processMessage.</p> 70 * <p>After the state machine is created and started, messages are sent to a state 71 * machine using <code>sendMessage</code> and the messages are created using 72 * <code>obtainMessage</code>. When the state machine receives a message the 77 * <p>Each state in the state machine may have a zero or one parent states. If [all …]
|
/aosp_15_r20/external/llvm/docs/ |
H A D | MIRLangRef.rst | 2 Machine IR (MIR) Format Reference Manual 14 This document is a reference manual for the Machine IR (MIR) serialization 16 LLVM's :ref:`machine specific intermediate representation 17 <machine code representation>`. 32 contain the serialized machine functions. 58 the machine copy propagation pass in the ``stop-after`` option, as it runs 61 ``llc -stop-after machine-cp bug-trigger.ll > test.mir`` 86 - The ``MCSymbol`` machine operands are only printed, they can't be parsed. 126 Machine Functions 129 The remaining YAML documents contain the machine functions. This is an example [all …]
|
/aosp_15_r20/prebuilts/go/linux-x86/src/debug/elf/ |
D | elf.go | 55 EI_CLASS = 4 /* Class of machine. */ 201 // Machine is found in Header.Machine. 202 type Machine uint16 type 205 EM_NONE Machine = 0 /* Unknown machine. */ 206 EM_M32 Machine = 1 /* AT&T WE32100. */ 207 EM_SPARC Machine = 2 /* Sun SPARC. */ 208 EM_386 Machine = 3 /* Intel i386. */ 209 EM_68K Machine = 4 /* Motorola 68000. */ 210 EM_88K Machine = 5 /* Motorola 88000. */ 211 EM_860 Machine = 7 /* Intel i860. */ [all …]
|
/aosp_15_r20/external/coreboot/src/vendorcode/intel/edk2/edk2-stable202302/MdePkg/Include/Uefi/ |
H A D | UefiBaseType.h | 214 /// PE32+ Machine type for IA32 UEFI images. 219 /// PE32+ Machine type for IA64 UEFI images. 224 /// PE32+ Machine type for EBC UEFI images. 229 /// PE32+ Machine type for X64 UEFI images. 234 /// PE32+ Machine type for ARM mixed ARM and Thumb/Thumb2 images. 239 /// PE32+ Machine type for AARCH64 A64 images. 244 /// PE32+ Machine type for RISC-V 32/64/128 251 /// PE32+ Machine type for LoongArch 32/64 images. 259 #define EFI_IMAGE_MACHINE_TYPE_SUPPORTED(Machine) \ argument 260 ((Machine) == EFI_IMAGE_MACHINE_IA32) [all …]
|
/aosp_15_r20/external/aws-sdk-java-v2/services/sfn/src/main/resources/codegen-resources/ |
H A D | service-2.json | 29 …machine that has access to Step Functions. Activities must poll Step Functions using the <code>Get… 54 …machine. A state machine consists of a collection of states that can do work (<code>Task</code> st… 74 …machine-alias.html\">alias</a> for a state machine that points to one or two <a href=\"https://doc… 101 …machine. This is an asynchronous operation. It sets the state machine's status to <code>DELETING</… 117 …machine <a href=\"https://docs.aws.amazon.com/step-functions/latest/dg/concepts-state-machine-alia… 132 …machine <a href=\"https://docs.aws.amazon.com/step-functions/latest/dg/concepts-state-machine-vers… 160 …machine execution, such as the state machine associated with the execution, the execution input an… 188 …machine's definition, its IAM role Amazon Resource Name (ARN), and configuration.</p> <p>A qualifi… 203 …Returns details about a state machine <a href=\"https://docs.aws.amazon.com/step-functions/latest/… 217 …machine's definition, its execution role ARN, and configuration. If a Map Run dispatched the execu… [all …]
|
/aosp_15_r20/external/google-cloud-java/java-compute/proto-google-cloud-compute-v1/src/main/java/com/google/cloud/compute/v1/ |
H A D | MachineImageOrBuilder.java | 30 * [Output Only] The creation timestamp for this machine image in RFC3339 text format. 42 * [Output Only] The creation timestamp for this machine image in RFC3339 text format. 54 * [Output Only] The creation timestamp for this machine image in RFC3339 text format. 104 …* [Input Only] Whether to attempt an application consistent machine image by informing the OS to p… 116 …* [Input Only] Whether to attempt an application consistent machine image by informing the OS to p… 129 * [Output Only] A unique identifier for this machine image. The server defines this identifier. 141 * [Output Only] A unique identifier for this machine image. The server defines this identifier. 192 * [Output Only] The resource type, which is always compute#machineImage for machine image. 204 * [Output Only] The resource type, which is always compute#machineImage for machine image. 216 * [Output Only] The resource type, which is always compute#machineImage for machine image. [all …]
|
H A D | MachineImage.java | 25 …machine image resource. A machine image is a Compute Engine resource that stores all the configura… 83 …* [Output Only] The status of the machine image. One of the following values: INVALID, CREATING, R… 231 * [Output Only] The creation timestamp for this machine image in RFC3339 text format. 246 * [Output Only] The creation timestamp for this machine image in RFC3339 text format. 269 * [Output Only] The creation timestamp for this machine image in RFC3339 text format. 361 …* [Input Only] Whether to attempt an application consistent machine image by informing the OS to p… 376 …* [Input Only] Whether to attempt an application consistent machine image by informing the OS to p… 394 * [Output Only] A unique identifier for this machine image. The server defines this identifier. 409 * [Output Only] A unique identifier for this machine image. The server defines this identifier. 482 * [Output Only] The resource type, which is always compute#machineImage for machine image. [all …]
|
H A D | SourceInstancePropertiesOrBuilder.java | 30 …* Enables instances created based on this machine image to send packets with source IP addresses o… 42 …* Enables instances created based on this machine image to send packets with source IP addresses o… 55 * Whether the instance created from this machine image should be protected against deletion. 67 * Whether the instance created from this machine image should be protected against deletion. 80 * An optional text description for the instances that are created from this machine image. 92 * An optional text description for the instances that are created from this machine image. 104 * An optional text description for the instances that are created from this machine image. 117 …* An array of disks that are associated with the instances that are created from this machine imag… 127 …* An array of disks that are associated with the instances that are created from this machine imag… 137 …* An array of disks that are associated with the instances that are created from this machine imag… [all …]
|
/aosp_15_r20/external/coreboot/src/vendorcode/intel/edk2/edk2-stable202111/MdePkg/Include/Uefi/ |
H A D | UefiBaseType.h | 215 /// PE32+ Machine type for IA32 UEFI images. 220 /// PE32+ Machine type for IA64 UEFI images. 225 /// PE32+ Machine type for EBC UEFI images. 230 /// PE32+ Machine type for X64 UEFI images. 235 /// PE32+ Machine type for ARM mixed ARM and Thumb/Thumb2 images. 240 /// PE32+ Machine type for AARCH64 A64 images. 245 /// PE32+ Machine type for RISC-V 32/64/128 254 #define EFI_IMAGE_MACHINE_TYPE_SUPPORTED(Machine) \ argument 255 ((Machine) == EFI_IMAGE_MACHINE_IA32) 257 #define EFI_IMAGE_MACHINE_CROSS_TYPE_SUPPORTED(Machine) ((Machine) == EFI_IMAGE_MACHINE_X64) argument [all …]
|
/aosp_15_r20/external/autotest/client/cros/cellular/ |
H A D | labconfig.py | 61 # server control file, on whatever machine the test was 93 def _get_dut(self, machine=None): argument 94 """Returns the DUT record for machine from cell["duts"] 96 machine: name or IP of machine. None: for "the current machine". 99 machine we're running on. The important thing is that this 105 if self.ip and not machine: 106 machine = self.ip 108 if not machine: 115 machine = get_interface_ip(interface) 116 if machine: [all …]
|
/aosp_15_r20/external/coreboot/src/vendorcode/intel/edk2/uefi_2.4/MdePkg/Include/Uefi/ |
H A D | UefiBaseType.h | 222 /// PE32+ Machine type for IA32 UEFI images. 227 /// PE32+ Machine type for IA64 UEFI images. 232 /// PE32+ Machine type for EBC UEFI images. 237 /// PE32+ Machine type for X64 UEFI images. 242 /// PE32+ Machine type for ARM mixed ARM and Thumb/Thumb2 images. 247 /// PE32+ Machine type for AARCH64 A64 images. 254 #define EFI_IMAGE_MACHINE_TYPE_SUPPORTED(Machine) \ argument 255 (((Machine) == EFI_IMAGE_MACHINE_IA32) || ((Machine) == EFI_IMAGE_MACHINE_EBC)) 257 #define EFI_IMAGE_MACHINE_CROSS_TYPE_SUPPORTED(Machine) ((Machine) == EFI_IMAGE_MACHINE_X64) argument 261 #define EFI_IMAGE_MACHINE_TYPE_SUPPORTED(Machine) \ argument [all …]
|
/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 | Machine.java | 25 * A Google Distributed Cloud Edge machine capable of acting as a Kubernetes 29 * Protobuf type {@code google.cloud.edgecontainer.v1.Machine} 31 public final class Machine extends com.google.protobuf.GeneratedMessageV3 class 33 // @@protoc_insertion_point(message_implements:google.cloud.edgecontainer.v1.Machine) 36 // Use Machine.newBuilder() to construct. 37 private Machine(com.google.protobuf.GeneratedMessageV3.Builder<?> builder) { in Machine() method in Machine 41 private Machine() { in Machine() method in Machine 50 return new Machine(); in newInstance() 80 com.google.cloud.edgecontainer.v1.Machine.class, in internalGetFieldAccessorTable() 81 com.google.cloud.edgecontainer.v1.Machine.Builder.class); in internalGetFieldAccessorTable() [all …]
|
/aosp_15_r20/external/mesa3d/src/gallium/auxiliary/draw/ |
H A D | draw_vs_exec.c | 52 struct tgsi_exec_machine *machine; member 75 if (evs->machine->Tokens != shader->state.tokens) { in vs_exec_prepare() 76 tgsi_exec_machine_bind_shader(evs->machine, in vs_exec_prepare() 102 struct tgsi_exec_machine *machine = evs->machine; in vs_exec_run_linear() local 108 tgsi_exec_set_constant_buffers(machine, PIPE_MAX_CONSTANT_BUFFERS, in vs_exec_run_linear() 112 unsigned i = machine->SysSemanticToIndex[TGSI_SEMANTIC_INSTANCEID]; in vs_exec_run_linear() 113 assert(i < ARRAY_SIZE(machine->SystemValue)); in vs_exec_run_linear() 115 machine->SystemValue[i].xyzw[0].i[j] = shader->draw->instance_id; in vs_exec_run_linear() 137 unsigned vid = machine->SysSemanticToIndex[TGSI_SEMANTIC_VERTEXID]; in vs_exec_run_linear() 138 assert(vid < ARRAY_SIZE(machine->SystemValue)); in vs_exec_run_linear() [all …]
|