/toolchain/binutils/binutils-2.25/ld/testsuite/ld-mips-elf/ |
attr-gnu-4-10.d | 14 Machine: MIPS R3000
|
attr-gnu-4-50.d | 14 Machine: MIPS R3000
|
attr-gnu-4-60.d | 14 Machine: MIPS R3000
|
attr-gnu-4-70.d | 14 Machine: MIPS R3000
|
/toolchain/binutils/binutils-2.25/libiberty/ |
simple-object-elf.c | 321 /* Elf machine number. */ 322 unsigned short machine; member in struct:simple_object_elf_read 345 /* Elf machine number. */ 346 unsigned short machine; member in struct:simple_object_elf_attributes 420 eor->machine = ELF_FETCH_FIELD (type_functions, ei_class, Ehdr, ehdr, 596 ret->machine = eor->machine; 625 if (to->machine != from->machine) 632 switch (to->machine) [all...] |
sort.c | 60 /* Nonzero if we are running on a big-endian machine. */ 73 /* Figure out the endianness of the machine. */ 92 endianness of the machine. */ 104 machine, the least-significant digit is closest to the front. */
|
/external/autotest/server/ |
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...] |
kvm.py | 7 KVM: a KVM virtual machine monitor 73 This class represents a KVM virtual machine monitor. 165 When a new virtual machine is created, the 167 used. The network card in the virtual machine 171 machine os must therefore be configured to 295 Start a new guest ("virtual machine"). 347 the virtual machine was started. 376 Terminate a virtual machine. 456 Perform a hard reset on a virtual machine.
|
/libcore/ojluni/src/main/java/sun/misc/ |
RegexpPool.java | 103 /* March forward through the prefix machine */ 114 /* march backward through the suffix machine */ 200 /* March forward through the prefix machine */ 213 /* march backward through the suffix machine */ 247 out.print(" Suffix machine: "); 252 out.print(" Prefix machine: "); 260 /* A node in a regular expression finite state machine. */
|
/prebuilts/gcc/darwin-x86/host/i686-apple-darwin-4.2.1/lib/gcc/i686-apple-darwin10/4.2.1/include/ |
stddef.h | 58 #include <machine/ansi.h> 60 /* On FreeBSD 5, machine/ansi.h does not exist anymore... */ 65 /* In 4.3bsd-net2, machine/ansi.h defines these symbols, which are 75 /* On BSD/386 1.1, at least, machine/ansi.h defines _BSD_WCHAR_T_ 281 /* On BSD/386 1.1, at least, machine/ansi.h defines _BSD_WCHAR_T_ 287 headers like runetype.h assume that if machine/ansi.h is included, 289 machine/ansi.h says, "Note that _WCHAR_T_ and _RUNE_T_ must be of
|
/prebuilts/gcc/darwin-x86/host/i686-apple-darwin-4.2.1/lib/gcc/i686-apple-darwin11/4.2.1/include/ |
stddef.h | 58 #include <machine/ansi.h> 60 /* On FreeBSD 5, machine/ansi.h does not exist anymore... */ 65 /* In 4.3bsd-net2, machine/ansi.h defines these symbols, which are 75 /* On BSD/386 1.1, at least, machine/ansi.h defines _BSD_WCHAR_T_ 281 /* On BSD/386 1.1, at least, machine/ansi.h defines _BSD_WCHAR_T_ 287 headers like runetype.h assume that if machine/ansi.h is included, 289 machine/ansi.h says, "Note that _WCHAR_T_ and _RUNE_T_ must be of
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/src/org/eclipse/test/internal/performance/results/model/ |
ConfigResultsElement.java | 91 list.add("This test and/or its variation has a small value on this machine, hence it may not be necessary to spend time on fixing it if a regression occurs"); 94 list.add("The student-t test error on this machine is over the threshold"); 107 list.add("The error on this machine is over the 3% threshold, hence its result may not be really reliable"); 110 list.add("The results history for this machine shows that the variation of its delta is over 20%, hence its result is surely not reliable"); 113 list.add("The results history for this machine shows that the variation of its delta is between 10% and 20%, hence its result may not be really reliable"); 116 list.add("There's no baseline for this machine to compare with"); 119 list.add("This test has only one run on this machine, hence no error can be computed to verify if it's stable enough to be reliable"); 122 list.add("The student-t test error on this machine is over the threshold"); 241 return "No result for build "+performanceResultsElement.getName()+" on this machine!"; 244 return "The delta on this machine is over the 10% threshold, hence may indicate a possible regression" [all...] |
/external/wpa_supplicant_8/src/rsn_supp/ |
preauth.c | 35 * @sm: Pointer to WPA state machine data from wpa_sm_init() 158 * @sm: Pointer to WPA state machine data from wpa_sm_init() 162 * -2 on layer 2 packet initialization failure, -3 on EAPOL state machine 268 * @sm: Pointer to WPA state machine data from wpa_sm_init() 294 * @sm: Pointer to WPA state machine data from wpa_sm_init() 358 * @sm: Pointer to WPA state machine data from wpa_sm_init() 440 * @sm: Pointer to WPA state machine data from wpa_sm_init() 464 * @sm: Pointer to WPA state machine data from wpa_sm_init() 499 * @sm: Pointer to WPA state machine data from wpa_sm_init() 534 * @sm: Pointer to WPA state machine data from wpa_sm_init( [all...] |
/system/bt/stack/avdt/ |
avdt_int.h | 118 /* ccb state machine states */ 126 /* state machine action enumeration list */ 169 /* ccb state machine events */ 202 /* scb state machine states; these state values are private to this module so 214 /* state machine action enumeration list */ 284 /* scb state machine events */ 413 /* union associated with ccb state machine events */ 443 UINT8 state; /* The CCB state machine state */ 499 UINT8 state; /* state machine state */ 501 UINT8 curr_evt; /* current event; set only by state machine */ [all...] |
/external/autotest/utils/ |
site_check_dut_usage.py | 89 for q_time, s_time, f_time, machine in durations: 92 machines.add(machine) 107 for machine in machines: 108 print machine 116 print 'Average time spent running tests per machine ', avg_run_time
|
/external/v8/test/cctest/compiler/ |
test-changes-lowering.cc | 38 nullptr, this->machine()), 86 // We build a graph by hand here, because the raw machine assembler 99 // We build a graph by hand here, because the raw machine assembler 115 // We build a graph by hand here, because the raw machine assembler 207 t.machine()->Store(StoreRepresentation(
|
/external/v8/test/unittests/compiler/ |
js-type-feedback-unittest.cc | 11 #include "src/compiler/machine-operator.h" 42 MachineOperatorBuilder machine(zone()); 45 &machine); local 55 MachineOperatorBuilder machine(zone()); 57 &machine); local
|
/packages/apps/Camera2/src/com/android/camera/device/ |
SingleDeviceStateMachine.java | 32 * Internal state machine for dealing with the interactions of opening 63 /** Physical state the state machine should reach. */ 94 * This creates a new state machine with a listener to represent 115 * Request that the state machine move towards an open state. 132 * Request that the state machine move towards a closed state.
|
/prebuilts/gdb/darwin-x86/lib/python2.7/test/ |
test_platform.py | 46 res = platform.machine() 142 system, node, release, version, machine, processor = platform.uname() 143 self.assertEqual(machine, 'foo') 146 system, node, release, version, machine, processor = platform.uname() 147 self.assertEqual(machine, 'bar')
|
/prebuilts/gdb/linux-x86/lib/python2.7/test/ |
test_platform.py | 46 res = platform.machine() 142 system, node, release, version, machine, processor = platform.uname() 143 self.assertEqual(machine, 'foo') 146 system, node, release, version, machine, processor = platform.uname() 147 self.assertEqual(machine, 'bar')
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_platform.py | 46 res = platform.machine() 142 system, node, release, version, machine, processor = platform.uname() 143 self.assertEqual(machine, 'foo') 146 system, node, release, version, machine, processor = platform.uname() 147 self.assertEqual(machine, 'bar')
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_platform.py | 46 res = platform.machine() 142 system, node, release, version, machine, processor = platform.uname() 143 self.assertEqual(machine, 'foo') 146 system, node, release, version, machine, processor = platform.uname() 147 self.assertEqual(machine, 'bar')
|
/toolchain/binutils/binutils-2.25/bfd/ |
cpu-m68k.c | 172 /* Return the bfd machine that most closely represents the 173 architectural features. We find the machine with the smallest 174 number of additional features. If there is no such machine, we 224 /* Merge m68k machine. */ 228 /* Merge the machine features. */
|
/external/llvm/include/llvm/CodeGen/ |
MachineFunction.h | 10 // Collect native machine code for a function. This class contains a list of 98 // Used to keep track of target-specific per-machine function information for 132 // List of machine basic blocks in function 172 /// getFunction - Return the LLVM function that this machine code represents 184 /// getTarget - Return the target machine this machine code is compiled with 188 /// getSubtarget - Return the subtarget for which this machine code is being 287 /// are inserted into the machine function. The block number for a machine 293 assert(MBBNumbering[N] && "Block was removed from the machine function!") [all...] |
/external/autotest/client/cros/cellular/wardmodem/configurations/ |
base.conf | 32 # Fallback machine. 35 # Here, |fallback_machine| is the well-known-name of the machine to use, and 57 # - state_machine_name [string] is name of a state machine loaded by 59 # - function [string] is a function exported by the state machine mapped to 154 # These are the properties used by the RequestResponse state machine to cater to 162 # - outgoing_ok: The exact response to be returned, if the machine is 174 # - outgoing_error: The exact response to be returned, if the machine is 238 # These AT commands should actually be handled in some other state machine. 277 # The initial state in which the state machine is created.
|