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

<<11121314151617181920>>

  /external/proguard/src/proguard/retrace/
ReTrace.java 66 * input, based on the given mapping file name.
71 * @param mappingFile the mapping file that was written out by
84 * based on the given mapping file name.
89 * @param mappingFile the mapping file that was written out by
111 // Read the mapping file.
  /external/emma/core/java12/com/vladium/util/
SoftValueMap.java 151 * @param key mapping key [may not be null].
153 * @return Object value mapping for 'key' [can be null].
213 * Updates the table to map 'key' to 'value'. Any existing mapping is overwritten.
215 * @param key mapping key [may not be null].
216 * @param value mapping value [may not be null].
218 * @return Object previous value mapping for 'key' [null if no previous mapping
  /external/icu4c/tools/makeconv/
makeconv.c 11 * tool creating a binary (compressed) representation of the conversion mapping
14 * 05/04/2000 helena Added fallback mapping into the picture...
227 "\tread .ucm codepage mapping files and write .cnv files\n"
244 printf("makeconv version %hu.%hu, ICU tool to read .ucm codepage mapping files and write .cnv files\n",
447 /* stop at the beginning of the mapping section */
611 fprintf(stderr, "unexpected text after the base mapping table\n");
619 fprintf(stderr, "error: some entries have the mapping precision (with '|'), some do not\n");
genmbcs.c 361 * 1 (TRUE) this is a fallback mapping
362 * 0 (FALSE) this is a precise mapping
363 * -1 the precision of this mapping is not specified
440 * if the precision of the mapping is unspecified.
475 /* assign only if there is no precise mapping */
508 /* assign only if there is no precise mapping */
668 /* continue after the above warning if the precision of the mapping is unspecified */
692 fprintf(stderr, "error: illegal mapping to SI or SO for SI/SO codepage: U+%04x<->0x%s\n",
799 * This can occur only if the mapping table is nearly perfectly filled and if
878 /* continue after the above warning if the precision of the mapping i
    [all...]
  /dalvik/vm/analysis/
ReduceConstants.c 85 could potentially be resolved, generate a mapping from the minimal set to
86 the full set, and append the mapping to the DEX file. This is done at
90 There are two ways to create and use the new mapping:
92 (1) Write the entire full->minimal mapping to the ".odex" file. On every
93 instruction that uses an index, use the mapping to determine the
98 (2) Write the inverse miminal->full mapping to the ".odex" file, and
100 unchanged, and the resolver code uses the mapping to find the original
111 so use of the mapping is a runtime decision.
182 - We can use 16-bit values in the mapping table, since we should have
    [all...]
  /external/expat/doc/
xmlwf.1 124 \fB-r\fR turns off memory-mapping and uses normal file
126 Of course, memory-mapping is automatically turned off
129 Use of memory-mapping can cause some platforms to report
  /external/kernel-headers/original/linux/
dccp.h 218 This mapping is horrible, but TCP has
222 mapping of states? OK, now we don't use
225 do the TCP mapping here */
dmaengine.h 219 * DMA mapping API rules for streaming mappings.
243 * to the DMA mapping API rules for streaming mappings.
269 * address according to the DMA mapping API rules for streaming mappings.
  /external/webkit/WebKitTools/Scripts/
validate-committer-lists 180 # First check to see if we have a manual mapping from login to email.
183 # Most old logins like 'darin' are now just 'darin@apple.com', so check for a prefix match if a manual mapping was not found.
189 # No known email mapping, likely not an active committer. We could log here.
  /packages/apps/IM/src/com/android/im/imps/
ImpsChatGroupManager.java 397 for (PrimitiveElement mapping : userMapping.getChildren()) {
398 String name = mapping.getChildContents(ImpsTags.SName);
399 String id = mapping.getChildContents(ImpsTags.UserID);
  /system/wlan/ti/sta_dk_4_0_4_32/common/src/hal/security/
whalWep.c 109 /* Check for mapping key or default key */
115 else /* Use key mapping */
139 /* Check for mapping key or default key */
  /bootable/bootloader/legacy/include/msm7k/
gpio.h 41 ** Since the _BASE need to be page-aligned when we're mapping them
  /build/core/
pathmap.mk 27 # A mapping from shorthand names to include directories.
  /dalvik/dx/src/com/android/dx/ssa/back/
FirstFitAllocator.java 114 * If reg j doesn't interfere with the current mapping.
  /dalvik/libcore/dom/src/test/java/org/w3c/domts/
DocumentBuilderSettingStrategy.java 19 * This class is a strategy that provides the mapping from an abstract setting
  /dalvik/libcore/nio/src/main/java/java/nio/
MappedByteBuffer.java 30 * Once created, the mapping between the byte buffer and the file region remains
  /dalvik/libcore/xml/src/main/java/org/apache/xml/utils/
PrefixResolver.java 26 * prefix at a particular point in a document, or mapping the prefixes
  /dalvik/libcore/xml/src/main/java/org/xml/sax/helpers/
DefaultHandler.java 213 * Receive notification of the start of a Namespace mapping.
217 * each Namespace prefix scope (such as storing the prefix mapping).</p>
233 * Receive notification of the end of a Namespace mapping.
237 * each prefix mapping.</p>
  /dalvik/libdex/
DexDataMap.c 121 * Verify that there is an entry in the map, mapping the given offset to
  /external/dropbear/
filelist.txt 51 termcodes.c Mapping of POSIX terminal codes to SSH terminal codes
  /external/elfcopy/
elfcopy.h 45 newsymidx: contains a mapping between the indices of old symbols and new
  /external/elfutils/libebl/
i386_symbol.c 34 /* Relocation mapping table. */
ia64_symbol.c 33 /* Relocation mapping table. */
ppc_symbol.c 34 /* Relocation mapping table. */
sparc_symbol.c 33 /* Relocation mapping table. */

Completed in 281 milliseconds

<<11121314151617181920>>