Home
last modified time | relevance | path

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

/aosp12/frameworks/compile/mclinker/include/mcld/Target/
H A DKeyEntryMap.h24 typedef ENTRY EntryType; typedef
28 EntryPair(EntryType* pEntry1, EntryType* pEntry2) in EntryPair()
31 EntryType* entry1;
32 EntryType* entry2;
68 void record(const KeyType& pKey, EntryType& pEntry1, EntryType& pEntry2);
88 const EntryType* KeyEntryMap<KeyType, EntryType>::lookUp( in lookUp()
101 EntryType* KeyEntryMap<KeyType, EntryType>::lookUp(const KeyType& pKey) { in lookUp()
113 const EntryType* KeyEntryMap<KeyType, EntryType>::lookUpFirstEntry( in lookUpFirstEntry()
126 EntryType* KeyEntryMap<KeyType, EntryType>::lookUpFirstEntry( in lookUpFirstEntry()
139 const EntryType* KeyEntryMap<KeyType, EntryType>::lookUpSecondEntry( in lookUpSecondEntry()
[all …]
/aosp12/frameworks/base/core/tests/batterystatstests/BatteryStatsViewer/src/com/android/frameworks/core/batterystatsviewer/
H A DBatteryConsumerData.java34 enum EntryType { enum in BatteryConsumerData
53 public EntryType entryType;
106 addEntry("Consumed", EntryType.UID_TOTAL_POWER, in populateForUidBatteryConsumer()
112 addEntry("Consumed (measured)", EntryType.UID_TOTAL_POWER, in populateForUidBatteryConsumer()
117 addEntry("Consumed (modeled)", EntryType.UID_TOTAL_POWER, in populateForUidBatteryConsumer()
129 addEntry(metricTitle, EntryType.UID_POWER_MODELED, in populateForUidBatteryConsumer()
148 addEntry(name + " (custom)", EntryType.UID_POWER_CUSTOM, in populateForUidBatteryConsumer()
157 addEntry(metricTitle, EntryType.UID_DURATION, in populateForUidBatteryConsumer()
187 addEntry("Consumed", EntryType.DEVICE_TOTAL_POWER, in populateForAggregateBatteryConsumer()
208 addEntry(metricTitle, EntryType.DEVICE_POWER_MODELED, in populateForAggregateBatteryConsumer()
[all …]
/aosp12/frameworks/base/rs/java/android/renderscript/
H A 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()
/aosp12/packages/apps/Car/Dialer/src/com/android/car/dialer/ui/calllog/
H A DCallLogAdapter.java51 EntryType.TYPE_HEADER,
52 EntryType.TYPE_CALLLOG,
54 private @interface EntryType { annotation in CallLogAdapter
100 if (viewType == EntryType.TYPE_CALLLOG) { in onCreateViewHolderImpl()
122 @EntryType
125 return EntryType.TYPE_CALLLOG; in getItemViewTypeImpl()
127 return EntryType.TYPE_HEADER; in getItemViewTypeImpl()
/aosp12/frameworks/base/tests/LocationTracker/src/com/android/locationtracker/data/
H A 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()
H A DKMLFormatter.java19 import com.android.locationtracker.data.TrackerEntry.EntryType;
46 if (entry.getType() == EntryType.LOCATION_TYPE) { in getOutput()
H A DCSVFormatter.java19 import com.android.locationtracker.data.TrackerEntry.EntryType;
51 if (entry.getType() == EntryType.LOCATION_TYPE) { in getOutput()
/aosp12/system/bt/gd/storage/
H A Dmutation_entry.cc25 EntryType entry_type_param, in MutationEntry()
36 case EntryType::SET: in MutationEntry()
41 case EntryType::REMOVE_PROPERTY: in MutationEntry()
45 case EntryType::REMOVE_SECTION: in MutationEntry()
H A Dmutation_entry.h30 enum EntryType { SET, REMOVE_PROPERTY, REMOVE_SECTION }; enum
93EntryType::SET, property_type, std::move(section_param), std::move(property_param), std::move(valu… in Set()
97 return MutationEntry(EntryType::REMOVE_SECTION, property_type, std::move(section_param)); in Remove()
102EntryType::REMOVE_PROPERTY, property_type, std::move(section_param), std::move(property_param)); in Remove()
110 EntryType entry_type_param,
116 EntryType entry_type;
H A Dmutation.cc33 if (entry.entry_type != MutationEntry::EntryType::SET) { in Add()
H A Dconfig_cache.cc309 case MutationEntry::EntryType::SET: in Commit()
312 case MutationEntry::EntryType::REMOVE_PROPERTY: in Commit()
315 case MutationEntry::EntryType::REMOVE_SECTION: in Commit()
/aosp12/packages/modules/NeuralNetworks/common/
H A DLegacyUtils.cpp145 template <typename EntryType, uint32_t entryCount, uint32_t entryCountOEM>
146 EntryType tableLookup(const EntryType (&table)[entryCount], in tableLookup()
147 const EntryType (&tableOEM)[entryCountOEM], uint32_t code) { in tableLookup()
154 return EntryType(); in tableLookup()
/aosp12/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt48980 Landroid/renderscript/FileA3D$EntryType;->mID:I
48981 Landroid/renderscript/FileA3D$EntryType;->toEntryType(I)Landroid/renderscript/FileA3D$EntryType;
48982 Landroid/renderscript/FileA3D$EntryType;->UNKNOWN:Landroid/renderscript/FileA3D$EntryType;
48983 Landroid/renderscript/FileA3D$EntryType;->valueOf(Ljava/lang/String;)Landroid/renderscript/FileA3D$
48984 Landroid/renderscript/FileA3D$EntryType;->values()[Landroid/renderscript/FileA3D$EntryType;
48985 …>(Landroid/renderscript/RenderScript;IJLjava/lang/String;Landroid/renderscript/FileA3D$EntryType;)V
48989 Landroid/renderscript/FileA3D$IndexEntry;->mEntryType:Landroid/renderscript/FileA3D$EntryType;