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

1 2 3 4 5 6 7 891011>>

  /frameworks/base/core/java/android/os/
Bundle.java 30 * A mapping from String keys to various {@link Parcelable} values.
199 * Removes all elements from the mapping of this Bundle.
208 * Removes any entry with the given key from the mapping of this Bundle.
358 * Inserts a byte value into the mapping of this Bundle, replacing
370 * Inserts a char value into the mapping of this Bundle, replacing
382 * Inserts a short value into the mapping of this Bundle, replacing
394 * Inserts a float value into the mapping of this Bundle, replacing
406 * Inserts a CharSequence value into the mapping of this Bundle, replacing
418 * Inserts a Parcelable value into the mapping of this Bundle, replacing
431 * Inserts a Size value into the mapping of this Bundle, replacin
    [all...]
  /external/parameter-framework/upstream/parameter/
TypeElement.cpp 112 // Manage mapping attribute
114 if (xmlElement.getAttribute("Mapping", rawMapping) && !rawMapping.empty()) {
119 serializingContext.setError("Invalid Mapping data from XML element '" +
149 std::string mapping; local
154 mapping = predecessor->getFormattedMapping();
155 if (not mapping.empty()) {
156 mappings.push_back(mapping);
162 mapping = CTypeElement::getFormattedMapping();
163 if (not mapping.empty()) {
164 mappings.push_back(mapping);
    [all...]
  /external/google-breakpad/src/tools/linux/md2core/
minidump-2-core.cc 191 struct Mapping {
192 Mapping()
204 std::map<uint64_t, Mapping> mappings;
556 CrashedProcess::Mapping mapping; local
557 mapping.permissions = 0;
559 mapping.permissions |= PF_R;
562 mapping.permissions |= PF_W;
565 mapping.permissions |= PF_X;
567 mapping.start_address = start
798 CrashedProcess::Mapping mapping; local
858 CrashedProcess::Mapping mapping = iter->second; local
888 CrashedProcess::Mapping mapping; local
1145 const CrashedProcess::Mapping& mapping = iter->second; local
1210 const CrashedProcess::Mapping& mapping = iter->second; local
    [all...]
  /external/autotest/site_utils/
assign_stable_images.py 58 # mapping from the AFE.
61 # stable version mapping that is used for any board without an explicit
62 # mapping of its own.
106 Returns a dictionary mapping board names to the currently preferred
117 @return A dictionary mapping Omaha boards to Beta versions.
130 The new versions are returned as a tuple of a dictionary mapping
135 The new dictionary will have a mapping for every board in `boards`.
136 That mapping will be taken from `afe_versions`, unless the board has
137 a mapping in `omaha_versions` _and_ the omaha version is more recent
145 @return Tuple of (mapping, default) where mapping is a dictionar
    [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/chromium-trace/catapult/telemetry/third_party/web-page-replay/third_party/dns/
rdataclass.py 18 @var _by_text: The rdata class textual name to value mapping
20 @var _by_value: The rdata class value to textual name mapping
22 @var _metaclasses: If an rdataclass is a metaclass, there will be a mapping
46 # We construct the inverse mapping programmatically to ensure that we
48 # would cause the mapping not to be true inverse.
53 # the _by_text 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*/
  /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);
  /frameworks/data-binding/compiler/src/main/kotlin/android/databinding/tool/ext/
ext.kt 21 private val mapping = hashMapOf<K, T>()
23 val t = mapping[thisRef]
28 mapping.put(thisRef, result)
34 private val mapping = hashMapOf<K, VersionedResult<T>>()
37 val t = mapping[thisRef]
43 mapping.put(thisRef, VersionedResult(version, result))
  /prebuilts/go/darwin-x86/src/cmd/pprof/internal/profile/
encode.go 69 for _, m := range p.Mapping {
82 if l.Mapping != nil {
83 l.mappingIDX = l.Mapping.ID
115 for _, x := range p.Mapping {
151 // repeated Mapping mapping = 3
153 x := new(Mapping)
155 pp.Mapping = append(pp.Mapping, x)
208 mappings := make(map[uint64]*Mapping)
    [all...]
  /prebuilts/go/linux-x86/src/cmd/pprof/internal/profile/
encode.go 69 for _, m := range p.Mapping {
82 if l.Mapping != nil {
83 l.mappingIDX = l.Mapping.ID
115 for _, x := range p.Mapping {
151 // repeated Mapping mapping = 3
153 x := new(Mapping)
155 pp.Mapping = append(pp.Mapping, x)
208 mappings := make(map[uint64]*Mapping)
    [all...]
  /system/core/libmemunreachable/
MemUnreachable.cpp 53 const allocator::vector<Mapping>& mappings);
59 bool ClassifyMappings(const allocator::vector<Mapping>& mappings,
60 allocator::vector<Mapping>& heap_mappings,
61 allocator::vector<Mapping>& anon_mappings,
62 allocator::vector<Mapping>& globals_mappings,
63 allocator::vector<Mapping>& stack_mappings);
70 static void HeapIterate(const Mapping& heap_mapping,
80 const allocator::vector<Mapping>& mappings) {
82 allocator::vector<Mapping> heap_mappings{mappings};
83 allocator::vector<Mapping> anon_mappings{mappings}
    [all...]
  /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/autotest/client/tests/bash_shared_mapping/
bash_shared_mapping.py 14 utils.make('bash-shared-mapping usemem')
27 # bash-shared-mapping and usemem
38 cmd = "%s/bash-shared-mapping %s %d -t %d -n %d" % \
  /external/chromium-trace/catapult/dashboard/dashboard/models/
bug_label_patterns.py 5 """A Model for holding a mapping of bug labels to sets of tests.
20 """A model for storing the mapping of bug labels to test path patterns.
23 property, which is a dict mapping bug label strings to lists of test path
  /external/freetype/include/freetype/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/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/include/freetype/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/freetype/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 */
  /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/autotest/client/site_tests/kernel_Bootcache/
control 17 - Bad block mapping
  /external/chromium-trace/catapult/third_party/gsutil/gslib/third_party/storage_apitools/
credentials_lib.py 5 here to third_party requires a shim mapping the old name to the new
  /external/chromium-trace/catapult/tracing/tracing/ui/tracks/
event_to_track_map.html 16 * EventToTrackMap provides a mapping mechanism between events and the

Completed in 1784 milliseconds

1 2 3 4 5 6 7 891011>>