Home
last modified time | relevance | path

Searched refs:maps (Results 1 – 25 of 34) sorted by relevance

12

/frameworks/base/core/jni/
Dandroid_ddm_DdmHandleNativeHeap.cpp75 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/
DHeicEncoderInfoManager.cpp86 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()
DHeicEncoderInfoManager.h57 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/
Dmaps.proto31 // 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/
DGestureStore.java234 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/
DRubyMessage.java72 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/
DMapView.java17 package com.google.android.maps;
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/csharp/
DREADME.md63 - 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/
Dmap_for_proto2_test.proto69 // Test that the maps initialization code works correctly when the map field
Dmap_for_proto2_lite_test.proto67 // Test that the maps initialization code works correctly when the map field
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/
Dmap_unittest.proto43 // Tests maps.
Dmap_unittest_proto3.proto49 // Tests maps.
Ddescriptor.proto424 // 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/
Dprotostream_objectsource_test.cc79 using google::protobuf::testing::maps::MapOut;
80 using google::protobuf::testing::maps::MapOutWireFormat;
Dprotostream_objectwriter_test.cc82 using google::protobuf::testing::maps::MapIn;
/frameworks/ml/nn/extensions/
DREADME.md176 whereas a non-zero prefix maps uniquely within a model to an extension name via
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/
DCHANGES.txt142 * 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.
DBUILD389 "google/protobuf/util/internal/testdata/maps.proto",
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/cmake/
Dtests.cmake64 google/protobuf/util/internal/testdata/maps.proto
/frameworks/base/packages/SystemUI/docs/
Ddagger.md124 that maps to the instance provided by Dagger. The changes should be similar
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/
DMakefile.am521 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/
DDesignDoc.md88 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/
DResources.proto95 // 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/
DStorageManagerService.java3873 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/
DGPBMessageTests.m1159 // Basic tests for default creation of maps in a message.
1212 // Copy should not copy autocreated maps.

12