HomeSort by relevance Sort by last modified time
    Searched defs:mapped (Results 51 - 75 of 225) sorted by null

1 23 4 5 6 7 8 9

  /external/swiftshader/third_party/LLVM/lib/CodeGen/
MachineVerifier.cpp 567 bool mapped = !LiveInts->isNotInMIMap(MI); local
569 if (mapped)
572 if (!mapped)
    [all...]
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/nio/channels/
FileChannelTest.java 1821 MappedByteBuffer mapped = readWriteFileChannel.map(MapMode.READ_ONLY, local
1832 MappedByteBuffer mapped = readWriteFileChannel.map(MapMode.PRIVATE, 0, local
1844 MappedByteBuffer mapped = null; local
1876 MappedByteBuffer mapped = readOnlyFileChannel.map(MapMode.READ_ONLY, local
1888 MappedByteBuffer mapped = readWriteFileChannel.map(MapMode.PRIVATE, 0, local
1912 MappedByteBuffer mapped = readWriteFileChannel.map(MapMode.PRIVATE, 10, local
1923 MappedByteBuffer mapped = null; local
1952 MappedByteBuffer mapped = readWriteFileChannel.map(MapMode.READ_WRITE, local
1991 MappedByteBuffer mapped = readOnlyFileChannel.map(MapMode.READ_ONLY, local
    [all...]
  /prebuilts/ndk/r16/sources/third_party/shaderc/third_party/glslang/SPIRV/
SPVRemapper.h 254 std::vector<bits_t> mapped; // which new IDs have been mapped member in class:spv::spirvbin_t
257 bool isMapped(spv::Id id) const { return id < maxMappedId() && ((mapped[id/mBits] & (1LL<<(id%mBits))) != 0); }
258 void setMapped(spv::Id id) { resizeMapped(id); mapped[id/mBits] |= (1LL<<(id%mBits)); }
259 void resizeMapped(spv::Id id) { if (id >= maxMappedId()) mapped.resize(id/mBits+1, 0); }
260 size_t maxMappedId() const { return mapped.size() * mBits; }
280 spv::Id largestNewId; // biggest new ID we have mapped anything to
  /external/ImageMagick/MagickCore/
blob.c 124 mapped,
216 blob_info->mapped=MagickFalse;
464 clone_info->mapped=blob_info->mapped;
659 if (image->blob->mapped != MagickFalse)
701 if (blob_info->mapped != MagickFalse)
707 blob_info->mapped=MagickFalse;
121 mapped, member in struct:_BlobInfo
    [all...]
xwindow-private.h 424 mapped, member in struct:_XWindowInfo
  /external/guava/guava-tests/test/com/google/common/net/
InetAddressesTest.java 384 * from an "IPv4 mapped" IPv6 address. Our String-based method can
389 InetAddress mapped = InetAddresses.forString(mappedStr); local
390 assertFalse(mapped instanceof Inet6Address);
391 assertEquals(InetAddress.getByName("192.168.0.1"), mapped);
396 mapped = InetAddresses.forString(mappedStr);
397 assertFalse(mapped instanceof Inet6Address);
398 assertEquals(InetAddress.getByName("192.168.0.1"), mapped);
402 mapped = InetAddresses.forString(mappedStr);
403 assertFalse(mapped instanceof Inet6Address);
404 assertEquals(InetAddress.getByName("1.2.3.4"), mapped);
    [all...]
  /dalvik/dexdump/
DexDump.cpp 2158 bool mapped = false; local
    [all...]
  /external/libevent/
buffer.c 3040 void *mapped; local
    [all...]
  /external/llvm/lib/CodeGen/
MachineVerifier.cpp 869 bool mapped = !LiveInts->isNotInMIMap(*MI); local
871 if (mapped)
874 if (mapped)
877 if (!mapped)
    [all...]
  /external/mesa3d/src/gallium/drivers/r300/
r300_state.c 2011 uint32_t *mapped; local
    [all...]
  /external/v8/src/
unicode.cc 158 uchar mapped = mapping.chars[length]; local
159 if (mapped == MultiCharacterSpecialCase<kW>::kEndOfEncoding) break;
161 result[length] = mapped + (key - entry);
163 result[length] = mapped;
    [all...]
  /toolchain/binutils/binutils-2.27/bfd/
libbfd.h 926 unsigned mapped : 1; \/* 1 = mmap, 0 = malloc *\/ member in struct:_bfd_window_internal
    [all...]
  /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/skia/src/core/
SkPath.cpp 1473 SkPoint mapped[2]; local
    [all...]
  /external/skqp/src/core/
SkPath.cpp 1445 SkPoint mapped[2]; local
    [all...]
  /frameworks/native/services/inputflinger/
InputReader.cpp 2296 int32_t mapped = 0; local
    [all...]
  /prebuilts/tools/common/m2/repository/org/eclipse/jetty/jetty-http/8.1.14.v20131031/
jetty-http-8.1.14.v20131031.jar 
  /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...]
  /prebuilts/misc/common/robolectric/3.1.1/lib/
commons-codec-1.3.jar 
  /prebuilts/misc/common/robolectric/3.4.2/lib/
commons-codec-1.3.jar 
  /prebuilts/misc/common/robolectric/3.5.1/lib/
commons-codec-1.3.jar 
  /prebuilts/misc/common/robolectric/3.6.1/lib/
commons-codec-1.3.jar 
  /prebuilts/tools/common/m2/repository/commons-codec/commons-codec/1.3/
commons-codec-1.3.jar 
  /external/owasp/sanitizer/lib/commons-codec-1.4/
commons-codec-1.4.jar 
  /prebuilts/devtools/tools/lib/
commons-codec-1.4.jar 

Completed in 1131 milliseconds

1 23 4 5 6 7 8 9