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/rs/java/android/renderscript/
DFileA3D.java46 public enum EntryType { enum in FileA3D
61 EntryType(int id) { in EntryType() method in FileA3D.EntryType
65 static EntryType toEntryType(int intID) { in toEntryType()
66 return EntryType.values()[intID]; in toEntryType()
82 EntryType mEntryType;
106 public EntryType getEntryType() { in getEntryType()
139 if(entry.mEntryType == EntryType.UNKNOWN) { in internalCreate()
161 IndexEntry(RenderScript rs, int index, long id, String name, EntryType type) { in IndexEntry()
193 … 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/ml/nn/common/
DUtils.cpp179 template <typename EntryType, uint32_t entryCount, uint32_t entryCountOEM>
180 EntryType tableLookup(const EntryType (&table)[entryCount], in tableLookup()
181 const EntryType (&tableOEM)[entryCountOEM], uint32_t code) { in tableLookup()
188 return EntryType(); in tableLookup()
/frameworks/base/config/
Dhiddenapi-greylist-max-o.txt59569 Landroid/renderscript/FileA3D$EntryType;->mID:I
59570 Landroid/renderscript/FileA3D$EntryType;->toEntryType(I)Landroid/renderscript/FileA3D$EntryType;
59571 Landroid/renderscript/FileA3D$EntryType;->UNKNOWN:Landroid/renderscript/FileA3D$EntryType;
59572 Landroid/renderscript/FileA3D$EntryType;->valueOf(Ljava/lang/String;)Landroid/renderscript/FileA3D$
59573 Landroid/renderscript/FileA3D$EntryType;->values()[Landroid/renderscript/FileA3D$EntryType;
59574 …>(Landroid/renderscript/RenderScript;IJLjava/lang/String;Landroid/renderscript/FileA3D$EntryType;)V
59578 Landroid/renderscript/FileA3D$IndexEntry;->mEntryType:Landroid/renderscript/FileA3D$EntryType;