HomeSort by relevance Sort by last modified time
    Searched full:mapping (Results 426 - 450 of 4834) sorted by null

<<11121314151617181920>>

  /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
  /system/core/include/utils/
FileMap.h 18 // Encapsulate a shared file mapping.
39 * only part of it. This requires a little bookkeeping because the mapping
56 * Create a new mapping on an open file.
118 HANDLE mFileMapping; // Win32 file mapping handle
  /external/apache-http/src/org/apache/commons/codec/language/
Soundex.java 37 * An instance of Soundex using the US_ENGLISH_MAPPING mapping.
44 * This is a default mapping of the 26 letters used in US English. A value of <code>0</code> for a letter position
56 * This is a default mapping of the 26 letters used in US English. A value of <code>0</code> for a letter position
113 * Creates a soundex instance using the given mapping. This constructor can be used to provide an internationalized
114 * mapping for a non-Western character set.
119 * @param mapping
120 * Mapping array to use when finding the corresponding code for a given character
122 public Soundex(char[] mapping) {
123 this.setSoundexMapping(mapping);
168 * @return Mapping code for a particular characte
    [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...]
  /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...]
SparseArray.java 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.
138 * Removes the mapping from the specified key, if there was any, returning the old value.
162 * Removes the mapping at the specified index.
213 * Adds a mapping from the specified key to the specified value,
214 * replacing the previous mapping from the specified key if there
258 * the key from the <code>index</code>th key-value mapping that this
276 * 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/clang/test/CoverageMapping/
objc.m 1 // RUN: %clang_cc1 -fprofile-instr-generate -fcoverage-mapping -dump-coverage-mapping -emit-llvm-only -main-file-name objc.m -triple x86_64-apple-darwin -fobjc-runtime=macosx-fragile-10.5 %s | FileCheck %s
switchmacro.c 1 // RUN: %clang_cc1 -fprofile-instr-generate -fcoverage-mapping -dump-coverage-mapping -emit-llvm-only -main-file-name switchmacro.c %s | FileCheck %s
test.c 1 // RUN: %clang_cc1 -fprofile-instr-generate -fcoverage-mapping -dump-coverage-mapping -emit-llvm-only -main-file-name test.c %s | FileCheck %s
trycatch.cpp 1 // RUN: %clang_cc1 -triple %itanium_abi_triple -std=c++11 -fexceptions -fcxx-exceptions -fprofile-instr-generate -fcoverage-mapping -dump-coverage-mapping -emit-llvm-only -main-file-name trycatch.cpp %s | FileCheck %s
  /external/dexmaker/src/dx/java/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/e2fsprogs/lib/ext2fs/
fiemap.h 27 * which to start mapping (in) */
28 __u64 fm_length; /* logical length of mapping which
  /external/google-breakpad/src/client/linux/dump_writer_common/
mapping_info.h 41 // One of these is produced for each mapping in the process (i.e. line in
47 bool exec; // true if the mapping has the execute bit set.
  /external/icu/icu4c/source/i18n/
casetrn.h 33 * case mapping.
41 * @param map the full case mapping function (see ucase.h)
  /external/icu/icu4c/source/samples/case/
case.cpp 40 u_fprintf(out,"ICU Case Mapping Sample Program\n\n");
41 u_fprintf(out, "C++ Case Mapping\n\n");

Completed in 6559 milliseconds

<<11121314151617181920>>