| /frameworks/base/packages/overlays/DisplayCutoutEmulationTallOverlay/ |
| AndroidManifest.xml | 18 package="com.android.internal.display.cutout.emulation.tall"
|
| /frameworks/base/packages/overlays/DisplayCutoutEmulationWideOverlay/ |
| AndroidManifest.xml | 18 package="com.android.internal.display.cutout.emulation.wide"
|
| /frameworks/rs/ |
| rsProgramFragment.cpp | 44 ALOGE("Attempting to set fixed function emulation color on user program"); 45 rsc->setError(RS_ERROR_BAD_SHADER, "Cannot set fixed function emulation color on user program"); 49 ALOGE("Unable to set fixed function emulation color because allocation is missing"); 50 rsc->setError(RS_ERROR_BAD_SHADER, "Unable to set fixed function emulation color because allocation is missing");
|
| /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/ |
| atmioc.h | 34 #define ATMIOC_LANE 0xd0 /* LAN Emulation, globally unique */
|
| eventpoll.h | 37 * 32bit structure. This makes 32bit emulation easier.
|
| personality.h | 6 * Flags for bug emulation.
|
| /prebuilts/gdb/darwin-x86/lib/python2.7/test/ |
| test_readline.py | 4 These tests were added to check that the libedit emulation on OSX and
|
| /prebuilts/gdb/linux-x86/lib/python2.7/test/ |
| test_readline.py | 4 These tests were added to check that the libedit emulation on OSX and
|
| /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/language.support/support.types/ |
| nullptr_t_integral_cast.pass.cpp | 10 // NOTE: nullptr_t emulation cannot handle a reinterpret_cast to an
|
| /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
| test_readline.py | 4 These tests were added to check that the libedit emulation on OSX and
|
| /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
| test_readline.py | 4 These tests were added to check that the libedit emulation on OSX and
|
| /toolchain/binutils/binutils-2.27/binutils/ |
| configure.tgt | 24 # targ_emul name of emulation to use
|
| emul_vanilla.c | 1 /* Binutils emulation layer.
|
| /toolchain/binutils/binutils-2.27/gold/ |
| target-select.cc | 58 const char* bfd_name, const char* emulation) 60 bfd_name_(bfd_name), emulation_(emulation), instantiated_target_(NULL), 140 // Find a target using a GNU linker emulation. This is used to 148 const char* pname = p->emulation();
|
| /frameworks/base/nfc-extras/java/com/android/nfc_extras/ |
| NfcAdapterExtras.java | 28 * Provides additional methods on an {@link NfcAdapter} for Card Emulation 122 * Immutable data class that describes a card emulation route. 126 * Card Emulation is turned off on this NfcAdapter. 132 * Card Emulation is routed to {@link #nfcEe} only when the screen is on, 143 * The {@link NFcExecutionEnvironment} that is Card Emulation is routed to.
|
| /external/elfutils/libebl/ |
| eblopenbackend.c | 52 const char *emulation; member in struct:__anon20127 257 openbackend (Elf *elf, const char *emulation, GElf_Half machine) 287 if ((emulation != NULL && strcmp (emulation, machines[cnt].emulation) == 0) 288 || (emulation == NULL && machines[cnt].em == machine)) 290 /* Well, we know the emulation name now. */ 291 result->emulation = machines[cnt].emulation; 374 /* We cannot find a DSO but the emulation/machine ID matches [all...] |
| libeblP.h | 44 /* Emulation name. */ 45 const char *emulation; member in struct:ebl
|
| /external/libavc/encoder/ |
| ih264e_bitstream.h | 55 * @brief The number of consecutive zero bytes for emulation prevention check 62 * @brief Emulation prevention insertion byte 82 * @brief Macro to check if emulation prevention byte insertion is required 126 * @brief Inserts 1 byte and Emulation Prevention Byte(if any) into bitstream 241 * word. It is used for emulation prevention byte insertion in the stream 434 * ih264e_put_nal_start_code_prefix() is specially added to make sure emulation
|
| /device/generic/goldfish-opengl/ |
| Android.mk | 1 # This is the top-level build file for the Android HW OpenGL ES emulation 53 # in the GLES emulation libraries.
|
| /external/mockito/src/test/java/org/mockitousage/internal/junit/ |
| UnusedStubbingsFinderTest.java | 109 //End of emulation 123 //End of emulation
|
| /external/python/cpython2/Lib/plat-os2emx/ |
| _emx_link.py | 5 """_emx_link.py is a simplistic emulation of the Unix link(2) library routine 29 - given the motivation to write this emulation came from trying to
|
| /external/v4l2_codec2/vda/ |
| h264_bit_reader.cc | 41 // Emulation prevention three-byte detection. 108 // don't handle emulation prevention sequences because HasMoreRBSPData() is
|
| /frameworks/compile/mclinker/include/mcld/Support/ |
| TargetSelect.h | 18 #define MCLD_TARGET(TargetName) void MCLDInitialize##TargetName##Emulation(); 59 #define MCLD_TARGET(TargetName) MCLDInitialize##TargetName##Emulation();
|
| /frameworks/native/opengl/libs/EGL/ |
| Loader.cpp | 77 * and if this is the case whether GLES GPU emulation is supported. 81 * 0 -> running inside the emulator, but GPU emulation not supported 82 * 1 -> running inside the emulator, GPU emulation is supported 83 * through the "emulation" host-side OpenGL ES implementation. 84 * 2 -> running inside the emulator, GPU emulation is supported 93 * android.qemu.gles=<number> -> tells us the GLES GPU emulation status 96 * more additionnal emulation modes in the future. 336 // Use host-side OpenGL through the "emulation" library
|
| /hardware/intel/common/libmix/mix_vbp/viddec_fw/fw/parser/ |
| viddec_pm_utils_bstream.c | 143 /* This function populates requested number of bytes into data parameter, skips emulation prevention bytes if needed */ 146 uint32_t *act_bytes, /* actual number of bytes read can be more due to emulation prev bytes*/ 147 uint32_t *phase, /* Phase for emulation */ 149 uint32_t emul_reqd, /* On true we look for emulation prevention */ 161 {/* skip emulation byte. we update the phase only if emulation prevention is enabled */ 175 /* Update phase only if emulation prevention is required */ 226 read for this N bits(can be different due to emulation bytes).
|