Home
last modified time | relevance | path

Searched refs:simulate (Results 1 – 25 of 221) sorted by relevance

123456789

/external/minijail/tools/
Dcompiler_unittest.py61 block.simulate(self.arch.arch_nr, self.arch.syscalls['read'],
64 block.simulate(self.arch.arch_nr, self.arch.syscalls['read'],
109 block.simulate(self.arch.arch_nr,
118 block.simulate(self.arch.arch_nr, self.arch.syscalls['read'],
121 block.simulate(self.arch.arch_nr, self.arch.syscalls['read'],
124 block.simulate(self.arch.arch_nr, self.arch.syscalls['read'],
127 block.simulate(self.arch.arch_nr, self.arch.syscalls['read'],
130 block.simulate(self.arch.arch_nr, self.arch.syscalls['read'],
133 block.simulate(self.arch.arch_nr, self.arch.syscalls['read'],
136 block.simulate(self.arch.arch_nr, self.arch.syscalls['read'],
[all …]
Dcompiler.py62 def simulate(self, arch, syscall_number, *args): member in SyscallPolicyEntry
66 return bpf.simulate(self.filter.instructions, arch, syscall_number,
84 def simulate(self, arch, syscall_number, *args): member in SyscallPolicyRange
88 return self.filter.simulate(arch, syscall_number, *args)
/external/crosvm/ci/kokoro/
Dsimulate_all9 time ./simulate build-x86_64.sh &&
10 time ./simulate build-aarch64.sh
/external/rust/crates/rayon-core/src/
Dlog.rs197 if state.simulate(&event) { in profile_logger_thread()
233 state.simulate(&event); in tail_logger_thread()
253 state.simulate(&event); in tail_logger_thread()
267 state.simulate(&event); in all_logger_thread()
310 fn simulate(&mut self, event: &Event) -> bool { in simulate() method
/external/autotest/database/
Dmigrate.py96 self.simulate = False
446 manager.simulate=True
449 manager.simulate=True
453 manager.simulate=True
456 manager.simulate=False
/external/curl/tests/data/
Dtest3834 This text is here to simulate a partly downloaded file to resume
55 This text is here to simulate a partly downloaded file to resume
Dtest25635 This text is here to simulate a partly downloaded file to resume
61 This text is here to simulate a partly downloaded file to resume
/external/mockftpserver/tags/2.0.1/src/site/apt/
Dfakeftpserver-features.apt12 …* Works out of the box with reasonable and expected behavior. Can simulate most mainline success a…
34 Some of the mainline success scenarios that you can simulate with <<FakeFtpServer>> include:
58 Some of the error scenarios that you can simulate with <<FakeFtpServer>> include:
/external/mockftpserver/tags/2.0.2/src/site/apt/
Dfakeftpserver-features.apt12 …* Works out of the box with reasonable and expected behavior. Can simulate most mainline success a…
34 Some of the mainline success scenarios that you can simulate with <<FakeFtpServer>> include:
58 Some of the error scenarios that you can simulate with <<FakeFtpServer>> include:
/external/mockftpserver/tags/2.0-rc3/MockFtpServer/src/site/apt/
Dfakeftpserver-features.apt12 …* Works out of the box with reasonable and expected behavior. Can simulate most mainline success a…
34 Some of the mainline success scenarios that you can simulate with <<FakeFtpServer>> include:
58 Some of the error scenarios that you can simulate with <<FakeFtpServer>> include:
/external/mockftpserver/tags/2.0-rc1/src/site/apt/
Dfakeftpserver-features.apt12 …* Works out of the box with reasonable and expected behavior. Can simulate most mainline success a…
34 Some of the mainline success scenarios that you can simulate with <<FakeFtpServer>> include:
58 Some of the error scenarios that you can simulate with <<FakeFtpServer>> include:
/external/mockftpserver/tags/2.0-rc1/MockFtpServer/src/site/apt/
Dfakeftpserver-features.apt12 …* Works out of the box with reasonable and expected behavior. Can simulate most mainline success a…
34 Some of the mainline success scenarios that you can simulate with <<FakeFtpServer>> include:
58 Some of the error scenarios that you can simulate with <<FakeFtpServer>> include:
/external/mockftpserver/tags/2.0/src/site/apt/
Dfakeftpserver-features.apt12 …* Works out of the box with reasonable and expected behavior. Can simulate most mainline success a…
34 Some of the mainline success scenarios that you can simulate with <<FakeFtpServer>> include:
58 Some of the error scenarios that you can simulate with <<FakeFtpServer>> include:
/external/mockftpserver/tags/2.3/src/site/apt/
Dfakeftpserver-features.apt12 …* Works out of the box with reasonable and expected behavior. Can simulate most mainline success a…
39 Some of the mainline success scenarios that you can simulate with <<FakeFtpServer>> include:
65 Some of the error scenarios that you can simulate with <<FakeFtpServer>> include:
/external/mockftpserver/tags/2.4/src/site/apt/
Dfakeftpserver-features.apt12 …* Works out of the box with reasonable and expected behavior. Can simulate most mainline success a…
39 Some of the mainline success scenarios that you can simulate with <<FakeFtpServer>> include:
65 Some of the error scenarios that you can simulate with <<FakeFtpServer>> include:
/external/mockftpserver/tags/2.2/src/site/apt/
Dfakeftpserver-features.apt12 …* Works out of the box with reasonable and expected behavior. Can simulate most mainline success a…
36 Some of the mainline success scenarios that you can simulate with <<FakeFtpServer>> include:
62 Some of the error scenarios that you can simulate with <<FakeFtpServer>> include:
/external/mockftpserver/tags/2.1/src/site/apt/
Dfakeftpserver-features.apt12 …* Works out of the box with reasonable and expected behavior. Can simulate most mainline success a…
36 Some of the mainline success scenarios that you can simulate with <<FakeFtpServer>> include:
62 Some of the error scenarios that you can simulate with <<FakeFtpServer>> include:
/external/mockftpserver/tags/2.5/src/site/apt/
Dfakeftpserver-features.apt12 …* Works out of the box with reasonable and expected behavior. Can simulate most mainline success a…
39 Some of the mainline success scenarios that you can simulate with <<FakeFtpServer>> include:
65 Some of the error scenarios that you can simulate with <<FakeFtpServer>> include:
/external/mockftpserver/MockFtpServer/src/site/apt/
Dfakeftpserver-features.apt12 …* Works out of the box with reasonable and expected behavior. Can simulate most mainline success a…
39 Some of the mainline success scenarios that you can simulate with <<FakeFtpServer>> include:
65 Some of the error scenarios that you can simulate with <<FakeFtpServer>> include:
/external/autotest/client/tests/aborttest/
Dcontrol8 Raise a JobError to simulate a test aborting. This is for testing Autotest
/external/python/google-api-python-client/docs/
Dmocks.md3 …other object-oriented languages. This library defines Mock classes that simulate responses to API …
13 This example uses `HttpMock` to simulate the basic steps necessary to complete an API call to the […
32 > - Notice that a second HttpMock is created to simulate the second HTTP call.
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/sigaddset/
Dboundarytests.txt9 To simulate: Use:
/external/autotest/frontend/migrations/
D046_merge_databases.py19 if manager.simulate:
/external/llvm-project/llvm/test/CodeGen/X86/
Dselectiondag-order.ll5 define i64 @simulate(<2 x i32> %a) {
23 ; X86-CHECK: simulate:
/external/llvm-project/llvm/test/CodeGen/AArch64/
Dselectiondag-order.ll5 define i64 @simulate(<2 x i32> %a) {
23 ; AARCH64-CHECK: simulate:

123456789