| /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/cmake/ |
| config-ix.cmake | 78 # TODO(compnerd) do we want to support an emulation layer that allows for the
|
| /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/thread/futures/futures.overview/ |
| future_errc.pass.cpp | 13 // Libc++'s enum class emulation does not allow static_cast<Enum>(0) to work.
|
| /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/utilities/meta/meta.unary/meta.unary.cat/ |
| is_class.pass.cpp | 83 // In C++03 we have an emulation of std::nullptr_t
|
| /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/ |
| appletrawmain.py | 5 # emulation, by BuildApplet and friends.
|
| /sdk/apps/SdkController/src/com/android/tools/sdkcontroller/lib/ |
| Channel.java | 36 * particular type of emulation (such as sensors, multi-touch, etc.) 42 * is a channel that supports multi-touch emulation, and transfers multi-touch 134 /** Name for a channel that handles sensors emulation */ 136 /** Name for a channel that handles multi-touch emulation */ 370 * Enables the emulation. Typically, this method is called for channels that are 371 * dependent on UI to handle the emulation. For instance, multi-touch emulation is 373 * multi-touch emulation this method is called when UI gets attached to the channel. 381 * Disables the emulation. Just the opposite to enable(). For multi-touch this
|
| /system/nfc/src/nfa/include/ |
| nfa_sys.h | 43 NFA_ID_CE, /* Card-emulation sub-system */
|
| nfa_api.h | 88 /* DH Card Emulation handles */ 296 /* DH Card emulation: AID or System code reg'd */ 298 /* DH Card emulation: AID or System code dereg'd */ 300 /* DH Card emulation: data received event */ 302 /* DH Card emulation: activation event */ 304 /* DH Card emulation: deactivation event */ 306 /* DH Card emulation: local NDEF configured */ 308 /* DH Card emulation: NDEF write started */ 310 /* DH Card emulation: NDEF write completed */ 760 ** for polling, p2p and card emulation events [all...] |
| /toolchain/binutils/binutils-2.27/ld/scripttempl/ |
| alpha.sc | 3 # These variables may be overridden by the emulation file. The
|
| mips.sc | 10 # These variables may be overridden by the emulation file. The
|
| /external/llvm/lib/Target/Mips/ |
| MipsCCState.cpp | 16 /// This function returns true if CallSym is a long double emulation routine. 52 // If the Ty is i128 and the function being called is a long double emulation
|
| /external/mesa3d/src/gallium/auxiliary/vl/ |
| vl_rbsp.h | 70 /* search for the emulation prevention three byte */ 107 /* search for the emulation prevention three byte */
|
| /external/syslinux/gpxe/src/arch/i386/include/ |
| int13.h | 6 * INT 13 emulation 43 /** Get CD-ROM status / terminate emulation */
|
| /external/valgrind/VEX/pub/ |
| libvex_trc_values.h | 71 #define VEX_TRC_JMP_EMWARN 63 /* deliver emulation warning before 73 #define VEX_TRC_JMP_EMFAIL 83 /* emulation fatal error; abort system */
|
| /frameworks/compile/mclinker/include/mcld/Support/ |
| TargetRegistry.h | 57 /// RegisterEmulation - Register a emulation function for the target. 61 /// @param Fn - A emulation function
|
| /prebuilts/go/darwin-x86/src/runtime/cgo/ |
| gcc_signal_darwin_armx.c | 5 // Emulation of the Unix signal SIGSEGV. 64 // next handler, which is the standard signal emulation code
|
| /prebuilts/go/linux-x86/src/runtime/cgo/ |
| gcc_signal_darwin_armx.c | 5 // Emulation of the Unix signal SIGSEGV. 64 // next handler, which is the standard signal emulation code
|
| /toolchain/binutils/binutils-2.27/ld/ |
| ldmain.c | 194 char *emulation; 302 emulation = get_emulation (argc, argv); 303 ldemul_choose_mode (emulation); 334 read the emulation's appropriate default script. */ 405 info_msg (_("%P: mode %s\n"), emulation); 599 /* We need to find any explicitly given emulation in order to initialize the 605 char *emulation; 608 emulation = getenv (EMULATION_ENVIRON); 609 if (emulation == NULL) 610 emulation = DEFAULT_EMULATION 193 char *emulation; local 604 char *emulation; local [all...] |
| /frameworks/base/core/java/android/nfc/cardemulation/ |
| NfcFCardEmulation.java | 36 * NFC-F card emulation services. 38 * For a general introduction into NFC card emulation, 40 * NFC card emulation developer guide</a>.</p> 81 Log.e(TAG, "This device does not support NFC-F card emulation"); 297 * Allows a foreground application to specify which card emulation service
|
| /hardware/intel/common/libva/va/ |
| va_dec_hevc.h | 259 * the bit count is calculated after emulation prevention bytes are removed 275 * including start code prefix and emulation prevention bytes not removed. 309 * including start code prefix and emulation prevention bytes not removed. 336 * after the removal of any emulation prevention bytes in 338 * the original bitstream, thus including any emulation prevention
|
| /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/ |
| readline.c | 51 * emulation library of editline/libedit.
53 * On OSX this emulation library is not 100% API compatible
59 * index with libedit's emulation.
546 /* Libedit emulation uses 0-based indexes,
556 * Apple's readline emulation crashes when
869 /* the libedit readline emulation resets key bindings etc
1081 * Libedit's emulation uses 0-based indexes,
|
| /external/python/cpython2/Modules/ |
| readline.c | 51 * emulation library of editline/libedit. 53 * On OSX this emulation library is not 100% API compatible 59 * index with older versions of libedit's emulation. 561 /* Older versions of libedit's readline emulation 570 * Apple's readline emulation crashes when 914 /* the libedit readline emulation resets key bindings etc 920 /* Detect if libedit's readline emulation uses 0-based [all...] |
| /external/libhevc/decoder/ |
| ihevcd_bitstream.c | 100 * that holds emulation prevented data, assumption of aligned to 4 bytes is 222 * Assumes emulation prevention has been done before and the buffer does not 223 * contain any emulation prevention bytes
|
| /external/mesa3d/include/c11/ |
| threads_posix.h | 2 * C11 <threads.h> emulation library 44 Otherwise use mtx_trylock() + *busy loop* emulation. 74 - Conditionally emulation for "mutex with timeout"
|
| /external/syslinux/core/lwip/doc/ |
| sys_arch.txt | 5 The operating system emulation layer provides a common interface 20 the OS emulation layer must provide several header files defining 167 Additional files required for the "OS support" emulation layer:
|
| /build/make/target/board/generic/ |
| BoardConfig.mk | 51 # Build OpenGLES emulation guest and host libraries
|