/external/kernel-headers/original/asm-x86/ |
genapic_32.h | 9 * An straight forward mapping of the APIC related parts of the
|
io_32.h | 66 * The returned physical address is the physical (CPU) mapping for 84 * The returned virtual address is a current CPU mapping for 86 * addresses that have a kernel mapping 131 * A boot-time mapping is currently limited to at most 16 pages.
|
/external/kernel-headers/original/linux/ |
mc146818rtc.h | 95 #define RTC_IOMAPPED 1 /* Default to I/O mapping. */
|
fs.h | 359 /* Write back some dirty pages from this mapping. */ 365 int (*readpages)(struct file *filp, struct address_space *mapping, 409 * of struct page's "mapping" pointer be used for PAGE_MAPPING_ANON. 464 int mapping_tagged(struct address_space *mapping, int tag); 469 static inline int mapping_mapped(struct address_space *mapping) 471 return !prio_tree_empty(&mapping->i_mmap) || 472 !list_empty(&mapping->i_mmap_nonlinear); 481 static inline int mapping_writably_mapped(struct address_space *mapping) 483 return mapping->i_mmap_writable != 0; [all...] |
/external/opencore/ |
README | 38 | provides the mapping OS APIs as well as some basic
|
/external/proguard/examples/ |
library.pro | 16 # Save the obfuscation mapping to a file, so we can de-obfuscate any stack
|
/external/proguard/src/proguard/ |
ProGuard.java | 338 // We'll apply a mapping, if requested. 341 System.out.println("Applying mapping [" + fileName(configuration.applyMapping) + "]"); 344 // We'll print out the mapping, if requested. 347 System.out.println("Printing mapping to [" + fileName(configuration.printMapping) + "]...");
|
/external/proguard/src/proguard/obfuscate/ |
Obfuscator.java | 120 // Apply the mapping, if one has been specified. The mapping can 143 System.err.println(" You should adapt your configuration or edit the mapping file."); 368 // Print out the mapping, if requested.
|
/external/qemu/memcheck/ |
memcheck.h | 157 /* Handles memory mapping of a module in guest address space. 163 * vstart - Guest address where mapping starts. 164 * vend - Guest address where mapping ends. 165 * exec_offset - Exec offset inside module mapping.
|
/external/srec/portable/src/ |
PFileSystemImpl.c | 30 * [file path, PFileSystem*] mapping.
|
/external/srec/tools/thirdparty/OpenFst/fst/lib/ |
relabel.h | 35 // mapping. 38 // \param relabel_pairs vector of pairs indicating old to new mapping 92 // mapping. 95 // \param new_symbols symbol set indicating new mapping
|
/external/webkit/WebCore/bindings/objc/ |
DOMInternal.h | 62 // Create an NSMapTable mapping from pointers to ObjC objects held with zeroing weak references.
|
/frameworks/base/core/java/android/app/ |
ActivityGroup.java | 89 * Returns a HashMap mapping from child activity ids to the return values
|
/frameworks/base/core/java/android/widget/ |
SectionIndexer.java | 45 * This is a reverse mapping to fetch the section index for a given position
|
/frameworks/base/include/ui/ |
GraphicBufferMapper.h | 50 // dumps information about the mapping of this handle
|
/packages/apps/IM/plugin/com/android/im/plugin/ |
PresenceMapping.java | 27 * Tells if the mapping needs all presence values sent in protocol. If this
|
/external/icu4c/common/ |
ucase.c | 16 * Low-level Unicode character/string case mapping code. 478 * The Turkic dotless i and dotted I with their case mapping conditions 506 /* add the one simple case mapping, no matter what type it is */ 549 /* start of full case mapping strings */ [all...] |
ucnvmbcs.c | 29 * - except for SBCS codepages: no fallback mapping from Unicode to a zero byte 100 * each mapping (using the stage 1 and reconstituted stage 2 tables) and 188 * Typically, such mappings occur only in fromUnicode mapping tables because 199 * alternatively hold a fallback mapping; in this case, the code unit 200 * is stored as U+fffe (unassigned), and the fallback mapping needs to 204 * i.e., such a byte sequence will never have a mapping result. 215 * action codes 0 and 1 result in precise-mapping Unicode code points 224 * action codes 2 and 3 result in fallback (unidirectional-mapping) Unicode code points 295 * a roundtrip mapping. 330 * a fallback mapping [all...] |
/dalvik/libcore/nio/src/main/java/java/nio/channels/ |
FileChannel.java | 28 * mapping, and manipulating the logical state of a platform file. This type 58 * <li>memory-mapping files into NIO buffers to provide efficient manipulation 83 * {@code MapMode} defines file mapping mode constants. 87 * Private mapping mode (equivalent to copy on write). 92 * Read-only mapping mode. 97 * Read-write mapping mode. 101 // The string used to display the mapping mode. 113 * Returns a string version of the mapping mode. 257 * read/write and private. After mapping, changes made to memory or the file 260 * Note: mapping a file into memory is usually expensive [all...] |
/bionic/libc/include/ |
nsswitch.h | 143 * Used by the nsparser routines to store a mapping between a source 167 * An nsswitch module provides a mapping from (database name, method name)
|
/bionic/libc/private/ |
nsswitch.h | 143 * Used by the nsparser routines to store a mapping between a source 168 * An nsswitch module provides a mapping from (database name, method name)
|
/dalvik/libcore/concurrent/src/main/java/java/util/concurrent/ |
ConcurrentMap.java | 45 * <tt>null</tt> if there was no mapping for the key. 120 * <tt>null</tt> if there was no mapping for the key.
|
/dalvik/libcore/icu/src/main/java/com/ibm/icu4jni/common/ |
ErrorCode.java | 13 * Error exception class mapping ICU error codes of the enum UErrorCode 23 * Generic mapping from the error codes to java default exceptions.
|
/dalvik/libdex/ |
ZipArchive.h | 51 * To speed comparisons when doing a lookup by name, we could make the mapping 53 * the record structure. However, this requires a private mapping of
|
/external/bluetooth/glib/tests/ |
mapping-test.c | 196 /* give the child some time to set up its mapping */ 231 /* test mapping with various flag combinations */
|