/external/autotest/server/site_tests/platform_BootPerfServer/ |
control.crosperf | 19 def run_bootperf(machine): 20 host = hosts.create_host(machine)
|
/external/autotest/server/site_tests/platform_CrashStateful/ |
control.regression | 19 def run_crash_stateful(machine): 20 host = hosts.create_host(machine)
|
/external/autotest/server/site_tests/platform_SyncCrash/ |
control.regression | 19 def run_sync_crash(machine): 20 host = hosts.create_host(machine)
|
/external/autotest/server/site_tests/platform_TrackpadStressServer/ |
control | 17 def run_trackpad_stress(machine): 18 host = hosts.create_host(machine)
|
/external/autotest/server/site_tests/power_RPMTest/ |
control | 19 def run(machine): 20 host = hosts.create_host(machine)
|
/external/autotest/server/site_tests/security_kASLR/ |
control | 18 def run_bootmessages(machine): 19 host = hosts.create_host(machine)
|
/external/autotest/server/site_tests/telemetry_ScrollingActionTests/ |
control | 16 def run_test(machine): 17 host = hosts.create_host(machine)
|
/external/autotest/server/site_tests/testbed_DummyTest/ |
control | 18 def run(machine): 20 testbed=hosts.create_target_machine(machine))
|
/external/autotest/server/tests/verify_test/ |
control | 16 def run(machine): 17 host = hosts.create_host(machine, initialize=False)
|
/external/clang/test/Sema/ |
attr-mode-vector-types.c | 22 // expected-error@-1{{unsupported machine mode 'QC'}} 23 // expected-error@-2{{type of machine mode does not match type of base type}} 25 // expected-error@-1{{unsupported machine mode 'HC'}} 28 // expected-error@-1{{type of machine mode does not match type of base type}} 29 // expected-error@-2{{type of machine mode does not support base vector types}} 31 // expected-error@-1{{type of machine mode does not match type of base type}} 32 // expected-error@-2{{type of machine mode does not support base vector types}} 36 // expected-error@-1{{unknown machine mode 'V3QI'}}
|
/external/google-breakpad/src/third_party/libdisasm/ |
ia32_settings.h | 14 sz_word, /* # bytes in machine word */ 15 sz_dword; /* # bytes in machine dword */
|
/external/llvm/test/Object/AMDGPU/ |
elf-definitios.yaml | 4 # CHECK: Machine: EM_AMDGPU (0xE0) 20 Machine: EM_AMDGPU
|
/external/llvm/test/Object/ |
yaml2obj-elf-file-headers-with-e_flags.yaml | 7 Machine: EM_MIPS 13 # CHECK: Machine: EM_MIPS
|
/external/nist-sip/java/gov/nist/javax/sip/stack/ |
package.html | 5 <li>SIPServerTransaction -- an implementation of the Server Transaction State Machine (Chapter 17 of RFC 3261). 6 <li>SIPClientTransaction -- an implementation of the Client Transction State Machine (Chapter 17 of RFC 3261).
|
/prebuilts/ndk/current/platforms/android-21/arch-x86_64/usr/include/machine/ |
setjmp.h | 5 * machine/setjmp.h: machine dependent setjmp-related information.
|
/prebuilts/ndk/current/platforms/android-23/arch-x86_64/usr/include/machine/ |
setjmp.h | 5 * machine/setjmp.h: machine dependent setjmp-related information.
|
/prebuilts/ndk/current/platforms/android-24/arch-x86_64/usr/include/machine/ |
setjmp.h | 5 * machine/setjmp.h: machine dependent setjmp-related information.
|
/toolchain/binutils/binutils-2.25/ld/emulparams/ |
armnto.sh | 0 MACHINE= 19 MACHINE=
|
/external/v8/src/compiler/ |
representation-change.cc | 11 #include "src/compiler/machine-operator.h" 128 // value to the full machine word size and stores implicitly truncate, 241 op = machine()->ChangeInt32ToFloat64(); 247 op = machine()->ChangeUint32ToFloat64(); 251 op = machine()->TruncateFloat64ToFloat32(); 255 op = machine()->TruncateFloat64ToFloat32(); 257 op = machine()->TruncateFloat64ToFloat32(); 296 op = machine()->ChangeInt32ToFloat64(); 302 op = machine()->ChangeUint32ToFloat64(); 307 op = machine()->ChangeFloat32ToFloat64() [all...] |
/toolchain/binutils/binutils-2.25/bfd/ |
cpu-i960.c | 27 could possibly refer to the i960 machine pointed at in the 34 unsigned long machine; local 71 machine = bfd_mach_i960_core; 73 machine = bfd_mach_i960_ka_sa; 75 machine = bfd_mach_i960_kb_sb; 79 { machine = bfd_mach_i960_kb_sb; fail_because_not_80960 = FALSE; } 81 machine = bfd_mach_i960_kb_sb; 83 { machine = bfd_mach_i960_mc; fail_because_not_80960 = FALSE; } 85 machine = bfd_mach_i960_xa; 87 { machine = bfd_mach_i960_ca; fail_because_not_80960 = FALSE; [all...] |
/external/mesa3d/src/gallium/auxiliary/draw/ |
draw_gs.c | 48 draw->gs.tgsi.machine = tgsi_exec_machine_create(); 49 if (!draw->gs.tgsi.machine) 52 draw->gs.tgsi.machine->Primitives = align_malloc( 54 if (!draw->gs.tgsi.machine->Primitives) 56 memset(draw->gs.tgsi.machine->Primitives, 0, 64 if (!draw->gs.tgsi.machine) 67 align_free(draw->gs.tgsi.machine->Primitives); 69 tgsi_exec_machine_destroy(draw->gs.tgsi.machine); 124 gs->machine = draw->gs.tgsi.machine; 168 struct tgsi_exec_machine *machine = shader->machine; local 215 struct tgsi_exec_machine *machine = shader->machine; local 273 struct tgsi_exec_machine *machine = shader->machine; local 401 struct tgsi_exec_machine *machine = shader->machine; local [all...] |
/external/v8/test/unittests/compiler/ |
machine-operator-reducer-unittest.cc | 8 #include "src/compiler/machine-operator-reducer.h" 58 MachineOperatorBuilder* machine() { return &machine_; } function in class:v8::internal::compiler::MachineOperatorReducerTest 273 machine()->ChangeFloat32ToFloat64(), Float32Constant(x))); 288 machine()->ChangeFloat64ToInt32(), 289 graph()->NewNode(machine()->ChangeInt32ToFloat64(), value))); 298 machine()->ChangeFloat64ToInt32(), Float64Constant(FastI2D(x)))); 313 machine()->ChangeFloat64ToUint32(), 314 graph()->NewNode(machine()->ChangeUint32ToFloat64(), value))); 323 machine()->ChangeFloat64ToUint32(), Float64Constant(FastUI2D(x)))); 337 graph()->NewNode(machine()->ChangeInt32ToFloat64(), Int32Constant(x))) [all...] |
/cts/tests/tests/os/src/android/os/cts/ |
CpuInstructionsTest.java | 32 assertTrue("Machine does not allow access to CNTVCT register", 41 assertTrue("Machine does not support ARM swp instruction emulation", 43 assertTrue("Machine does not support ARM setend instruction emulation", 45 assertTrue("Machine does not support ARM CP15 barrier emulation",
|
/external/autotest/cli/ |
acl.py | 59 [--user <users>|--mach <machine>|--alist <file>] [<acls>]""" 67 self.parser.add_option('-m', '--machine', 68 help='List ACLs containing MACHINE', 70 metavar='MACHINE') 77 inline_option='machine') 88 '--machine or ACL') 93 self.invalid_syntax('Only specify one <machine>') 188 self.parser.add_option('-m', '--machine', 189 help='%s MACHINE(s) %s the ACL' % words, 191 metavar='MACHINE') [all...] |
/external/autotest/client/site_tests/platform_DBusMachineIdRotation/ |
control | 10 Verifies that /var/lib/dbus/machine-id is properly rotated.
|