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

1 2 3 4 5 6 7 8 91011>>

  /external/e2fsprogs/tests/f_invalid_extent_symlink/
name 1 extent-mapped symlink with two blocks
  /external/e2fsprogs/tests/f_orphan_extents_inode/
name 1 truncating an orphaned extent-mapped inode
  /external/e2fsprogs/tests/m_extent_journal/
script 1 DESCRIPTION="extent-mapped journal"
  /external/valgrind/memcheck/tests/
filter_addressable 5 perl -p -e 's/(Bad permissions for mapped region|Access not within mapped region|Non-existent physical address) at address 0x/Bad memory (SIGSEGV or SIGBUS) at address 0x/'
filter_dw4 6 # remove directory name and pid from mapped filename
  /external/jemalloc/include/jemalloc/internal/
base.h 13 void base_stats_get(size_t *allocated, size_t *resident, size_t *mapped);
  /external/libxml2/result/namespaces/
err_8.xml.err 1 ./test/namespaces/err_8.xml:1: namespace error : xml namespace prefix mapped to wrong URI
  /external/elfutils/lib/
crc32_file.c 52 void *mapped = mmap (NULL, mapsize, PROT_READ, MAP_PRIVATE, fd, 0); local
53 if (mapped == MAP_FAILED && errno == ENOMEM)
58 && (mapped = mmap (NULL, mapsize, PROT_READ, MAP_PRIVATE,
62 if (mapped != MAP_FAILED)
68 *resp = crc32 (crc, mapped, st.st_size);
69 munmap (mapped, mapsize);
72 crc = crc32 (crc, mapped, mapsize);
75 } while (mmap (mapped, mapsize, PROT_READ, MAP_FIXED|MAP_PRIVATE,
76 fd, off) == mapped);
77 munmap (mapped, mapsize)
    [all...]
  /external/skia/src/gpu/
GrTransferBuffer.h 21 * to transfer to or from the buffer while it is mapped. It is an error to
22 * call map on an already mapped buffer. Must be matched by an unmap() call.
45 * is not mapped.
47 * @return ptr to mapped buffer data or nullptr if buffer is not mapped.
52 Queries whether the buffer has been mapped.
54 @return true if the buffer is mapped, false otherwise.
GrGeometryBuffer.h 41 * to draw from the buffer while it is mapped. It is an error to call map
42 * on an already mapped buffer. It may fail if the backend doesn't support
68 * is not mapped.
70 * @return ptr to mapped buffer data or nullptr if buffer is not mapped.
75 Queries whether the buffer has been mapped.
77 @return true if the buffer is mapped, false otherwise.
88 * The buffer must not be mapped.
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/
elf-fdpic.h 21 Elf32_Addr addr; /* core address to which mapped */
41 unsigned long elfhdr_addr; /* mapped ELF header user address */
42 unsigned long ph_addr; /* mapped PT_PHDR user address */
43 unsigned long map_addr; /* mapped loadmap user address */
44 unsigned long entry_addr; /* mapped entry user address */
46 unsigned long dynamic_addr; /* mapped PT_DYNAMIC user address */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
elf-fdpic.h 21 Elf32_Addr addr; /* core address to which mapped */
41 unsigned long elfhdr_addr; /* mapped ELF header user address */
42 unsigned long ph_addr; /* mapped PT_PHDR user address */
43 unsigned long map_addr; /* mapped loadmap user address */
44 unsigned long entry_addr; /* mapped entry user address */
46 unsigned long dynamic_addr; /* mapped PT_DYNAMIC user address */
  /external/libselinux/src/
mapping.h 12 * Get real, kernel values from mapped values
22 * Get mapped values from real, kernel values
  /external/selinux/libselinux/src/
mapping.h 12 * Get real, kernel values from mapped values
22 * Get mapped values from real, kernel values
  /external/autotest/client/tests/ipv6connect/
control 9 to the IPv4, IPv6-mapped-IPv4 and IPv6 loopback address (different code paths).
  /external/autotest/client/tests/rmaptest/
control 11 Create lots of VMAs mapped by lots of tasks. To tickle objrmap and the
  /external/eigen/doc/snippets/
Map_placement_new.cpp 3 cout << "The mapped vector v is: " << v << "\n";
  /external/skia/src/gpu/gl/debug/
GrBufferObj.h 33 // cannot access the buffer if it is currently mapped
64 bool fMapped; // is the buffer object mapped via "glMapBuffer[Range]"?
65 GrGLintptr fMappedOffset; // the offset of the buffer range that is mapped
66 GrGLsizeiptr fMappedLength; // the size of the buffer range that is mapped
  /toolchain/binutils/binutils-2.25/ld/emulparams/
elf32lm32fd.sh 8 EMBEDDED= # This gets us program headers mapped as part of the text segment.
  /external/google-breakpad/src/common/linux/
memory_mapped_file.h 62 // Unmaps the memory for the mapped file. It's a no-op if no file is
63 // mapped.
66 // Returns a MemoryRange object that covers the memory for the mapped
67 // file. The MemoryRange object is empty if no file is mapped.
70 // Returns a pointer to the beginning of the memory for the mapped file.
71 // or NULL if no file is mapped or the mapped file is empty.
74 // Returns the size in bytes of the mapped file, or zero if no file
75 // is mapped.
79 // Mapped file content as a MemoryRange object
    [all...]
  /bootable/recovery/minzip/
SysUtil.h 22 * Use this to keep track of mapped segments.
34 * begins with an '@' character, it is a map of blocks to be mapped,
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/site-packages/setools/
permmap.py 162 UnmappedClass The specified object class is not mapped.
171 raise exception.UnmappedClass("{0} is not mapped.".format(classname))
182 UnmappedClass The specified object class is not mapped.
183 UnmappedPermission The specified permission is not mapped for the object class.
188 raise exception.UnmappedClass("{0} is not mapped.".format(classname))
193 raise exception.UnmappedPermission("{0}:{1} is not mapped.".
204 UnmappedClass The specified object class is not mapped.
213 raise exception.UnmappedClass("{0} is not mapped.".format(classname))
224 UnmappedClass The specified object class is not mapped.
225 UnmappedPermission The specified permission is not mapped for the object class
    [all...]
  /external/clang/test/Modules/Inputs/macro-ambiguity/c/system/
c_system.h 7 // header and load the module we will have mapped to the header by finding it
  /external/clang/test/Modules/Inputs/macro-ambiguity/d/system/
d_system.h 7 // header and load the module we will have mapped to the header by finding it
  /libcore/ojluni/src/main/java/java/nio/
MappedByteBuffer.java 35 * A direct byte buffer whose content is a memory-mapped region of a file.
37 * <p> Mapped byte buffers are created via the {@link
40 * memory-mapped file regions.
42 * <p> A mapped byte buffer and the file mapping that it represents remain
45 * <p> The content of a mapped byte buffer can change at any time, for example
46 * if the content of the corresponding region of the mapped file is changed by
50 * <a name="inaccess"><p> All or part of a mapped byte buffer may become
51 * inaccessible at any time, for example if the mapped file is truncated. An
52 * attempt to access an inaccessible region of a mapped byte buffer will not
56 * avoid the manipulation of a mapped file by this program, or by
    [all...]

Completed in 3211 milliseconds

1 2 3 4 5 6 7 8 91011>>