HomeSort by relevance Sort by last modified time
    Searched refs:mapped (Results 151 - 175 of 404) sorted by null

1 2 3 4 5 67 8 91011>>

  /external/ImageMagick/www/api/
cache.php 127 <p>The returned pointer may point to a temporary working copy of the pixels or it may point to the original pixels in memory. Performance is maximized if the selected region is part of one row, or one or more full rows, since then there is opportunity to access the pixels in-place (without a copy) if the image is in memory, or in a memory-mapped file. The returned pointer must *never* be deallocated by the user.</p>
315 <p>GetVirtualPixels() returns an immutable pixel region. If the region is successfully accessed, a pointer to it is returned, otherwise NULL is returned. The returned pointer may point to a temporary working copy of the pixels or it may point to the original pixels in memory. Performance is maximized if the selected region is part of one row, or one or more full rows, since there is opportunity to access the pixels in-place (without a copy) if the image is in memory, or in a memory-mapped file. The returned pointer must *never* be deallocated by the user.</p>
357 <p>Performance is maximized if the selected region is part of one row, or one or more full rows, since then there is opportunity to access the pixels in-place (without a copy) if the image is in memory, or in a memory-mapped file. The returned pointer must *never* be deallocated by the user.</p>
  /external/doclava/src/com/google/doclava/
Doclava.java 694 String mapped = escapeChars.get(c); local
695 if (mapped != null) {
697 b = new StringBuffer(s.length() + mapped.length());
702 b.append(mapped);
    [all...]
  /external/e2fsprogs/lib/ext2fs/
extent.c 1236 * May: map unmapped, unmap mapped, or remap mapped blocks.
1259 int mapped = 1; /* logical is mapped? */ local
    [all...]
  /tools/metalava/src/main/java/com/android/tools/metalava/model/
ClassItem.kt 638 val mapped = type.convertType(replacementMap)
639 types.add(mapped)
  /device/generic/goldfish-opengl/shared/OpenglCodecCommon/
GLSharedGroup.cpp 289 void GLSharedGroup::setBufferMapped(GLuint bufferId, bool mapped) {
292 buf->m_mapped = mapped;
  /external/libvncserver/webclients/novnc/
README.md 50 * 24-bit true color and 8 bit colour mapped
  /prebuilts/go/darwin-x86/src/cmd/vendor/github.com/google/pprof/internal/binutils/
addr2liner.go 82 // library, base should be the address at which it was mapped in the
  /prebuilts/go/darwin-x86/src/debug/gosym/
pclntab_test.go 158 t.Fatalf("reached end of package at absolute line %d, but absolute line %d mapped to %s:%d", final, i, path, line)
  /prebuilts/go/darwin-x86/src/net/
ipsock_plan9.go 13 // Probe probes IPv4, IPv6 and IPv4-mapped IPv6 communication
  /prebuilts/go/darwin-x86/src/runtime/debug/
garbage.go 138 // the program. Programs working with memory-mapped files or unsafe
  /prebuilts/go/darwin-x86/src/runtime/
mem_linux.go 36 // Anything else we assume means the pages are mapped.
mheap.go 67 // mapped. cap(spans) indicates the total reserved memory.
127 // mapped, but the metadata structures are always mapped for
139 // arena_end) is reserved (e.g., mapped PROT_NONE). If this is
540 // Waiting to update arena_used until after the memory has been mapped
558 // mapSpans makes sure that the spans are mapped
    [all...]
  /prebuilts/go/linux-x86/src/cmd/vendor/github.com/google/pprof/internal/binutils/
addr2liner.go 82 // library, base should be the address at which it was mapped in the
  /prebuilts/go/linux-x86/src/debug/gosym/
pclntab_test.go 158 t.Fatalf("reached end of package at absolute line %d, but absolute line %d mapped to %s:%d", final, i, path, line)
  /prebuilts/go/linux-x86/src/net/
ipsock_plan9.go 13 // Probe probes IPv4, IPv6 and IPv4-mapped IPv6 communication
  /prebuilts/go/linux-x86/src/runtime/debug/
garbage.go 138 // the program. Programs working with memory-mapped files or unsafe
  /prebuilts/go/linux-x86/src/runtime/
mem_linux.go 36 // Anything else we assume means the pages are mapped.
mheap.go 67 // mapped. cap(spans) indicates the total reserved memory.
127 // mapped, but the metadata structures are always mapped for
139 // arena_end) is reserved (e.g., mapped PROT_NONE). If this is
540 // Waiting to update arena_used until after the memory has been mapped
558 // mapSpans makes sure that the spans are mapped
    [all...]
  /external/aac/libAACdec/src/
aacdecoder.cpp     [all...]
  /external/python/cpython3/Objects/
unicodeobject.c 9725 Py_UCS4 c, mapped[3]; local
9749 Py_UCS4 c = PyUnicode_READ(kind, data, i), mapped[3]; local
9776 Py_UCS4 c = PyUnicode_READ(kind, data, i), mapped[3]; local
9809 Py_UCS4 mapped[3]; local
9828 Py_UCS4 mapped[3]; local
    [all...]
  /dalvik/dexdump/
DexDump.cpp 2158 bool mapped = false; local
    [all...]
  /build/blueprint/microfactory/
microfactory.go 24 // android/soong-test package wouldn't be mapped in the above case.
114 // If the package isn't mapped, we'll return false to prevent compilation attempts.
  /external/ImageMagick/MagickCore/
stream.c 207 if (cache_info->mapped == MagickFalse)
214 cache_info->mapped=MagickFalse;
700 cache_info->mapped=MagickFalse;
705 cache_info->mapped=MagickTrue;
    [all...]
  /external/llvm/lib/CodeGen/
MachineVerifier.cpp 869 bool mapped = !LiveInts->isNotInMIMap(*MI); local
871 if (mapped)
874 if (mapped)
877 if (!mapped)
    [all...]
  /toolchain/binutils/binutils-2.27/bfd/
libbfd.c 853 w->i->mapped = 0;

Completed in 461 milliseconds

1 2 3 4 5 67 8 91011>>