/prebuilts/tools/common/m2/repository/org/apache/maven/maven-repository-metadata/2.0.5/ |
maven-repository-metadata-2.0.5.pom | 11 <description>Maven Plugin Mapping</description>
|
/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 59 * Create a new mapping on an open file. 121 HANDLE mFileMapping; // Win32 file mapping handle
|
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/aarch64/ |
mapping2.d | 2 #name: AArch64 Mapping Symbols Test 2
|
mapping3.d | 2 #name: AArch64 Mapping Symbols Test 3
|
mapping4.d | 2 #name: AArch64 Mapping Symbols Test 4
|
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/arm/ |
mapmisc.s | 42 # not cause the literal pool to be emitted with a code mapping symbol.
|
mapping2.d | 2 #name: ARM Mapping Symbols Test 2
|
/toolchain/binutils/binutils-2.25/ld/testsuite/ld-elf/ |
seg.d | 15 Section to Segment mapping:
|
/toolchain/binutils/binutils-2.25/ld/testsuite/ld-mips-elf/ |
pic-and-nonpic-3a.sd | 14 *Section to Segment mapping:
|
/toolchain/binutils/binutils-2.25/ld/testsuite/ld-powerpc/ |
vle-multiseg-2.d | 12 Section to Segment mapping:
|
vle-multiseg-3.d | 12 Section to Segment mapping:
|
vle-multiseg-5.d | 12 Section to Segment mapping:
|
/toolchain/binutils/binutils-2.25/ld/testsuite/ld-sh/ |
fdpic-stack-default.d | 16 Section to Segment mapping:
|
fdpic-stack-set.d | 16 Section to Segment mapping:
|
fdpic-stack-size.d | 16 Section to Segment mapping:
|
/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...] |
/external/llvm/tools/dsymutil/ |
DebugMap.cpp | 78 auto Mapping = AddressToMapping.find(Address); 79 if (Mapping == AddressToMapping.end()) 81 return Mapping->getSecond(); 137 mapping(IO &io, std::pair<std::string, DebugMapObject::SymbolMapping> &s) { function in class:llvm::yaml::MappingTraits 144 void MappingTraits<dsymutil::DebugMapObject>::mapping( function in class:llvm::yaml::MappingTraits 179 void MappingTraits<dsymutil::DebugMap>::mapping(IO &io, function in class:llvm::yaml::MappingTraits 188 void MappingTraits<std::unique_ptr<dsymutil::DebugMap>>::mapping( function in class:llvm::yaml::MappingTraits 239 auto &Mapping = Entry.second; 240 uint64_t ObjAddress = Mapping.ObjectAddress; 244 Res.addSymbol(Entry.first, ObjAddress, Mapping.BinaryAddress, Mapping.Size) [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. 219 * Adds a mapping from the specified key to the specified value, 220 * replacing the previous mapping from the specified key if there 264 * the key from the <code>index</code>th key-value mapping that this 285 * 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...] |
/art/runtime/ |
mem_map.h | 57 // "reuse" allows re-mapping an address range from an existing mapping. 60 // 'name' will be used -- on systems that support it -- to give the mapping 104 // not relative. This version allows requesting a specific address for the base of the mapping. 105 // "reuse" allows us to create a view into an existing mapping where we do not take ownership of 122 // Releases the memory mapping. 225 size_t base_size_; // Length of mapping. May be changed by RemapAtEnd (ie Zygote). 228 // When reuse_ is true, this is just a view of an existing mapping
|
/art/test/005-annotations/src/android/test/anno/ |
TestAnnotations.java | 93 @ExportedProperty(mapping = { 139 final IntToString[] mapping; local 148 mapping = property.mapping(); 150 System.out.println("mapping is " + mapping.getClass() + 151 "\n 0='" + mapping[0] + "'\n 1='" + mapping[1] + "'");
|
/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-trace/catapult/dashboard/dashboard/ |
units_to_direction.py | 33 units_dict: A dictionary mapping unit names to dictionaries mapping
|