Searched refs:EntryType (Results 1 – 6 of 6) sorted by relevance
/frameworks/compile/mclinker/include/mcld/Target/ |
D | KeyEntryMap.h | 24 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/ |
D | FileA3D.java | 45 public enum EntryType { enum in FileA3D 59 EntryType(int id) { in EntryType() method in FileA3D.EntryType 63 static EntryType toEntryType(int intID) { in toEntryType() 64 return EntryType.values()[intID]; in toEntryType() 80 EntryType mEntryType; 103 public EntryType getEntryType() { in getEntryType() 135 if(entry.mEntryType == EntryType.UNKNOWN) { in internalCreate() 157 IndexEntry(RenderScript rs, int index, long id, String name, EntryType type) { in IndexEntry() 189 … 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/ |
D | TrackerEntry.java | 73 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()
|
D | KMLFormatter.java | 19 import com.android.locationtracker.data.TrackerEntry.EntryType; 46 if (entry.getType() == EntryType.LOCATION_TYPE) { in getOutput()
|
D | CSVFormatter.java | 19 import com.android.locationtracker.data.TrackerEntry.EntryType; 51 if (entry.getType() == EntryType.LOCATION_TYPE) { in getOutput()
|
/frameworks/ml/nn/common/ |
D | Utils.cpp | 103 template <typename EntryType, uint32_t entryCount, uint32_t entryCountOEM> 104 EntryType tableLookup(const EntryType (&table)[entryCount], in tableLookup() 105 const EntryType (&tableOEM)[entryCountOEM], in tableLookup() 113 return EntryType(); in tableLookup()
|