/external/icu/icu4c/source/tools/gennorm2/ |
gennorm2.cpp | 232 fprintf(stderr, "gennorm2 error: parsing remove-mapping %s\n", line); 244 fprintf(stderr, "gennorm2 error: parsing mapping string from %s\n", line); 247 UnicodeString mapping(FALSE, uchars, length); 251 "gennorm2 error: round-trip mapping for more than 1 code point on %s\n", 255 builder.setRoundTripMapping((UChar32)startCP, mapping); 258 builder.setOneWayMapping(c, mapping);
|
/external/llvm/include/llvm/Object/ |
ELFYAML.h | 184 static void mapping(IO &IO, ELFYAML::FileHeader &FileHdr); 189 static void mapping(IO &IO, ELFYAML::Symbol &Symbol); 194 static void mapping(IO &IO, ELFYAML::LocalGlobalWeakSymbols &Symbols); 198 static void mapping(IO &IO, ELFYAML::Relocation &Rel); 203 static void mapping(IO &IO, std::unique_ptr<ELFYAML::Section> &Section); 209 static void mapping(IO &IO, ELFYAML::Object &Object);
|
/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/apache-xml/src/main/java/org/apache/xml/serializer/ |
package.html | 36 <p>XML mapping from characters to entity references is defined in 37 XMLEntities.res. HTML entity reference mapping is defined in HTMLEntities.res.
|
/external/chromium_org/base/posix/ |
file_descriptor_shuffle.h | 11 // (like mapping 0 -> 1, 1 -> 0) correctly. 67 // mapping.
|
/external/chromium_org/chrome/browser/history/android/ |
android_history_types.cc | 44 // The mapping from Android column name to ColumnID; It is initialized 61 // The mapping from Android column name to ColumnID; It is initialized
|
/external/chromium_org/chrome/common/extensions/docs/server2/ |
test_object_store.py | 34 def SetMulti(self, mapping): 36 self._store.update(mapping)
|
/external/chromium_org/components/keyed_service/content/ |
refcounted_browser_context_keyed_service_factory.h | 90 // The mapping between a BrowserContext and its refcounted service. 93 // The mapping between a BrowserContext and its overridden
|
/external/chromium_org/components/url_matcher/ |
regex_set_matcher.h | 67 // Mapping of regex StringPattern::IDs to regexes. 69 // Mapping of RE2IDs from FilteredRE2 (which are assigned in order)
|
/external/chromium_org/gpu/command_buffer/service/ |
id_manager_unittest.cc | 33 // Check we can get that mapping 49 // Check we can get that mapping
|
/external/chromium_org/ppapi/shared_impl/ |
ppb_gamepad_shared.h | 55 // Mapping type (for example "standard") 56 base::char16 mapping[kMappingLengthCap]; member in struct:ppapi::WebKitGamepad
|
/external/chromium_org/third_party/markdown/ |
__version__.py | 53 mapping = {'alpha': 'a', 'beta': 'b', 'rc': 'c'} 54 sub = mapping[version_info[3]] + str(version_info[4])
|
/external/chromium_org/third_party/re2/re2/ |
unicode_casefold.h | 7 // The Unicode case folding tables encode the mapping from one Unicode point 26 // In addition to blocks that map to each other (A-Z mapping to a-z)
|
/external/flac/libFLAC/include/private/ |
ogg_mapping.h | 52 /** The length of the Ogg FLAC mapping major version number in bytes. */ 55 /** The length of the Ogg FLAC mapping minor version number in bytes. */
|
/external/icu/icu4c/source/common/ |
ucnv_ext.h | 43 * It is an error if a base file contains any regular (not extension) mapping 44 * from the same sequence as a mapping in the extension file 45 * because the base mapping would hide the extension mapping. 74 * and a base table entry is a prefix of a multi-character mapping, then 81 * of UChars or bytes in a mapping to 205 * does not start any mapping input. 210 * Contains toUnicode mapping results, stored as sequences of UChars. 231 * return no mapping, but request for <subchar1>; 236 * "good one-way" mapping (|4); -- new in ICU4C 51, _MBCSHeader.version 5.4/4. [all...] |
/external/kernel-headers/original/uapi/linux/ |
ion_test.h | 52 * Reads or writes the memory from a handle using an uncached mapping. Can be 62 * Reads or writes the memory from a handle using a kernel mapping. Can be
|
/external/libnfc-nci/src/nfa/dm/ |
nfa_dm_cfg.c | 80 /* Protocols that use Frame Interface do not need to be included in the interface mapping */ 92 /* set to NULL to use the default mapping set by stack */
|
/external/libphonenumber/java/test/com/android/i18n/phonenumbers/prefixmapper/ |
PrefixFileReaderTest.java | 59 // Mapping file exists but the number isn't present, causing it to fallback. 62 // No mapping file exists, causing it to fallback.
|
/external/nist-sip/java/gov/nist/core/net/ |
AddressResolver.java | 54 * The default implementation is just an identity mapping 59 * if this is just an identity mapping ( the default behavior ).
|
/external/nist-sip/java/gov/nist/javax/sip/clientauthutils/ |
CredentialsCache.java | 22 * user for a number of domains. The Hashtable value of the mapping is a 23 * mapping of user names to AuthorizationHeader list for that proxy domain.
|
/external/oprofile/daemon/ |
opd_sfile.h | 52 /** anonymous mapping */ 84 /** clear any sfiles for the given anon mapping */
|
/external/regex-re2/re2/ |
unicode_casefold.h | 7 // The Unicode case folding tables encode the mapping from one Unicode point 26 // In addition to blocks that map to each other (A-Z mapping to a-z)
|
/external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/ |
ShadowSparseArray.java | 69 * if no such mapping has been made. 78 * if no such mapping has been made. 93 * Removes the mapping from the specified key, if there was any. 143 * Adds a mapping from the specified key to the specified value, 144 * replacing the previous mapping from the specified key if there 210 * the key from the <code>index</code>th key-value mapping that this 224 * the value from the <code>index</code>th key-value mapping that this 239 * value for the <code>index</code>th key-value mapping that this
|
/external/smali/util/src/main/java/org/jf/util/ |
SparseArray.java | 67 * if no such mapping has been made. 75 * if no such mapping has been made. 88 * Removes the mapping from the specified key, if there was any. 136 * Adds a mapping from the specified key to the specified value, 137 * replacing the previous mapping from the specified key if there 201 * the key from the <code>index</code>th key-value mapping that this 214 * the value from the <code>index</code>th key-value mapping that this 227 * value for the <code>index</code>th key-value mapping that this
|
/external/valgrind/main/none/tests/amd64/ |
faultstatus.c | 28 static char volatile *volatile mapping; variable 111 mapping = mmap(0, MAPSIZE, PROT_READ, MAP_PRIVATE, fd, 0);
|