/external/autotest/server/site_tests/platform_GCC/ |
site.exp | 1 set target_list "chromeos-machine"
|
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/ppc/ |
machine.s | 1 .machine "403" 4 .machine push 5 .machine "booke" 7 .machine Any 14 .machine pop
|
/external/opencv3/modules/ml/ |
CMakeLists.txt | 1 set(the_description "Machine Learning")
|
/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"
|
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/s390/ |
zarch-machine.s | 4 .machine push 5 .machine z10 7 .machine pop
|
/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)
|
kernbench.srv | 1 def run(machine): 2 host = hosts.create_host(machine)
|
/external/kernel-headers/original/uapi/linux/ |
unistd.h | 5 * Include machine specific syscall numbers
|
/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.11-4.8/sysroot/usr/include/linux/ |
unistd.h | 5 * Include machine specific syscall numbers
|
/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/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, initialize=False, auto_monitor=False)
|
client_wrapper | 4 def run_client(machine): 5 host = hosts.create_host(machine)
|
install | 4 def install(machine): 5 host = hosts.create_target_machine(machine, initialize=False,
|
/external/selinux/policycoreutils/sepolicy/sepolicy/help/ |
system_export.txt | 1 SELinux allows you to export/import the current configuration of the machine. 4 If you have several machines configured the same way you may want to modify the SELinux configuration on one machine and then export the configuration to a file. Then you could copy that file to another machine and import it on that machine. 6 Note, If you import a configuration to a machine, the local configuration will get removed.
|
/external/elfutils/tests/ |
saridx.c | 32 #define MACHINE(name) [name] = #name 33 MACHINE (EM_NONE), 34 MACHINE (EM_M32), 35 MACHINE (EM_SPARC), 36 MACHINE (EM_386), 37 MACHINE (EM_68K), 38 MACHINE (EM_88K), 39 MACHINE (EM_860), 40 MACHINE (EM_MIPS), 41 MACHINE (EM_MIPS_RS3_LE) [all...] |
/external/autotest/client/tests/kvm/deps/ |
whql_delete_machine_15.cs | 1 // DTM machine deletion tool 35 // Find the client machine 37 Console.WriteLine("Looking for client machine '{0}'", clientName); 38 IResource machine = rootPool.GetResourceByName(clientName); 39 if (machine == null) 41 Console.WriteLine("Client machine not found"); 44 Console.WriteLine("Client machine '{0}' found ({1}, {2})", 45 clientName, machine.OperatingSystem, machine.ProcessorArchitecture); 47 // Change the client machine's status to 'unsafe [all...] |