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

1 2 3 4 5 67 8 91011>>

  /dalvik/dexgen/src/com/android/dexgen/dex/code/
LocalSnapshot.java 26 * state of local variable name mappings that exists immediately after
  /dalvik/dx/src/com/android/dx/dex/code/
LocalSnapshot.java 27 * state of local variable name mappings that exists immediately after
  /external/clang/include/clang/AST/
ParentMap.h 1 //===--- ParentMap.h - Mappings from Stmts to their Parents -----*- C++ -*-===//
  /external/dexmaker/src/dx/java/com/android/dx/dex/code/
LocalSnapshot.java 26 * state of local variable name mappings that exists immediately after
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/builderTemplate/publishingFiles/
testManifest.xml 46 <logFiles> - listing of JUnit test result files and compile logs and their mappings to <platform> elements.
  /external/google-breakpad/src/client/linux/minidump_writer/
minidump_writer_unittest.cc 190 MappingList mappings; local
195 mappings.push_back(mapping);
197 mappings, memory_list));
234 // existing mappings that are wholly contained within the specified
310 MappingList mappings; local
315 mappings.push_back(mapping);
317 mappings, memory_list));
474 MappingList mappings; local
483 mappings, memory_list));
  /external/guava/guava-gwt/src-super/com/google/common/collect/super/com/google/common/collect/
HashBiMap.java 52 * bimap is created with an initial capacity sufficient to hold the mappings
  /external/guava/guava-tests/test/com/google/common/escape/
ArrayBasedEscaperMapTest.java 69 // Exhaustively check all mappings (an int index avoids wrapping).
  /external/icu/icu4c/source/tools/gensprep/
gensprep.8.in 90 Contains the list of mappings for casefolding of code points when Normalization form NFKC is specified.\|.\|..
  /external/icu/icu4j/main/classes/collate/src/com/ibm/icu/impl/coll/
CollationDataReader.java 204 CollationData data = null; // Remains null if there are no mappings.
217 throw new ICUException("Not enough bytes for the mappings trie"); // No mappings.
224 throw new ICUException("Missing collation data mappings"); // No mappings.
289 throw new ICUException("Root elements but no mappings");
333 throw new ICUException("Unsafe-backward-set but no mappings");
427 throw new ICUException("Script order data but no mappings");
459 throw new ICUException("Data for compressible primary lead bytes but no mappings");
  /external/iptables/extensions/
libxt_SNAT.man 36 This supersedes the SAME target. Support for persistent mappings is available
  /external/libunwind/tests/
mapper.c 26 /* This program creates lots of mappings such that on Linux the
  /external/llvm/include/llvm/Transforms/Utils/
Cloning.h 107 /// updated to include mappings from all of the instructions and basicblocks in
112 /// mappings, and debug info metadata will not be cloned.
125 /// mappings.
181 /// mappings.
  /external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
ShadowSparseArray.java 54 * Creates a new SparseArray containing no mappings that will not
56 * number of mappings.
196 * Returns the number of key-value mappings that this SparseArray
287 * Removes all key-value mappings from this SparseArray.
  /external/v8/tools/
SourceMap.js 217 var mappings = this._reverseMappingsBySourceURL[sourceURL];
218 for ( ; lineNumber < mappings.length; ++lineNumber) {
219 var mapping = mappings[lineNumber];
253 var stringCharIterator = new WebInspector.SourceMap.StringCharIterator(map.mappings);
  /libcore/luni/src/main/java/java/sql/
Struct.java 42 * customized type mappings. Where there is no entry in the type mapping
  /libcore/luni/src/main/java/java/util/
WeakHashMap.java 238 * Constructs a new {@code WeakHashMap} instance containing the mappings
242 * the mappings to add.
250 * Removes all mappings from this map, leaving it empty.
285 * Returns a set containing all of the mappings in this map. Each mapping is
290 * @return a set of the mappings.
643 * Copies all the mappings in the given map to this map. These mappings will
644 * replace all mappings that this map had for any of the keys currently in
648 * the map to copy mappings from.
HashMap.java 98 * The number of mappings in this hash map.
188 * Constructs a new {@code HashMap} instance containing the mappings from
192 * the mappings to add.
494 * Copies all the mappings in the specified map to this map. These mappings
495 * will replace all mappings that this map had for any of the keys currently
499 * the map to copy mappings from.
508 * specified number of mappings, with room to grow. If not, it increases the
654 * Removes all mappings from this hash map, leaving it empty.
707 * Returns a set containing all of the mappings in this map. Each mapping i
    [all...]
  /ndk/tests/abcc/jni/host/
Abcc_host.h 42 std::map<std::string, std::string> mRuntimePath; // mappings of library name and full path
  /packages/apps/ContactsCommon/src/com/android/contacts/common/extensions/
ExtensionsFactory.java 37 // Config filename for mappings of various class names to their custom
  /external/google-breakpad/src/tools/linux/md2core/
minidump-2-core.cc 204 std::map<uint64_t, Mapping> mappings; member in struct:CrashedProcess
571 crashinfo->mappings[mapping.start_address] = mapping;
802 if (crashinfo->mappings.find(mapping.start_address) ==
803 crashinfo->mappings.end()) {
806 crashinfo->mappings[mapping.start_address] = mapping;
851 iter = crashinfo->mappings.begin();
852 iter != crashinfo->mappings.end();
881 crashinfo->mappings[mapping.start_address] = mapping;
893 crashinfo->mappings[mapping.start_address] = mapping;
    [all...]
  /external/icu/icu4c/source/tools/makeconv/
genmbcs.cpp 134 * mappings to the extension table (but never too few).
136 * largest set of mappings.
217 /* allocate the codepage mappings and preset the first 16 characters to 0 */
222 /* allocate 1M * maxCharLength bytes for at most 1M mappings */
227 fprintf(stderr, "error: out of memory allocating %ld B for target mappings\n", (long)sum);
568 /* ignore |2 SUB mappings */
576 * Note that the first stage 2 and 3 blocks are reserved for all-unassigned mappings.
707 * all-unassigned mappings.
807 * mappings with 0<=c<MBCS_UTF8_LIMIT, and there is only also
    [all...]
  /external/apache-xml/src/main/java/org/apache/xml/serializer/
SerializationHandler.java 106 * @param mappings NamespaceMappings
108 public void setNamespaceMappings(NamespaceMappings mappings);
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/provider/digest/
SHA1.java 168 public static class Mappings
173 public Mappings()
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_posix_libcdep.cc 208 // to read the file mappings from /proc/self/maps. Luckily, neither the
210 // cached mappings.

Completed in 2117 milliseconds

1 2 3 4 5 67 8 91011>>