/external/llvm/test/CodeGen/MIR/X86/ |
machine-verifier.mir | 2 # This test ensures that the MIR parser runs the machine verifier after parsing. 17 ; CHECK: *** Bad machine code: Too few operands ***
|
standalone-register-error.mir | 1 # RUN: not llc -march=x86-64 -start-after machine-sink -stop-after machine-sink -o /dev/null %s 2>&1 | FileCheck %s
|
undefined-register-class.mir | 1 # RUN: not llc -march=x86-64 -start-after machine-sink -stop-after machine-sink -o /dev/null %s 2>&1 | FileCheck %s
|
undefined-virtual-register.mir | 1 # RUN: not llc -march=x86-64 -start-after machine-sink -stop-after machine-sink -o /dev/null %s 2>&1 | FileCheck %s
|
virtual-register-redefinition-error.mir | 1 # RUN: not llc -march=x86-64 -start-after machine-sink -stop-after machine-sink -o /dev/null %s 2>&1 | FileCheck %s
|
/external/llvm/test/tools/gold/PowerPC/ |
mtriple.ll | 12 ; REL-NEXT: Machine: EM_PPC 15 ; DSO-NEXT: Machine: EM_PPC
|
/external/mesa3d/src/mesa/tnl/ |
t_vb_program.c | 74 struct gl_program_machine machine; member in struct:vp_stage_data 224 * Initialize virtual machine state prior to executing vertex program. 227 init_machine(struct gl_context *ctx, struct gl_program_machine *machine, 231 memcpy(machine->VertAttribs, ctx->Current.Attrib, 238 ASSIGN_4V(machine->Outputs[i], 0.0F, 0.0F, 0.0F, 1.0F); 242 ASSIGN_4V(machine->Temporaries[i], 0.0F, 0.0F, 0.0F, 0.0F); 245 ASSIGN_4V(machine->AddressReg[i], 0, 0, 0, 0); 249 machine->NumDeriv = 0; 252 machine->CondCodes[0] = COND_EQ; 253 machine->CondCodes[1] = COND_EQ 317 struct gl_program_machine *machine = &store->machine; local [all...] |
/external/v8/src/base/ |
sys-info.h | 16 // Returns the number of logical processors/core on the current machine. 19 // Returns the number of bytes of physical memory on the current machine.
|
/external/v8/src/compiler/ |
control-flow-optimizer.h | 25 MachineOperatorBuilder* machine, Zone* zone); 39 MachineOperatorBuilder* machine() const { return machine_; } function in class:v8::internal::compiler::final
|
/external/wpa_supplicant_8/src/eapol_auth/ |
eapol_auth_sm_i.h | 2 * IEEE 802.1X-2004 Authenticator - EAPOL state machine (internal definitions) 61 /* Port Timers state machine */ 64 /* Authenticator PAE state machine */ 92 /* Backend Authentication state machine */ 107 /* Reauthentication Timer state machine */ 114 /* Authenticator Key Transmit state machine */ 118 /* Key Receive state machine */ 123 /* Controlled Directions state machine */
|
/toolchain/binutils/binutils-2.25/ld/emulparams/ |
nds32elf_linux.sh | 3 MACHINE= 19 MACHINE=
|
score3_elf.sh | 0 MACHINE= 30 MACHINE=
|
/frameworks/base/core/java/com/android/internal/util/ |
StateMachine.java | 39 * <p>The state machine defined here is a hierarchical state machine which processes messages 51 * <p>When a state machine is created, <code>addState</code> is used to build the 54 * which initializes and starts the state machine. The first action the StateMachine 59 * state machine below, mP1.enter will be invoked and then mS1.enter. Finally, 60 * messages sent to the state machine will be processed by the current state; 61 * in our simple state machine below that would initially be mS1.processMessage.</p> 67 * <p>After the state machine is created and started, messages are sent to a state 68 * machine using <code>sendMessage</code> and the messages are created using 69 * <code>obtainMessage</code>. When the state machine receives a message th [all...] |
/external/autotest/client/tests/kvm/autotest_control/ |
sleeptest.control | 11 The seconds argument can also be modified to make the machine sleep for as
|
/external/autotest/client/tests/sleeptest/ |
control | 11 The seconds argument can also be modified to make the machine sleep for as
|
/external/autotest/server/control_segments/ |
cleanup | 15 def cleanup(machine): 18 hostname = utils.get_hostname_from_machine(machine) 20 host = hosts.create_host(machine, initialize=False, auto_monitor=False, 49 '%s cleaned successfully' % machine)
|
/external/chromium-trace/catapult/third_party/coverage/ |
circle.yml | 4 machine:
|
/external/curl/tests/data/ |
test503 | 58 http://machine.503:%HTTPPORT/503 %HOSTIP:%PROXYPORT 72 CONNECT machine.503:%HTTPPORT HTTP/1.1
73 Host: machine.503:%HTTPPORT
80 Host: machine.503:%HTTPPORT
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/ |
contexts.xml | 6 + Test machine 23 <description>This view show for each of the performance machine the entire results since the beginning. 25 Each tab of this view represent a performance machine (also named config). 26 The name of the machine is the name of the tab. The results are displayed in
|
/external/icu/icu4c/source/test/testmap/ |
readme.txt | 3 This test may be tested on a linux machine like so:
|
/external/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/translit/ |
rbtTemplate.txt | 5 * > THIS FILE WAS MACHINE GENERATED <
|
/external/libgdx/backends/gdx-backend-robovm/src/com/badlogic/gdx/backends/iosrobovm/custom/ |
HWMachine.java | 40 BytePtr name = BytePtr.toBytePtrAsciiZ("hw.machine"); 43 BytePtr machine = Struct.allocate(BytePtr.class, (int) size.get()); local 44 sysctlbyname(name, machine.as(VoidPtr.class), size, null, 0); 45 return machine.toStringAsciiZ();
|
/external/libjpeg-turbo/java/ |
org_libjpegturbo_turbojpeg_TJTransformer.h | 1 /* DO NOT EDIT THIS FILE - it is machine generated */
|
/external/llvm/lib/CodeGen/ |
MachineDominanceFrontier.cpp | 26 INITIALIZE_PASS_BEGIN(MachineDominanceFrontier, "machine-domfrontier", 27 "Machine Dominance Frontier Construction", true, true) 29 INITIALIZE_PASS_END(MachineDominanceFrontier, "machine-domfrontier", 30 "Machine Dominance Frontier Construction", true, true)
|
/external/llvm/test/CodeGen/MIR/Generic/ |
machine-basic-block-redefinition-error.mir | 14 ; CHECK: [[@LINE+3]]:3: redefinition of machine basic block with id #0
|