Home
last modified time | relevance | path

Searched refs:guest (Results 1 – 25 of 192) sorted by relevance

12345678

/external/autotest/client/site_tests/telemetry_UnitTests/
Dcontrol.guest7 PURPOSE = "Run the Telemetry unit tests as guest (incognito)."
16 Verifies that all Telemetry unit tests pass when run as guest (incognito).
19 job.run_test('telemetry_UnitTests', browser_type='system-guest', tag='guest',
/external/netperf/src/
Dnetcpu_procstat.c57 uint64_t guest; member
190 (unsigned long long *)&res[i].guest, in get_cpu()
204 (unsigned long long)res[i].guest, in get_cpu()
294 diff.guest = in calc_cpu_util_internal()
295 tick_subtract(lib_start_count[i].guest, lib_end_count[i].guest); in calc_cpu_util_internal()
300 + diff.guest + diff.guest_nice; in calc_cpu_util_internal()
334 (unsigned long long)diff.guest, in calc_cpu_util_internal()
/external/valgrind/lackey/tests/
Dtrue.stderr.exp12 guest instrs: ...
16 guest instrs : SB entered = ... : ...
18 IRStmts : guest instr = ... : ...
/external/autotest/client/site_tests/login_CryptohomeIncognito/
Dcontrol16 This test will fail if guest cryptohome is not mounted when logged in as guest,
17 or if it is mounted when not logged in as guest.
/external/valgrind/docs/internals/
Dt-chaining-notes.txt7 check also with --vex-guest-chase-cond=yes
10 --vex-guest-max-insns=1.
62 could have held the target guest address before jumping to the stub.
156 given the address of the highest guest byte in the block so
159 The counter is placed in the first 8 bytes of the guest state,
193 The way the guest program counter is handled has changed
194 significantly. Previously, the guest PC was updated (in IR)
199 Now, each instruction must update the guest PC as its last
205 block-end transfer are both considered to write to the guest state
206 (the guest PC) and so need to be told the offset of it.
[all …]
Dqemu-mips64-linux-HOWTO.txt9 when the guest becomes idle, qemu uses only very little host cpu, so
10 you can leave the guest idling for long periods without bad
101 (on the guest)
107 Configuring V on the guest:
Dqemu-aarch64-linux-HOWTO.txt9 when the guest becomes idle, qemu uses only very little host cpu, so
10 you can leave the guest idling for long periods without bad
98 (on the guest)
Dregister-uses.txt20 ebp y n & guest state
43 rbp y n & guest state
81 r31 y & guest state
237 r31 y & guest state
/external/autotest/server/hosts/
Dkvm_guest.py20 import guest
23 class KVMGuest(guest.Guest):
D__init__.py18 from guest import Guest
/external/autotest/client/tests/kvm/
Dtests.cfg.sample8 include guest-os.cfg
15 # Here you can override the default login credentials for your custom guest
57 # Runs qemu-kvm, Windows Vista 64 bit guest OS, install, boot, shutdown
79 # Runs qemu, f15 64 bit guest OS, install, boot, shutdown
97 # Runs qemu-kvm, f15 64 bit guest OS, install, boot, shutdown
111 # Runs your own guest image (qcow2, can be adjusted), all migration tests
/external/autotest/client/site_tests/login_GuestAndActualSession/
Dcontrol16 correctly handle device ownership when a guest signs in first. It will call
17 session_manager.StartSession() over DBus first with the guest user name,
/external/autotest/puppylab/
DClusterTemplate29 %(master)s.vm.network "forwarded_port", guest: 80, host: %(master_port)s, auto_correct: true
30 %(master)s.vm.network "forwarded_port", guest: 3306, host: 8002, auto_correct: true
51 %(shard1)s.vm.network "forwarded_port", guest: 80, host: %(shard1_port)s, auto_correct: true
/external/autotest/server/samples/
Dkvm.srv16 print "XXXX starting guest with default kernel"
25 print "XXXX starting guest with custom kernel"
Dnetperf-guest-to-host-far.srv51 server_results_dir= "results-netperf-guest-to-host-far-server"
52 client_results_dir= "results-netperf-guest-to-host-far-client"
Dkvm_from_git.srv45 print "XXXX starting guest with default kernel"
54 print "XXXX starting guest with custom kernel"
/external/mesa3d/src/gallium/drivers/svga/
Dsvga_cmd.c453 swc->region_relocation(swc, &cmd->guest.ptr, st->hwbuf, 0, region_flags); in SVGA3D_SurfaceDMA()
454 cmd->guest.pitch = st->base.stride; in SVGA3D_SurfaceDMA()
477 struct svga_winsys_buffer *guest, in SVGA3D_BufferDMA() argument
511 swc->region_relocation(swc, &cmd->guest.ptr, guest, 0, region_flags); in SVGA3D_BufferDMA()
512 cmd->guest.pitch = 0; in SVGA3D_BufferDMA()
Dsvga_resource_buffer_upload.c180 struct svga_winsys_buffer *guest = sbuf->hwbuf; in svga_buffer_upload_command() local
213 swc->region_relocation(swc, &cmd->guest.ptr, guest, 0, region_flags); in svga_buffer_upload_command()
214 cmd->guest.pitch = 0; in svga_buffer_upload_command()
/external/autotest/client/virt/tests/
Dsoftlockup.py81 def guest(): function
147 guest()
/external/autotest/client/tests/ffsb/
DREADME18 the KVM guest for :
29 Autotest will be able to run variety of I/O tests on guest as FFSB improves,
/external/autotest/client/tests/kvmtest/
Dcontrol9 kvm-test is a package for automating guest installation. For more information
/external/wpa_supplicant_8/hostapd/
Dhostapd.vlan5 100 guest
/external/valgrind/gdbserver_tests/
Dmcsigpass.vgtest1 # test the signal handling, when signals are passed to the Valgrind guest.
Dmcsignopass.vgtest1 # test the signal handling, when signals are *not* passed to the Valgrind guest.
/external/autotest/client/site_tests/security_ProfilePermissions/
Dcontrol25 logged_in=False, tag='guest')

12345678