Home
last modified time | relevance | path

Searched refs:EntryType (Results 1 – 15 of 15) sorted by relevance

/frameworks/compile/mclinker/include/mcld/Target/
DKeyEntryMap.h25 typedef ENTRY EntryType; typedef
29 EntryPair(EntryType* pEntry1, EntryType* pEntry2) in EntryPair()
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* lookUpFirstEntry(const KeyType& pKey);
66 const EntryType* lookUpSecondEntry(const KeyType& pKey) const;
[all …]
/frameworks/base/rs/java/android/renderscript/
DFileA3D.java45 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()
154 IndexEntry(RenderScript rs, int index, long id, String name, EntryType type) { in IndexEntry()
185 … 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/base/tests/RenderScriptTests/ModelViewer/src/com/android/modelviewer/
DSimpleModelRS.java133 if (entry != null && entry.getEntryType() == FileA3D.EntryType.MESH) { in initMeshes()
143 if (entry != null && entry.getEntryType() == FileA3D.EntryType.MESH) { in initMeshes()
DSceneGraphRS.java190 if (entry == null || entry.getEntryType() != FileA3D.EntryType.MESH) { in initRS()
/frameworks/base/tests/RenderScriptTests/FBOTest/src/com/android/fbotest/
DFBOTestRS.java134 if (entry != null && entry.getEntryType() == FileA3D.EntryType.MESH) { in initMeshes()
144 if (entry != null && entry.getEntryType() == FileA3D.EntryType.MESH) { in initMeshes()
DFBOSyncRS.java135 if (entry != null && entry.getEntryType() == FileA3D.EntryType.MESH) { in initMeshes()
145 if (entry != null && entry.getEntryType() == FileA3D.EntryType.MESH) { in initMeshes()
/frameworks/base/tests/RenderScriptTests/ShadersTest/src/com/android/shaderstest/
DShadersTestRS.java146 if (entry != null && entry.getEntryType() == FileA3D.EntryType.MESH) { in initMeshes()
156 if (entry != null && entry.getEntryType() == FileA3D.EntryType.MESH) { in initMeshes()
/frameworks/base/tests/RenderScriptTests/SceneGraph/src/com/android/testapp/
DTestAppLoadingScreen.java76 if (entry != null && entry.getEntryType() == FileA3D.EntryType.MESH) { in doInBackground()
/frameworks/base/tests/RenderScriptTests/SceneGraph/src/com/android/scenegraph/
DColladaScene.java123 if (entry != null && entry.getEntryType() == FileA3D.EntryType.MESH) { in doInBackground()
/frameworks/base/tests/RenderScriptTests/PerfTest/src/com/android/perftest/
DTorusTest.java244 if (entry == null || entry.getEntryType() != FileA3D.EntryType.MESH) { in initMesh()
/frameworks/base/tests/RenderScriptTests/MiscSamples/src/com/example/android/rs/miscsamples/
DRsRenderStatesRS.java353 if (entry == null || entry.getEntryType() != FileA3D.EntryType.MESH) { in initMesh()
/frameworks/base/docs/html/
Dsitemap.txt3579 http://developer.android.com/reference/android/renderscript/FileA3D.EntryType.html
5492 http://developer.android.com/sdk/api_diff/16/changes/android.renderscript.FileA3D.EntryType.html