Searched refs:EntryType (Results 1 - 5 of 5) sorted by relevance

/frameworks/compile/mclinker/include/mcld/Target/
H A DKeyEntryMap.h24 typedef ENTRY EntryType; typedef in class:mcld::KeyEntryMap
28 EntryPair(EntryType* pEntry1, EntryType* pEntry2)
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* lookUpFirstEntr
[all...]
/frameworks/base/rs/java/android/renderscript/
H A DFileA3D.java45 public enum EntryType { enum in class:FileA3D
59 EntryType(int id) { method in class:FileA3D.EntryType
63 static EntryType toEntryType(int intID) {
64 return EntryType.values()[intID];
80 EntryType mEntryType;
103 public EntryType getEntryType() {
135 if(entry.mEntryType == EntryType.UNKNOWN) {
157 IndexEntry(RenderScript rs, int index, long id, String name, EntryType type) {
189 mFileEntries[i] = new IndexEntry(mRS, i, getID(mRS), names[i], EntryType.toEntryType(ids[i]));
/frameworks/base/tests/LocationTracker/src/com/android/locationtracker/data/
H A DTrackerEntry.java73 enum EntryType { enum in class:TrackerEntry
79 private EntryType mType;
81 private TrackerEntry(String tag, EntryType type) {
88 this(loc.getProvider(), EntryType.LOCATION_TYPE);
108 TrackerEntry entry = new TrackerEntry(tag, EntryType.LOG_TYPE);
119 EntryType getType() {
174 if (mType == EntryType.LOCATION_TYPE) {
212 TrackerEntry entry = new TrackerEntry(tag, EntryType.valueOf(sType));
214 if (entry.getType() == EntryType.LOCATION_TYPE) {
H A DKMLFormatter.java19 import com.android.locationtracker.data.TrackerEntry.EntryType;
46 if (entry.getType() == EntryType.LOCATION_TYPE) {
H A DCSVFormatter.java19 import com.android.locationtracker.data.TrackerEntry.EntryType;
51 if (entry.getType() == EntryType.LOCATION_TYPE) {

Completed in 635 milliseconds