/frameworks/compile/mclinker/include/mcld/Target/ |
D | KeyEntryMap.h | 25 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/ |
D | FileA3D.java | 45 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/ |
D | TrackerEntry.java | 73 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()
|
D | KMLFormatter.java | 19 import com.android.locationtracker.data.TrackerEntry.EntryType; 46 if (entry.getType() == EntryType.LOCATION_TYPE) { in getOutput()
|
D | CSVFormatter.java | 19 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/ |
D | SimpleModelRS.java | 133 if (entry != null && entry.getEntryType() == FileA3D.EntryType.MESH) { in initMeshes() 143 if (entry != null && entry.getEntryType() == FileA3D.EntryType.MESH) { in initMeshes()
|
D | SceneGraphRS.java | 190 if (entry == null || entry.getEntryType() != FileA3D.EntryType.MESH) { in initRS()
|
/frameworks/base/tests/RenderScriptTests/FBOTest/src/com/android/fbotest/ |
D | FBOTestRS.java | 134 if (entry != null && entry.getEntryType() == FileA3D.EntryType.MESH) { in initMeshes() 144 if (entry != null && entry.getEntryType() == FileA3D.EntryType.MESH) { in initMeshes()
|
D | FBOSyncRS.java | 135 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/ |
D | ShadersTestRS.java | 146 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/ |
D | TestAppLoadingScreen.java | 76 if (entry != null && entry.getEntryType() == FileA3D.EntryType.MESH) { in doInBackground()
|
/frameworks/base/tests/RenderScriptTests/SceneGraph/src/com/android/scenegraph/ |
D | ColladaScene.java | 123 if (entry != null && entry.getEntryType() == FileA3D.EntryType.MESH) { in doInBackground()
|
/frameworks/base/tests/RenderScriptTests/PerfTest/src/com/android/perftest/ |
D | TorusTest.java | 244 if (entry == null || entry.getEntryType() != FileA3D.EntryType.MESH) { in initMesh()
|
/frameworks/base/tests/RenderScriptTests/MiscSamples/src/com/example/android/rs/miscsamples/ |
D | RsRenderStatesRS.java | 353 if (entry == null || entry.getEntryType() != FileA3D.EntryType.MESH) { in initMesh()
|
/frameworks/base/docs/html/ |
D | sitemap.txt | 3579 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
|