/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() 147 status_t HeicEncoderInfoManager::getFrameRateMaps(sp<AMessage> details, FrameRateMaps* maps) { in getFrameRateMaps() argument 148 if (details == nullptr || maps == nullptr) { in getFrameRateMaps() 149 ALOGE("%s: Invalid input: details: %p, maps: %p", __FUNCTION__, details.get(), maps); in getFrameRateMaps() 170 maps->emplace( in getFrameRateMaps() 228 const FrameRateMaps& maps, int32_t width, int32_t height) const { in findClosestSize() argument 230 FrameRateMaps::const_iterator closestIter = maps.begin(); in findClosestSize() 231 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
|
D | qs-tiles.md | 92 …ws by using a `State`. The backend populates the state, and then the view maps the state to a visu… 115 …ed` is called and this calls `QSTileView#handleStateChanged`. This method maps the state into the … 288 3. `TileServices` creates maps between the token, the `CustomTile`, the `TileServiceManager`, the t…
|
/frameworks/base/tools/aapt2/ |
D | Resources.proto | 94 // 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 | 4548 final Iterator<Entry<String, ObbState>> maps = in dump() local 4550 while (maps.hasNext()) { in dump() 4551 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/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 | 1655 # unique id set via EXTERNAL_SEARCH_ID. The search mapping then maps the id of
|
D | Doxyfile.orig | 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/base/cmds/statsd/src/ |
D | atoms.proto | 7018 // Is venue info (e.g. store info, maps, flight status) included (Yes, No)
|