HomeSort by relevance Sort by last modified time
    Searched defs:mapped (Results 1 - 23 of 23) sorted by null

  /dalvik/dx/src/com/android/dx/io/instructions/
BaseCodeCursor.java 46 int mapped = baseAddressMap.get(cursor); local
47 return (mapped >= 0) ? mapped : cursor;
  /external/skia/gpu/src/
GrGLIndexBuffer.cpp 89 GrGLint mapped; local
91 GR_GL_BUFFER_MAPPED, &mapped));
92 GrAssert(!!mapped == !!fLockPtr);
GrGLVertexBuffer.cpp 88 GrGLint mapped; local
90 GR_GL(GetBufferParameteriv(GR_GL_ARRAY_BUFFER, GR_GL_BUFFER_MAPPED, &mapped));
91 GrAssert(!!mapped == !!fLockPtr);
  /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);
  /dalvik/dexlist/
DexList.cpp 204 bool mapped = false; local
218 mapped = true;
236 if (mapped)
  /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...]
  /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);
  /external/chromium/base/
process_util.h 489 // priv: Pages mapped only by this process
506 // mapped: These pages are mapped into the view of a section (backed by
508 // image: These pages are mapped into the view of an image section (backed by
511 CommittedKBytes() : priv(0), mapped(0), image(0) {}
513 size_t mapped; member in struct:base::CommittedKBytes
  /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);
  /external/apache-harmony/nio/src/test/java/common/org/apache/harmony/nio/tests/java/nio/channels/
FileChannelTest.java 1723 MappedByteBuffer mapped = readWriteFileChannel.map(MapMode.READ_ONLY, local
1734 MappedByteBuffer mapped = readWriteFileChannel.map(MapMode.PRIVATE, 0, local
1746 MappedByteBuffer mapped = null; local
1778 MappedByteBuffer mapped = readOnlyFileChannel.map(MapMode.READ_ONLY, local
1790 MappedByteBuffer mapped = readWriteFileChannel.map(MapMode.PRIVATE, 0, local
1814 MappedByteBuffer mapped = readWriteFileChannel.map(MapMode.PRIVATE, 10, local
1825 MappedByteBuffer mapped = null; local
1854 MappedByteBuffer mapped = readWriteFileChannel.map(MapMode.READ_WRITE, local
1893 MappedByteBuffer mapped = readOnlyFileChannel.map(MapMode.READ_ONLY, local
    [all...]
  /external/javasqlite/src/main/java/SQLite/
Database.java 956 String mapped = (String) mapLibraryName.invoke(null, args); typedefs
957 System.load(path + java.io.File.separator + mapped);
  /external/llvm/lib/CodeGen/
MachineVerifier.cpp 567 bool mapped = !LiveInts->isNotInMIMap(MI); local
569 if (mapped)
572 if (!mapped)
    [all...]
  /dalvik/dexdump/
DexDump.cpp 1780 bool mapped = false; local
    [all...]
  /external/e2fsprogs/lib/ext2fs/
extent.c 1123 * May: map unmapped, unmap mapped, or remap mapped blocks.
1146 int mapped = 1; /* logical is mapped? */ local
1213 mapped = 0;
1268 if (mapped && (new_uninit == extent_uninit) &&
1276 if (!mapped) {
    [all...]
  /external/doclava/src/com/google/doclava/
Doclava.java 406 String mapped = escapeChars.get(c); local
407 if (mapped != null) {
409 b = new StringBuffer(s.length() + mapped.length());
414 b.append(mapped);
    [all...]
  /external/v8/src/
unicode.cc 175 uchar mapped = mapping.chars[length]; local
176 if (mapped == MultiCharacterSpecialCase<kW>::kEndOfEncoding) break;
178 result[length] = mapped + (key - entry);
180 result[length] = mapped;
    [all...]
  /frameworks/base/core/java/android/view/
ViewDebug.java 1567 final IntToString mapped = mapping[j]; local
1657 final IntToString mapped = indexMapping[k]; local
1668 final IntToString mapped = mapping[k]; local
    [all...]
  /prebuilt/common/http-client/
commons-codec-1.4.jar 
  /prebuilt/common/ant/
ant.jar 
  /prebuilt/sdk/tools/lib/
dx.jar 
  /prebuilt/common/eclipse/
org.eclipse.jface_3.4.2.M20090107-0800.jar 
  /prebuilt/linux-x86/swt/
swt.jar 
  /prebuilt/linux-x86_64/swt/
swt.jar 

Completed in 577 milliseconds