HomeSort by relevance Sort by last modified time
    Searched full:mapping (Results 1051 - 1075 of 4834) sorted by null

<<41424344454647484950>>

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/email/
__init__.py 72 # Lazy loading to provide name mapping from new-style names (PEP 8 compatible
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/encodings/
palmos.py 1 """ Python Character Mapping Codec for PalmOS 3.5.
  /prebuilts/python/linux-x86/2.7.5/include/python2.7/
frameobject.h 22 PyObject *f_locals; /* local symbol table (any mapping) */
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/ctypes/macholib/
framework.py 30 returns None if not found, or a mapping equivalent to:
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/email/
__init__.py 72 # Lazy loading to provide name mapping from new-style names (PEP 8 compatible
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/encodings/
palmos.py 1 """ Python Character Mapping Codec for PalmOS 3.5.
  /prebuilts/tools/common/m2/repository/org/jdeferred/jdeferred-android-parent/1.2.2/
jdeferred-android-parent-1.2.2.pom 63 <artifactId>lifecycle-mapping</artifactId>
  /prebuilts/tools/common/m2/repository/org/jdeferred/jdeferred-android-parent/1.2.3/
jdeferred-android-parent-1.2.3.pom 63 <artifactId>lifecycle-mapping</artifactId>
  /prebuilts/tools/common/proguard/proguard4.7/examples/ant/
applications2.xml 24 <!-- Save the obfuscation mapping to a file, and preserve line numbers. -->
  /prebuilts/tools/common/proguard/proguard4.7/examples/
applets.pro 14 # Save the obfuscation mapping to a file, so you can de-obfuscate any stack
applications.pro 18 # Save the obfuscation mapping to a file, so you can de-obfuscate any stack
library.pro 16 # Save the obfuscation mapping to a file, so we can de-obfuscate any stack
servlets.pro 15 # Save the obfuscation mapping to a file, so you can de-obfuscate any stack
  /system/extras/verity/
VerityVerifier.java 212 * Parses the verity mapping table and reads the hash tree from
215 * @param table Verity mapping table
224 + "in verity mapping table (" + fields.length + ")");
246 throw new IllegalArgumentException("Invalid image: size mismatch in mapping "
  /system/security/keystore/
operation.h 44 * for operation pruning and keeps a mapping of clients to operations to allow
  /external/mdnsresponder/mDNSShared/
dns_sd.h 434 kDNSServiceType_PX = 26, /* X.400 mail mapping. */
    [all...]
  /device/moto/shamu/camera/QCamera2/stack/common/
cam_types.h 304 CAM_MAPPING_BUF_TYPE_CAPABILITY, /* mapping camera capability buffer */
305 CAM_MAPPING_BUF_TYPE_PARM_BUF, /* mapping parameters buffer */
308 CAM_MAPPING_BUF_TYPE_STREAM_BUF, /* mapping stream buffers */
309 CAM_MAPPING_BUF_TYPE_STREAM_INFO, /* mapping stream information buffer */
310 CAM_MAPPING_BUF_TYPE_OFFLINE_INPUT_BUF, /* mapping offline process input buffer */
311 CAM_MAPPING_BUF_TYPE_OFFLINE_META_BUF, /* mapping offline meta buffer */
322 unsigned long cookie; /* could be job_id(uint32_t) to identify mapping job */
    [all...]
  /libcore/luni/src/main/java/java/nio/channels/
FileChannel.java 28 * mapping, and manipulating the logical state of a platform file. This type
58 * <li>memory-mapping files into NIO buffers to provide efficient manipulation
83 * {@code MapMode} defines file mapping mode constants.
87 * Private mapping mode (equivalent to copy on write).
92 * Read-only mapping mode.
97 * Read-write mapping mode.
101 // The string used to display the mapping mode.
112 * Returns a string version of the mapping mode.
255 * read/write and private. After mapping, changes made to memory or the file
258 * Note: mapping a file into memory is usually expensive
    [all...]
  /external/valgrind/coregrind/m_aspacemgr/
aspacemgr-linux.c 154 SkAnonC: an anonymous mapping belonging to C. For these, aspacem
158 SkFileC: a file mapping belonging to C.
162 SkAnonV: an anonymous mapping belonging to V. These cover all V's
166 SkFileV: a file mapping belonging to V. As far as I know these are
179 a fixed mapping in the middle of one, and that's just tough -- we
192 mapping may be extended. This makes dataseg/stack expansion work.
223 advice on where to place the mapping, no commitment has yet been
753 on mapping boundaries will be detected. This is because, if for
807 for when each mapping was created. In order to cope with this we
    [all...]
  /external/icu/icu4c/source/common/
ucnvmbcs.cpp 29 * - except for SBCS codepages: no fallback mapping from Unicode to a zero byte
102 * each mapping (using the stage 1 and reconstituted stage 2 tables) and
190 * Typically, such mappings occur only in fromUnicode mapping tables because
201 * alternatively hold a fallback mapping; in this case, the code unit
202 * is stored as U+fffe (unassigned), and the fallback mapping needs to
206 * i.e., such a byte sequence will never have a mapping result.
217 * action codes 0 and 1 result in precise-mapping Unicode code points
226 * action codes 2 and 3 result in fallback (unidirectional-mapping) Unicode code points
297 * a roundtrip mapping.
332 * a fallback mapping
    [all...]
  /bionic/libc/include/
nsswitch.h 137 * Used by the nsparser routines to store a mapping between a source
161 * An nsswitch module provides a mapping from (database name, method name)
  /development/ndk/platforms/android-21/include/
nsswitch.h 137 * Used by the nsparser routines to store a mapping between a source
161 * An nsswitch module provides a mapping from (database name, method name)
  /development/ndk/platforms/android-3/include/
nsswitch.h 143 * Used by the nsparser routines to store a mapping between a source
168 * An nsswitch module provides a mapping from (database name, method name)
  /development/samples/ApiDemos/src/com/example/android/apis/accessibility/
ClockBackService.java 112 /** Feedback mapping index used as a key for the screen-on broadcast. */
115 /** Feedback mapping index used as a key for the screen-off broadcast. */
120 /** Feedback mapping index used as a key for normal ringer mode. */
123 /** Feedback mapping index used as a key for vibration ringer mode. */
126 /** Feedback mapping index used as a key for silent ringer mode. */
140 /** Mapping from integers to vibration patterns for haptic feedback. */
169 /** Mapping from integers to raw sound resource ids. */
193 /** Mapping from integers to earcon names - dynamically populated. */
  /external/antlr/antlr-3.4/tool/src/main/java/org/antlr/codegen/
CPPTarget.java 99 * will be able to use this 1-to-1 mapping. Expect single quotes
116 * will be able to use this 1-to-1 mapping. Expect double quotes

Completed in 430 milliseconds

<<41424344454647484950>>