Home
last modified time | relevance | path

Searched refs:mappings (Results 1 – 25 of 28) sorted by relevance

12

/frameworks/base/mime/java-res/
Dvendor.mime.types3 # Vendor-specific MIME type <-> extension mappings
8 # This file can _add_ additional mappings that are not in the default set,
20 # affects the current mappings along the lines of the following pseudo code:
35 # By default, this file contains no mappings (which means that the platform
40 # Add your custom mappings below this line (with no "#" at the start of the line):
Dandroid.mime.types4 # Android-specific MIME type <-> extension mappings
21 # affects the current mappings along the lines of the following pseudo code:
130 # Special cases where Android has a strong opinion about mappings, so we
139 # This overrides any mappings for this <mimeType> / for these extensions
/frameworks/av/media/libstagefright/bqhelper/
DTEST_MAPPING1 // mappings for frameworks/av/media/libstagefright/bqhelper
/frameworks/av/media/bufferpool/2.0/
DTEST_MAPPING1 // mappings for frameworks/av/media/bufferpool/2.0
/frameworks/av/media/bufferpool/1.0/
DTEST_MAPPING1 // mappings for frameworks/av/media/bufferpool/1.0
/frameworks/av/media/ndk/
DTEST_MAPPING1 // mappings for frameworks/av/media/ndk
/frameworks/av/media/codec2/components/mpeg4_h263/
DTEST_MAPPING1 // mappings for frameworks/av/media/codec2/components/mpeg4_h263
/frameworks/av/media/codec2/sfplugin/
DTEST_MAPPING1 // mappings for frameworks/av/media/codec2/sfplugin
/frameworks/av/media/libstagefright/timedtext/
DTEST_MAPPING1 // mappings for frameworks/av/media/libstagefright/timedtext
/frameworks/av/media/codecs/amrwb/dec/
DTEST_MAPPING1 // mappings for frameworks/av/media/libstagefright/codecs/amrwb
/frameworks/av/media/codecs/mp3dec/
DTEST_MAPPING1 // mappings for frameworks/av/media/libstagefright/codecs/mp3dec
/frameworks/av/media/codecs/amrwb/enc/
DTEST_MAPPING1 // mappings for frameworks/av/media/libstagefright/codecs/amrwbenc
/frameworks/av/media/codecs/amrnb/
DTEST_MAPPING1 // mappings for frameworks/av/media/libstagefright/codecs/amrnb
/frameworks/av/media/libstagefright/foundation/
DTEST_MAPPING1 // mappings for frameworks/av/media/libstagefright/foundation
/frameworks/av/media/codecs/m4v_h263/
DTEST_MAPPING1 // mappings for frameworks/av/media/libstagefright/codecs/m4v_h263
/frameworks/base/core/proto/android/server/
Dusagestatsservice_v2.proto135 * A proto message representing the obfuscated tokens mappings for Usage Stats.
145 // Stores the mappings for every package
/frameworks/base/mime/
DAndroid.bp117 // every field so that its mappings will never overwrite earlier mappings by
/frameworks/base/data/keyboards/
DVendor_057e_Product_2009.kl61 # Keep these mappings in anticipation of that change
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/datetime/
DZoneGetter.java406 final List<TimeZoneMapping> mappings = countryTimeZones.getTimeZoneMappings();
407 return extractTimeZoneIds(mappings);
/frameworks/av/media/libstagefright/
DMediaCodec.cpp2109 const char **mappings; in mapFormat() local
2111 mappings = sShaperOps->getReverseMappings(shaperHandle, kind); in mapFormat()
2113 mappings = sShaperOps->getMappings(shaperHandle, kind); in mapFormat()
2115 if (mappings == nullptr) { in mapFormat()
2125 if (mappings[i] == nullptr) { in mapFormat()
2129 size_t ix = format->findEntryByName(mappings[i]); in mapFormat()
2131 ALOGV("map '%s' to '%s'", mappings[i], mappings[i+1]); in mapFormat()
2132 status_t status = format->setEntryNameAt(ix, mappings[i+1]); in mapFormat()
2135 mappings[i], mappings[i+1], status); in mapFormat()
2144 if (mappings[i] == nullptr) { in mapFormat()
[all …]
/frameworks/base/tools/aapt/
DResourceTable.h565 DefaultKeyedVector<String16, uint32_t>* mappings);
DResourceTable.cpp4161 DefaultKeyedVector<String16, uint32_t>* mappings) in setStrings() argument
4172 mappings->add(String16(UnpackOptionalString(strings->stringAt(i), &len)), i); in setStrings()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
DImsPhoneCallTracker.java1545 String[] mappings = carrierConfig in updateCarrierConfigCache() local
1547 if (mappings != null && mappings.length > 0) { in updateCarrierConfigCache()
1548 for (String mapping : mappings) { in updateCarrierConfigCache()
/frameworks/base/tools/aapt2/
DResources.proto553 // The set of arity/plural mappings.
/frameworks/native/docs/
DDoxyfile210 # This tag can be used to specify a number of word-keyword mappings (TCL only).

12