/external/srec/shared/include/ |
HashMap.h | 33 * Hashed [key, value] mapping. 39 * Hashed [key, value] mapping. 44 * Sets new mapping, storing a reference to the value. 48 * @param key Mapping key 49 * @param value Mapping value 55 * Removes the mapping for this key from this map if present. 58 * @param key Key whose mapping is to be removed from the map. 64 * Removes the mapping for this key from this map if present and frees the value. 67 * @param key Key whose mapping is to be removed from the map. 118 * or null if the map contains no mapping for this key [all...] |
/dalvik/libcore/sql/src/main/java/java/sql/ |
Struct.java | 42 * customized type mappings. Where there is no entry in the type mapping 44 * mapping. 54 * method uses the supplied type mapping to determine how to map SQL types 56 * case where there is no entry in the type mapping which matches this 57 * structured type, the JDBC driver uses the default mapping. The {@code
|
/external/kernel-headers/original/linux/ |
backing-dev.h | 41 * - These flags let !MMU mmap() govern direct device mapping vs immediate 97 #define mapping_cap_writeback_dirty(mapping) \ 98 bdi_cap_writeback_dirty((mapping)->backing_dev_info) 100 #define mapping_cap_account_dirty(mapping) \ 101 bdi_cap_account_dirty((mapping)->backing_dev_info)
|
ashmem.h | 22 /* Return values from ASHMEM_PIN: Was the mapping purged while unpinned? */ 26 /* Return values from ASHMEM_GET_PIN_STATUS: Is the mapping pinned? */
|
/frameworks/opt/emoji/ |
EmojiFactory.h | 33 // stored to "size". Returns NULL if there's no mapping from the "pua" to a 41 // each career. Returns NULL when there's no mapping for "sjis". 49 // Returns NULL when there's no mapping for "vsp". 57 // mapping from "sjis" to a Android PUA. 61 // when ther's no mapping from "pua" to a specific sjis. 77 // -1 when there's no mapping from "vsp" to a Android PUA. 81 // there's no mapping from "pua" to a specific unicode.
|
/frameworks/base/core/java/android/os/ |
Bundle.java | 31 * A mapping from String values to various Parcelable types. 224 * Returns true if the mapping of this Bundle is empty, false otherwise. 232 * Removes all elements from the mapping of this Bundle. 242 * Returns true if the given key is contained in the mapping 246 * @return true if the key is part of the mapping, false otherwise 265 * Removes any entry with the given key from the mapping of this Bundle. 366 * Inserts a Boolean value into the mapping of this Bundle, replacing 378 * Inserts a byte value into the mapping of this Bundle, replacing 390 * Inserts a char value into the mapping of this Bundle, replacing 402 * Inserts a short value into the mapping of this Bundle, replacin [all...] |
/external/icu4c/tools/gensprep/ |
store.c | 37 * The file format prepared and written here contains a 16-bit trie and a mapping table. 70 * indexes[_SPREP_ONE_UCHAR_MAPPING_INDEX_START] -- The starting index of 1 UChar mapping index in the mapping table 71 * indexes[_SPREP_TWO_UCHARS_MAPPING_INDEX_START] -- The starting index of 2 UChars mapping index in the mapping table 72 * indexes[_SPREP_THREE_UCHARS_MAPPING_INDEX_START] -- The starting index of 3 UChars mapping index in the mapping table 73 * indexes[_SPREP_FOUR_UCHARS_MAPPING_INDEX_START] -- The starting index of 4 UChars mapping index in the mapping table 98 * 1 - ON : The value in the next 14 bits is an index into the mapping tabl 213 UChar* mapping; member in struct:ValueStruct [all...] |
/dalvik/dx/src/com/android/dx/ssa/ |
BasicRegisterMapper.java | 25 * each mapping built up individually and added via addMapping() 64 throw new RuntimeException("no mapping specified for register"); 71 * Returns the new-namespace mapping for the specified 108 * Adds a mapping to the mapper. If oldReg has already been mapped, 109 * overwrites previous mapping with new mapping.
|
/development/testrunner/ |
create_test.py | 86 def _GenerateTestManifest(manifest, module_name, mapping=None): 95 mapping: optional user defined mapping of variable values, replaces values 107 if not mapping: 109 mapping = {"PACKAGE_NAME":package_name, "MODULE_NAME":module_name, 111 output = string.Template(TestsConsts.TEST_MANIFEST_TEMPLATE).substitute(mapping) 124 def _GenerateTestMK(mk, mapping=None): 131 mapping: optional user defined mapping of variable values, replaces 157 if not mapping [all...] |
/external/freetype/include/freetype/internal/services/ |
svttcmap.h | 54 /* encoding table), 2~(high-byte mapping through table), 4~(segment */ 55 /* mapping to delta values), 6~(trimmed table mapping), 8~(mixed */
|
/external/icu4c/tools/toolutil/ |
ucm.h | 37 * Per-mapping data structure 47 * f flag for roundtrip (0), fallback (1), sub mapping (2), reverse fallback (3) 77 /* index map for mapping by bytes first */ 135 /* add a mapping to the base or extension table as appropriate */ 201 * For separate files, the extension file can use a complete mapping table (.ucm file), 205 * Sort both tables, and then for each mapping direction: 207 * If intersectBase is TRUE and the base table contains a mapping 208 * that does not exist in the extension table, then this mapping is moved 213 * If the base table contains a mapping for which the input sequence is 215 * - if the output is the same: remove the extension mapping [all...] |
/external/icu4c/i18n/ |
ucol_cnt.h | 48 /*CompactEIntArray *mapping;*/ 49 UNewTrie *mapping; member in struct:CntTable 60 /*uprv_cnttab_open(CompactEIntArray *mapping, UErrorCode *status);*/ 61 uprv_cnttab_open(UNewTrie *mapping, UErrorCode *status);
|
/external/icu4c/test/intltest/ |
nptrans.cpp | 50 mapping = NULL; 63 // create the mapping transliterator 71 mapping = Transliterator::createFromRules(UnicodeString("NamePrepTransform", ""), rule, 113 (mapping == NULL) 116 delete mapping; 118 mapping = NULL; 130 delete mapping; 131 mapping = NULL; 157 mapping->transliterate(rsource);
|
/external/kernel-headers/original/linux/nfsd/ |
auth.h | 5 * uid/gid mapping not yet implemented.
|
/external/ppp/pppd/plugins/radius/etc/ |
port-id-map | 4 # This file describes the ttyname to port id mapping. The port id
|
/external/proguard/src/proguard/obfuscate/ |
MappingProcessor.java | 27 * from a mapping file. 36 * Processes the given class name mapping. 47 * Processes the given field name mapping. 60 * Processes the given method name mapping.
|
/external/qemu/elff/ |
elf_mapped_section.h | 75 /* Beginning of the memory mapping, containing the section.
76 * NOTE: due to page alignment requirements of the mapping API, mapping
78 * starts inside that mapping.
|
/packages/apps/IM/src/com/android/im/imps/ |
ImpsPresenceUtils.java | 48 PresenceMapping mapping){ 49 int status = extractPresenceStatus(presenceListElem, mapping); 71 Presence oldPresence, Presence newPresence, PresenceMapping mapping) { 75 boolean newOnlineStatus = mapping.getOnlineStatus(status); 81 String newUserAvailablity = mapping.getUserAvaibility(status); 86 Map<String, Object> extra = mapping.getExtra(status); 115 PresenceMapping mapping) { 125 if (mapping.requireAllPresenceValues()) { 129 return mapping.getPresenceStatus(onlineStatus, userAvailability, all);
|
/external/apache-http/src/org/apache/commons/codec/language/ |
Soundex.java | 32 * An instance of Soundex using the US_ENGLISH_MAPPING mapping. 39 * This is a default mapping of the 26 letters used in US English. A value of <code>0</code> for a letter position 51 * This is a default mapping of the 26 letters used in US English. A value of <code>0</code> for a letter position 108 * Creates a soundex instance using the given mapping. This constructor can be used to provide an internationalized 109 * mapping for a non-Western character set. 114 * @param mapping 115 * Mapping array to use when finding the corresponding code for a given character 117 public Soundex(char[] mapping) { 118 this.setSoundexMapping(mapping); 163 * @return Mapping code for a particular characte [all...] |
/bionic/libc/kernel/arch-x86/asm/ |
cacheflush.h | 23 #define flush_dcache_mmap_lock(mapping) do { } while (0) 24 #define flush_dcache_mmap_unlock(mapping) do { } while (0)
|
/dalvik/tests/004-annotations/src/android/test/anno/ |
TestAnnotations.java | 76 @ExportedProperty(mapping = { 122 final IntToString[] mapping; local 131 mapping = property.mapping(); 133 System.out.println("mapping is " + mapping.getClass() + 134 "\n 0='" + mapping[0] + "'\n 1='" + mapping[1] + "'");
|
/external/kernel-headers/original/asm-x86/ |
cacheflush.h | 14 #define flush_dcache_mmap_lock(mapping) do { } while (0) 15 #define flush_dcache_mmap_unlock(mapping) do { } while (0)
|
/external/qemu/android/utils/ |
mapfile.c | 163 /* Get the mask for mapping offset alignment. */ 176 /* Adjust mapping offset and mapping size accordingly to 177 * the mapping alignment requirements. */ 181 /* Make sure mapping size doesn't exceed 4G. */ 189 /* Convert to Win32 page protection and mapping type. */ 216 /* Memory mapping (if successful) will hold extra references to the 217 * mapping, so we can close it right after we mapped file view. */
|
/frameworks/base/awt/java/awt/ |
GraphicsEnvironment.java | 127 // For now FontManager uses 1.4 font.properties scheme for font mapping, 130 // which will influence font mapping is postponed until 131 // 1.5 mapping scheme not implemented. 133 // todo - Implement non-default behavior with 1.5 font mapping scheme 146 // For now FontManager uses 1.4 font.properties scheme for font mapping, 149 // which will influence font mapping is postponed until 150 // 1.5 mapping scheme not implemented. 152 // todo - Implement non-default behavior with 1.5 font mapping scheme
|
/frameworks/base/core/java/android/util/ |
SparseIntArray.java | 49 * if no such mapping has been made. 57 * if no such mapping has been made. 70 * Removes the mapping from the specified key, if there was any. 81 * Removes the mapping at the given index. 90 * Adds a mapping from the specified key to the specified value, 91 * replacing the previous mapping from the specified key if there 138 * the key from the <code>index</code>th key-value mapping that this 147 * the value from the <code>index</code>th key-value mapping that this
|