Searched defs:EntryType (Results 1 - 3 of 3) sorted by relevance

/frameworks/compile/mclinker/include/mcld/LD/
H A DEhFrameHdr.h69 typename SizeTraits<size>::Address> EntryType; typedef in class:mcld::EhFrameHdr::BSTEntry
74 : public std::binary_function<const typename BSTEntry<size>::EntryType&,
75 const typename BSTEntry<size>::EntryType&,
78 bool operator()(const typename BSTEntry<size>::EntryType& X,
79 const typename BSTEntry<size>::EntryType& Y) const
/frameworks/base/graphics/java/android/renderscript/
H A DFileA3D.java49 public enum EntryType { enum in class:FileA3D
63 EntryType(int id) { method in class:FileA3D.EntryType
67 static EntryType toEntryType(int intID) {
68 return EntryType.values()[intID];
84 EntryType mEntryType;
107 public EntryType getEntryType() {
139 if(entry.mEntryType == EntryType.UNKNOWN) {
158 IndexEntry(RenderScript rs, int index, int 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) {

Completed in 79 milliseconds