/ndk/build/platforms/android-4/arch-arm/usr/include/asm/ |
cacheflush.h | 86 #define flush_dcache_mmap_lock(mapping) write_lock_irq(&(mapping)->tree_lock) 87 #define flush_dcache_mmap_unlock(mapping) write_unlock_irq(&(mapping)->tree_lock)
|
/ndk/build/platforms/android-4/arch-arm/usr/include/linux/ |
dma-mapping.h | 36 #include <asm/dma-mapping.h>
|
/ndk/build/platforms/android-5/arch-arm/usr/include/asm/ |
cacheflush.h | 86 #define flush_dcache_mmap_lock(mapping) write_lock_irq(&(mapping)->tree_lock) 87 #define flush_dcache_mmap_unlock(mapping) write_unlock_irq(&(mapping)->tree_lock)
|
/ndk/build/platforms/android-5/arch-arm/usr/include/linux/ |
dma-mapping.h | 36 #include <asm/dma-mapping.h>
|
/ndk/build/platforms/android-5/arch-x86/usr/include/linux/ |
dma-mapping.h | 36 #include <asm/dma-mapping.h>
|
/ndk/build/platforms/android-8/arch-arm/usr/include/asm/ |
cacheflush.h | 86 #define flush_dcache_mmap_lock(mapping) write_lock_irq(&(mapping)->tree_lock) 87 #define flush_dcache_mmap_unlock(mapping) write_unlock_irq(&(mapping)->tree_lock)
|
/ndk/build/platforms/android-8/arch-arm/usr/include/linux/ |
dma-mapping.h | 36 #include <asm/dma-mapping.h>
|
/ndk/build/platforms/android-8/arch-x86/usr/include/linux/ |
dma-mapping.h | 36 #include <asm/dma-mapping.h>
|
/dalvik/dx/src/com/android/dx/ssa/ |
RegisterMapper.java | 24 * Represents a mapping between two register numbering schemes. 25 * Subclasses of this may be mutable, and as such the mapping provided
|
/external/icu4c/i18n/ |
casetrn.h | 33 * case mapping. 41 * @param map the full case mapping function (see ucase.h)
|
/external/icu4c/samples/case/ |
case.cpp | 40 u_fprintf(out,"ICU Case Mapping Sample Program\n\n"); 41 u_fprintf(out, "C++ Case Mapping\n\n");
|
/external/icu4c/test/testdata/ |
test4.ucm | 53 # <subchar1> non-mapping 55 # add a mapping that turns the above's Unicode side into a prefix
|
/external/oprofile/libop/ |
op_interface.h | 22 /** mapping */ 58 * Data type used by the module to notify daemon of fork/exit/mapping etc.
|
/frameworks/base/core/java/android/util/ |
LongSparseArray.java | 76 * if no such mapping has been made. 84 * if no such mapping has been made. 97 * Removes the mapping from the specified key, if there was any. 145 * Adds a mapping from the specified key to the specified value, 146 * replacing the previous mapping from the specified key if there 210 * the key from the <code>index</code>th key-value mapping that this 223 * the value from the <code>index</code>th key-value mapping that this 236 * value for the <code>index</code>th key-value mapping that this
|
SparseArray.java | 52 * if no such mapping has been made. 60 * if no such mapping has been made. 73 * Removes the mapping from the specified key, if there was any. 121 * Adds a mapping from the specified key to the specified value, 122 * replacing the previous mapping from the specified key if there 186 * the key from the <code>index</code>th key-value mapping that this 199 * the value from the <code>index</code>th key-value mapping that this 212 * value for the <code>index</code>th key-value mapping that this
|
/packages/apps/Contacts/res/values/ |
attrs.xml | 18 <declare-styleable name="Mapping"> 19 <!-- Mime-type handled by this mapping -->
|
/external/kernel-headers/original/linux/ |
kd.h | 55 #define GIO_SCRNMAP 0x4B40 /* get screen mapping from kernel */ 56 #define PIO_SCRNMAP 0x4B41 /* put screen mapping table in kernel */ 57 #define GIO_UNISCRNMAP 0x4B69 /* get full Unicode screen mapping */ 58 #define PIO_UNISCRNMAP 0x4B6A /* set full Unicode screen mapping */ 60 #define GIO_UNIMAP 0x4B66 /* get unicode-to-font mapping from kernel */ 69 #define PIO_UNIMAP 0x4B67 /* put unicode-to-font mapping in kernel */
|
mm.h | 185 * mapping from the currently active vm_flags protection bits (the 233 unsigned long private; /* Mapping-private opaque data: 240 struct address_space *mapping; /* If low bit clear, points to member in struct:page::__anon3018::__anon3019 252 pgoff_t index; /* Our offset within mapping. */ 285 * - cache mapping (page->mapping) 287 * - page mapped in a task's page tables, each mapping 365 * A page may belong to an inode's memory mapping. In this case, 366 * page->mapping is the pointer to the inode, and page->index is the 380 * There is also a per-mapping radix tree mapping index to the pag 573 struct address_space *mapping = page->mapping; local [all...] |
/external/qemu/memcheck/ |
memcheck_mmrange_map.h | 15 * tree (a map) of module memory mapping ranges in the guest system. The map is 38 /* Memory mapping range map. */ 79 * start - Starting address of a mapping range. 80 * end - Ending address of a mapping range. 93 * start - Starting address of a mapping range. 94 * end - Ending address of a mapping range.
|
/external/icu4c/common/ |
ucase.h | 16 * Low-level Unicode character/string case mapping code. 156 /* string case mapping functions */ 195 * either to itself (in which case in-place mapping functions do nothing), 200 * Mapping to self: Negative values (~self instead of -self to support U+0000) 202 * Mapping to another code point: Positive values >UCASE_MAX_STRING_LENGTH 204 * Mapping to a string: The string length (0..UCASE_MAX_STRING_LENGTH) is 211 * Get the full lowercase mapping for c. 213 * @param csp Case mapping properties. 219 * @param pString If the mapping result is a string, then the pointer is 318 /* no exception: bits 15..6 are a 10-bit signed case mapping delta * [all...] |
/external/icu4c/tools/gencase/ |
store.c | 16 * Store Unicode case mapping properties efficiently for 39 /* Unicode case mapping properties file format --------------------------------- 60 i2 trieSize; -- size in bytes of the case mapping properties trie 66 i15 maxFullLength; -- maximum length of a full case mapping/folding string 82 15..6 signed delta to simple case mapping code point 126 0 lowercase mapping (code point) 128 2 uppercase mapping (code point) 129 3 titlecase mapping (code point) 133 7 there is at least one full (string) case mapping 149 - If special casing is conditional, then no full lower/upper/title mapping [all...] |
/external/quake/quake/src/WinQuake/kit/ |
JOYSTICK.TXT | 49 2. mapping of any axis to any control (Forward, Look, Side, Turn)
61 In addition to the above new variables, there are six more for axis mapping. These are:
62 joyadvaxisx - controls mapping of DirectInput axis X (typically joystick left and right)
63 joyadvaxisy - controls mapping of DirectInput axis Y (typically joystick forward and backward)
64 joyadvaxisz - controls mapping of DirectInput axis Z (typically joystick throttle)
65 joyadvaxisr - controls mapping of DirectInput axis R (typically joystick rudder)
66 joyadvaxisu - controls mapping of DirectInput axis U (custom axis - Assassin 3D trackball left and right, WingMan Warrior SpinControl and SpaceOrb roll)
67 joyadvaxisv - controls mapping of DirectInput axis V (custom axis - Assassin 3D trackball forward and backward and SpaceOrb yaw)
76 The advanced axes variables will not have any effect until joyadvanced is set to 1.0. Additionally, any changes to the to the axes will not take effect until the joyadvancedupdate command is executed. So, the procedure for creating an advanced mapping is:
78 2. make any desired mapping changes [all...] |
/system/extras/librank/ |
librank.c | 119 struct mapping_info *mapping; local 129 2 * library->mappings_size * sizeof(struct mapping*)); 137 mapping = calloc(1, sizeof(*mapping)); 138 if (!mapping) { 139 fprintf(stderr, "Couldn't allocate space for mapping struct: %s\n", strerror(errno)); 142 mapping->proc = proc; 143 pm_memusage_zero(&mapping->usage); 145 library->mappings[library->mappings_count++] = mapping; 147 return mapping; [all...] |
/external/icu4c/tools/gensprep/ |
gensprep.c | 276 uint32_t mapping[40]; local 286 fprintf(stderr, "gensprep: error parsing NormalizationCorrections.txt mapping at %s\n", fields[0][0]); 292 /* parse the mapping string */ 293 length=u_parseCodePoints(s, mapping, sizeof(mapping)/4, pErrorCode); 308 /* store the mapping */ 312 storeMapping(code,mapping, length, USPREP_MAP, pErrorCode); 327 /* fprintf(stdout,"Number of code points that have NormalizationCorrections mapping with length >1 : %i\n",len); */ 339 uint32_t mapping[40]; local 404 /* parse the mapping string * [all...] |
/external/proguard/src/proguard/obfuscate/ |
MappingKeeper.java | 71 // Print out a warning if the mapping conflicts with a name that 114 // Print out a warning if the mapping conflicts with a name that 131 // Make sure the mapping name will be kept. 155 // Print out a warning if the mapping conflicts with a name that 172 // Make sure the mapping name will be kept.
|