HomeSort by relevance Sort by last modified time
    Searched full:machine (Results 751 - 775 of 8360) sorted by null

<<31323334353637383940>>

  /prebuilts/go/darwin-x86/src/regexp/
exec.go 21 // Some queue entries are just place holders so that the machine
28 // A thread is the state of a single path through the machine:
36 // A machine holds all the state during an NFA simulation for p.
37 type machine struct { type
54 func (m *machine) newInputBytes(b []byte) input {
59 func (m *machine) newInputString(s string) input {
64 func (m *machine) newInputReader(r io.RuneReader) input {
71 // progMachine returns a new machine running the prog p.
72 func progMachine(p *syntax.Prog, op *onePassProg) *machine {
73 m := &machine{p: p, op: op
    [all...]
  /prebuilts/go/linux-x86/src/regexp/
exec.go 21 // Some queue entries are just place holders so that the machine
28 // A thread is the state of a single path through the machine:
36 // A machine holds all the state during an NFA simulation for p.
37 type machine struct { type
54 func (m *machine) newInputBytes(b []byte) input {
59 func (m *machine) newInputString(s string) input {
64 func (m *machine) newInputReader(r io.RuneReader) input {
71 // progMachine returns a new machine running the prog p.
72 func progMachine(p *syntax.Prog, op *onePassProg) *machine {
73 m := &machine{p: p, op: op
    [all...]
  /external/autotest/client/deps/glbench/src/
utils.h 23 // reference for keeping the machine cool.
27 // Wait for machine to cool with temperature in Celsius and timeout in seconds.
  /external/autotest/client/samples/
control.alt_tags 16 Build a kernel from kernel.org. This step will be executed, the machine
31 Run a series of autotest tests on this machine.
  /external/autotest/client/site_tests/firmware_TouchMTB/tools/
host_replay.sh 9 # (1) run machine_replay.sh on the remote machine to replay the gestures
12 # (3) scp the new logs from the machine into the proper board on the host.
42 DEFINE_string machine_ip "" "the machine ip address" "m"
50 # Check if the machine ip has been specified.
52 echo You need to specify the machine ip with the option '"-m"'. E.g.;
64 # Invoke the machine replay script.
88 # Scp the new logs from the machine to the host.
90 # Get the new log files generated on the machine side.
  /external/autotest/client/site_tests/firmware_TouchMTB/
version.sh 9 DEFINE_string "remote" "" "remote machine IP address" "r"
36 die "Error: you need to provide the IP address of the test machine."
  /external/autotest/contrib/virt/
control.template 30 def run(machine):
38 host = hosts.create_host(machine)
  /external/autotest/frontend/health/
complete_failures_functional_test.py 101 machine = models.Machine(machine_idx=1)
106 kernel=kernel, machine=machine,
111 kernel=kernel, machine=machine,
116 kernel=kernel, machine=machine,
  /external/autotest/server/hosts/
kvm_guest.py 10 KVMGuest: a KVM virtual machine on which you can run programs
24 """This class represents a KVM virtual machine on which you can run
  /external/autotest/server/site_tests/audio_AudioAfterReboot/
control.external_mic 29 def run(machine):
30 host = hosts.create_host(machine, chameleon_args=chameleon_args)
control.headphone 29 def run(machine):
30 host = hosts.create_host(machine, chameleon_args=chameleon_args)
control.internal_mic 29 def run(machine):
30 host = hosts.create_host(machine, chameleon_args=chameleon_args)
control.internal_speaker 29 def run(machine):
30 host = hosts.create_host(machine, chameleon_args=chameleon_args)
  /external/autotest/server/site_tests/audio_AudioAfterSuspend/
control.external_mic 29 def run(machine):
30 host = hosts.create_host(machine, chameleon_args=chameleon_args)
control.headphone 29 def run(machine):
30 host = hosts.create_host(machine, chameleon_args=chameleon_args)
control.internal_mic 29 def run(machine):
30 host = hosts.create_host(machine, chameleon_args=chameleon_args)
control.internal_speaker 29 def run(machine):
30 host = hosts.create_host(machine, chameleon_args=chameleon_args)
  /external/autotest/server/site_tests/audio_AudioBasicBluetoothPlayback/
control.disable 28 def run(machine):
29 host = hosts.create_host(machine, chameleon_args=chameleon_args)
control.disconnect 28 def run(machine):
29 host = hosts.create_host(machine, chameleon_args=chameleon_args)
control.quality 27 def run(machine):
28 host = hosts.create_host(machine, chameleon_args=chameleon_args)
  /external/autotest/server/site_tests/audio_AudioBasicBluetoothPlaybackRecord/
control.disable 28 def run(machine):
29 host = hosts.create_host(machine, chameleon_args=chameleon_args)
control.disconnect 28 def run(machine):
29 host = hosts.create_host(machine, chameleon_args=chameleon_args)
control.quality 27 def run(machine):
28 host = hosts.create_host(machine, chameleon_args=chameleon_args)
  /external/autotest/server/site_tests/audio_AudioBasicBluetoothRecord/
control.disable 28 def run(machine):
29 host = hosts.create_host(machine, chameleon_args=chameleon_args)
control.disconnect 28 def run(machine):
29 host = hosts.create_host(machine, chameleon_args=chameleon_args)

Completed in 1197 milliseconds

<<31323334353637383940>>