/bionic/libc/malloc_debug/ |
MapData.h | 40 struct MapEntry { 41 MapEntry(uintptr_t start, uintptr_t end, uintptr_t offset, const char* name, size_t name_len) 44 MapEntry(uintptr_t pc) : start(pc), end(pc) {} 57 bool operator()(const MapEntry* a, const MapEntry* b) const { 67 const MapEntry* find(uintptr_t pc, uintptr_t* rel_pc = nullptr); 73 std::set<MapEntry*, compare_entries> entries_;
|
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/writer/builder/ |
BuilderMapEntryCollection.java | 47 private class MapEntry implements Map.Entry<Key, Integer> { 72 MapEntry entry = new MapEntry();
|
/external/protobuf/src/google/protobuf/ |
map_entry.h | 57 // Register all MapEntry default instances so we can delete them in 62 // This is the common base class for MapEntry. It is used by MapFieldBase in 81 // MapEntry is the returned google::protobuf::Message when calling AddMessage of 89 // of MapEntry accessors, it's named MapEntry accessor type. 94 // MapEntry accessor type: type used in MapEntry getters/mutators to access the 97 // cpp type | proto type | in-memory type | MapEntry accessor type 112 class MapEntry : public MapEntryBase { 124 // Abbreviation for MapEntry [all...] |
/prebuilts/tools/darwin-x86_64/protoc/include/google/protobuf/ |
map_entry.h | 57 // Register all MapEntry default instances so we can delete them in 62 // This is the common base class for MapEntry. It is used by MapFieldBase in 81 // MapEntry is the returned google::protobuf::Message when calling AddMessage of 89 // of MapEntry accessors, it's named MapEntry accessor type. 94 // MapEntry accessor type: type used in MapEntry getters/mutators to access the 97 // cpp type | proto type | in-memory type | MapEntry accessor type 112 class MapEntry : public MapEntryBase { 124 // Abbreviation for MapEntry [all...] |
/frameworks/rs/ |
rsMap.h | 31 typedef Pair<KeyType, ValueType> MapEntry; 34 MapEntry entry; 113 const MapEntry& operator*() const {
|
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/ |
RefSortedMap.java | 41 private static final class MapEntry<K, V> implements Map.Entry<K, V> { 46 MapEntry(K key, V value) { 85 transient ArrayList<MapEntry<K, V>> entries = new ArrayList<MapEntry<K, V>>(); 335 entries.add(-idx - 1, new MapEntry<K, V>(arg0, arg1)); 355 transient private Comparator<MapEntry<K, V>> cmp = createCmp(); 357 Comparator<MapEntry<K, V>> createCmp() { 358 return new Comparator<MapEntry<K, V>>() { 360 public int compare(MapEntry<K, V> arg0, MapEntry<K, V> arg1) [all...] |
/system/extras/simpleperf/ |
thread_tree.h | 37 struct MapEntry { 45 MapEntry(uint64_t start_addr, uint64_t len, uint64_t pgoff, uint64_t time, 53 MapEntry() {} 59 bool operator()(const MapEntry* map1, const MapEntry* map2) const; 62 using MapSet = std::set<MapEntry*, MapComparator>; 72 // (in MapEntry) of the monitored threads. It also has interface to access 82 unknown_map_ = MapEntry(0, std::numeric_limits<unsigned long long>::max(), 96 const MapEntry* FindMap(const ThreadEntry* thread, uint64_t ip, 99 const MapEntry* FindMap(const ThreadEntry* thread, uint64_t ip) [all...] |
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Compatibility/FrameworkHiiOnUefiHiiThunk/ |
UefiIfrParser.c | 71 ONE_OF_OPTION_MAP_ENTRY *MapEntry;
83 MapEntry = ONE_OF_OPTION_MAP_ENTRY_FROM_LINK (Link2);
87 FreePool (MapEntry);
[all...] |
/external/protobuf/java/core/src/main/java/com/google/protobuf/ |
MapEntry.java | 43 * Implements MapEntry messages. 46 * each map entry is accessed as a message. This MapEntry class is used to 51 public final class MapEntry<K, V> extends AbstractMessage { 54 public final MapEntry<K, V> defaultInstance; 55 public final AbstractParser<MapEntry<K, V>> parser; 58 final Descriptor descriptor, final MapEntry<K, V> defaultInstance) { 62 this.parser = new AbstractParser<MapEntry<K, V>>() { 66 public MapEntry<K, V> parsePartialFrom( 71 return new MapEntry<K, V>(thisMetadata, data); 81 /** Create a default MapEntry instance. * [all...] |
/libcore/ojluni/src/main/java/sun/security/x509/ |
NetscapeCertTypeExtension.java | 89 private static class MapEntry { 93 MapEntry(String name, int position) { 99 private static MapEntry[] mMapData = { 100 new MapEntry(SSL_CLIENT, 0), 101 new MapEntry(SSL_SERVER, 1), 102 new MapEntry(S_MIME, 2), 103 new MapEntry(OBJECT_SIGNING, 3), 105 new MapEntry(SSL_CA, 5), 106 new MapEntry(S_MIME_CA, 6), 107 new MapEntry(OBJECT_SIGNING_CA, 7) [all...] |
/external/llvm/lib/IR/ |
Metadata.cpp | 420 auto &MapEntry = I.first->getValue(); 422 return &MapEntry; 423 MapEntry.Entry = &*I.first; 424 return &MapEntry; [all...] |
/tools/loganalysis/src/com/android/loganalysis/util/config/ |
OptionSetter.java | 349 MapEntry pair = null; [all...] |
/external/protobuf/csharp/src/Google.Protobuf/Reflection/ |
Descriptor.cs | 155 new pbr::GeneratedClrTypeInfo(typeof(global::Google.Protobuf.Reflection.MessageOptions), global::Google.Protobuf.Reflection.MessageOptions.Parser, new[]{ "MessageSetWireFormat", "NoStandardDescriptorAccessor", "Deprecated", "MapEntry", "UninterpretedOption" }, null, null, null), [all...] |
/libcore/ojluni/src/main/java/java/util/concurrent/ |
ConcurrentHashMap.java | 620 * MapEntry below), but can be used for read-only traversals used [all...] |
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/ |
org.eclipse.core.databinding.property_1.3.0.I20100601-0800.jar | |
/prebuilts/tools/common/m2/repository/io/netty/netty-common/4.1.0.CR3/ |
netty-common-4.1.0.CR3.jar | |
/prebuilts/tools/common/m2/repository/com/google/protobuf/protobuf-java/3.0.0-beta-2/ |
protobuf-java-3.0.0-beta-2.jar | |
/prebuilts/tools/common/m2/repository/io/netty/netty-common/4.1.3.Final/ |
netty-common-4.1.3.Final.jar | |
/prebuilts/tools/common/m2/repository/io/netty/netty-common/4.1.6.Final/ |
netty-common-4.1.6.Final.jar | |
/prebuilts/tools/common/m2/repository/com/google/protobuf/protobuf-java/3.0.0/ |
protobuf-java-3.0.0.jar | |
/prebuilts/tools/common/m2/repository/com/google/protobuf/protobuf-java/3.0.2/ |
protobuf-java-3.0.2.jar | |
/prebuilts/tools/common/m2/repository/commons-beanutils/commons-beanutils/1.8.0/ |
commons-beanutils-1.8.0.jar | |
/prebuilts/tools/common/m2/repository/commons-beanutils/commons-beanutils/1.9.2/ |
commons-beanutils-1.9.2.jar | |
/prebuilts/tools/common/m2/repository/commons-beanutils/commons-beanutils-core/1.8.3/ |
commons-beanutils-core-1.8.3.jar | |
/external/guice/extensions/persist/lib/ |
commons-collections.jar | |