HomeSort by relevance Sort by last modified time
    Searched full:mappings (Results 51 - 75 of 1275) sorted by null

1 23 4 5 6 7 8 91011>>

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_codecmaps_cn.py 19 mapfileurl = 'http://www.unicode.org/Public/MAPPINGS/VENDORS/' \
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_codecmaps_cn.py 19 mapfileurl = 'http://www.unicode.org/Public/MAPPINGS/VENDORS/' \
  /external/icu/icu4c/source/common/
ucase.h 99 * Adds all simple case mappings and the full case folding for c to sa,
100 * and also adds special case closure mappings.
102 * For example, the mappings
112 * mappings.
174 * Iterator function for string case mappings, which need to look at the
175 * context (surrounding text) of a given character for conditional mappings.
213 * For string case mappings, a single character (a code point) is mapped
234 * @param iter Character iterator, used for context-sensitive mappings.
240 * @param locale Locale ID for locale-dependent mappings.
388 /* complex/conditional mappings */
    [all...]
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/provider/asymmetric/
DH.java 13 public static class Mappings
16 public Mappings()
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/provider/digest/
SHA384.java 73 public static class Mappings
78 public Mappings()
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/provider/symmetric/
Blowfish.java 54 public static class Mappings
59 public Mappings()
PBEPKCS12.java 106 public static class Mappings
111 public Mappings()
  /external/icu/icu4c/source/test/testdata/
test3.ucm 9 # Also contains extension mappings (m:n).
60 # "good one-way" mappings
  /external/icu/icu4c/source/tools/gencnval/
gencnval.1.in 82 .TP \w'\fB@PACKAGE@/source/data/mappings/convrtrs.txt'u+3n
83 .B @PACKAGE@/source/data/mappings/convrtrs.txt
  /external/google-breakpad/src/client/linux/minidump_writer/
minidump_writer.h 94 // These overloads also allow passing a list of known mappings and
98 const MappingList& mappings,
102 const MappingList& mappings,
109 const MappingList& mappings,
114 const MappingList& mappings,
118 const MappingList& mappings,
  /external/guava/guava/src/com/google/common/reflect/
TypeResolver.java 41 * An object of this class encapsulates type mappings from type variables. Mappings are established
44 * <p>Note that usually type mappings are already implied by the static type hierarchy (for example,
88 * corresponding mappings exist in the current {@code TypeResolver} instance.
91 Map<TypeVariableKey, Type> mappings = Maps.newHashMap(); local
92 populateTypeMappings(mappings, checkNotNull(formal), checkNotNull(actual));
93 return where(mappings);
97 TypeResolver where(Map<TypeVariableKey, ? extends Type> mappings) {
98 return new TypeResolver(typeTable.where(mappings));
102 final Map<TypeVariableKey, Type> mappings, Type from, final Type to)
312 private final Map<TypeVariableKey, Type> mappings = Maps.newHashMap(); field in class:TypeResolver.TypeMappingIntrospector
    [all...]
  /external/icu/icu4c/source/test/cintltst/
eurocreg.c 21 * The table below lists codepages that are supposed to have roundtrip mappings for
28 * This means that the actuall mappings changed when only the preciseness of fallback
29 * mappings should have changed.
30 * My (Markus) suspicion is that some files got Euro sign mappings added manually,
35 * (If there are several mappings with the same number, then we choose the
36 * default mappings with Private-Use Area assignments.)
  /external/icu/icu4c/source/tools/makeconv/
genmbcs.h 50 MBCS_STAGE_3_SBCS_SIZE=0x10000, /* max 64k mappings for SBCS */
51 MBCS_STAGE_3_MBCS_SIZE=0x10000*MBCS_STAGE_3_GRANULARITY, /* max mappings for MBCS */
63 * that covers small-script blocks which usually have either dense mappings
64 * or no mappings at all.
66 * with a low density of SBCS mappings, which would result in more wasted
92 MBCS_FROM_U_EXT_FLAG=0x10, /* UCMapping.f bit for base table mappings that fit into the base toU table */
  /system/extras/perfprofd/quipper/
address_mapper.h 18 // Copy constructor: copies mappings from |source| to this AddressMapper. This
19 // is useful for copying mappings from parent to child process upon fork(). It
20 // is also useful to copy kernel mappings to any process that is created.
24 // |remove_existing_mappings| indicates whether to remove old mappings that
57 // Returns true if there are no mappings.
120 // Container for all the existing mappings.
  /frameworks/base/core/java/android/util/
LongSparseLongArray.java 31 * <p>Note that this container keeps its mappings in an array data structure,
53 * Creates a new SparseLongArray containing no mappings.
60 * Creates a new SparseLongArray containing no mappings that will not
62 * number of mappings. If you supply an initial capacity of 0, the
152 * Returns the number of key-value mappings that this SparseIntArray
214 * Removes all key-value mappings from this SparseIntArray.
238 * <p>This implementation composes a string by iterating over its mappings.
SparseBooleanArray.java 32 * <p>Note that this container keeps its mappings in an array data structure,
48 * Creates a new SparseBooleanArray containing no mappings.
55 * Creates a new SparseBooleanArray containing no mappings that will not
57 * number of mappings. If you supply an initial capacity of 0, the
147 * Returns the number of key-value mappings that this SparseBooleanArray
214 * Removes all key-value mappings from this SparseBooleanArray.
238 * <p>This implementation composes a string by iterating over its mappings.
SparseIntArray.java 31 * <p>Note that this container keeps its mappings in an array data structure,
51 * Creates a new SparseIntArray containing no mappings.
58 * Creates a new SparseIntArray containing no mappings that will not
60 * number of mappings. If you supply an initial capacity of 0, the
150 * Returns the number of key-value mappings that this SparseIntArray
220 * Removes all key-value mappings from this SparseIntArray.
244 * <p>This implementation composes a string by iterating over its mappings.
SparseLongArray.java 31 * <p>Note that this container keeps its mappings in an array data structure,
51 * Creates a new SparseLongArray containing no mappings.
58 * Creates a new SparseLongArray containing no mappings that will not
60 * number of mappings. If you supply an initial capacity of 0, the
150 * Returns the number of key-value mappings that this SparseIntArray
212 * Removes all key-value mappings from this SparseIntArray.
236 * <p>This implementation composes a string by iterating over its mappings.
SparseArray.java 31 * <p>Note that this container keeps its mappings in an array data structure,
61 * Creates a new SparseArray containing no mappings.
68 * Creates a new SparseArray containing no mappings that will not
70 * number of mappings. If you supply an initial capacity of 0, the
172 * Remove a range of mappings as a batch.
175 * @param size Number of mappings to remove
245 * Returns the number of key-value mappings that this SparseArray
343 * Removes all key-value mappings from this SparseArray.
379 * <p>This implementation composes a string by iterating over its mappings. If
  /external/guava/guava/src/com/google/common/collect/
Table.java 33 * <p>The mappings corresponding to a given row key may be viewed as a {@link
105 /** Returns {@code true} if the table contains no mappings. */
109 * Returns the number of row key / column key / value mappings in the table.
129 /** Removes all mappings from the table. */
146 * Copies all mappings from the specified table to this table. The effect is
167 * Returns a view of all mappings that have the given row key. For each row
169 * returned map associates the column key with the value. If no mappings in
181 * Returns a view of all mappings that have the given column key. For each row
183 * returned map associates the row key with the value. If no mappings in the
  /external/icu/icu4c/source/data/mappings/
gsm-03.38-2000.ucm 11 # Source: http://www.unicode.org/Public/MAPPINGS/ETSI/GSM0338.TXT
14 # Commented-out mappings are turned into fallbacks (|1), all others are turned
16 # Multi-byte mappings are preserved as multi-single-byte character mappings,
49 # For issues with the mappings please contact Unicode
  /external/llvm/lib/Target/Hexagon/
HexagonSelectCCInfo.td 1 //===-- HexagoSelectCCInfo.td - Selectcc mappings ----------*- tablegen -*-===//
12 // selectcc mappings.
60 // selectcc mappings for greater-equal-to Rs => greater-than Rs-1.
75 // selectcc mappings for predicate comparisons.
94 // selectcc mappings for 64-bit operands are messy. Hexagon does not have a
  /packages/apps/UnifiedEmail/src/com/android/mail/utils/
SparseLongArray.java 34 * Creates a new SparseLongArray containing no mappings.
41 * Creates a new SparseLongArray containing no mappings that will not
43 * number of mappings.
135 * Returns the number of key-value mappings that this SparseIntArray
186 * Removes all key-value mappings from this SparseIntArray.
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_procmaps.h 12 // Information about the process mappings.
42 // to obtain the memory mappings. It should fall back to pre-cached data
65 // Static mappings cache.
  /external/guava/guava/src/com/google/common/escape/
CharEscaperBuilder.java 72 // Replacement mappings.
97 * Add multiple mappings at once for a particular index.
112 * @return a "sparse" array that holds the replacement mappings.

Completed in 750 milliseconds

1 23 4 5 6 7 8 91011>>