Home
last modified time | relevance | path

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

/frameworks/compile/mclinker/include/mcld/Target/
DSymbolEntryMap.h28 typedef ENTRY EntryType; typedef
33 EntryType* entry;
43 const EntryType* lookUp(const ResolveInfo& pSymbol) const;
44 EntryType* lookUp(const ResolveInfo& pSymbol);
46 void record(const ResolveInfo& pSymbol, EntryType& pEntry);
63 template<typename EntryType>
64 const EntryType*
65 SymbolEntryMap<EntryType>::lookUp(const ResolveInfo& pSymbol) const in lookUp()
77 template<typename EntryType>
78 EntryType*
[all …]
/frameworks/base/graphics/java/android/renderscript/
DFileA3D.java50 public enum EntryType { enum in FileA3D
64 EntryType(int id) { in EntryType() method in FileA3D.EntryType
68 static EntryType toEntryType(int intID) { in toEntryType()
69 return EntryType.values()[intID]; in toEntryType()
85 EntryType mEntryType;
108 public EntryType getEntryType() { in getEntryType()
140 if(entry.mEntryType == EntryType.UNKNOWN) { in internalCreate()
159 IndexEntry(RenderScript rs, int index, int id, String name, EntryType type) { in IndexEntry()
190 … 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/ex/carousel/java/com/android/ex/carousel/
DCarouselRS.java944 if(entry == null || entry.getEntryType() != FileA3D.EntryType.MESH) { in loadGeometry()
/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