/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/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/util/internal/testdata/ |
D | maps.proto | 31 // Proto to test proto3 maps. 34 package google.protobuf.testing.maps; 35 option java_package = "com.google.protobuf.testing.maps";
|
/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/opt/gamesdk/third_party/protobuf-3.0.0/ruby/src/main/java/com/google/protobuf/jruby/ |
D | RubyMessage.java | 72 this.maps = new HashMap<Descriptors.FieldDescriptor, RubyMap>(); in initialize() 93 maps.put(fieldDescriptor, map); in initialize() 265 for (Descriptors.FieldDescriptor fieldDescriptor : maps.keySet()) { in dup() 266 dup.maps.put(fieldDescriptor, maps.get(fieldDescriptor)); in dup() 374 for (Descriptors.FieldDescriptor fieldDescriptor : maps.keySet()) { in build() 377 for (DynamicMessage kv : maps.get(fieldDescriptor).build(context, mapDescriptor)) { in build() 613 RubyMap map = maps.get(fieldDescriptor); in getField() 627 maps.put(fieldDescriptor, map); in getField() 764 private Map<Descriptors.FieldDescriptor, RubyMap> maps; field in RubyMessage
|
/frameworks/layoutlib/bridge/src/com/google/android/maps/ |
D | MapView.java | 17 package com.google.android.maps;
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/csharp/ |
D | README.md | 63 - The old code did not support maps or `oneof`
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/java/core/src/test/proto/com/google/protobuf/ |
D | map_for_proto2_test.proto | 69 // Test that the maps initialization code works correctly when the map field
|
D | map_for_proto2_lite_test.proto | 67 // Test that the maps initialization code works correctly when the map field
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/ |
D | map_unittest.proto | 43 // Tests maps.
|
D | map_unittest_proto3.proto | 49 // Tests maps.
|
D | descriptor.proto | 424 // maps field. 426 // For maps fields: 441 // NOTE: Do not set the option in .proto files. Always use the maps syntax
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/util/internal/ |
D | protostream_objectsource_test.cc | 79 using google::protobuf::testing::maps::MapOut; 80 using google::protobuf::testing::maps::MapOutWireFormat;
|
D | protostream_objectwriter_test.cc | 82 using google::protobuf::testing::maps::MapIn;
|
/frameworks/ml/nn/extensions/ |
D | README.md | 176 whereas a non-zero prefix maps uniquely within a model to an extension name via
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/ |
D | CHANGES.txt | 142 * Improved hash maps. 143 - Improved hash maps comments. In particular, please note that equal hash 144 maps will not necessarily have the same iteration order and 146 - Added a new hash maps implementation that will become the default in a 368 * Bug fixes for arena and maps support. 432 - maps 528 - maps now have a dict-like interface (msg.map_field[key] = value) 529 - existing code that modifies maps via the repeated field interface 645 5. Addition of maps.
|
D | BUILD | 389 "google/protobuf/util/internal/testdata/maps.proto",
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/cmake/ |
D | tests.cmake | 64 google/protobuf/util/internal/testdata/maps.proto
|
/frameworks/base/packages/SystemUI/docs/ |
D | dagger.md | 124 that maps to the instance provided by Dagger. The changes should be similar
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/ |
D | Makefile.am | 521 google/protobuf/util/internal/testdata/maps.proto \ 635 google/protobuf/util/internal/testdata/maps.pb.cc \ 636 google/protobuf/util/internal/testdata/maps.pb.h \
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/docs/swift/ |
D | DesignDoc.md | 88 easily support nesting submodules (Clang module maps support this, but pure 513 The `oneof` feature represents a “variant/union” data type that maps nicely to 632 submodules (even though Clang module maps support this), there is no
|
/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 | 3873 final Iterator<Entry<String, ObbState>> maps = mObbPathToStateMap.entrySet().iterator(); in dump() local 3874 while (maps.hasNext()) { in dump() 3875 final Entry<String, ObbState> e = maps.next(); in dump()
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/objectivec/Tests/ |
D | GPBMessageTests.m | 1159 // Basic tests for default creation of maps in a message. 1212 // Copy should not copy autocreated maps.
|