/external/toolchain-utils/automation/common/ |
job.py | 65 self.machines = [] 95 res.append('Machines:') 96 res.extend(['%s' % machine for machine in self.machines]) 116 if len(self.machines) > 1: 117 for num, machine in enumerate(self.machines[1:]): 157 return self.machines[0]
|
/external/toolchain-utils/automation/server/ |
job_executer.py | 17 def __init__(self, job_to_execute, machines, listeners): 20 assert machines 24 self.machines = machines 108 self.job.machines = self.machines
|
job_manager.py | 149 self.machine_manager.ReturnMachines(job_.machines) 182 machines = self.machine_manager.GetMachines(required_machines) 183 if not machines: 184 # If we can't get the necessary machines right now, simply wait 190 executer = JobExecuter(ready_job, machines, self.listeners)
|
server.py | 26 machines_file: Path to file storing a list of machines. 83 '--machines-file', 86 'containing the machines database',
|
/external/autotest/server/ |
server_job.py | 76 MACHINES_FILENAME = '.machines' 100 @param workdir: A directory where any on-disk files related to the machines 238 def __init__(self, control, args, resultdir, label, user, machines, 280 attributes will apply to all machines. 301 self.machines = machines 325 'hostname' : ','.join(machines), 343 and len(machines) <= 1) 366 self.machines, self.resultdir, self.in_lab, host_attributes, 505 machines, job, ssh_user, ssh_port, ssh_pass, ssh_verbosity_flag [all...] |
/external/autotest/site_utils/ |
add_detected_host_labels.py | 108 parser.add_argument('-m', '--machines', dest='machines', 109 help='Comma separated list of machines to check.') 127 if options.machines: 128 hostnames = [m.strip() for m in options.machines.split(',')]
|
/external/elfutils/tests/ |
saridx.c | 30 static const char *machines[] = variable 216 (ehdr.e_machine >= (sizeof (machines) 217 / sizeof (machines[0])) 218 || machines[ehdr.e_machine] == NULL) 220 : machines[ehdr.e_machine]);
|
/external/toolchain-utils/crosperf/ |
machine_manager.py | 27 """Raised if all machines for a label don't have the same checksum.""" 32 """Raised if all machines for a label don't have the same checksum string.""" 182 """Lock, image and unlock machines locally for benchmark runs. 185 machines and distribute machines to each benchmark run. The assumption is 186 that all of the machines for the experiment have been globally locked 187 (using an AFE server) in the ExperimentRunner, but the machines still need 263 # Currently can't image two machines at once. 304 # Since this is used for cache lookups before the machines have been 324 # ComputeCommonCheckSum, so there is no need to verify the machines [all...] |
/external/eigen/blas/f2c/ |
lsame.c | 64 /* machines, on which ICHAR returns a value with bit 8 set. */ 65 /* ICHAR('A') on Prime machines returns 193 which is the same as */ 99 /* ASCII is assumed, on Prime machines - ZCODE is the ASCII code */
|
/external/autotest/utils/ |
site_check_dut_usage.py | 88 machines = set() 92 machines.add(machine) 94 num_machines = len(machines) 106 print 'Machines with label:' 107 for machine in machines: 115 print 'Total number of machines', num_machines
|
/external/toolchain-utils/automation/server/monitor/ |
dashboard.py | 29 Link('/job-group', 'Job Groups'), Link('/machine', 'Machines') 54 machines = [Link('/machine/%s' % mach.hostname, mach.hostname) 55 for mach in job.machines] 63 ('Successors', successors), ('Machines', machines), 255 MakeDefaultContext({'machines': machine_list}))
|
/external/autotest/client/cros/cellular/wardmodem/state_machines/ |
call_machine_e362.py | 19 @param state: The GlobalState object shared by all state machines. 24 configuration data for different state machines.
|
/external/autotest/test_suites/ |
control.push_to_prod | 22 across 6 different machines. This overrides the CROS.sharding_factor option in 29 @param pool: The pool of machines to utilize for scheduling. If pool=None
|
/external/icu/icu4c/source/common/ |
uposixdefs.h | 5 * Copyright (C) 2011-2015, International Business Machines 52 * Poorly upgraded Solaris machines can't have this defined.
|
/external/icu/icu4c/source/tools/genbrk/ |
genbrk.1.in | 7 .\" Copyright (C) 2005-2006 International Business Machines Corporation and others 111 Copyright (C) 2005 International Business Machines Corporation and others
|
/external/icu/icu4c/source/tools/gencfu/ |
gencfu.1.in | 7 .\" Copyright (C) 2012 International Business Machines Corporation and others 93 Copyright (C) 2009 International Business Machines Corporation and others
|
/libcore/support/src/test/java/tests/support/ |
Support_Configuration.java | 54 // one of the addresses for any of our machines on which tests will run 56 // to an address that is not one of the machines local addresses
|
/device/linaro/bootloader/edk2/ArmVirtPkg/HighMemDxe/ |
HighMemDxe.inf | 2 # High memory node enumeration DXE driver for ARM Virtual Machines
|
/device/linaro/bootloader/edk2/EmulatorPkg/ |
README | 32 On X64 host machines, you can build + run IA32 mode as well:
|
/external/autotest/client/site_tests/camera_HAL3/ |
control | 10 fails. Running arc_camera3_test is skipped on machines that are
|
/external/autotest/client/site_tests/hardware_MemoryTotalSize/ |
hardware_MemoryTotalSize.py | 15 # or some x86 machines.
|
/external/autotest/client/site_tests/video_VideoDecodeAccelerator/ |
control.h264 | 10 fails. Running video_decode_accelerator_unittest is skipped on machines that are
|
control.vp8 | 10 fails. Running video_decode_accelerator_unittest is skipped on machines that are
|
control.vp9 | 10 fails. Running video_decode_accelerator_unittest is skipped on machines that are
|
control.vp9_2 | 10 fails. Running video_decode_accelerator_unittest is skipped on machines that are
|