/external/deqp/framework/platform/X11/ |
tcuX11Platform.cpp | 93 dst << "CPU: " << sysInfo.machine << "\n";
|
/external/elfutils/backends/ |
ppc64_init.c | 46 GElf_Half machine __attribute__ ((unused)),
|
/external/libunwind/doc/ |
unw_getcontext.tex | 8 \begin{Name}{3}{unw\_getcontext}{David Mosberger-Tang}{Programming Library}{unw\_getcontext}unw\_getcontext -- get initial machine-state 20 pointed to by \Var{ucp} with the machine-state of the call-site. The
|
unw_resume.tex | 23 For local unwinding, \Func{unw\_resume}() restores the machine state 26 machine state normally involves restoring the ``preserved'' 35 For remote unwinding, \Func{unw\_resume}() installs the machine state
|
/external/mesa3d/ |
common.py | 50 host_machine = _platform.machine() 89 opts.Add(EnumOption('machine', 'use machine-specific assembly code', default_machine,
|
/external/v8/src/compiler/ |
change-lowering.h | 64 MachineOperatorBuilder* machine() const;
|
/external/autotest/server/ |
site_server_job_utils.py | 22 """Adds machine verification logic to the basic test tuple. 27 labels and attributes is a list of strings. A machine must have all the 40 include - labels a machine must have to run a test. 41 exclude - labels preventing a machine from running a test. 69 """Check if this test can run on machine with machine_attributes. 71 If the test has include attributes, a candidate machine must have all 74 If the test has exclude attributes, a candidate machine cannot have any 78 machine_attributes: set, True attributes of candidate machine. 81 True/False if the machine is valid for this test. 121 """Worker that runs tests on a remote host machine."" [all...] |
server_job.py | 281 for machine in self.machines: 284 host = afe.get_hosts(hostname=machine)[0] 287 {'hostname' : machine, 369 machine_idx = self.results_db.lookup_machine(self.job_model.machine) 438 """Reset machines by first cleanup then verify each machine. 516 # To compare the machinese to self.machines, which is a list of machine 519 # True if there are more than one machine. 525 def wrapper(machine): 526 hostname = server_utils.get_hostname_from_machine(machine) 529 self.machines = [machine] [all...] |
/external/mesa3d/src/gallium/auxiliary/draw/ |
draw_vs.c | 196 draw->vs.tgsi.machine = tgsi_exec_machine_create(); 197 if (!draw->vs.tgsi.machine) 228 tgsi_exec_machine_destroy(draw->vs.tgsi.machine);
|
/prebuilts/gdb/darwin-x86/lib/python2.7/ctypes/ |
util.py | 231 machine = os.uname()[4] + '-32' 233 machine = os.uname()[4] + '-64' 241 abi_type = mach_map.get(machine, 'libc6')
|
/prebuilts/gdb/linux-x86/lib/python2.7/ctypes/ |
util.py | 231 machine = os.uname()[4] + '-32' 233 machine = os.uname()[4] + '-64' 241 abi_type = mach_map.get(machine, 'libc6')
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ctypes/ |
util.py | 231 machine = os.uname()[4] + '-32' 233 machine = os.uname()[4] + '-64' 241 abi_type = mach_map.get(machine, 'libc6')
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ctypes/ |
util.py | 231 machine = os.uname()[4] + '-32' 233 machine = os.uname()[4] + '-64' 241 abi_type = mach_map.get(machine, 'libc6')
|
/dalvik/dx/src/com/android/dx/cf/code/ |
Ropper.java | 99 /** {@code non-null;} simulation machine to use */ 100 private final RopperMachine machine; field in class:Ropper 380 this.machine = new RopperMachine(this, method, advice, methods); 381 this.sim = new Simulator(machine, method); 780 machine.startBlock(catches.toRopCatchList()); 784 * calling into machine for each. 790 int extraBlockCount = machine.getExtraBlockCount(); 791 ArrayList<Insn> insns = machine.getInsns(); 805 if (machine.hasJsr()) { 822 } else if (machine.hasRet()) [all...] |
/external/v8/test/cctest/compiler/ |
test-run-machops.cc | 34 if (!m.machine()->Word32Ctz().IsSupported()) { 38 m.Return(m.AddNode(m.machine()->Word32Ctz().op(), m.Parameter(0))); 118 if (!m.machine()->Word32Popcnt().IsSupported()) { 122 m.Return(m.AddNode(m.machine()->Word32Popcnt().op(), m.Parameter(0))); 210 if (!m.machine()->Word64Ctz().IsSupported()) { 214 m.Return(m.AddNode(m.machine()->Word64Ctz().op(), m.Parameter(0))); 286 if (!m.machine()->Word64Popcnt().IsSupported()) { 290 m.Return(m.AddNode(m.machine()->Word64Popcnt().op(), m.Parameter(0))); 332 m.machine()->Word32And(), m.machine()->Word32Or() [all...] |
test-simplified-lowering.cc | 42 this->simplified(), this->machine()), 683 machine()) { 747 return graph()->NewNode(machine()->Int32Add(), jsgraph.Int32Constant(1), 750 return graph()->NewNode(machine()->Word32Shr(), jsgraph.Int32Constant(1), 753 return graph()->NewNode(machine()->Float64Add(), 757 return graph()->NewNode(machine()->Word32Equal(), 761 return graph()->NewNode(machine()->Int64Add(), Int64Constant(1), 771 return graph()->NewNode(machine()->Int32LessThan(), node, 774 return graph()->NewNode(machine()->Uint32LessThan(), node, 777 return graph()->NewNode(machine()->Float64Add(), node 805 MachineOperatorBuilder* machine() { return &main_machine_; } function in class:v8::internal::compiler::TestingGraph [all...] |
/toolchain/binutils/binutils-2.25/bfd/ |
archures.c | 49 generally this would be one for each machine and one for the 50 default case (an item with a machine field of 0). 64 the family is in use. The machine gives a number which 108 . lower number indicates a machine type that 523 . {* TRUE if this is the default machine for the architecture. 725 Return a printable string representing the architecture and machine 746 structure if a machine is found, otherwise NULL. 829 Determine whether two BFDs' architectures and machine types 831 between the two architectures and machine types implied by 833 describing the compatible machine [all...] |
coffcode.h | 2094 unsigned long machine; local [all...] |
/external/elfutils/libebl/ |
eblopenbackend.c | 67 // XXX class and machine fields need to be filled in for all archs. 138 /* No machine prefix should be larger than this. */ 257 openbackend (Elf *elf, const char *emulation, GElf_Half machine) 273 /* Fill in the default callbacks. The initializer for the machine 282 Multiple modules for the same machine type are possible and they 284 when a module which can handle the machine type is found or all 288 || (emulation == NULL && machines[cnt].em == machine)) 305 result->machine = machines[cnt].em; 311 result->machine = elf->state.elf32.ehdr->e_machine; 321 /* Give it a try. At least the machine type matches. Firs [all...] |
/toolchain/binutils/binutils-2.25/gas/config/ |
tc-v850.c | 34 /* Indicates the target BFD machine number. */ 35 static int machine = -1; variable 522 machine = number; 523 bfd_set_arch_mach (stdoutput, v850_target_arch, machine); 525 switch (machine) [all...] |
/toolchain/binutils/binutils-2.25/binutils/ |
dlltool.c | 427 static int machine; variable 477 #define DRECTVE_SECTION_NAME ((machine == MMCORE_ELF || machine == MMCORE_ELF_LE) ? ".exports" : ".drectve") 917 fatal (_("Internal error: Unknown machine type: %d"), mach); 943 fatal (_("Internal error: Unknown machine type: %d"), mach); 974 fatal (_("Internal error: Unknown machine type: %d"), mach); 980 #define ASM_BYTE mtable[machine].how_byte 981 #define ASM_SHORT mtable[machine].how_short 982 #define ASM_LONG mtable[machine].how_long 983 #define ASM_TEXT mtable[machine].how_asci [all...] |
/external/eigen/lapack/ |
dlamch.f | 19 *> DLAMCH determines double precision machine parameters. 39 *> eps = relative machine precision 41 *> base = base of the machine
|
slamch.f | 23 *> SLAMCH determines single precision machine parameters. 43 *> eps = relative machine precision 45 *> base = base of the machine
|
/external/autotest/client/common_lib/hosts/ |
base_classes.py | 9 Host: a machine on which you can run programs 28 This class represents a machine on which you can run programs. 30 It may be a local machine, the one autoserv is running on, a remote 31 machine or a virtual machine. 153 """ Indicates is a machine is currently shutting down. """ 277 logging.info('Checking for >= %s GB of space under %s on machine %s', 284 logging.info('Found %s GB >= %s GB of space under %s on machine %s', 300 'on machine %s', min_inodes, path, self.hostname) 308 'machine %s', free_inodes, min_inodes [all...] |
/external/autotest/client/site_tests/network_3GScanningProperty/ |
network_3GScanningProperty.py | 126 Get the testing interface of the given interactive state machine. 128 @param machine_name: The name of the interactive state machine. 135 machine = self._bus.get_object( 138 if machine: 139 i_machine = dbus.Interface(machine, pm_constants.I_TESTING_ISM) 177 raise error.TestFail('Bad initial state: scan machine created ' 198 exception=error.TestFail('Scan machine failed to enter ' 210 exception=error.TestFail('Scan machine failed to exit ' 228 'test-state-machine-factory-class' : 241 'Enable machine'), [all...] |