HomeSort by relevance Sort by last modified time
    Searched refs:mapped (Results 1 - 25 of 30) sorted by null

1 2

  /external/apache-http/src/org/apache/commons/codec/language/
Soundex.java 92 * Every letter of the alphabet is "mapped" to a numerical value. This char array holds the values to which each
93 * letter is mapped. This implementation contains a default map for US_ENGLISH
111 * Every letter of the alphabet is "mapped" to a numerical value. This char array holds the values to which each
112 * letter is mapped. This implementation contains a default map for US_ENGLISH
132 * if a character is not mapped
148 * if a character is not mapped
165 * if the character is not mapped
209 * Thrown if <code>ch</code> is not mapped.
214 throw new IllegalArgumentException("The character is not mapped: " + ch);
247 * if a character is not mapped
258 char last, mapped; local
    [all...]
  /dalvik/dx/src/com/android/dx/ssa/back/
FirstFitAllocator.java 43 /** indexed by old reg; the set of old regs we've mapped */
44 private final BitSet mapped; field in class:FirstFitAllocator
51 mapped = new BitSet(ssaMeth.getRegCount());
81 if (mapped.get(i)) {
109 if (mapped.get(j) || isDefinitionMoveParam(j)) {
128 mapped.set(j);
132 mapped.set(i);
  /external/webkit/JavaScriptCore/wtf/
RefPtrHashMap.h 37 static void translate(ValueType& location, RawKeyType key, const MappedType& mapped)
40 location.second = mapped;
205 HashMap<RefPtr<T>, U, V, W, X>::inlineAdd(const KeyType& key, const MappedType& mapped)
208 return m_impl.template add<KeyType, MappedType, TranslatorType>(key, mapped);
213 HashMap<RefPtr<T>, U, V, W, X>::inlineAdd(RawKeyType key, const MappedType& mapped)
215 return m_impl.template add<RawKeyType, MappedType, RawKeyTranslator>(key, mapped);
220 HashMap<RefPtr<T>, U, V, W, X>::set(const KeyType& key, const MappedType& mapped)
222 pair<iterator, bool> result = inlineAdd(key, mapped);
224 // add call above didn't change anything, so set the mapped value
225 result.first->second = mapped;
    [all...]
HashMap.h 122 static void translate(ValueType& location, const KeyType& key, const MappedType& mapped)
125 location.second = mapped;
237 HashMap<T, U, V, W, X>::inlineAdd(const KeyType& key, const MappedType& mapped)
240 return m_impl.template add<KeyType, MappedType, TranslatorType>(key, mapped);
245 HashMap<T, U, V, W, X>::set(const KeyType& key, const MappedType& mapped)
247 pair<iterator, bool> result = inlineAdd(key, mapped);
249 // add call above didn't change anything, so set the mapped value
250 result.first->second = mapped;
266 HashMap<T, U, V, W, X>::add(const KeyType& key, const MappedType& mapped)
268 return inlineAdd(key, mapped);
    [all...]
  /dalvik/dexlist/
DexList.c 201 bool mapped = false; local
215 mapped = true;
233 if (mapped)
  /external/chromium/third_party/icu/source/test/intltest/
testidn.cpp 288 int32_t mapped = 0; local
307 mapped++;
319 test.logln("Number of Mapped code points : %i \n",mapped);
320 test.logln("Number of Mapped with NFKC code points : %i \n",mappedWithNorm);
  /external/icu4c/test/intltest/
testidn.cpp 286 int32_t mapped = 0; local
305 mapped++;
317 test.logln("Number of Mapped code points : %i \n",mapped);
318 test.logln("Number of Mapped with NFKC code points : %i \n",mappedWithNorm);
  /frameworks/base/core/java/android/view/
ViewDebug.java 1478 final IntToString mapped = mapping[j]; local
1568 final IntToString mapped = indexMapping[k]; local
1579 final IntToString mapped = mapping[k]; local
    [all...]
  /external/chromium/base/
process_util.h 344 // priv: Pages mapped only by this process
361 // mapped: These pages are mapped into the view of a section (backed by
363 // image: These pages are mapped into the view of an image section (backed by
366 CommittedKBytes() : priv(0), mapped(0), image(0) {}
368 size_t mapped; member in struct:base::CommittedKBytes
process_util_win.cc 564 usage->mapped = 0;
571 usage->mapped = committed_mapped / 1024;
  /frameworks/base/cmds/servicemanager/
binder.c 90 void *mapped; member in struct:binder_state
112 bs->mapped = mmap(NULL, mapsize, PROT_READ, MAP_PRIVATE, bs->fd, 0);
113 if (bs->mapped == MAP_FAILED) {
132 munmap(bs->mapped, bs->mapsize);
  /libcore/sqlite-jdbc/src/main/java/SQLite/
Database.java 881 String mapped = (String) mapLibraryName.invoke(null, args); typedefs
882 System.load(path + java.io.File.separator + mapped);
  /build/tools/droiddoc/src/
DroidDoc.java 386 String mapped = escapeChars.get(c); local
387 if (mapped != null) {
389 b = new StringBuffer(s.length() + mapped.length());
394 b.append(mapped);
    [all...]
  /external/skia/src/effects/
SkGradientShader.cpp 529 uint16_t* mapped = fCache16Storage; // storage for mapped data
533 mapped[i] = linear[index];
534 mapped[i + kCache16Count] = linear[index + kCache16Count];
571 SkPMColor* mapped = fCache32Storage; // storage for mapped data
574 mapped[i] = linear[map->mapUnit16((i << 8) | i) >> 8];
    [all...]
  /dalvik/dexdump/
DexDump.c 1749 bool mapped = false; local
    [all...]
  /external/v8/src/
d8.js     [all...]
  /development/scripts/app_engine_server/
memcache_zipserve.py 423 file_path: the file to be mapped to an archive
  /external/iproute2/doc/
ip-tunnels.tex 222 with all IPv4 addresses mapped to IPv6 space, so that all IPv4
  /external/v8/tools/
tickprocessor.js 561 // Several functions can be mapped onto the same address. To avoid
  /external/grub/stage2/
builtins.c 287 /* Exchage SAVED_DRIVE with the mapped drive. */
    [all...]
  /external/blktrace/doc/
blktrace.tex     [all...]
  /external/blktrace/btt/doc/
btt.tex 356 names are also preserved, and mapped to the ID. For each of the parts
    [all...]
  /prebuilt/common/ant/
ant.jar 
  /external/expat/
configure     [all...]
  /external/dropbear/libtomcrypt/
crypt.tex     [all...]

Completed in 775 milliseconds

1 2