/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ |
_mingw.h | 521 /* MSVC defines _NATIVE_NULLPTR_SUPPORTED when nullptr is supported. We emulate it here for GCC. */
|
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/x86_64-w64-mingw32/32/bits/ |
gthr-default.h | 49 to emulate pthreads key dtors; the runtime provides a special DLL,
|
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/x86_64-w64-mingw32/bits/ |
gthr-default.h | 49 to emulate pthreads key dtors; the runtime provides a special DLL,
|
/prebuilts/tools/darwin-x86_64/protoc/include/google/protobuf/stubs/ |
hash.h | 178 // This system doesn't have hash_map or hash_set. Emulate them using map and
|
/system/tpm/attestation/common/ |
proto_print.py | 23 emulate Message::DebugString() without using reflection. The input must be a
|
/cts/libs/testserver/src/android/webkit/cts/ |
CtsTestServer.java | 290 * used to emulate a slow HTTP server or connection. 299 * used to emulate a slow HTTP server or connection. [all...] |
/external/llvm/include/llvm/ADT/ |
Hashing.h | 428 // have a contiguous byte sequence, and we want to emulate that here. 577 // works when we have a contiguous byte sequence, and we want to emulate
|
/external/webrtc/webrtc/base/ |
virtualsocketserver.cc | 371 return 0; // 0 is success to emulate getsockopt() 376 return 0; // 0 is success to emulate setsockopt() [all...] |
/prebuilts/android-emulator/linux-x86_64/ |
emulator | |
/frameworks/base/docs/html/about/versions/ |
android-4.4.jd | 243 <p>Android apps can now emulate ISO14443-4 (ISO-DEP) NFC cards that use APDUs for data exchange (as specified in ISO7816-4). This allows an NFC-enabled device running Android 4.4 to emulate multiple NFC cards at the same time, and allows an NFC payment terminal or other NFC reader to initiate a transaction with the appropriate NFC card based on the application identifier (AID).</p> 245 <p>If you want to emulate an NFC card that is using these protocols in your app, create a service component based on the {@link android.nfc.cardemulation.HostApduService} class. Whereas if your app instead uses a secure element for card emulation, you need to create a service based on the {@link android.nfc.cardemulation.OffHostApduService} class, which will not directly be involved in the transactions but is necessary to register the AIDs that should be handled by the secure element.</p> [all...] |
/prebuilts/gdb/darwin-x86/lib/python2.7/ |
platform.py | 124 # os.devnull was added in Python 2.4, so emulate it for earlier 545 # On Python 2.0 and later, emulate using _winreg 588 # Emulate the win32api module using Python APIs [all...] |
/prebuilts/gdb/linux-x86/lib/python2.7/ |
platform.py | 124 # os.devnull was added in Python 2.4, so emulate it for earlier 545 # On Python 2.0 and later, emulate using _winreg 588 # Emulate the win32api module using Python APIs [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
platform.py | 124 # os.devnull was added in Python 2.4, so emulate it for earlier 545 # On Python 2.0 and later, emulate using _winreg 588 # Emulate the win32api module using Python APIs [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
platform.py | 124 # os.devnull was added in Python 2.4, so emulate it for earlier 545 # On Python 2.0 and later, emulate using _winreg 588 # Emulate the win32api module using Python APIs [all...] |
/toolchain/binutils/binutils-2.25/etc/ |
configure | 17 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then : 18 emulate sh 135 as_bourne_compatible="if test -n \"\${ZSH_VERSION+set}\" && (emulate sh) >/dev/null 2>&1; then : 136 emulate sh [all...] |
/external/bison/po/ |
da.po | 150 " -y, --yacc emulate POSIX Yacc\n" 1169 #~ " -y, --yacc emulate POSIX yacc\n"
|
el.po | 159 " -y, --yacc emulate POSIX Yacc\n" 170 " -y, --yacc emulate POSIX Yacc\n"
|
it.po | 149 " -y, --yacc emulate POSIX Yacc\n" 1164 #~ " -y, --yacc emulate POSIX yacc\n" [all...] |
nb.po | 165 " -y, --yacc emulate POSIX Yacc\n" 1187 #~ " -y, --yacc emulate POSIX yacc\n" [all...] |
pt_BR.po | 149 " -y, --yacc emulate POSIX Yacc\n" 1165 #~ " -y, --yacc emulate POSIX yacc\n"
|
ru.po | 156 " -y, --yacc emulate POSIX Yacc\n" [all...] |
/external/libedit/src/ |
refresh.c | 102 * emulate scroll by dropping first line and shuffling the rest. 1073 * emulate scroll by dropping first line and shuffling the rest.
|
/external/libjpeg-turbo/ |
CMakeLists.txt | 50 option(WITH_JPEG7 "Emulate libjpeg v7 API/ABI (this makes libjpeg-turbo backward incompatible with libjpeg v6b)" FALSE) 51 option(WITH_JPEG8 "Emulate libjpeg v8 API/ABI (this makes libjpeg-turbo backward incompatible with libjpeg v6b)" FALSE) [all...] |
/external/srtp/ |
config.status | 16 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then 17 emulate sh
|
/frameworks/base/docs/html/about/versions/marshmallow/ |
android-6.0.jd | 126 <li>Use an emulator to emulate fingerprint touch events with the 127 following command. Use the same command to emulate fingerprint touch events on the lockscreen or [all...] |