Home
last modified time | relevance | path

Searched refs:Emulate (Results 1 – 17 of 17) sorted by relevance

/external/libchrome/sandbox/linux/bpf_dsl/
Dbpf_dsl_unittest.cc89 EXPECT_EQ(SECCOMP_RET_ALLOW, Emulate(data)); in ExpectAllow()
93 EXPECT_EQ(SECCOMP_RET_ERRNO | err, Emulate(data)); in ExpectErrno()
97 EXPECT_EQ(SECCOMP_RET_KILL, Emulate(data)); in ExpectKill()
101 uint32_t Emulate(const struct arch_seccomp_data& data) const { in Emulate() function in sandbox::bpf_dsl::__anon364456870111::PolicyEmulator
/external/autotest/client/cros/input_playback/
DREADME17 - Emulate device:
/external/python/cpython2/Demo/scripts/
DREADME17 pp.py Emulate some Perl command line options
/external/python/cpython2/Doc/howto/
Ddescriptor.rst108 "Emulate type_getattro() in Objects/typeobject.c"
213 "Emulate PyProperty_Type() in Objects/descrobject.c"
380 "Emulate PyStaticMethod_Type() in Objects/funcobject.c"
412 "Emulate dict_fromkeys() in Objects/dictobject.c"
428 "Emulate PyClassMethod_Type() in Objects/funcobject.c"
/external/syslinux/core/
Dpxeisr.inc103 ; Emulate a PXE interrupt from the polling thread
/external/python/cpython2/Doc/library/
Dimputil.rst82 Emulate the import mechanism for built-in and frozen modules. This is a
/external/libjpeg-turbo/
Dconfigure.ac157 … [Emulate libjpeg v7 API/ABI (this makes libjpeg-turbo backward incompatible with libjpeg v6b.)]))
160 … [Emulate libjpeg v8 API/ABI (this makes libjpeg-turbo backward incompatible with libjpeg v6b.)]))
DCMakeLists.txt57 option(WITH_JPEG7 "Emulate libjpeg v7 API/ABI (this makes libjpeg-turbo backward incompatible with …
58 option(WITH_JPEG8 "Emulate libjpeg v8 API/ABI (this makes libjpeg-turbo backward incompatible with …
/external/compiler-rt/
DCMakeLists.txt157 # Emulate C99 and C++11's __func__ for MSVC prior to 2013 CTP.
/external/google-breakpad/src/common/mac/
DGTMLogger.m490 // Emulate [NSString boolValue] for pre-10.5
/external/bison/doc/
Drefcard.tex325 \key{Emulate {\tt yacc} (generate {\tt y.tab.*} files).} {-y}
/external/curl/docs/
DMANUAL353 Emulate a fill-in form with -F. Let's say you fill in three fields in a
/external/clang/docs/
DLanguageExtensions.rst982 // Emulate type trait for compatibility with other compilers.
/external/llvm/docs/
DLangRef.rst5413 ; Emulate a conditional br instruction
5417 ; Emulate an unconditional br instruction
/external/v8/
DChangeLog21943 Emulate MLS on pre-ARMv6T2. Cleaned up thumbee vs. thumb2 confusion.
/external/python/cpython2/Misc/
DNEWS11838 - Bug #1567666: Emulate GetFileAttributesExA for Win95.
/external/strace/
DChangeLog115 Emulate program_invocation_name only if it is not provided by libc.