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

/frameworks/compile/mclinker/include/mcld/Target/
H A DKeyEntryMap.h25 typedef ENTRY EntryType; typedef in class:mcld::KeyEntryMap
29 EntryPair(EntryType* pEntry1, EntryType* pEntry2)
33 EntryType* entry1;
34 EntryType* entry2;
40 EntryType* entry_ptr;
58 const EntryType* lookUp(const KeyType& pKey) const;
59 EntryType* lookUp(const KeyType& pKey);
62 const EntryType* lookUpFirstEntry(const KeyType& pKey) const;
63 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) {
154 IndexEntry(RenderScript rs, int index, long id, String name, EntryType type) {
185 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) {
/frameworks/base/tests/RenderScriptTests/SceneGraph/src/com/android/testapp/
H A DTestAppLoadingScreen.java76 if (entry != null && entry.getEntryType() == FileA3D.EntryType.MESH) {
/frameworks/base/tests/RenderScriptTests/FBOTest/src/com/android/fbotest/
H A DFBOSyncRS.java135 if (entry != null && entry.getEntryType() == FileA3D.EntryType.MESH) {
145 if (entry != null && entry.getEntryType() == FileA3D.EntryType.MESH) {
H A DFBOTestRS.java134 if (entry != null && entry.getEntryType() == FileA3D.EntryType.MESH) {
144 if (entry != null && entry.getEntryType() == FileA3D.EntryType.MESH) {
/frameworks/base/tests/RenderScriptTests/ModelViewer/src/com/android/modelviewer/
H A DSimpleModelRS.java133 if (entry != null && entry.getEntryType() == FileA3D.EntryType.MESH) {
143 if (entry != null && entry.getEntryType() == FileA3D.EntryType.MESH) {
H A DSceneGraphRS.java190 if (entry == null || entry.getEntryType() != FileA3D.EntryType.MESH) {
/frameworks/base/tests/RenderScriptTests/ShadersTest/src/com/android/shaderstest/
H A DShadersTestRS.java146 if (entry != null && entry.getEntryType() == FileA3D.EntryType.MESH) {
156 if (entry != null && entry.getEntryType() == FileA3D.EntryType.MESH) {
/frameworks/base/tests/RenderScriptTests/SceneGraph/src/com/android/scenegraph/
H A DColladaScene.java123 if (entry != null && entry.getEntryType() == FileA3D.EntryType.MESH) {
/frameworks/base/tests/RenderScriptTests/PerfTest/src/com/android/perftest/
H A DTorusTest.java244 if (entry == null || entry.getEntryType() != FileA3D.EntryType.MESH) {
/frameworks/base/tests/RenderScriptTests/MiscSamples/src/com/example/android/rs/miscsamples/
H A DRsRenderStatesRS.java353 if (entry == null || entry.getEntryType() != FileA3D.EntryType.MESH) {

Completed in 548 milliseconds