HomeSort by relevance Sort by last modified time
    Searched refs:EntryType (Results 1 - 19 of 19) sorted by null

  /cts/tests/tests/renderscript/src/android/renderscript/cts/
FileA3DTest.java 25 import android.renderscript.FileA3D.EntryType;
59 assertTrue(entry.getEntryType() == FileA3D.EntryType.MESH);
61 for(FileA3D.EntryType et : FileA3D.EntryType.values()) {
76 assertTrue(entry.getEntryType() == FileA3D.EntryType.MESH);
99 assertEquals(FileA3D.EntryType.UNKNOWN, FileA3D.EntryType.valueOf("UNKNOWN"));
100 assertEquals(FileA3D.EntryType.MESH, FileA3D.EntryType.valueOf("MESH"));
102 assertEquals(2, FileA3D.EntryType.values().length)
    [all...]
  /frameworks/base/graphics/java/android/renderscript/
FileA3D.java 47 public enum EntryType {
59 EntryType(int id) {
63 static EntryType toEntryType(int intID) {
64 return EntryType.values()[intID];
79 EntryType mEntryType;
100 public EntryType getEntryType() {
130 if(entry.mEntryType == EntryType.UNKNOWN) {
149 IndexEntry(RenderScript rs, int index, int id, String name, EntryType type) {
180 mFileEntries[i] = new IndexEntry(mRS, i, getID(), names[i], EntryType.toEntryType(ids[i]));
  /frameworks/base/tests/LocationTracker/src/com/android/locationtracker/data/
TrackerEntry.java 73 enum EntryType {
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) {
KMLFormatter.java 19 import com.android.locationtracker.data.TrackerEntry.EntryType;
46 if (entry.getType() == EntryType.LOCATION_TYPE) {
CSVFormatter.java 19 import com.android.locationtracker.data.TrackerEntry.EntryType;
51 if (entry.getType() == EntryType.LOCATION_TYPE) {
  /external/chromium/net/disk_cache/
mem_entry_impl.h 49 enum EntryType {
82 EntryType type() const {
  /external/clang/include/clang/AST/
DeclTemplate.h 499 template <typename EntryType> struct SpecEntryTraits {
500 typedef EntryType DeclType;
502 static DeclType *getMostRecentDeclaration(EntryType *D) {
507 template <typename EntryType,
508 typename _SETraits = SpecEntryTraits<EntryType>,
516 typedef typename llvm::FoldingSet<EntryType>::iterator SetIteratorType;
544 template <typename EntryType>
545 SpecIterator<EntryType> makeSpecIterator(llvm::FoldingSet<EntryType> &Specs,
547 return SpecIterator<EntryType>(isEnd ? Specs.end() : Specs.begin())
    [all...]
  /frameworks/base/tests/RenderScriptTests/FBOTest/src/com/android/fbotest/
FBOSyncRS.java 135 if (entry != null && entry.getEntryType() == FileA3D.EntryType.MESH) {
145 if (entry != null && entry.getEntryType() == FileA3D.EntryType.MESH) {
FBOTestRS.java 134 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/
SimpleModelRS.java 133 if (entry != null && entry.getEntryType() == FileA3D.EntryType.MESH) {
143 if (entry != null && entry.getEntryType() == FileA3D.EntryType.MESH) {
SceneGraphRS.java 190 if (entry == null || entry.getEntryType() != FileA3D.EntryType.MESH) {
  /frameworks/base/tests/RenderScriptTests/ShadersTest/src/com/android/shaderstest/
ShadersTestRS.java 146 if (entry != null && entry.getEntryType() == FileA3D.EntryType.MESH) {
156 if (entry != null && entry.getEntryType() == FileA3D.EntryType.MESH) {
  /external/llvm/lib/CodeGen/AsmPrinter/
DwarfDebug.h 73 enum EntryType {
79 enum EntryType EntryKind;
  /external/clang/lib/AST/
DeclTemplate.cpp 153 template <class EntryType>
154 typename RedeclarableTemplateDecl::SpecEntryTraits<EntryType>::DeclType*
156 llvm::FoldingSet<EntryType> &Specs,
159 typedef SpecEntryTraits<EntryType> SETraits;
161 EntryType::Profile(ID,Args,NumArgs, getASTContext());
162 EntryType *Entry = Specs.FindNodeOrInsertPos(ID, InsertPos);
    [all...]
  /development/samples/RenderScript/MiscSamples/src/com/example/android/rs/miscsamples/
RsRenderStatesRS.java 353 if (entry == null || entry.getEntryType() != FileA3D.EntryType.MESH) {
  /frameworks/base/tests/RenderScriptTests/PerfTest/src/com/android/perftest/
RsBenchRS.java 576 if (entry == null || entry.getEntryType() != FileA3D.EntryType.MESH) {
  /frameworks/ex/carousel/java/com/android/ex/carousel/
CarouselRS.java     [all...]
  /prebuilt/sdk/14/
android.jar 
  /prebuilt/sdk/15/
android.jar 

Completed in 2311 milliseconds