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

1 2 3 45 6 7 8 91011>>

  /frameworks/support/v4/java/android/support/v4/util/
LongSparseArray.java 28 * <p>Note that this container keeps its mappings in an array data structure,
52 * Creates a new LongSparseArray containing no mappings.
59 * Creates a new LongSparseArray containing no mappings that will not
61 * number of mappings. If you supply an initial capacity of 0, the
226 * Returns the number of key-value mappings that this LongSparseArray
311 * Removes all key-value mappings from this LongSparseArray.
362 * <p>This implementation composes a string by iterating over its mappings. If
  /external/smali/util/src/main/java/org/jf/util/
SparseIntArray.java 41 * Creates a new SparseIntArray containing no mappings.
48 * Creates a new SparseIntArray containing no mappings that will not
50 * number of mappings.
158 * Returns the number of key-value mappings that this SparseIntArray
209 * Removes all key-value mappings from this SparseIntArray.
  /frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/util/
SparseWeakArray.java 51 * Creates a new SparseArray containing no mappings.
58 * Creates a new SparseArray containing no mappings that will not
60 * number of mappings.
179 * Returns the number of key-value mappings that this SparseArray
263 * Removes all key-value mappings from this SparseArray.
  /external/jetty/src/java/org/eclipse/jetty/servlet/
ServletHandler.java 214 //remove all of the mappings that were for non-embedded filters
216 //remove any mappings associated with this filter
237 List<ServletMapping> servletMappings = LazyList.array2List(_servletMappings); //will be remaining mappings
247 //remove any mappings associated with this servlet
858 * @param pathSpec servlet mappings for the servletHolder
1110 FilterMapping[] mappings =getFilterMappings(); local
1155 FilterMapping[] mappings = getFilterMappings(); local
1211 FilterMapping[] mappings = getFilterMappings(); local
    [all...]
  /external/jmonkeyengine/engine/src/core/com/jme3/input/
InputManager.java 102 private final HashMap<String, Mapping> mappings = new HashMap<String, Mapping>(); field in class:InputManager
463 * Adds a new listener to receive events on the given mappings.
482 Mapping mapping = mappings.get(mappingName);
485 mappings.put(mappingName, mapping);
496 * <p>This will unregister the listener from any mappings that it
505 for (Mapping mapping : mappings.values()) {
516 * registered to the mappings will receive appropriate events.
524 Mapping mapping = mappings.get(mappingName);
527 mappings.put(mappingName, mapping);
556 return mappings.containsKey(mappingName);
    [all...]
  /libcore/luni/src/main/java/java/util/
Map.java 115 * Returns a {@code Set} containing all of the mappings in this {@code Map}. Each mapping is
119 * @return a set of the mappings
125 * specified object is a {@code Map} and both {@code Map}s contain the same mappings.
199 * the {@code Map} to copy mappings from.
226 * Returns the number of mappings in this {@code Map}.
228 * @return the number of mappings in this {@code Map}.
  /external/icu/icu4c/source/data/unidata/
SpecialCasing.txt 15 # file only contains simple case mappings for characters where they are one-to-one
17 # the simple case mappings in UnicodeData.txt, defines the full case mappings
22 # discussion of case mappings and case algorithms in the Unicode Standard.
24 # All code points not listed in this file that do not have a simple case mappings
33 # <code>, <lower>, <title>, and <upper> provide the respective full case mappings
58 # Unconditional mappings
198 # Conditional Mappings
200 # full case mappings.
202 # Language-Insensitive Mappings
    [all...]
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/data/unicode/
SpecialCasing.txt 15 # file only contains simple case mappings for characters where they are one-to-one
17 # the simple case mappings in UnicodeData.txt, defines the full case mappings
22 # discussion of case mappings and case algorithms in the Unicode Standard.
24 # All code points not listed in this file that do not have a simple case mappings
33 # <code>, <lower>, <title>, and <upper> provide the respective full case mappings
58 # Unconditional mappings
198 # Conditional Mappings
200 # full case mappings.
202 # Language-Insensitive Mappings
    [all...]
  /external/icu/icu4j/main/classes/collate/src/com/ibm/icu/impl/coll/
CollationDataBuilder.java 106 * @return true if this builder has mappings (e.g., add() has been called)
133 throw new IllegalStateException("attempt to add mappings after build()");
176 throw new IllegalStateException("attempt to add mappings after build()");
184 // If c has contextual base mappings or if we add a contextual mapping,
185 // then copy the base mappings.
249 * Copies all mappings from the src builder, with modifications.
263 // in case a character had conditional mappings in the source builder
344 * If a code point has contextual mappings, then the default (no-context) mapping
345 * and all conditional mappings are stored in a singly-linked list
424 throw new IndexOutOfBoundsException("too many context-sensitive mappings");
    [all...]
  /external/apache-xml/src/main/java/org/apache/xml/serializer/
NamespaceMappings.java 77 * mappings at deeper depths push later on such a stack. Mappings pushed
87 * to returning to the parent. The mappings of the deepest
115 // The initial prefix mappings will never be deleted because they are at element depth -1
158 * Given a namespace uri, and the namespaces mappings for the
260 * @param elemDepth the element depth for which mappings declared at this
292 // will remove both mappings in <b> because the
453 * A more type-safe way to get a stack of prefix mappings
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/provider/asymmetric/
DSA.java 14 public static class Mappings
17 public Mappings()
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/provider/digest/
SHA512.java 156 public static class Mappings
161 public Mappings()
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/provider/symmetric/
ARC4.java 87 public static class Mappings
92 public Mappings()
Twofish.java 120 public static class Mappings
125 public Mappings()
  /external/clang/include/clang/Basic/
DiagnosticOptions.h 58 /// The list of -W... options used to alter the diagnostic mappings, with the
62 /// The list of -R... options used to alter the diagnostic mappings, with the
  /external/icu/icu4c/source/i18n/
uspoof_conf.h 31 // Holds a string that is the result of one of the mappings defined
46 // the spoof mappings. These strings will utimately end up in the
collationdatabuilder.h 74 * @return TRUE if this builder has mappings (e.g., add() has been called)
112 * None of the code points in the range should have complex mappings so far
128 * None of the code points in the range should have complex mappings so far
142 * Copies all mappings from the src builder, with modifications.
  /external/blktrace/btreplay/doc/
abstract.tex 22 are made to maintain ordering, CPU mappings and time-separation of IOs. The
  /external/clang/test/Misc/
warn-sysheader.cpp 1 // Test that -Wsystem-headers works with default and custom mappings like -Werror.
  /external/icu/icu4c/source/common/
ucnvdisp.c 16 * 05/09/00 helena Added implementation to handle fallback mappings.
  /external/iptables/extensions/
libxt_DNAT.man 35 This supersedes the SAME target. Support for persistent mappings is available
  /external/libselinux/src/
callbacks.c 3 * Class and permission mappings.
  /external/linux-tools-perf/src/tools/perf/util/
vdso.c 34 /* We care only about private r-x mappings. */
  /external/llvm/test/MC/X86/
i386-darwin-frame-register.ll 6 ; x86 Darwin uses different register mappings for eh_frame and debug_frame
  /external/protobuf/
autogen.sh 32 # One of these mappings converts the debug configuration and the other

Completed in 801 milliseconds

1 2 3 45 6 7 8 91011>>