/external/llvm/test/CodeGen/MIR/Generic/ |
function-missing-machine-function.mir | 3 # function but is missing a corresponding machine function. 5 # CHECK: no machine function information for function 'foo' in the MIR file
|
machine-function-redefinition-error.mir | 2 # This test ensures that the machine function errors are reported correctly. 8 # CHECK: redefinition of machine function 'foo'
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/bits/ |
elfclass.h | 1 /* This file specifies the native word size of the machine, which indicates 3 machine. */
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/bits/ |
elfclass.h | 1 /* This file specifies the native word size of the machine, which indicates 3 machine. */
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/bits/ |
elfclass.h | 1 /* This file specifies the native word size of the machine, which indicates 3 machine. */
|
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/cris/ |
rd-vao-1.d | 6 # machine-type stamps on the object files. The source file 7 # isn't important, as long the code assembles for the machine we
|
/external/autotest/server/self-test/ |
remote_cmd | 3 print "Instantiating a machine object" 23 print "Running ls on remote machine via host.run" 30 print "Removing temporary file from remote machine" 32 print "Running send_file remote machine" 34 print "Running get_file remote machine" 39 print "Removing temporary file from remote machine"
|
/external/llvm/lib/CodeGen/MIRParser/ |
MIParser.h | 1 //===- MIParser.h - Machine Instructions Parser ---------------------------===// 10 // This file declares the function that parses the machine instructions. 40 /// Parse the machine basic block definitions, and skip the machine 43 /// This function runs the first parsing pass on the machine function's body. 44 /// It parses only the machine basic block definitions and creates the machine 45 /// basic blocks in the given machine function. 47 /// The machine instructions aren't parsed during the first pass because all 48 /// the machine basic blocks aren't defined yet - this makes it impossible t [all...] |
/external/mesa3d/src/gallium/auxiliary/draw/ |
draw_vs_exec.c | 49 struct tgsi_exec_machine *machine; member in struct:exec_vertex_shader 69 if (evs->machine->Tokens != shader->state.tokens) { 70 tgsi_exec_machine_bind_shader(evs->machine, 95 struct tgsi_exec_machine *machine = evs->machine; local 100 tgsi_exec_set_constant_buffers(machine, PIPE_MAX_CONSTANT_BUFFERS, 104 unsigned i = machine->SysSemanticToIndex[TGSI_SEMANTIC_INSTANCEID]; 105 assert(i < Elements(machine->SystemValue)); 107 machine->SystemValue[i].i[j] = shader->draw->instance_id; 128 unsigned vid = machine->SysSemanticToIndex[TGSI_SEMANTIC_VERTEXID] [all...] |
/external/autotest/client/tests/kvm/deps/ |
whql_submission_15.cs | 19 // Wait for a machine to show up in the data store 22 Console.WriteLine("Looking for machine '{0}'", machineName); 23 IResource machine = null; 28 machine = rootPool.GetResourceByName(machineName); 34 // Make sure the machine is valid 35 if (machine != null && 36 machine.OperatingSystem != null && 37 machine.OperatingSystem.Length > 0 && 38 machine.ProcessorArchitecture != null && 39 machine.ProcessorArchitecture.Length > 0 & [all...] |
/external/autotest/client/cros/cellular/pseudomodem/ |
state_machine.py | 33 In interactive mode, the state machine object exposes a dbus object under 37 In this mode, the state machine waits for a dbus method call 58 @returns: True, if the state machine has been cancelled or has 67 Tells the state machine to stop transitioning to further states. 75 Run this machine in interactive mode. 77 This function must be called before |Start|. In this mode, the machine 93 logging.info('Running state machine in interactive mode') 98 """ Start the state machine. """ 106 Advance a step on a state machine running in interactive mode. 108 @returns: True if the state machine was advanced. False otherwise [all...] |
client.py | 180 print '\nExpected one argument: Name of state machine\n' 185 print '\nNo such interactive state machine.\n' 190 def do_is_waiting(self, machine): 192 Determine if a machine is waiting for an advance call. 194 @param machine: Case sensitive name of the machine. 195 @return: True if |machine| is waiting to be advanced by the user. 198 ism = self._get_state_machine(machine) 205 print ('\nState machine is %swaiting.\n' % 209 (machine, repr(e)) [all...] |
/external/autotest/server/site_tests/sequences/ |
control.memory_qual | 55 def run_client_test(machine): 56 client = hosts.create_host(machine) 62 def run_server_test(machine): 63 client = hosts.create_host(machine) 66 job.run_test(test, client_ip=machine, **argv)
|
control.memory_qual_quick | 40 def run_client_test(machine): 41 client = hosts.create_host(machine) 47 def run_server_test(machine): 48 client = hosts.create_host(machine) 51 job.run_test(test, client_ip=machine, **argv)
|
/external/autotest/tko/ |
machine_test_attribute_graph.cgi | 17 machine_idx = form["machine"].value 21 machine = frontend.machine.select(db, {'machine_idx' : machine_idx})[0] 24 where = { 'subdir' : benchmark, 'machine_idx' : machine.idx } 32 title = "%s on %s" % (benchmark, machine.hostname)
|
/external/autotest/server/cros/ |
repair_utils.py | 34 Used to log information about a machine going into the Repair Failed state. 55 def _find_problem_test(machine, rpc): 57 Find the last job that ran on the machine. 63 @param machine: The hostname (e.g. IP address) of the machine to find the 68 @return the job status dictionary for the job that last ran on the machine 80 results = rpc.run('get_host_queue_entries', host__hostname=machine, 89 def flag_problem_test(machine): 91 Notify people about the last job that ran on a machine. 93 This method is invoked everytime a machine fails to repair, and attempt [all...] |
/external/autotest/server/site_tests/hardware_MemoryIntegrity/ |
control.memory_qual | 26 def run_hardware_MemoryIntegrity_test(machine): 27 client = hosts.create_host(machine) 30 job.run_test(test, client_ip=machine, **argv)
|
/external/autotest/server/site_tests/hardware_StorageStress/ |
control.suspend | 14 data in the storage for 1 hour with machine suspended 5 minutes between 18 def run_hardware_storage_stress(machine): 19 job.run_test('hardware_StorageStress', client_ip=machine,
|
/external/autotest/server/site_tests/platform_KernelErrorPaths/ |
control.ALL | 13 This test uses /proc/breakme to cause the machine to have various 21 def run_kernel_error_paths(machine): 22 host = hosts.create_host(machine)
|
control.BUG | 15 This test uses /proc/breakme to cause the machine to have various 23 def run_kernel_error_paths(machine): 24 host = hosts.create_host(machine)
|
control.CORRUPT_STACK | 15 This test uses /proc/breakme to cause the machine to have various 23 def run_kernel_error_paths(machine): 24 host = hosts.create_host(machine)
|
control.EXCEPTION | 15 This test uses /proc/breakme to cause the machine to have various 23 def run_kernel_error_paths(machine): 24 host = hosts.create_host(machine)
|
control.HARDLOCKUP | 15 This test uses /proc/breakme to cause the machine to have various 23 def run_kernel_error_paths(machine): 24 host = hosts.create_host(machine)
|
control.HUNG_TASK | 15 This test uses /proc/breakme to cause the machine to have various 23 def run_kernel_error_paths(machine): 24 host = hosts.create_host(machine)
|
control.LOOP | 15 This test uses /proc/breakme to cause the machine to have various 23 def run_kernel_error_paths(machine): 24 host = hosts.create_host(machine)
|