HomeSort by relevance Sort by last modified time
    Searched full:machine (Results 1 - 25 of 12682) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/autotest/server/site_tests/platform_GCC/
site.exp 1 set target_list "chromeos-machine"
  /external/toolchain-utils/dejagnu/
site.exp 1 set target_list "chromeos-machine"
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/s390/
machine-parsing-2.s 3 .machine z13!
machine-parsing-3.s 3 .machine z13+
machine-parsing-4.s 3 .machine z13+foo
machine-parsing-5.s 3 .machine z13+vx!
machine-parsing-6.s 3 .machine z13+vx+
machine-parsing-1.s 3 .machine z13
4 .machine z13+vx+novx+htm+nohtm+vx+novx+htm+nohtm
5 .machine foo
zarch-machine.s 4 .machine push
5 .machine z10
7 .machine pop
machine-parsing-1.l 2 .*:5: Error: invalid machine .foo.*
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/ppc/
machine.s 1 .machine "403"
4 .machine push
5 .machine "booke"
7 .machine Any
14 .machine pop
  /external/llvm/test/MC/PowerPC/
ppc-machine.s 5 # For now, the only thing we check is that the .machine directive
8 .machine push
9 .machine any
10 .machine pop
12 .machine "push"
13 .machine "any"
14 .machine "pop"
  /external/autotest/server/control_segments/
verify_job_repo_url 4 def install(machine):
5 if utils.machine_is_testbed(machine):
9 logging.info('Verifying job repo url for machine %s', machine)
10 host = hosts.create_host(machine)
  /external/wpa_supplicant_8/src/utils/
state_machine.h 2 * wpa_supplicant/hostapd - State machine definitions
9 * implement a state machine. In addition to including this header file, each
10 * file implementing a state machine must define STATE_MACHINE_DATA to be the
24 * SM_STATE - Declaration of a state machine function
25 * @machine: State machine name
26 * @state: State machine state
28 * This macro is used to declare a state machine function. It is used in place
32 #define SM_STATE(machine, state) \
33 static void sm_ ## machine ## _ ## state ## _Enter(STATE_MACHINE_DATA *sm,
    [all...]
  /external/autotest/server/samples/
continuous_reboot.srv 1 def run(machine):
2 host = hosts.create_host(machine)
failtest.srv 1 def run(machine):
2 host = hosts.create_host(machine)
parallel.srv 3 def run(machine):
4 host = hosts.create_host(machine)
reboot.srv 1 def run(machine):
2 host = hosts.create_host(machine)
sleeptest.srv 1 def run(machine):
2 host = hosts.create_host(machine)
  /external/llvm/test/Object/Inputs/ELF/
BE32.yaml 6 Machine: EM_PPC
BE64.yaml 6 Machine: EM_PPC64
LE32.yaml 6 Machine: EM_386
LE64.yaml 6 Machine: EM_X86_64
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
unistd.h 5 * Include machine specific syscall numbers
  /external/toolchain-utils/automation/server/monitor/templates/
machine_list.html 17 {% for machine in machines %}
20 <a class="button column" href="/machine/{{ machine.hostname }}">
21 {{ machine.hostname }}
24 <td>{{ machine.label }}</td>
25 <td>{{ machine.cpu }}</td>
26 <td>{{ machine.cores }}</td>
27 <td>{{ machine.os }}</td>
28 <td>{{ machine.uses }}</td>
29 {% if machine.locked %
    [all...]

Completed in 300 milliseconds

1 2 3 4 5 6 7 8 91011>>