HomeSort by relevance Sort by last modified time
    Searched full:mapped (Results 101 - 125 of 1656) sorted by null

1 2 3 45 6 7 8 91011>>

  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/sys/
mman.h 85 file it maps. Filesystem operations on a file being mapped are
102 /* Guarantee all whole pages mapped by the range [ADDR,ADDR+LEN) to
106 /* Unlock whole pages previously mapped by the range [ADDR,ADDR+LEN). */
109 /* Cause all currently mapped pages of the process to be memory resident
114 /* All currently mapped pages of the process' address space become
129 /* Remap pages mapped by the range [ADDR,ADDR+OLD_LEN) to new length
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/sys/
mman.h 85 file it maps. Filesystem operations on a file being mapped are
102 /* Guarantee all whole pages mapped by the range [ADDR,ADDR+LEN) to
106 /* Unlock whole pages previously mapped by the range [ADDR,ADDR+LEN). */
109 /* Cause all currently mapped pages of the process to be memory resident
114 /* All currently mapped pages of the process' address space become
129 /* Remap pages mapped by the range [ADDR,ADDR+OLD_LEN) to new length
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/sys/
mman.h 85 file it maps. Filesystem operations on a file being mapped are
102 /* Guarantee all whole pages mapped by the range [ADDR,ADDR+LEN) to
106 /* Unlock whole pages previously mapped by the range [ADDR,ADDR+LEN). */
109 /* Cause all currently mapped pages of the process to be memory resident
114 /* All currently mapped pages of the process' address space become
129 /* Remap pages mapped by the range [ADDR,ADDR+OLD_LEN) to new length
  /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...]
  /external/libsepol/tests/
test-linker-cond-map.c 101 /* conditional expression mapped correctly */
111 /* conditional expression mapped correctly */
129 /* conditional expression mapped correctly */
139 /* conditional expression mapped correctly */
151 /* conditional expression mapped correctly */
  /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/qemu/elff/
elf_file.h 32 * NOTE: This class operates on ELF sections that have been mapped to memory.
276 * NOTE: pointer returned from this method points to a mapped section of
296 * NOTE: pointer returned from this method points to a mapped section of
378 * NOTE: pointer returned from this method points to a mapped section of
388 * NOTE: pointer returned from this method points to a mapped section of
398 * NOTE: pointer returned from this method points to a mapped section of
408 * NOTE: pointer returned from this method points to a mapped section of
415 /* Checks, if given address range is contained in the mapped .debug_info
421 * true if given address range is contained in the mapped .debug_info
429 /* Checks, if given address range is contained in the mapped .debug_abbrev
    [all...]
  /ndk/sources/host-tools/ndk-stack/elff/
elf_file.h 32 * NOTE: This class operates on ELF sections that have been mapped to memory.
276 * NOTE: pointer returned from this method points to a mapped section of
296 * NOTE: pointer returned from this method points to a mapped section of
378 * NOTE: pointer returned from this method points to a mapped section of
388 * NOTE: pointer returned from this method points to a mapped section of
398 * NOTE: pointer returned from this method points to a mapped section of
408 * NOTE: pointer returned from this method points to a mapped section of
415 /* Checks, if given address range is contained in the mapped .debug_info
421 * true if given address range is contained in the mapped .debug_info
429 /* Checks, if given address range is contained in the mapped .debug_abbre
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/pb_ds/
assoc_container.hpp 53 detail::container_base_dispatch<Key, Mapped, Tag, Policy_Tl, Allocator>::type
57 typename Mapped,
81 typedef Mapped mapped_type;
115 container_base<Key, Mapped, Tag, typename __gnu_cxx::typelist::append< \
120 typename Mapped,
151 basic_hash_table<Key, Mapped, Hash_Fn, Eq_Fn, Resize_Policy, Store_Hash, \
157 typename Mapped,
288 basic_hash_table<Key, Mapped, Hash_Fn, Eq_Fn, Resize_Policy, Store_Hash, \
294 typename Mapped,
456 container_base<Key, Mapped, Tag, Policy_Tl, Allocator
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/ext/pb_ds/
assoc_container.hpp 69 detail::container_base_dispatch<Key, Mapped, Tag, Policy_Tl, Allocator>::type
73 typename Mapped,
97 typedef Mapped mapped_type;
131 container_base<Key, Mapped, Tag, typename __gnu_cxx::typelist::append< \
136 typename Mapped,
167 basic_hash_table<Key, Mapped, Hash_Fn, Eq_Fn, Resize_Policy, Store_Hash, \
173 typename Mapped,
304 basic_hash_table<Key, Mapped, Hash_Fn, Eq_Fn, Resize_Policy, Store_Hash, \
310 typename Mapped,
472 container_base<Key, Mapped, Tag, Policy_Tl, Allocator
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/ext/pb_ds/
assoc_container.hpp 69 detail::container_base_dispatch<Key, Mapped, Tag, Policy_Tl, Allocator>::type
73 typename Mapped,
97 typedef Mapped mapped_type;
131 container_base<Key, Mapped, Tag, typename __gnu_cxx::typelist::append< \
136 typename Mapped,
167 basic_hash_table<Key, Mapped, Hash_Fn, Eq_Fn, Resize_Policy, Store_Hash, \
173 typename Mapped,
304 basic_hash_table<Key, Mapped, Hash_Fn, Eq_Fn, Resize_Policy, Store_Hash, \
310 typename Mapped,
472 container_base<Key, Mapped, Tag, Policy_Tl, Allocator
    [all...]
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/
assoc_container.hpp 53 detail::container_base_dispatch<Key, Mapped, Tag, Policy_Tl, Allocator>::type
57 typename Mapped,
81 typedef Mapped mapped_type;
115 container_base<Key, Mapped, Tag, typename __gnu_cxx::typelist::append< \
120 typename Mapped,
151 basic_hash_table<Key, Mapped, Hash_Fn, Eq_Fn, Resize_Policy, Store_Hash, \
157 typename Mapped,
288 basic_hash_table<Key, Mapped, Hash_Fn, Eq_Fn, Resize_Policy, Store_Hash, \
294 typename Mapped,
456 container_base<Key, Mapped, Tag, Policy_Tl, Allocator
    [all...]
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/
assoc_container.hpp 53 detail::container_base_dispatch<Key, Mapped, Tag, Policy_Tl, Allocator>::type
57 typename Mapped,
81 typedef Mapped mapped_type;
115 container_base<Key, Mapped, Tag, typename __gnu_cxx::typelist::append< \
120 typename Mapped,
151 basic_hash_table<Key, Mapped, Hash_Fn, Eq_Fn, Resize_Policy, Store_Hash, \
157 typename Mapped,
288 basic_hash_table<Key, Mapped, Hash_Fn, Eq_Fn, Resize_Policy, Store_Hash, \
294 typename Mapped,
456 container_base<Key, Mapped, Tag, Policy_Tl, Allocator
    [all...]
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/
assoc_container.hpp 53 detail::container_base_dispatch<Key, Mapped, Tag, Policy_Tl, Allocator>::type
57 typename Mapped,
81 typedef Mapped mapped_type;
115 container_base<Key, Mapped, Tag, typename __gnu_cxx::typelist::append< \
120 typename Mapped,
151 basic_hash_table<Key, Mapped, Hash_Fn, Eq_Fn, Resize_Policy, Store_Hash, \
157 typename Mapped,
288 basic_hash_table<Key, Mapped, Hash_Fn, Eq_Fn, Resize_Policy, Store_Hash, \
294 typename Mapped,
456 container_base<Key, Mapped, Tag, Policy_Tl, Allocator
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/ext/pb_ds/
assoc_container.hpp 53 detail::container_base_dispatch<Key, Mapped, Tag, Policy_Tl, Allocator>::type
57 typename Mapped,
81 typedef Mapped mapped_type;
115 container_base<Key, Mapped, Tag, typename __gnu_cxx::typelist::append< \
120 typename Mapped,
151 basic_hash_table<Key, Mapped, Hash_Fn, Eq_Fn, Resize_Policy, Store_Hash, \
157 typename Mapped,
288 basic_hash_table<Key, Mapped, Hash_Fn, Eq_Fn, Resize_Policy, Store_Hash, \
294 typename Mapped,
456 container_base<Key, Mapped, Tag, Policy_Tl, Allocator
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/pb_ds/
assoc_container.hpp 69 detail::container_base_dispatch<Key, Mapped, Tag, Policy_Tl, Allocator>::type
73 typename Mapped,
97 typedef Mapped mapped_type;
131 container_base<Key, Mapped, Tag, typename __gnu_cxx::typelist::append< \
136 typename Mapped,
167 basic_hash_table<Key, Mapped, Hash_Fn, Eq_Fn, Resize_Policy, Store_Hash, \
173 typename Mapped,
304 basic_hash_table<Key, Mapped, Hash_Fn, Eq_Fn, Resize_Policy, Store_Hash, \
310 typename Mapped,
472 container_base<Key, Mapped, Tag, Policy_Tl, Allocator
    [all...]
  /external/skia/src/gpu/gl/
GrGLIndexBuffer.cpp 95 GrGLint mapped;
97 GR_GL_BUFFER_MAPPED, &mapped));
98 GrAssert(!!mapped == !!fLockPtr);
GrGLVertexBuffer.cpp 91 GrGLint mapped;
94 GR_GL_BUFFER_MAPPED, &mapped));
95 GrAssert(!!mapped == !!fLockPtr);
  /external/tcpdump/missing/
addrinfo.h 64 #define AI_ALL 0x00000100 /* IPv6 and IPv4-mapped (with AI_V4MAPPED) */
65 #define AI_V4MAPPED_CFG 0x00000200 /* accept IPv4-mapped if kernel supports */
67 #define AI_V4MAPPED 0x00000800 /* accept IPv4-mapped IPv6 address */
  /external/webkit/Source/JavaScriptCore/wtf/
HashMap.h 123 static void translate(ValueType& location, const KeyType& key, const MappedType& mapped)
126 location.second = mapped;
137 static void translate(ValueType& location, const T& key, const MappedType& mapped, unsigned hashCode)
140 location.second = mapped;
239 HashMap<T, U, V, W, X>::inlineAdd(const KeyType& key, const MappedType& mapped)
242 return m_impl.template add<KeyType, MappedType, TranslatorType>(key, mapped);
247 HashMap<T, U, V, W, X>::set(const KeyType& key, const MappedType& mapped)
249 pair<iterator, bool> result = inlineAdd(key, mapped);
251 // add call above didn't change anything, so set the mapped value
252 result.first->second = mapped;
    [all...]
  /frameworks/native/include/utils/
FileMap.h 34 * This represents a memory-mapped file. It might be the entire file or
37 * have multiple references to the mapped area without creating additional
43 * an existing FileMap and shares the underlying mapped pages. Requires
  /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
  /device/generic/goldfish/opengl/system/OpenglSystemCommon/
gralloc_cb.h 99 int ashmemBase; // CPU address of the mapped ashmem region
100 int ashmemBasePid; // process id which mapped the ashmem region
  /external/apache-harmony/nio_char/src/test/java/tests/api/java/nio/charset/
UTF16LECharsetEncoderTest.java 63 // for non-mapped char
73 // for non-mapped char

Completed in 1319 milliseconds

1 2 3 45 6 7 8 91011>>