HomeSort by relevance Sort by last modified time
    Searched full:mapping (Results 226 - 250 of 6995) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/icu/android_icu4j/src/main/java/android/icu/text/
CaseFoldTransliterator.java 15 * case mapping.
81 // the case mapping function tried to look beyond the context limit
92 /* replace by the mapping string */
96 /* replace by single-code point mapping */
  /external/icu/icu4c/source/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/icu/icu4c/source/test/testdata/
testnorm.txt 65 E002=E001 308 # recursive mapping needs reordering
66 E003>62 307 327 337 # mapping needs reordering
68 E111>1101 # mapping ends in Jamo L
69 E112>1102 62 # mapping starts with Jamo L
  /external/icu/icu4j/main/classes/translit/src/com/ibm/icu/text/
CaseFoldTransliterator.java 14 * case mapping.
80 // the case mapping function tried to look beyond the context limit
91 /* replace by the mapping string */
95 /* replace by single-code point mapping */
  /external/libchrome/base/posix/
global_descriptors.cc 41 for (Mapping::const_iterator
77 void GlobalDescriptors::Reset(const Mapping& mapping) {
78 descriptors_ = mapping;
  /external/libnfc-nxp/src/
phFriNfc_MapTools.h 19 * \brief NFC Internal Ndef Mapping File.
55 should be compatible to the version number of currently implemented mapping document.
71 should be compatible to the version number of currently implemented mapping document.
83 * \name NDEF Mapping - states of the Finite State machine
  /external/libselinux/src/
mapping.h 34 /*mapping is not used for embedded build*/
  /external/llvm/include/llvm/ProfileData/
CoverageMappingWriter.h 1 //=-- CoverageMappingWriter.h - Code coverage mapping writer ------*- C++ -*-=//
10 // This file contains support for writing coverage mapping data for
39 /// \brief Writer for instrumentation based coverage mapping data.
56 /// \brief Write encoded coverage mapping data to the given output stream.
  /external/llvm/test/MC/ARM/
relocated-mapping.s 4 @ go via MCStreamer::EmitBytes; make sure they still emit a mapping symbol.
  /external/llvm/test/Object/ARM/
nm-mapping-symbol.s 5 // Test that nm doesn't print the mapping symbols
  /external/parameter-framework/upstream/skeleton-subsystem/
README.md 5 It adds an `owner` and `message` mapping key and print it when reading or
  /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/selinux/libselinux/src/
mapping.h 34 /*mapping is not used for embedded build*/
  /external/selinux/policycoreutils/sepolicy/sepolicy/help/
login_default.txt 1 The Login Mapping Screen has a special Login user called __default__. This record is used to setup the default login user for any login account that is not specified separately.
  /external/snakeyaml/src/test/resources/representer/
stacktrace2.txt 1 org.apache.commons.lang.UnhandledException@ while parsing a block mapping
stacktrace3.txt 1 org.apache.commons.lang.UnhandledException@ while parsing a block mapping
  /external/valgrind/memcheck/tests/
resvn_stack.c 9 /* Access only the higher part of the stack, to avoid mapping SP */
  /frameworks/base/core/java/android/os/
BaseBundle.java 30 * A mapping from String keys to values of various types. In most cases, you
318 * Returns true if the mapping of this Bundle is empty, false otherwise.
326 * Removes all elements from the mapping of this Bundle.
334 * Returns true if the given key is contained in the mapping
338 * @return true if the key is part of the mapping, false otherwise
358 * Removes any entry with the given key from the mapping of this Bundle.
399 * Inserts a Boolean value into the mapping of this Bundle, replacing
411 * Inserts a byte value into the mapping of this Bundle, replacing
423 * Inserts a char value into the mapping of this Bundle, replacing
435 * Inserts a short value into the mapping of this Bundle, replacin
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/asm-generic/
mman.h 14 #define MAP_HUGETLB 0x40000 /* create a huge page mapping */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/asm-generic/
mman.h 14 #define MAP_HUGETLB 0x40000 /* create a huge page mapping */
  /prebuilts/gdb/darwin-x86/lib/python2.7/lib2to3/fixes/
fix_urllib.py 13 MAPPING = {"urllib": [
46 MAPPING["urllib2"].append(MAPPING["urllib"][1])
51 for old_module, changes in MAPPING.items():
88 for name in MAPPING[import_mod.value][:-1]:
90 names.append(Name(MAPPING[import_mod.value][-1][0], prefix=pref))
108 for change in MAPPING[mod_member.value]:
132 for change in MAPPING[mod_member.value]:
176 for change in MAPPING[module_dot.value]:
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_codecmaps_tw.py 4 # Codec mapping tests for ROC encodings
  /prebuilts/gdb/darwin-x86/lib/python2.7/xml/dom/
NodeFilter.py 1 # This is the Python mapping for interface NodeFilter from
  /prebuilts/gdb/linux-x86/lib/python2.7/lib2to3/fixes/
fix_urllib.py 13 MAPPING = {"urllib": [
46 MAPPING["urllib2"].append(MAPPING["urllib"][1])
51 for old_module, changes in MAPPING.items():
88 for name in MAPPING[import_mod.value][:-1]:
90 names.append(Name(MAPPING[import_mod.value][-1][0], prefix=pref))
108 for change in MAPPING[mod_member.value]:
132 for change in MAPPING[mod_member.value]:
176 for change in MAPPING[module_dot.value]:

Completed in 3386 milliseconds

1 2 3 4 5 6 7 8 91011>>