/frameworks/base/mime/java-res/ |
D | vendor.mime.types | 3 # 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):
|
D | android.mime.types | 4 # 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/ |
D | TEST_MAPPING | 1 // mappings for frameworks/av/media/libstagefright/bqhelper
|
/frameworks/av/media/bufferpool/2.0/ |
D | TEST_MAPPING | 1 // mappings for frameworks/av/media/bufferpool/2.0
|
/frameworks/av/media/bufferpool/1.0/ |
D | TEST_MAPPING | 1 // mappings for frameworks/av/media/bufferpool/1.0
|
/frameworks/av/media/ndk/ |
D | TEST_MAPPING | 1 // mappings for frameworks/av/media/ndk
|
/frameworks/av/media/codec2/components/mpeg4_h263/ |
D | TEST_MAPPING | 1 // mappings for frameworks/av/media/codec2/components/mpeg4_h263
|
/frameworks/av/media/codec2/sfplugin/ |
D | TEST_MAPPING | 1 // mappings for frameworks/av/media/codec2/sfplugin
|
/frameworks/av/media/libstagefright/timedtext/ |
D | TEST_MAPPING | 1 // mappings for frameworks/av/media/libstagefright/timedtext
|
/frameworks/av/media/codecs/amrwb/dec/ |
D | TEST_MAPPING | 1 // mappings for frameworks/av/media/libstagefright/codecs/amrwb
|
/frameworks/av/media/codecs/mp3dec/ |
D | TEST_MAPPING | 1 // mappings for frameworks/av/media/libstagefright/codecs/mp3dec
|
/frameworks/av/media/codecs/amrwb/enc/ |
D | TEST_MAPPING | 1 // mappings for frameworks/av/media/libstagefright/codecs/amrwbenc
|
/frameworks/av/media/codecs/amrnb/ |
D | TEST_MAPPING | 1 // mappings for frameworks/av/media/libstagefright/codecs/amrnb
|
/frameworks/av/media/libstagefright/foundation/ |
D | TEST_MAPPING | 1 // mappings for frameworks/av/media/libstagefright/foundation
|
/frameworks/av/media/codecs/m4v_h263/ |
D | TEST_MAPPING | 1 // mappings for frameworks/av/media/libstagefright/codecs/m4v_h263
|
/frameworks/base/core/proto/android/server/ |
D | usagestatsservice_v2.proto | 135 * A proto message representing the obfuscated tokens mappings for Usage Stats. 145 // Stores the mappings for every package
|
/frameworks/base/mime/ |
D | Android.bp | 117 // every field so that its mappings will never overwrite earlier mappings by
|
/frameworks/base/data/keyboards/ |
D | Vendor_057e_Product_2009.kl | 61 # Keep these mappings in anticipation of that change
|
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/datetime/ |
D | ZoneGetter.java | 406 final List<TimeZoneMapping> mappings = countryTimeZones.getTimeZoneMappings(); 407 return extractTimeZoneIds(mappings);
|
/frameworks/av/media/libstagefright/ |
D | MediaCodec.cpp | 2109 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/ |
D | ResourceTable.h | 565 DefaultKeyedVector<String16, uint32_t>* mappings);
|
D | ResourceTable.cpp | 4161 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/ |
D | ImsPhoneCallTracker.java | 1545 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/ |
D | Resources.proto | 553 // The set of arity/plural mappings.
|
/frameworks/native/docs/ |
D | Doxyfile | 210 # This tag can be used to specify a number of word-keyword mappings (TCL only).
|