HomeSort by relevance Sort by last modified time
    Searched defs:MapEntry (Results 1 - 25 of 73) sorted by null

1 2 3

  /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();
  /system/extras/simpleperf/
thread_tree.h 30 struct MapEntry {
37 MapEntry(uint64_t start_addr, uint64_t len, uint64_t pgoff, uint64_t time, Dso* dso)
40 MapEntry() {
49 bool operator()(const MapEntry* map1, const MapEntry* map2) const;
56 std::set<MapEntry*, MapComparator> maps;
64 MapEntry(0, std::numeric_limits<unsigned long long>::max(), 0, 0, unknown_dso_.get());
74 const MapEntry* FindMap(const ThreadEntry* thread, uint64_t ip, bool in_kernel);
75 const Symbol* FindSymbol(const MapEntry* map, uint64_t ip);
76 const MapEntry* UnknownMap() const
    [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...]
  /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...]
  /libcore/luni/src/main/java/java/util/concurrent/
ConcurrentHashMap.java 591 * 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/commons-beanutils/commons-beanutils/1.8.0/
commons-beanutils-1.8.0.jar 
  /external/guice/extensions/persist/lib/
commons-collections.jar 
db4o-6.4.14.8131-java5.jar 
  /prebuilts/tools/common/m2/repository/commons-collections/commons-collections/3.2.1/
commons-collections-3.2.1.jar 
  /prebuilts/tools/common/m2/repository/org/assertj/assertj-core/2.0.0/
assertj-core-2.0.0.jar 
  /packages/apps/Messaging/build/gcheckstyle/
google-style-checker_deploy.jar 
  /external/guice/extensions/struts2/lib/
ant-1.6.5.jar 
  /development/tools/checkstyle/
checkstyle.jar 
  /prebuilts/misc/common/groovy/
groovy-all-1.7.0.jar 
  /prebuilts/tools/common/m2/repository/com/cenqua/clover/clover/3.1.12/
clover-3.1.12.jar 
  /prebuilts/tools/common/m2/repository/org/codehaus/groovy/groovy-all/2.2.1/
groovy-all-2.2.1.jar 
  /prebuilts/tools/common/m2/repository/org/codehaus/groovy/groovy-all/2.3.6/
groovy-all-2.3.6.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
ant.jar 
  /prebuilts/tools/common/ant/
ant.jar 

Completed in 652 milliseconds

1 2 3