/frameworks/base/include/utils/ |
ZipFileRO.h | 206 /* mapped file */
|
/frameworks/base/libs/ui/ |
KeyLayoutMap.cpp | 212 //LOGD("mapped scancode=%d to keycode=%d flags=0x%08x\n", scancode,
|
/frameworks/base/tools/aapt/ |
StringPool.h | 142 // Unique set of all the strings added to the pool, mapped to
|
/hardware/libhardware/modules/gralloc/ |
mapper.cpp | 132 // this buffer was mapped, unmap it now
|
/hardware/ti/omap3/dspbridge/inc/ |
cfgdefs.h | 90 DWORD dwRegBase; /* DSP memory mapped register base */
|
/ndk/docs/ |
CPU-ARM-NEON.TXT | 26 (the latter are mapped to the same chip area than the FPU ones),
|
/prebuilt/linux-x86/toolchain/i686-unknown-linux-gnu-4.2.1/lib/gcc/i686-unknown-linux-gnu/4.2.1/include/xorg/ |
xf86Privstr.h | 133 int screenFd; /* fd for memory mapped access to
|
/system/wlan/ti/sta_dk_4_0_4_32/pform/linux/inc/ |
mmc_tnetw1150_api.h | 101 changed, the memory is re-mapped in accordance to requested address.
|
/external/v8/src/ |
d8.js | [all...] |
/dalvik/libcore/concurrent/src/test/java/tests/api/java/util/concurrent/ |
ConcurrentHashMapTest.java | 282 * replace value fails when the given key not mapped to expected value 292 * replace value succeeds when the given key mapped to expected value
|
/dalvik/libcore/sql/src/main/java/SQLite/ |
Database.java | 603 // String mapped = (String) mapLibraryName.invoke(null, args); 604 // System.load(path + java.io.File.separator + mapped);
|
/dalvik/libcore/xml/src/main/java/org/w3c/dom/ls/ |
LSInput.java | 151 * The public identifier for this input source. This may be mapped to an 159 * The public identifier for this input source. This may be mapped to an
|
/external/elfutils/libelf/ |
libelfP.h | 246 /* Address to which the file was mapped. NULL if not mapped. */
|
/external/icu4c/common/ |
ucmndata.c | 274 /* If the data is no good and we memory-mapped it ourselves, 276 * no effect on non-memory mapped data, other than clearing fields in udm.
|
/external/kernel-headers/original/asm-arm/ |
pgtable.h | 130 * mapping to be mapped at. This is particularly important for 216 * for zero-mapped memory areas etc..
|
/external/kernel-headers/original/asm-x86/ |
pgtable_32.h | 30 * for zero-mapped memory areas etc.. 121 #define _PAGE_PROTNONE 0x080 /* if the user mapped it with PROT_NONE;
|
/external/webkit/WebCore/platform/graphics/transforms/ |
TransformationMatrix.h | 129 // Like the version above, except that it rounds the mapped point to the nearest integer value. 139 // Rounds the resulting mapped rectangle out. This is helpful for bounding
|
/frameworks/base/core/java/android/view/ |
KeyCharacterMap.java | 214 * @return whether the key was mapped or not. If the key was not mapped,
|
/bionic/libc/include/netinet/ |
ip.h | 107 * mapped to the lower 2 bits of the TOS field.
|
/bionic/libc/netbsd/net/ |
reentrant.h | 80 * The thread macros can be directly mapped to the mutex primitives from
|
/build/tools/droiddoc/src/ |
DroidDoc.java | 315 String mapped = escapeChars.get(c); local 316 if (mapped != null) { 318 b = new StringBuffer(s.length() + mapped.length()); 323 b.append(mapped); [all...] |
/build/tools/soslim/ |
symfilter.c | 56 INFO("Memory-mapped symbol-filter file at %p\n", filter->mmap);
|
/dalvik/docs/ |
verifier.html | 125 At that point the bytecode instructions are mapped read-only during
|
/dalvik/libcore/luni/src/main/java/org/apache/harmony/luni/internal/net/www/protocol/http/ |
Header.java | 148 * Provides an unmodifiable map with all String header names mapped to their
|
/dalvik/libcore/nio/src/main/java/java/nio/channels/ |
FileLock.java | 62 * memory-mapped. On some platforms, closing a channel on a given file handle
|