/external/autotest/server/self-test/ |
machine | 3 print "Instantiating a machine object" 9 print "Running is_up on remote machine"
|
timed_test.srv | 1 def run(machine): 2 host = hosts.create_host(machine)
|
/external/autotest/server/tests/reinstall/ |
control | 2 NAME = "Re-install Machine" 9 This will re-install a machine, using the code in 12 def run(machine): 13 host = hosts.create_host(machine, initialize=False)
|
/toolchain/binutils/binutils-2.25/ld/emulparams/ |
m68kelfnbsd.sh | 4 MACHINE=
|
elf32i370.sh | 8 MACHINE=
|
/external/autotest/server/control_segments/ |
crashinfo | 5 def crashinfo(machine): 6 if utils.machine_is_testbed(machine): 10 host = hosts.create_host(machine, initialize=False, auto_monitor=False)
|
crashdumps | 6 def crashdumps(machine): 7 host = hosts.create_target_machine(machine, initialize=False,
|
/external/autotest/tko/ |
machine_load | 7 (machine, group) = line.rstrip().split() 8 print 'X %s Y %s' % (machine, group) 10 where = { 'hostname' : machine }
|
/system/extras/perfprofd/quipper/original-kernel-headers/tools/perf/util/ |
event.h | 195 struct machine *machine); 200 struct machine *machine); 203 struct machine *machine); 206 struct machine *machine, 211 struct machine *machine); [all...] |
/external/kernel-headers/original/uapi/linux/ |
utsname.h | 11 char machine[9]; member in struct:oldold_utsname 21 char machine[65]; member in struct:old_utsname 29 char machine[__NEW_UTS_LEN + 1]; member in struct:new_utsname
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/ |
utsname.h | 11 char machine[9]; member in struct:oldold_utsname 21 char machine[65]; member in struct:old_utsname 29 char machine[__NEW_UTS_LEN + 1]; member in struct:new_utsname
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/ |
utsname.h | 11 char machine[9]; member in struct:oldold_utsname 21 char machine[65]; member in struct:old_utsname 29 char machine[__NEW_UTS_LEN + 1]; member in struct:new_utsname
|
/external/autotest/results/ |
README | 5 So if you ran job "fancypants" on machine "cruncher", you'd get
|
/external/v8/test/unittests/compiler/ |
machine-operator-unittest.cc | 5 #include "src/compiler/machine-operator.h" 72 MachineOperatorBuilder machine(zone(), representation()); 73 const Operator* op = machine.Load(GetParam()); 87 MachineOperatorBuilder machine(zone(), representation()); 88 EXPECT_EQ(IrOpcode::kLoad, machine.Load(GetParam())->opcode()); 93 MachineOperatorBuilder machine(zone(), representation()); 95 OpParameter<LoadRepresentation>(machine.Load(GetParam()))); 133 MachineOperatorBuilder machine(zone(), representation()); 134 const Operator* op = machine.Store(GetParam()); 148 MachineOperatorBuilder machine(zone(), representation()) [all...] |
/bionic/libc/arch-x86/include/machine/ |
setjmp.h | 5 * machine/setjmp.h: machine dependent setjmp-related information.
|
/development/ndk/platforms/android-21/arch-x86/include/machine/ |
setjmp.h | 5 * machine/setjmp.h: machine dependent setjmp-related information.
|
/development/ndk/platforms/android-9/arch-x86/include/machine/ |
setjmp.h | 5 * machine/setjmp.h: machine dependent setjmp-related information.
|
/external/autotest/server/samples/ |
info.srv | 1 def run(machine): 2 host = hosts.create_host(machine, initialize = False)
|
/external/autotest/server/site_tests/dummy_FailServer/ |
control | 13 def run(machine): 14 host = hosts.create_host(machine)
|
/external/autotest/server/tests/sleeptest/ |
control | 12 def run(machine): 13 host = hosts.create_host(machine)
|
/external/curl/tests/data/ |
test1304 | 25 machine example.com login admin password passwd 26 machine curl.example.com login none password none
|
/external/selinux/policycoreutils/sepolicy/sepolicy/help/ |
lockdown.txt | 1 The Lockdown Screen allows you to tighten the SELinux Security on your machine. 4 These lockdown measures are recommended, but can cause SELinux issues. If you have a machine you truly want to secure, and are confident in your understanding of SELinux you should try some of these options.
|
system_current_mode.txt | 4 When a machine is in permissive mode, SELinux will continue to log SELinux AVC messages, that would have been denied if the machine was in enforcing mode.
|
/prebuilts/ndk/current/platforms/android-12/arch-x86/usr/include/machine/ |
setjmp.h | 5 * machine/setjmp.h: machine dependent setjmp-related information.
|
/prebuilts/ndk/current/platforms/android-13/arch-x86/usr/include/machine/ |
setjmp.h | 5 * machine/setjmp.h: machine dependent setjmp-related information.
|