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

1 2

  /external/compiler-rt/lib/sanitizer_common/
sanitizer_stackdepot.h 29 uptr mapped; member in struct:__sanitizer::StackDepotStats
  /external/elfutils/lib/
crc32_file.c 68 void *mapped = mmap (NULL, mapsize, PROT_READ, MAP_PRIVATE, fd, 0); local
69 if (mapped == MAP_FAILED && errno == ENOMEM)
74 && (mapped = mmap (NULL, mapsize, PROT_READ, MAP_PRIVATE,
78 if (mapped != MAP_FAILED)
84 *resp = crc32 (crc, mapped, st.st_size);
85 munmap (mapped, mapsize);
88 crc = crc32 (crc, mapped, mapsize);
91 } while (mmap (mapped, mapsize, PROT_READ, MAP_FIXED|MAP_PRIVATE,
92 fd, off) == mapped);
93 munmap (mapped, mapsize)
    [all...]
  /dalvik/dx/src/com/android/dx/io/instructions/
BaseCodeCursor.java 46 int mapped = baseAddressMap.get(cursor); local
47 return (mapped >= 0) ? mapped : cursor;
  /external/dexmaker/src/dx/java/com/android/dx/io/instructions/
BaseCodeCursor.java 46 int mapped = baseAddressMap.get(cursor); local
47 return (mapped >= 0) ? mapped : cursor;
  /libcore/luni/src/test/java/libcore/java/nio/
BufferTest.java 28 File f = File.createTempFile("mapped", "tmp");
51 // Read from mapped /dev/zero, and overwrite this array.
829 MappedByteBuffer mapped = (MappedByteBuffer) allocateMapped(1); local
830 mapped.force();
831 mapped.isLoaded();
832 mapped.load();
837 MappedByteBuffer mapped = (MappedByteBuffer) allocateMapped(1); local
838 mapped.get();
839 mapped.rewind();
840 mapped.get()
    [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/dexmaker/src/dx/java/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 287 int32_t mapped = 0; local
306 mapped++;
318 test.logln("Number of Mapped code points : %i \n",mapped);
319 test.logln("Number of Mapped with NFKC code points : %i \n",mappedWithNorm);
  /external/webkit/Source/WebCore/platform/graphics/android/rendering/
InstrumentedPlatformCanvas.h 155 SkRect mapped; local
156 matrix.mapRect(&mapped, rect);
157 return mapped.contains(canvasRect);
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/sound/
soundfont.h 29 #define SF_MAX_PRESETS 256 /* drums are mapped from 128 to 256 */
36 unsigned char mapped; /* True if mapped to something else */ member in struct:snd_sf_zone
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/sound/
soundfont.h 29 #define SF_MAX_PRESETS 256 /* drums are mapped from 128 to 256 */
36 unsigned char mapped; /* True if mapped to something else */ member in struct:snd_sf_zone
  /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/native/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/guava/guava-tests/test/com/google/common/net/
InetAddressesTest.java 362 * from an "IPv4 mapped" IPv6 address. Our String-based method can
367 InetAddress mapped = InetAddresses.forString(mappedStr); local
368 assertFalse(mapped instanceof Inet6Address);
369 assertEquals(InetAddress.getByName("192.168.0.1"), mapped);
374 mapped = InetAddresses.forString(mappedStr);
375 assertFalse(mapped instanceof Inet6Address);
376 assertEquals(InetAddress.getByName("192.168.0.1"), mapped);
380 mapped = InetAddresses.forString(mappedStr);
381 assertFalse(mapped instanceof Inet6Address);
382 assertEquals(InetAddress.getByName("1.2.3.4"), mapped);
    [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);
  /dalvik/dexdump/
DexDump.cpp 1779 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/llvm/lib/CodeGen/
MachineVerifier.cpp 783 bool mapped = !LiveInts->isNotInMIMap(MI); local
785 if (mapped)
788 if (mapped)
791 if (!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 1123 final IntToString mapped = mapping[j]; local
1213 final IntToString mapped = indexMapping[k]; local
1224 final IntToString mapped = mapping[k]; local
    [all...]
  /external/doclava/src/com/google/doclava/
Doclava.java 470 String mapped = escapeChars.get(c); local
471 if (mapped != null) {
473 b = new StringBuffer(s.length() + mapped.length());
478 b.append(mapped);
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.apache.commons.codec_1.3.0.v20100518-1140.jar 

Completed in 4077 milliseconds

1 2