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

<<11121314151617181920>>

  /external/guava/guava/src/com/google/common/net/
InetAddresses.java 71 * <li>An IPv6 "IPv4 mapped" address, {@code "::ffff:192.168.0.1"}.<br/>
75 * <p>A few notes about IPv6 "IPv4 mapped" addresses and their observed
78 * "IPv4 mapped" addresses were originally a representation of IPv4
82 * these "mapped" addresses were never supposed to be seen on the
87 * format of a "mapped" address, as shown above, and transmit it in an
89 * appear to adhere doggedly to the original intent of the "mapped"
90 * address: all "mapped" addresses return {@link Inet4Address} objects.
94 * be a "compat" or "mapped" address. Filtering suggestions usually
163 * This is mapped to IllegalArgumentException since, presumably,
205 * This is mapped to IllegalArgumentException since, presumably
    [all...]
  /libcore/luni/src/test/java/tests/api/java/util/
EnumMapTest.java 106 assertNull("Return non-null for non mapped key", enumColorMap.put(
120 assertNull("Return non-null for non mapped key", enumSizeMap.put(
132 assertNull("Return non-null for non mapped key", enumSizeMap.put(
755 assertNull("Get returned non-null for non mapped key", enumSizeMap
761 assertNull("Get returned non-null for non mapped key", enumSizeMap
771 assertNull("Get returned non-null for non mapped key", enumColorMap
776 assertNull("Get returned non-null for non mapped key", enumColorMap
804 assertNull("Return non-null for non mapped key", enumSizeMap.put(
820 assertNull("Return non-null for non mapped key", enumColorMap.put(
829 assertNull("Return non-null for non mapped key", enumColorMap.put
    [all...]
  /hardware/samsung_slsi/exynos5/mobicore/daemon/ClientLib/public/
MobiCoreDriverApi.h 131 #define MC_DRV_ERR_BUFFER_ALREADY_MAPPED MC_DRV_ERR_BULK_MAPPING /**< Buffer is already mapped to this Trustlet. */
158 /** Information structure about additional mapped Bulk buffer between the Trustlet Connector (Nwd) and
165 uint32_t sVirtualLen; /**< Length of the mapped Bulk buffer */
356 * Memory allocated in user space of the TLC can be mapped as additional communication channel
357 * (besides TCI) to the Trustlet. Limitation of the Trustlet memory structure apply: only 6 chunks can be mapped
360 * @attention It is up to the application layer (TLC) to inform the Trustlet about the additional mapped bulk memory.
363 * given buffer is mapped to the session specified in the sessionHandle.
366 * @param [out] mapInfo Information structure about the mapped Bulk buffer between the TLC (Nwd) and
386 * Remove additional mapped bulk buffer between Trustlet Connector (TLC) and the Trustlet (TL) for a session.
394 * @param [in] mapInfo Information structure about the mapped Bulk buffer between the TLC (Nwd) an
    [all...]
  /external/kernel-headers/original/asm-arm/
dma-mapping.h 13 * uncached, unwrite-buffered mapped memory space for use with DMA
132 * @cpu_addr: CPU direct mapped address of buffer
181 * dma_unmap_single - unmap a single buffer previously mapped
206 * dma_unmap_page - unmap a buffer previously mapped through dma_map_page()
272 * dma_unmap_sg - unmap a set of SG buffers mapped by dma_map_sg
422 * @size: size of region being mapped
  /hardware/samsung_slsi/exynos5/mobicore/common/MobiCore/inc/Mci/
mcimcp.h 49 MC_MCP_RET_OK = 0, /**< Memory has successfully been mapped. */
56 MC_MCP_RET_ERR_ALREADY_MAPPED = 7, /**< The memory block has already been mapped before. */
270 * Mapped memory will automatically be unmapped from the MobiCore context. The NWd is responsible for
313 uint32_t secureVirtualAdr; /**< Virtual address in the context of the service the WSM is mapped to, already includes a possible offset! */
321 * The UNMAP command is used to unmap a previously mapped block of
333 uint32_t secureVirtualAdr; /**< Virtual address in the context of the service the WSM has been mapped to, already includes a possible offset! */
  /hardware/ti/omap3/dspbridge/inc/
mem.h 54 *! 07-Jan-1998 gp: Added MEM_AllocUMB and MEM_UMBFree for User Mapped Buffers
328 * pPhysAddr: Physical address to be mapped.
392 * Unmap the linear address mapped in MEM_LinearAddress.
394 * pBaseAddr: Ptr to mapped memory (as returned by MEM_LinearAddress()).
398 * - pBaseAddr is a valid linear address mapped in MEM_LinearAddress.
414 * dwVirtAddr: Linear address of user allocated (and mapped) buffer.
  /hardware/ti/omap3/dspbridge/libbridge/inc/
mem.h 54 *! 07-Jan-1998 gp: Added MEM_AllocUMB and MEM_UMBFree for User Mapped Buffers
328 * pPhysAddr: Physical address to be mapped.
392 * Unmap the linear address mapped in MEM_LinearAddress.
394 * pBaseAddr: Ptr to mapped memory (as returned by MEM_LinearAddress()).
398 * - pBaseAddr is a valid linear address mapped in MEM_LinearAddress.
414 * dwVirtAddr: Linear address of user allocated (and mapped) buffer.
  /bionic/libc/private/
bionic_atomic_arm.h 74 * mapped at address 0xffff0fa0 in all user process, and that
134 * - < ARMv6 => use kernel helper function mapped at 0xffff0fc0
162 /* Use the handy kernel helper function mapped at 0xffff0fc0 */
  /dalvik/dexlist/
DexList.cpp 204 bool mapped = false; local
218 mapped = true;
236 if (mapped)
  /external/chromium/chrome/browser/resources/options/
font_settings.js 72 * @param {number} value The mapped value currently set by the slider.
93 * @param {number} value The mapped value currently set by the slider.
106 * @param {number} value The mapped value that has been saved.
  /external/qemu/android/
looper.h 199 * are mapped to both read and write events. The idea is that a read() or
205 * Socket connect()s are mapped to LOOP_IO_WRITE events.
206 * Socket accept()s are mapped to LOOP_IO_READ events.
  /external/webkit/Source/WebCore/platform/graphics/android/rendering/
InstrumentedPlatformCanvas.h 155 SkRect mapped; local
156 matrix.mapRect(&mapped, rect);
157 return mapped.contains(canvasRect);
  /frameworks/base/core/java/android/util/
LongSparseArray.java 69 * Gets the Object mapped from the specified key, or <code>null</code>
77 * Gets the Object mapped from the specified key, or the specified Object
257 * key is not mapped.
SparseArray.java 69 * Gets the Object mapped from the specified key, or <code>null</code>
77 * Gets the Object mapped from the specified key, or the specified Object
257 * key is not mapped.
  /frameworks/support/v4/java/android/support/v4/util/
LongSparseArray.java 67 * Gets the Object mapped from the specified key, or <code>null</code>
75 * Gets the Object mapped from the specified key, or the specified Object
255 * key is not mapped.
SparseArrayCompat.java 48 * Gets the Object mapped from the specified key, or <code>null</code>
56 * Gets the Object mapped from the specified key, or the specified Object
246 * key is not mapped.
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/pb_ds/
tag_and_trait.hpp 63 // pointer, or reference to a container object's mapped value type
70 // pointer, or reference to a container object's mapped value type
86 /// A mapped-policy indicating that an associative container is a set.
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/ext/pb_ds/
tag_and_trait.hpp 64 // pointer, or reference to a container object's mapped value type
71 // pointer, or reference to a container object's mapped value type
87 /// A mapped-policy indicating that an associative container is a set.
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/ext/pb_ds/
tag_and_trait.hpp 64 // pointer, or reference to a container object's mapped value type
71 // pointer, or reference to a container object's mapped value type
87 /// A mapped-policy indicating that an associative container is a set.
  /prebuilts/ndk/4/platforms/android-3/arch-arm/usr/include/
netdb.h 171 #define AI_ALL 0x00000100 /* IPv6 and IPv4-mapped (with AI_V4MAPPED) */
172 #define AI_V4MAPPED_CFG 0x00000200 /* accept IPv4-mapped if kernel supports */
174 #define AI_V4MAPPED 0x00000800 /* accept IPv4-mapped IPv6 address */
  /prebuilts/ndk/4/platforms/android-4/arch-arm/usr/include/
netdb.h 171 #define AI_ALL 0x00000100 /* IPv6 and IPv4-mapped (with AI_V4MAPPED) */
172 #define AI_V4MAPPED_CFG 0x00000200 /* accept IPv4-mapped if kernel supports */
174 #define AI_V4MAPPED 0x00000800 /* accept IPv4-mapped IPv6 address */
  /prebuilts/ndk/4/platforms/android-5/arch-arm/usr/include/
netdb.h 171 #define AI_ALL 0x00000100 /* IPv6 and IPv4-mapped (with AI_V4MAPPED) */
172 #define AI_V4MAPPED_CFG 0x00000200 /* accept IPv4-mapped if kernel supports */
174 #define AI_V4MAPPED 0x00000800 /* accept IPv4-mapped IPv6 address */
  /prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/
netdb.h 171 #define AI_ALL 0x00000100 /* IPv6 and IPv4-mapped (with AI_V4MAPPED) */
172 #define AI_V4MAPPED_CFG 0x00000200 /* accept IPv4-mapped if kernel supports */
174 #define AI_V4MAPPED 0x00000800 /* accept IPv4-mapped IPv6 address */
  /prebuilts/ndk/4/platforms/android-8/arch-arm/usr/include/
netdb.h 171 #define AI_ALL 0x00000100 /* IPv6 and IPv4-mapped (with AI_V4MAPPED) */
172 #define AI_V4MAPPED_CFG 0x00000200 /* accept IPv4-mapped if kernel supports */
174 #define AI_V4MAPPED 0x00000800 /* accept IPv4-mapped IPv6 address */
  /prebuilts/ndk/4/platforms/android-8/arch-x86/usr/include/
netdb.h 171 #define AI_ALL 0x00000100 /* IPv6 and IPv4-mapped (with AI_V4MAPPED) */
172 #define AI_V4MAPPED_CFG 0x00000200 /* accept IPv4-mapped if kernel supports */
174 #define AI_V4MAPPED 0x00000800 /* accept IPv4-mapped IPv6 address */

Completed in 830 milliseconds

<<11121314151617181920>>