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

1 2 3 4 5 6 78 91011>>

  /frameworks/base/core/java/android/os/
Bundle.java 30 * A mapping from String values to various Parcelable types.
165 * Removes all elements from the mapping of this Bundle.
280 * Inserts a byte value into the mapping of this Bundle, replacing
292 * Inserts a char value into the mapping of this Bundle, replacing
304 * Inserts a short value into the mapping of this Bundle, replacing
316 * Inserts a float value into the mapping of this Bundle, replacing
328 * Inserts a CharSequence value into the mapping of this Bundle, replacing
340 * Inserts a Parcelable value into the mapping of this Bundle, replacing
353 * Inserts a Size value into the mapping of this Bundle, replacing
365 * Inserts a SizeF value into the mapping of this Bundle, replacin
    [all...]
  /external/google-breakpad/src/tools/linux/md2core/
minidump-2-core.cc 191 struct Mapping {
192 Mapping()
204 std::map<uint64_t, Mapping> mappings;
554 CrashedProcess::Mapping mapping; local
555 mapping.permissions = 0;
557 mapping.permissions |= PF_R;
560 mapping.permissions |= PF_W;
563 mapping.permissions |= PF_X;
565 mapping.start_address = start
796 CrashedProcess::Mapping mapping; local
856 CrashedProcess::Mapping mapping = iter->second; local
886 CrashedProcess::Mapping mapping; local
1143 const CrashedProcess::Mapping& mapping = iter->second; local
1208 const CrashedProcess::Mapping& mapping = iter->second; local
    [all...]
  /dalvik/dx/src/com/android/dx/ssa/
BasicRegisterMapper.java 24 * each mapping built up individually and added via addMapping()
63 throw new RuntimeException("no mapping specified for register");
70 * Returns the new-namespace mapping for the specified
107 * Adds a mapping to the mapper. If oldReg has already been mapped,
108 * overwrites previous mapping with new mapping.
  /external/dexmaker/src/dx/java/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.
  /external/libnfc-nxp/src/
phFriNfc_LlcpMac.h 39 * \name LLCP MAC Mapping
46 /** \defgroup grp_fri_nfc_llcp_mac LLCP MAC Mapping Component
48 * This component implements the different MAC mapping for a Logical Link Control Protocol communication,
50 * The MAC component handles the mapping for the different technologies supported by LLCP
52 * - Reset the MAC mapping component
88 /* Enum reperesents the different MAC mapping*/
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/libphonenumber/internal/prefixmapper/test/com/google/i18n/phonenumbers/prefixmapper/
MappingFileProviderTest.java 44 SortedMap<Integer, Set<String>> mapping = new TreeMap<Integer, Set<String>>(); local
45 mapping.put(1, newHashSet("en"));
46 mapping.put(86, newHashSet("zh", "en", "zh_Hant"));
47 mapping.put(41, newHashSet("de", "fr", "it", "rm"));
48 mapping.put(65, newHashSet("en", "zh_Hans", "ms", "ta"));
50 mappingProvider.readFileConfigs(mapping);
  /external/valgrind/none/tests/
faultstatus.c 51 static char volatile *volatile mapping; variable
110 mapping[0] = 'x';
115 mapping[FILESIZE+10];
150 mapping = mmap(0, MAPSIZE, PROT_READ, MAP_PRIVATE, fd, 0);
157 T(2, SIGSEGV, SEGV_ACCERR, mapping),
158 T(3, SIGBUS, BUS_ADRERR, &mapping[FILESIZE+10]),
  /frameworks/data-binding/compiler/src/main/kotlin/android/databinding/tool/ext/
ext.kt 26 private val mapping = hashMapOf<K, T>()
28 val t = mapping.get(thisRef)
33 mapping.put(thisRef, result)
39 private val mapping = hashMapOf<K, VersionedResult<T>>()
41 val t = mapping.get(thisRef)
47 mapping.put(thisRef, VersionedResult(version, result))
  /external/icu/icu4c/source/tools/gensprep/
store.c 38 * The file format prepared and written here contains a 16-bit trie and a mapping table.
71 * indexes[_SPREP_ONE_UCHAR_MAPPING_INDEX_START] -- The starting index of 1 UChar mapping index in the mapping table
72 * indexes[_SPREP_TWO_UCHARS_MAPPING_INDEX_START] -- The starting index of 2 UChars mapping index in the mapping table
73 * indexes[_SPREP_THREE_UCHARS_MAPPING_INDEX_START] -- The starting index of 3 UChars mapping index in the mapping table
74 * indexes[_SPREP_FOUR_UCHARS_MAPPING_INDEX_START] -- The starting index of 4 UChars mapping index in the mapping table
99 * 1 - ON : The value in the next 14 bits is an index into the mapping tabl
213 UChar* mapping; member in struct:ValueStruct
    [all...]
  /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, app_path, mapping=None):
132 mapping: optional user defined mapping of variable values, replaces
158 if not mapping
    [all...]
  /external/freetype/include/internal/services/
svttcmap.h 52 /* encoding table), 2~(high-byte mapping through table), 4~(segment */
53 /* mapping to delta values), 6~(trimmed table mapping), 8~(mixed */
  /external/pdfium/third_party/freetype/include/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 */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
mempolicy.h 49 #define MPOL_MF_STRICT (1<<0) /* Verify existing pages in the mapping */
50 #define MPOL_MF_MOVE (1<<1) /* Move pages owned by this process to conform to mapping */
51 #define MPOL_MF_MOVE_ALL (1<<2) /* Move every page to conform to mapping */
  /external/icu/icu4c/source/tools/gennorm2/
n2builder.cpp 103 // Requires hasMapping() and well-formed mapping.
106 if(!mapping->isEmpty() && mapping->length()==U16_LENGTH(c=mapping->char32At(0))) {
123 UnicodeString *mapping; member in struct:Norm
124 UnicodeString *rawMapping; // non-NULL if the mapping is further decomposed
125 UChar32 mappingCP; // >=0 if mapping to 1 code point
138 // Composition for a starter that does not have a decomposition mapping.
140 // Round-trip mapping & composition for a starter.
142 // Round-trip mapping for a starter that itself does not combine-forward
    [all...]
  /external/chromium-trace/trace-viewer/tracing/tracing/ui/tracks/
event_to_track_map.html 16 * EventToTrackMap provides a mapping mechanism between events and the
  /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/jmonkeyengine/engine/src/ogre/com/jme3/scene/plugins/ogre/matext/
MaterialExtension.java 38 * <code>MaterialExtension</code> defines a mapping from an Ogre3D "base" material
48 * Material extension defines a mapping from an Ogre3D "base" material
68 * Set mapping from an Ogre3D base material texture alias to a
78 * Retreives a mapping from an Ogre3D base material texture alias
  /external/libselinux/src/
mapping.h 34 /*mapping is not used for embedded build*/
  /external/linux-tools-perf/src/tools/perf/arch/s390/util/
dwarf-regs.c 2 * Mapping of DWARF debug register numbers into register names.
  /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/parameter-framework/skeleton-subsystem/
README.md 5 It adds an `owner` and `message` mapping key and print it when reading or

Completed in 902 milliseconds

1 2 3 4 5 6 78 91011>>