HomeSort by relevance Sort by last modified time
    Searched full:mapping (Results 176 - 200 of 1560) sorted by null

1 2 3 4 5 6 78 91011>>

  /external/qemu/distrib/sdl-1.2.12/src/video/
SDL_pixels_c.h 36 /* Blit mapping functions */
  /frameworks/base/include/media/stagefright/
AudioPlayer.h 57 // Returns true iff a mapping is established, i.e. the AudioPlayer
  /packages/providers/ContactsProvider/src/com/android/providers/contacts/
ReorderingCursorWrapper.java 22 * Cursor wrapper that reorders rows according to supplied specific position mapping.
  /sdk/ddms/libs/ddmlib/src/com/android/ddmlib/
NativeLibraryMapInfo.java 20 * Memory address to library mapping for native libraries.
  /sdk/emulator/qtools/tests/
macros.h 50 /* dump exec mapping of threads executed before trace device created */
  /dalvik/libcore/luni/src/main/java/java/util/
EnumMap.java 417 * should contain at least one mapping.
521 * Returns a {@code Set} containing all of the mappings in this {@code EnumMap}. Each mapping is
567 * Returns the value of the mapping with the specified key.
571 * @return the value of the mapping with the specified key, or {@code null}
572 * if no mapping for the specified key is found.
609 * @return the value of any previous mapping with the specified key or
610 * {@code null} if there was no mapping.
629 * Copies every mapping in the specified {@code Map} to this {@code EnumMap}.
651 * Removes a mapping with the specified key from this {@code EnumMap}.
654 * the key of the mapping to remove
    [all...]
HashMap.java 90 * The hash table. If this hash map contains a mapping for null, it is
96 * The entry representing the null key, or null if there's no such mapping.
287 * Returns the value of the mapping with the specified key.
291 * @return the value of the mapping with the specified key, or {@code null}
292 * if no mapping for the specified key is found.
385 * @return the value of any previous mapping with the specified key or
386 * {@code null} if there was no such mapping.
613 * Removes the mapping with the specified key from this map.
616 * the key of the mapping to remove.
617 * @return the value of the removed mapping or {@code null} if no mappin
    [all...]
WeakHashMap.java 25 * key/value mapping is removed when the key is no longer referenced. All
284 * Returns a set containing all of the mappings in this map. Each mapping is
464 * Returns the value of the mapping with the specified key.
468 * @return the value of the mapping with the specified key, or {@code null}
469 * if no mapping for the specified key is found.
603 * @return the value of any previous mapping with the specified key or
604 * {@code null} if there was no mapping.
677 * Removes the mapping with the specified key from this map.
680 * the key of the mapping to remove.
681 * @return the value of the removed mapping or {@code null} if no mappin
    [all...]
  /dalvik/libcore/luni/src/main/java/org/apache/harmony/luni/internal/net/www/
MimeTable.java 41 * A hash table containing the mapping between extensions and mime types.
45 // Default mapping.
121 * mapping is known.
  /external/freetype/include/freetype/
ftwinfnt.h 60 * @FT_WinFNT_HeaderRec. Exact mapping tables for the various cpXXXX
74 * There is no known mapping table available.
82 * The `Windows Font Mapping' article says that FT_WinFNT_ID_OEM
  /external/icu4c/common/unicode/
usprep.h 39 * <li> Mapping Table: Contains code ponts that are deleted from the output or case mapped. </li>
44 * <li> Map: For each character in the input, check if it has a mapping
45 * and, if so, replace it with its mapping. </li>
  /external/icu4c/common/
unistr_case.cpp 16 * Case-mapping functions moved here from unistr.cpp
90 * for string case mapping as a common function.
112 // We need to allocate a new buffer for the internal string case mapping function.
  /external/kernel-headers/original/linux/
mempolicy.h 24 #define MPOL_MF_STRICT (1<<0) /* Verify existing pages in the mapping */
25 #define MPOL_MF_MOVE (1<<1) /* Move pages owned by this process to conform to mapping */
26 #define MPOL_MF_MOVE_ALL (1<<2) /* Move every page to conform to mapping */
  /external/proguard/docs/manual/retrace/
usage.html 25 <dd>Specifies the name of the mapping file, produced by ProGuard with the
93 <li>If the line numbers have been removed, mapping obfuscated method names
106 Unobfuscated elements and obfuscated elements for which no mapping is available
  /frameworks/base/libs/utils/
FileMap.cpp 18 // Shared file mapping class.
82 * Create a new mapping on an open file.
168 // Cygwin does not seem to like file mapping files from an offset.
  /frameworks/base/telephony/java/com/android/internal/telephony/cdma/sms/
UserData.java 52 * US ASCII character mapping table.
58 * Note this mapping is also equivalent to that used by both the
117 * Mapping for ASCII values less than 32 are flow control signals
  /dalvik/libcore/xml/src/main/java/org/apache/xml/serializer/
ExtendedContentHandler.java 135 * This method is used to notify that a prefix mapping is to start, but
161 * startPrefixMapping(prefix,uri) call and the mapping applies to the
162 * element to come. If false the mapping applies to the current element.
163 * @return boolean false if the prefix mapping was already in effect (in
165 * before seen mapping for the element.
CharInfo.java 350 * character mapping. They are used to map non-ASCII characters both on
356 * @return true if the mapping is not one of:
414 * an attribute value has a mapping to a String.
436 * text node has a mapping to a String, for example
440 * @return true if the character has a mapping to a String,
471 * Factory that reads in a resource file that describes the mapping of
484 * be loaded, which describes that mapping of characters to entity references.
649 * @return true if the mapping is not one of:
717 * Call this method to register a char to String mapping, for example
721 * @return true if the mapping is not one of
    [all...]
NamespaceMappings.java 32 * indicates the nesting depth of the element for which the mapping was made.
136 * if there is no visible mapping.
220 * Declare a mapping of a prefix to namespace URI at the given element depth.
244 // If the same prefix/uri mapping is already on the stack
246 // Or if we have a mapping at the same depth
275 /* the depth of the declared mapping is elemDepth or deeper
293 // new mapping is the same as the masked one and we get
  /external/openssl/crypto/bio/
bss_log.c 184 mapping[] = local
215 while(strncmp(buf, mapping[i].str, mapping[i].strl) != 0) i++;
216 priority = mapping[i].log_level;
217 pp = buf + mapping[i].strl;
  /dalvik/dx/src/com/android/dx/ssa/back/
FirstFitLocalCombiningAllocator.java 125 if (DEBUG) System.out.println("--->Mapping local-associated params");
128 if (DEBUG) System.out.println("--->Mapping other params");
131 if (DEBUG) System.out.println("--->Mapping invoke-range");
135 System.out.println("--->Mapping local-associated non-params");
139 if (DEBUG) System.out.println("--->Mapping check-cast results");
142 if (DEBUG) System.out.println("--->Mapping others");
270 * allowed in mapping.
541 * @return {@code true} if mapping is possible
633 * Adds a mapping from an SSA register to a rop register.
645 "attempt to add invalid register mapping");
    [all...]
  /external/kernel-headers/original/asm-arm/
dma-mapping.h 12 * DMA-consistent mapping functions. These allocate/free a region of
95 * @vma: vm_area_struct describing requested user mapping
102 * driver until the user space mapping has been released.
241 * (for example via virtual mapping capabilities)
307 * mapping, you must call this function before doing so. At the
380 * For SA-1111, IXP425, and ADI systems the dma-mapping functions are "magic"
427 * The dmabounce routines call this function whenever a dma-mapping
  /external/icu4c/test/cintltst/
spreptst.c 544 /* case mapping turned off */
554 log_err("StringPrep failed for case: Case Mapping Turned OFF with error: %s\n", u_errorName(status));
557 log_err("Did not get the expected output for case: Case Mapping Turned OFF\n");
560 log_err("Did not get the expected length for the output for case: Case Mapping Turned OFF. Expected: %i Got: %i\n", srcLen, destLen);
563 log_err("Conversion failed for case: Case Mapping Turned OFF with error: %s\n", u_errorName(status));
567 /* case mapping turned on */
580 log_err("StringPrep failed for case: Case Mapping Turned On with error: %s\n", u_errorName(status));
583 log_err("Did not get the expected output for case: Case Mapping Turned On!\n");
586 log_err("Did not get the expected length for the outputfor case: Case Mapping Turned On. Expected: %i Got: %i\n", strlen(expected), destLen);
589 log_err("Conversion failed for case: Case Mapping Turned ON with error: %s\n", u_errorName(status))
    [all...]
  /external/proguard/src/proguard/gui/
GUIResources.properties 74 If you had ProGuard write out a mapping file, \
96 printMapping = Print mapping
97 applyMapping = Apply mapping
130 mappingFile = Mapping file
164 Print out the obfuscation mapping of original names to obfuscated names.
166 Apply the given mapping of original names to obfuscated names.
177 <html>Make sure fields and methods get the same obfuscation mapping across classes, even<br>\
286 The file containing the mapping of original names to obfuscated names.
518 selectPrintMappingFile = Select an output mapping file...
519 selectApplyMappingFile = Select an input mapping file..
    [all...]
  /dalvik/libcore/crypto/src/main/java/javax/crypto/
EncryptedPrivateKeyInfo.java 99 // algName == name from map oid->name if mapping exists, or
100 // algName == oid if mapping does not exist
453 // Returns 'true' if mapping available 'false' otherwise
459 // try to find mapping OID->algName
461 // if there is no mapping OID->algName
469 // try to find mapping algName->OID or

Completed in 351 milliseconds

1 2 3 4 5 6 78 91011>>