Home
last modified time | relevance | path

Searched refs:EntryType (Results 1 – 7 of 7) sorted by relevance

/frameworks/compile/mclinker/include/mcld/Target/
DKeyEntryMap.h24 typedef ENTRY EntryType; typedef
28 EntryPair(EntryType* pEntry1, EntryType* pEntry2) in EntryPair()
31 EntryType* entry1;
32 EntryType* entry2;
38 EntryType* entry_ptr;
56 const EntryType* lookUp(const KeyType& pKey) const;
57 EntryType* lookUp(const KeyType& pKey);
60 const EntryType* lookUpFirstEntry(const KeyType& pKey) const;
61 EntryType* lookUpFirstEntry(const KeyType& pKey);
64 const EntryType* lookUpSecondEntry(const KeyType& pKey) const;
[all …]
/frameworks/base/core/tests/batterystatstests/BatteryStatsViewer/src/com/android/frameworks/core/batterystatsviewer/
DBatteryConsumerData.java34 enum EntryType { enum in BatteryConsumerData
55 public EntryType entryType;
108 addEntry("Consumed", EntryType.UID_TOTAL_POWER, in populateForUidBatteryConsumer()
114 addEntry("Consumed (PowerStats)", EntryType.UID_TOTAL_POWER, in populateForUidBatteryConsumer()
119 addEntry("Consumed (PowerProfile)", EntryType.UID_TOTAL_POWER, in populateForUidBatteryConsumer()
131 addEntry(metricTitle, EntryType.UID_POWER_PROFILE, in populateForUidBatteryConsumer()
134 addProcessStateEntries(metricTitle, EntryType.UID_POWER_PROFILE_PROCESS_STATE, in populateForUidBatteryConsumer()
137 addEntry(metricTitle + " (PowerStats)", EntryType.UID_POWER_ENERGY_CONSUMPTION, in populateForUidBatteryConsumer()
140 addProcessStateEntries(metricTitle, EntryType.UID_POWER_ENERGY_PROCESS_STATE, in populateForUidBatteryConsumer()
142 addEntry(metricTitle + " (PowerProfile)", EntryType.UID_POWER_PROFILE, in populateForUidBatteryConsumer()
[all …]
/frameworks/base/rs/java/android/renderscript/
DFileA3D.java47 public enum EntryType { enum in FileA3D
62 EntryType(int id) { in EntryType() method in FileA3D.EntryType
66 static EntryType toEntryType(int intID) { in toEntryType()
67 return EntryType.values()[intID]; in toEntryType()
83 EntryType mEntryType;
107 public EntryType getEntryType() { in getEntryType()
140 if(entry.mEntryType == EntryType.UNKNOWN) { in internalCreate()
162 IndexEntry(RenderScript rs, int index, long id, String name, EntryType type) { in IndexEntry()
194 … mFileEntries[i] = new IndexEntry(mRS, i, getID(mRS), names[i], EntryType.toEntryType(ids[i])); in initEntries()
/frameworks/base/tests/LocationTracker/src/com/android/locationtracker/data/
DTrackerEntry.java73 enum EntryType { enum in TrackerEntry
79 private EntryType mType;
81 private TrackerEntry(String tag, EntryType type) { in TrackerEntry()
88 this(loc.getProvider(), EntryType.LOCATION_TYPE); in TrackerEntry()
108 TrackerEntry entry = new TrackerEntry(tag, EntryType.LOG_TYPE); in createEntry()
119 EntryType getType() { in getType()
174 if (mType == EntryType.LOCATION_TYPE) { in getAsContentValues()
212 TrackerEntry entry = new TrackerEntry(tag, EntryType.valueOf(sType)); in createEntry()
214 if (entry.getType() == EntryType.LOCATION_TYPE) { in createEntry()
DKMLFormatter.java19 import com.android.locationtracker.data.TrackerEntry.EntryType;
46 if (entry.getType() == EntryType.LOCATION_TYPE) { in getOutput()
DCSVFormatter.java19 import com.android.locationtracker.data.TrackerEntry.EntryType;
51 if (entry.getType() == EntryType.LOCATION_TYPE) { in getOutput()
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt45014 Landroid/renderscript/FileA3D$EntryType;->mID:I
45015 Landroid/renderscript/FileA3D$EntryType;->toEntryType(I)Landroid/renderscript/FileA3D$EntryType;
45016 Landroid/renderscript/FileA3D$EntryType;->UNKNOWN:Landroid/renderscript/FileA3D$EntryType;
45017 Landroid/renderscript/FileA3D$EntryType;->valueOf(Ljava/lang/String;)Landroid/renderscript/FileA3D$
45018 Landroid/renderscript/FileA3D$EntryType;->values()[Landroid/renderscript/FileA3D$EntryType;
45019 …>(Landroid/renderscript/RenderScript;IJLjava/lang/String;Landroid/renderscript/FileA3D$EntryType;)V
45023 Landroid/renderscript/FileA3D$IndexEntry;->mEntryType:Landroid/renderscript/FileA3D$EntryType;