/frameworks/base/core/jni/ |
D | android_ddm_DdmHandleNativeHeap.cpp | 75 String8 maps; in DdmHandleNativeHeap_getLeakInfo() local 76 ReadFile("/proc/self/maps", maps); in DdmHandleNativeHeap_getLeakInfo() 77 header.mapSize = maps.size(); in DdmHandleNativeHeap_getLeakInfo() 104 maps.size(), reinterpret_cast<const jbyte*>(maps.string())); in DdmHandleNativeHeap_getLeakInfo() 105 env->SetByteArrayRegion(array, sizeof(header) + maps.size(), in DdmHandleNativeHeap_getLeakInfo()
|
/frameworks/av/services/camera/libcameraservice/api2/ |
D | HeicEncoderInfoManager.cpp | 86 const FrameRateMaps& maps = in isSizeSupported() local 89 const auto& closestSize = findClosestSize(maps, width, height); in isSizeSupported() 90 if (closestSize == maps.end()) { in isSizeSupported() 145 status_t HeicEncoderInfoManager::getFrameRateMaps(sp<AMessage> details, FrameRateMaps* maps) { in getFrameRateMaps() argument 146 if (details == nullptr || maps == nullptr) { in getFrameRateMaps() 147 ALOGE("%s: Invalid input: details: %p, maps: %p", __FUNCTION__, details.get(), maps); in getFrameRateMaps() 168 maps->emplace( in getFrameRateMaps() 226 const FrameRateMaps& maps, int32_t width, int32_t height) const { in findClosestSize() argument 228 FrameRateMaps::const_iterator closestIter = maps.begin(); in findClosestSize() 229 for (auto iter = maps.begin(); iter != maps.end(); iter++) { in findClosestSize()
|
D | HeicEncoderInfoManager.h | 57 status_t getFrameRateMaps(sp<AMessage> details, FrameRateMaps* maps); 61 FrameRateMaps::const_iterator findClosestSize(const FrameRateMaps& maps,
|
/frameworks/native/libs/cputimeinstate/ |
D | testtimeinstate.cpp | 119 auto maps = {getUidsCpuFreqTimes(), getUidsUpdatedCpuFreqTimes(&zero)}; in TEST() local 120 for (const auto &map : maps) { in TEST() 189 auto maps = {getUidsCpuFreqTimes(), getUidsUpdatedCpuFreqTimes(&zero)}; in TEST() local 190 for (const auto &map : maps) { in TEST() 213 auto maps = {getUidsConcurrentTimes(), getUidsUpdatedConcurrentTimes(&zero)}; in TEST() local 214 for (const auto &map : maps) { in TEST() 266 auto maps = {getUidsConcurrentTimes(), getUidsUpdatedConcurrentTimes(&zero)}; in TEST() local 267 for (const auto &map : maps) { in TEST() 344 auto maps = {getUidsCpuFreqTimes(), getUidsUpdatedCpuFreqTimes(&zero)}; in TEST() local 345 for (const auto &map : maps) { in TEST() [all …]
|
/frameworks/base/core/java/android/gesture/ |
D | GestureStore.java | 234 final HashMap<String, ArrayList<Gesture>> maps = mNamedGestures; in save() local 241 out.writeInt(maps.size()); in save() 243 for (Map.Entry<String, ArrayList<Gesture>> entry : maps.entrySet()) { in save()
|
/frameworks/layoutlib/bridge/src/com/google/android/maps/ |
D | MapView.java | 17 package com.google.android.maps;
|
/frameworks/base/packages/InputDevices/ |
D | Android.bp | 30 // Validate all key maps.
|
/frameworks/base/mime/java-res/ |
D | android.mime.types | 32 # leaves any earlier mapping for "text/plain" untouched, or maps that MIME type
|
/frameworks/base/packages/SystemUI/docs/ |
D | dagger.md | 124 that maps to the instance provided by Dagger. The changes should be similar
|
/frameworks/base/tools/aapt2/ |
D | Resources.proto | 95 // attr, etc. This maps to the second part of a resource identifier in Java (R.type.entry).
|
/frameworks/base/services/core/java/com/android/server/ |
D | StorageManagerService.java | 3893 final Iterator<Entry<String, ObbState>> maps = mObbPathToStateMap.entrySet().iterator(); in dump() local 3894 while (maps.hasNext()) { in dump() 3895 final Entry<String, ObbState> e = maps.next(); in dump()
|
/frameworks/native/docs/ |
D | Doxyfile | 1320 # unique id set via EXTERNAL_SEARCH_ID. The search mapping then maps the id
|
/frameworks/base/cmds/statsd/src/ |
D | atoms.proto | 5927 // Is venue info (e.g. store info, maps, flight status) included (Yes, No) 7280 // operation id; maps to the OP_* constants in AppOpsManager.java
|
/frameworks/av/media/libaaudio/ |
D | Doxyfile | 1538 # unique id set via EXTERNAL_SEARCH_ID. The search mapping then maps the id of
|
D | Doxyfile.orig | 1529 # unique id set via EXTERNAL_SEARCH_ID. The search mapping then maps the id of
|
/frameworks/av/media/codec2/docs/ |
D | doxygen.config | 1605 # unique id set via EXTERNAL_SEARCH_ID. The search mapping then maps the id of
|
/frameworks/base/media/native/midi/include/ |
D | Doxyfile.orig | 1655 # unique id set via EXTERNAL_SEARCH_ID. The search mapping then maps the id of
|
D | Doxyfile | 1655 # unique id set via EXTERNAL_SEARCH_ID. The search mapping then maps the id of
|
/frameworks/ml/nn/tools/api/ |
D | types.spec | 1051 * a one-dimensional tensor that maps these values to Values
|
/frameworks/native/vulkan/api/ |
D | vulkan.api | 4473 … imageCubeArray /// image views which are arrays of cube maps
|
/frameworks/base/config/ |
D | hiddenapi-greylist-max-o.txt | 27810 Landroid/icu/text/DateFormatSymbols$CalendarDataSink;->maps:Ljava/util/Map;
|