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

1 2 3 4 5 6 7 891011>>

  /dalvik/libcore/xml/src/main/java/org/apache/xml/serializer/
ToXMLSAXHandler.java 324 * Remember the prefix/uri mapping at the current nested element depth.
329 * @param shouldFlush a flag indicating if the mapping applies to the
340 /* Remember the mapping, and at what depth it was declared
351 // the prefix mapping applies to the child element (one deeper)
356 // the prefix mapping applies to the current element
718 * that the needed prefix/uri mapping is declared, but only if there is a
  /external/webkit/WebCore/platform/graphics/chromium/
TransparencyWin.cpp 250 AffineTransform mapping;
251 mapping.translate(-m_transformedSourceRect.x(), -m_transformedSourceRect.y());
253 // Compute the inverse mapping from the canvas space to the
255 mapping = m_orgTransform.inverse() * mapping;
257 compositeToCopy(*m_destContext, *m_drawContext, mapping);
  /development/ide/emacs/
android-common.el 26 ;; need to add a mapping in `android-product-alias-map'. For instance
28 ;; you need to add a mapping Target:foo -> Alias:bar
59 is 'out/target/product/bar', you need to add a mapping Target:foo -> Alias:bar."
  /external/icu4c/test/intltest/
transtst.h 149 * Test the case mapping transliterators.
154 * Test the name mapping transliterators.
314 * Check to see if case mapping works correctly.
  /external/icu4c/tools/makeconv/
gencnvex.c 386 * - start<limit (There is at least one mapping.)
404 * >0: if there is one mapping with an input unit sequence of unitIndex+1
405 * then defaultValue=compute the mapping result for this whole sequence
564 * rebuild reverseMap with mapping indexes for mappings relevant for from Unicode
642 * no mapping, <subchar1> preferred
646 * and this non-mapping does not count for maxInUChars which are always
884 /* <subchar1> SUB mapping, see getFromUBytesValue() and prepareFromUMappings() */
920 /* roundtrip or fallback mapping */
965 * if there is a mapping for this code point alone, it is at subStart
    [all...]
  /external/openssl/crypto/x509v3/
pcy_int.h 85 /* This flag indicates the structure has been mapped using a policy mapping
86 * extension. If policy mapping is not active its references get deleted.
97 /* AND with flags to see if any mapping has occurred */
  /external/v8/src/
unicode.h 71 // that either have no mapping or map to a single character independent
75 class Mapping {
77 inline Mapping() { }
  /system/vold/
Devmapper.cpp 181 SLOGE("Error creating device mapping (%s)", strerror(errno));
234 SLOGE("Error loading mapping table (%s)", strerror(errno));
277 SLOGE("Error destroying device mapping (%s)", strerror(errno));
  /dalvik/dx/src/com/android/dx/dex/code/
LocalEnd.java 24 * Pseudo-instruction which is used to explicitly end the mapping of a
  /dalvik/libcore/luni/src/main/java/java/lang/
VMThread.java 93 * Holds a mapping from native Thread statii to Java one. Required for
  /dalvik/libcore/luni/src/main/java/java/util/
IdentityHashMap.java 359 * Returns the value of the mapping with the specified key.
363 * @return the value of the mapping with the specified key.
445 * @return the value of any previous mapping with the specified key or
446 * {@code null} if there was no such mapping.
521 * Removes the mapping with the specified key from this map.
524 * the key of the mapping to remove.
525 * @return the value of the removed mapping, or {@code null} if no mapping
581 * Returns a set containing all of the mappings in this map. Each mapping is
  /dalvik/libcore/security/src/main/java/org/apache/harmony/security/provider/cert/
DRLCertFactory.java 60 // mapping the alias
  /dalvik/libdex/
SysUtil.c 226 * In some cases the mapping will be fully writable (e.g. for files on
336 * Verify that "addr" is part of this mapping file.
364 /* for "fake" mapping, no need to do anything */
369 * Release a memory mapping.
  /external/blktrace/
blktrace_api.h 59 __BLK_TN_PROCESS = 0, /* establish pid/name mapping */
  /external/bluetooth/glib/glib/
grel.h 50 * maintaining a N-way mapping.
  /external/dropbear/
ssh.h 46 /* packets 60-79 are method-specific, aren't one-one mapping */
  /external/e2fsprogs/debugfs/
debug_cmds.ct 145 request do_bmap, "Calculate the logical->physical block mapping for an inode",
  /external/elfutils/libebl/
arm_symbol.c 33 /* Relocation mapping table. */
x86_64_symbol.c 34 /* Relocation mapping table. */
  /external/emma/core/java12/com/vladium/emma/report/
IItemMetadata.java 60 // this establishes the mapping TYPE_ID_xxx->metadata for type xxx:
  /external/guava/src/com/google/common/collect/
AbstractListMultimap.java 42 * @param map place to store the mapping from each key to its corresponding
  /external/icu4c/data/unidata/
NormalizationCorrections.txt 15 # mapping may be discovered that is truly just an unintended
  /external/icu4c/i18n/
anytrans.h 38 * Cache mapping UScriptCode values to Transliterator*.
  /external/icu4c/samples/case/
readme.txt 2 case: case mapping
  /external/icu4c/test/cintltst/
stdnmtst.c 149 dotestconv("ibm-5305", "MIME", NULL) && /* mapping does not exist */
150 dotestconv("ascii", "MIME", NULL) && /* mapping does not exist */
151 dotestconv("ibm-1208", "IANA", NULL) && /* mapping does not exist */
152 dotestconv("ibm-5305", "IANA", NULL) && /* mapping does not exist */

Completed in 228 milliseconds

1 2 3 4 5 6 7 891011>>