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

  /external/openfst/src/include/fst/
generic-register.h 27 // objects of KeyType and EntryType.
32 // EntryType must be default constructible.
40 template<class KeyType, class EntryType, class RegisterType>
44 typedef EntryType Entry;
54 const EntryType &entry) {
60 EntryType GetEntry(const KeyType &key) const {
61 const EntryType *entry = LookupEntry(key);
74 virtual EntryType LoadEntryFromSharedObject(const KeyType &key) const {
80 return EntryType();
86 const EntryType *entry = this->LookupEntry(key)
    [all...]
  /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 49 public enum EntryType {
63 EntryType(int id) {
67 static EntryType toEntryType(int intID) {
68 return EntryType.values()[intID];
84 EntryType mEntryType;
107 public EntryType getEntryType() {
139 if(entry.mEntryType == EntryType.UNKNOWN) {
158 IndexEntry(RenderScript rs, int index, int id, String name, EntryType type) {
189 mFileEntries[i] = new IndexEntry(mRS, i, getID(mRS), 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/openfst/src/include/fst/extensions/far/
compile-strings.h 49 enum EntryType { LINE = 1, FILE = 2 };
53 EntryType entry_type,
115 EntryType entry_type_;
142 typename StringReader<Arc>::EntryType entry_type;
stlist.h 56 typedef T EntryType;
100 EntryWriter entry_writer_; // Write functor for 'EntryType'
120 typedef T EntryType;
246 const EntryType &GetEntry() const {
253 EntryReader entry_reader_; // Read functor for 'EntryType'
259 mutable EntryType *entry_; // Pointer to the currently read entry
sttable.h 50 typedef T EntryType;
96 EntryWriter entry_writer_; // Write functor for 'EntryType'
117 typedef T EntryType;
225 const EntryType &GetEntry() const {
311 EntryReader entry_reader_; // Read functor for 'EntryType'
319 mutable EntryType *entry_; // Pointer to the currently read entry
  /external/clang/include/clang/AST/
DeclTemplate.h 498 template <typename EntryType> struct SpecEntryTraits {
499 typedef EntryType DeclType;
501 static DeclType *getMostRecentDecl(EntryType *D) {
506 template <typename EntryType,
507 typename _SETraits = SpecEntryTraits<EntryType>,
515 typedef typename llvm::FoldingSet<EntryType>::iterator SetIteratorType;
543 template <typename EntryType>
544 SpecIterator<EntryType> makeSpecIterator(llvm::FoldingSet<EntryType> &Specs,
546 return SpecIterator<EntryType>(isEnd ? Specs.end() : Specs.begin())
    [all...]
  /frameworks/base/tests/RenderScriptTests/SceneGraph/src/com/android/testapp/
TestAppLoadingScreen.java 76 if (entry != null && entry.getEntryType() == FileA3D.EntryType.MESH) {
  /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) {
  /frameworks/base/tests/RenderScriptTests/SceneGraph/src/com/android/scenegraph/
ColladaScene.java 123 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 145 template <class EntryType>
146 typename RedeclarableTemplateDecl::SpecEntryTraits<EntryType>::DeclType*
148 llvm::FoldingSet<EntryType> &Specs,
151 typedef SpecEntryTraits<EntryType> SETraits;
153 EntryType::Profile(ID,Args,NumArgs, getASTContext());
154 EntryType *Entry = Specs.FindNodeOrInsertPos(ID, InsertPos);
    [all...]
  /frameworks/base/tests/RenderScriptTests/PerfTest/src/com/android/perftest/
TorusTest.java 244 if (entry == null || entry.getEntryType() != FileA3D.EntryType.MESH) {
  /frameworks/base/tests/RenderScriptTests/MiscSamples/src/com/example/android/rs/miscsamples/
RsRenderStatesRS.java 353 if (entry == null || entry.getEntryType() != FileA3D.EntryType.MESH) {
  /frameworks/ex/carousel/java/com/android/ex/carousel/
CarouselRS.java     [all...]
  /prebuilts/sdk/14/
android.jar 
  /prebuilts/sdk/current/
android.jar 

Completed in 295 milliseconds