HomeSort by relevance Sort by last modified time
    Searched refs:machine (Results 176 - 200 of 1185) sorted by null

1 2 3 4 5 6 78 91011>>

  /external/toolchain-utils/
afe_lock_machine.py 23 """Raised when machine does not respond to ping."""
27 """Raised when cannot find info about machine on machine servers."""
31 """Raised when user requests to add/remove a ChromeOS HW Lab machine.."""
35 """Raised when user requests to add a machine that's already on the server."""
39 """Raised when attempt to add/remove a machine from local server fails."""
43 """Raised when server fails to lock/unlock machine as requested."""
47 """Raised when user attmepts to unlock machine locked by someone else."""
56 """Raised when cannot get information about lab machine from lab server."""
74 in the Python virtual machine (and signal handling) and cannot be changed
    [all...]
remote_kill_test.py 39 ce.RunCommand('ls; sleep 10000', machine=os.uname()[1])
  /external/autotest/server/
sequence.py 32 def run(machine):
33 job.run_test('%s', host=hosts.create_host(machine), client_ip=machine%s)
58 def child_job_name(self, machine, iteration_number):
62 @param machine: machine name on which the test will run.
65 @returns a unique name based on the machine, the name and the iteration.
67 name_parts = [machine, self._name]
118 def schedule(self, job, timeout_mins, machine):
122 Will schedule a given test on the job machine(s)
    [all...]
  /external/toolchain-utils/cros_utils/
command_executer.py 63 machine=None,
81 self.logger.LogCmd(cmd, machine, username, print_to_console)
83 self.logger.LogCmdToFileOnly(cmd, machine, username)
89 if machine is not None:
93 cmd = "ssh -t -t %s%s -- '%s'" % (user, machine, cmd)
225 def RemoteAccessInitCommand(self, chromeos_root, machine):
227 command += '\nset -- --remote=' + machine
242 def CrosLearnBoard(self, chromeos_root, machine):
243 command = self.RemoteAccessInitCommand(chromeos_root, machine)
256 machine=None
    [all...]
  /toolchain/binutils/binutils-2.27/gold/
target-select.cc 57 Target_selector::Target_selector(int machine, int size, bool is_big_endian,
59 : machine_(machine), size_(size), is_big_endian_(is_big_endian),
102 int machine, int size, bool is_big_endian,
107 int pmach = p->machine();
108 if ((pmach == machine || pmach == elfcpp::EM_NONE)
113 machine, osabi, abiversion);
  /external/autotest/cli/
query_keyvals 11 parser.add_option("-m", "--machine", dest="machine")
34 if not options.machine:
35 print "Machine: %s" % view["hostname"]
61 if options.machine:
62 query_filter["hostname"] = options.machine
  /external/autotest/tko/
test.cgi 48 for machine in uniq_machine_idx:
50 ' where machine_idx=%s', [str(machine)])
54 if test.machine_idx == machine
  /external/python/cpython2/PC/VS8.0/
build_tkinter.py 38 machine = "X86"
41 machine = "X64"
68 nmake("python9.mak", MACHINE=machine)
  /device/linaro/bootloader/edk2/StdLib/Include/Aarch64/machine/
ansi.h 2 Machine dependent ANSI type definitions.
48 #include <machine/int_types.h>
  /device/linaro/bootloader/edk2/StdLib/Include/Arm/machine/
ansi.h 2 Machine dependent ANSI type definitions.
48 #include <machine/int_types.h>
  /device/linaro/bootloader/edk2/StdLib/Include/Ia32/machine/
ansi.h 2 Machine dependent ANSI type definitions.
48 #include <machine/int_types.h>
  /device/linaro/bootloader/edk2/StdLib/Include/Ipf/machine/
ansi.h 2 Machine dependent ANSI type definitions.
47 #include <machine/int_types.h>
pcb.h 35 #include <machine/_regset.h>
  /device/linaro/bootloader/edk2/StdLib/Include/X64/machine/
ansi.h 2 Machine dependent ANSI type definitions.
48 #include <machine/int_types.h>
  /device/linaro/bootloader/edk2/StdLib/LibC/String/
strncasecmp.c 57 #include <machine/limits.h>
  /external/elfutils/backends/
aarch64_init.c 43 GElf_Half machine __attribute__ ((unused)),
sh_init.c 44 GElf_Half machine __attribute__ ((unused)),
  /external/elfutils/libebl/
libeblP.h 41 /* Machine name. */
47 /* ELF machine, class, and data encoding. */
48 uint_fast16_t machine; member in struct:ebl
  /external/google-breakpad/src/tools/mac/upload_system_symbols/
arch_constants.h 33 #include <mach/machine.h>
  /external/strace/tests/
uname.c 26 printf(", machine=");
27 print_quoted_string(uname->machine);
  /external/strace/tests-m32/
uname.c 26 printf(", machine=");
27 print_quoted_string(uname->machine);
  /external/strace/tests-mx32/
uname.c 26 printf(", machine=");
27 print_quoted_string(uname->machine);
  /external/v8/gypfiles/
detect_v8_host_arch.py 43 host_arch = platform.machine()
46 # Convert machine type to format recognized by gyp.
60 # Under AIX the value returned by platform.machine is not
67 # platform.machine is based on running kernel. It's possible to use 64-bit
  /frameworks/compile/mclinker/include/mcld/Target/
GNUInfo.h 28 /// The return value of machine() it the same as e_machine in the ELF header
29 virtual uint32_t machine() const = 0;
55 /// commonPageSize - the common page size of the target machine, and we set it
59 /// abiPageSize - the abi page size of the target machine, and we set it to 4K
  /frameworks/compile/mclinker/lib/Target/Mips/
MipsGNUInfo.cpp 28 uint32_t MipsGNUInfo::machine() const { function in class:mcld::MipsGNUInfo

Completed in 390 milliseconds

1 2 3 4 5 6 78 91011>>