/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/skia/src/gpu/gl/ |
GrGLCreateNullInterface.cpp | 38 void setMapped(bool mapped) { fMapped = mapped; } 39 bool mapped() const { return fMapped; } function in class:__anon26088::GrBufferObj 49 // is mapped. 204 SkASSERT(!buffer->mapped()); 225 SkASSERT(buffer->mapped()); 249 if (buffer->mapped()) {
|
/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
|
/external/chromium_org/base/process/ |
process_metrics.h | 50 // priv: Pages mapped only by this process. 55 // priv: Pages mapped only by this process. 77 // mapped: These pages are mapped into the view of a section (backed by 79 // image: These pages are mapped into the view of an image section (backed by 82 CommittedKBytes() : priv(0), mapped(0), image(0) {} 84 size_t mapped; member in struct:base::CommittedKBytes
|
/external/chromium_org/ppapi/tests/ |
test_file_io.cc | 1142 char* mapped = reinterpret_cast<char*>( local 1158 char* mapped = reinterpret_cast<char*>( local 1175 char* mapped = reinterpret_cast<char*>( local 1218 char* mapped = reinterpret_cast<char*>( local 1234 char* mapped = reinterpret_cast<char*>( local 1251 char* mapped = reinterpret_cast<char*>( local [all...] |
/external/iputils/ |
tracepath6.c | 70 int mapped; variable 504 mapped = 1; 546 if (!mapped)
|
/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/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);
|
/external/llvm/lib/Transforms/Instrumentation/ |
DebugIR.cpp | 350 Value *mapped = VMap->lookup(V); local 351 if (mapped && LineTable.getLine(mapped, Line))
|
/libcore/harmony-tests/src/test/java/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...] |
/dalvik/dexdump/ |
DexDump.cpp | 1782 bool mapped = false; local [all...] |
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/r300/ |
r300_state.c | 1915 uint32_t *mapped; 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 | 790 bool mapped = !LiveInts->isNotInMIMap(MI); local 792 if (mapped) 795 if (mapped) 798 if (!mapped) [all...] |
/external/mesa3d/src/gallium/drivers/r300/ |
r300_state.c | 1915 uint32_t *mapped; local [all...] |
/external/chromium_org/v8/src/ |
unicode.cc | 179 uchar mapped = mapping.chars[length]; local 180 if (mapped == MultiCharacterSpecialCase<kW>::kEndOfEncoding) break; 182 result[length] = mapped + (key - entry); 184 result[length] = 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 | 1152 final IntToString mapped = mapping[j]; local 1242 final IntToString mapped = indexMapping[k]; local 1253 final IntToString mapped = mapping[k]; local [all...] |
/external/chromium_org/gpu/command_buffer/client/ |
gles2_implementation.cc | 3882 void* mapped = MapImageCHROMIUMHelper(image_id, access); local [all...] |
/external/doclava/src/com/google/doclava/ |
Doclava.java | 477 String mapped = escapeChars.get(c); local 478 if (mapped != null) { 480 b = new StringBuffer(s.length() + mapped.length()); 485 b.append(mapped); [all...] |
/external/chromium_org/third_party/jemalloc/chromium/ |
jemalloc.c | 178 * files, so that if a chunk is mapped, it is guaranteed to be swappable. 673 /* Number of bytes currently mapped. */ 674 size_t mapped; member in struct:arena_stats_s 988 * memory is mapped for each arena. 5412 size_t allocated, mapped; local [all...] |
/external/chromium_org/third_party/jemalloc/vendor/ |
jemalloc.c | 171 * files, so that if a chunk is mapped, it is guaranteed to be swappable. 666 /* Number of bytes currently mapped. */ 667 size_t mapped; member in struct:arena_stats_s 981 * memory is mapped for each arena. 5401 size_t allocated, mapped; local [all...] |