/prebuilts/ndk/9/platforms/android-4/arch-arm/usr/include/linux/ |
dma-mapping.h | 36 #include <asm/dma-mapping.h>
|
/prebuilts/ndk/9/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)
|
/prebuilts/ndk/9/platforms/android-5/arch-arm/usr/include/linux/ |
dma-mapping.h | 36 #include <asm/dma-mapping.h>
|
/prebuilts/ndk/9/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)
|
/prebuilts/ndk/9/platforms/android-8/arch-arm/usr/include/linux/ |
dma-mapping.h | 36 #include <asm/dma-mapping.h>
|
/prebuilts/ndk/9/platforms/android-9/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)
|
/prebuilts/ndk/9/platforms/android-9/arch-arm/usr/include/linux/ |
dma-mapping.h | 36 #include <asm/dma-mapping.h>
|
/prebuilts/ndk/9/platforms/android-9/arch-mips/usr/include/linux/ |
dma-mapping.h | 36 #include <asm/dma-mapping.h>
|
/prebuilts/ndk/9/platforms/android-9/arch-x86/usr/include/asm/ |
swiotlb.h | 21 #include <asm/dma-mapping.h>
|
/prebuilts/ndk/9/platforms/android-9/arch-x86/usr/include/linux/ |
dma-mapping.h | 36 #include <asm/dma-mapping.h>
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_codecmaps_cn.py | 4 # Codec mapping tests for PRC encodings
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_codecmaps_cn.py | 4 # Codec mapping tests for PRC encodings
|
/external/chromium_org/courgette/ |
memory_allocator.h | 60 // Manages a read/write virtual mapping of a physical file. 70 // Returns true iff a mapping has been created. 84 // Manages a temporary file and a memory mapping of the temporary file. 100 // Returns true if the mapping is valid and memory is available. 118 // Allocating the memory as a mapping of a temporary file solves the problem 176 TempMapping* mapping = TempMapping::GetMappingFromPtr(mem); local 177 delete mapping; 202 TempMapping* mapping = new(std::nothrow) TempMapping(); local 203 if (mapping && mapping->Initialize(bytes)) [all...] |
/external/fonttools/Lib/fontTools/ttLib/tables/ |
_p_o_s_t.py | 109 mapping = {} 119 mapping[glyphName] = psName 122 self.mapping = mapping 159 if glyphName in self.mapping: 160 psName = self.mapping[glyphName] 200 if hasattr(self, "mapping"): 207 "ps name mapping for those cases where they differ. That's what\n" 210 items = sorted(self.mapping.items()) 237 self.mapping = { [all...] |
/external/oprofile/daemon/liblegacy/ |
opd_proc.c | 161 * iterate through the proc maps searching the mapping which owns sample 274 * image e.g. pid re-use, multiple mapping with the 275 * same mapping name etc. */ 293 * These samples belong to the old mapping but we can not say if 298 * samples, the error message can count only out of mapping samples but 299 * not samples between the race and inside the mapping of the exec'ed 302 * Trying to save old mapping is not correct due the above reason. The 308 /* proc->name will be set when the next mapping occurs */ 407 * opd_remove_kernel_mapping - remove all kernel mapping for an opd_proc 410 * invalidate (by removing them) all kernel mapping. This function do nothin [all...] |
/frameworks/base/core/java/android/util/ |
LongSparseArray.java | 25 * SparseArray mapping longs to Objects. Unlike a normal array of Objects, 29 * for each mapping. 101 * if no such mapping has been made. 109 * if no such mapping has been made. 123 * Removes the mapping from the specified key, if there was any. 144 * Removes the mapping at the specified index. 182 * Adds a mapping from the specified key to the specified value, 183 * replacing the previous mapping from the specified key if there 227 * the key from the <code>index</code>th key-value mapping that this 245 * the value from the <code>index</code>th key-value mapping that thi [all...] |
/frameworks/support/v4/java/android/support/v4/util/ |
LongSparseArray.java | 20 * SparseArray mapping longs to Objects, a version of the platform's 26 * for each mapping. 93 * if no such mapping has been made. 101 * if no such mapping has been made. 115 * Removes the mapping from the specified key, if there was any. 136 * Removes the mapping at the specified index. 174 * Adds a mapping from the specified key to the specified value, 175 * replacing the previous mapping from the specified key if there 239 * the key from the <code>index</code>th key-value mapping that this 252 * the value from the <code>index</code>th key-value mapping that thi [all...] |
/development/ndk/platforms/android-9/arch-x86/include/asm/ |
cacheflush.h | 30 #define flush_dcache_mmap_lock(mapping) do { } while (0) 31 #define flush_dcache_mmap_unlock(mapping) do { } while (0)
|
/external/chromium_org/chrome/common/extensions/docs/server2/ |
test_branch_utility.py | 15 ''' Parameters: |version| is a mapping of versions to branches, and 16 |channels| is a mapping of channels to versions.
|
/external/chromium_org/mojo/shell/ |
mojo_url_resolver.h | 29 // Add a custom mapping for a particular "mojo:" URL. 32 // Add a local file mapping for a particular "mojo:" URL. This causes the
|
/external/chromium_org/third_party/icu/source/i18n/ |
casetrn.h | 33 * case mapping. 41 * @param map the full case mapping function (see ucase.h)
|
/external/chromium_org/third_party/icu/source/test/testdata/ |
test4.ucm | 53 # <subchar1> non-mapping 55 # add a mapping that turns the above's Unicode side into a prefix
|
/external/chromium_org/third_party/leveldatabase/src/include/leveldb/ |
write_batch.h | 36 // Store the mapping "key->value" in the database. 39 // If the database contains a mapping for "key", erase it. Else do nothing.
|
/external/chromium_org/third_party/mesa/src/docs/ |
MESA_texture_signed_rgba.spec | 91 however -128 and -127 both map to -1.0. Mapping -128 to -1.0 104 This is the same mapping as OpenGL 3.1 uses. 106 The above mapping should be considered the reference, but there 108 cannot do this. Particularly the mapping given in NV_texture_shader or 109 the standard OpenGL byte/float mapping is considered acceptable too, as 110 might be a mapping which represents -1.0 by -128, 0.0 by 0 and 1.0 by 114 converting to GL_FLOAT (using the standard OpenGL float/byte mapping) 115 and converting back (using the mapping described here).
|
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/clover/core/ |
queue.hpp | 33 class mapping; 55 friend class clover::mapping;
|