Searched
full:machine (Results
301 -
325 of
8360) sorted by null
<<11121314151617181920>>
/external/autotest/frontend/client/src/autotest/tko/ |
MachineLabelField.java | 5 public static final String TYPE_NAME = "Machine label";
|
/external/autotest/server/control_segments/ |
repair | 14 def repair(machine): 16 hostname = utils.get_hostname_from_machine(machine) 18 target = hosts.create_target_machine(machine, initialize=False, 44 '%s repaired successfully' % machine)
|
reset | 12 def reset(machine): 13 print 'Starting to reset host %s' % machine 17 target = hosts.create_target_machine(machine, initialize=False, 38 '%s reset successfully' % machine)
|
verify | 11 def verify(machine): 12 print 'Initializing host %s' % machine 16 target = hosts.create_target_machine(machine, initialize=False, 34 '%s verified successfully' % machine)
|
/external/autotest/server/ |
sequence.py | 31 def run(machine): 32 job.run_test('%s', host=hosts.create_host(machine), client_ip=machine%s) 57 def child_job_name(self, machine, iteration_number): 61 @param machine: machine name on which the test will run. 64 @returns a unique name based on the machine, the name and the iteration. 66 name_parts = [machine, self._name] 117 def schedule(self, job, timeout_mins, machine): 121 Will schedule a given test on the job machine(s) [all...] |
/external/llvm/test/CodeGen/Generic/ |
run-pass.ll | 6 ; CHECK-NEXT: Machine Function Analysis
|
/external/llvm/test/MC/Hexagon/ |
basic.ll | 7 ; OBJ: Machine: EM_HEXAGON
|
/external/llvm/test/Object/Inputs/COFF/ |
long-file-symbol.yaml | 3 Machine: IMAGE_FILE_MACHINE_AMD64
|
/external/llvm/test/Object/ |
elf-unknown-type.test | 8 Machine: EM_X86_64
|
yaml2obj-elf-file-headers.yaml | 8 Machine: EM_X86_64
|
/external/v8/tools/testrunner/local/ |
utils.py | 84 machine = platform.machine() 85 return (machine and 87 not arch.startswith(machine)) 93 machine = platform.machine() 94 machine = machine.lower() # Windows 7 capitalizes 'AMD64'. 95 if machine.startswith('arm'): 97 elif (not machine) or (not re.match('(x|i[3-6])86$', machine) is None) [all...] |
/external/wpa_supplicant_8/hs20/server/www/ |
remediation.php | 15 This will provide a new machine-generated password.
|
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/ppc/ |
machine.d | 2 #name: PowerPC .machine test
|
/toolchain/binutils/binutils-2.25/ld/emulparams/ |
arcelf.sh | 11 MACHINE=
|
avrtiny.sh | 2 MACHINE=
|
elf32fr30.sh | 0 MACHINE=
|
elf32iq10.sh | 0 MACHINE=
|
elf32iq2000.sh | 0 MACHINE=
|
elf32lr5900.sh | 9 MACHINE=
|
elf32or1k.sh | 2 MACHINE=
|
elf32vax.sh | 10 MACHINE=
|
elf_i386_chaos.sh | 7 MACHINE=
|
elf_i386_ldso.sh | 8 MACHINE=
|
elf_i386_vxworks.sh | 8 MACHINE=
|
elf_s390.sh | 8 MACHINE=
|
Completed in 243 milliseconds
<<11121314151617181920>>