HomeSort by relevance Sort by last modified time
    Searched defs:theType (Results 1 - 2 of 2) sorted by null

  /external/tagsoup/src/org/ccil/cowan/tagsoup/
Element.java 26 private ElementType theType; // type of element
38 theType = type;
50 public ElementType type() { return theType; }
80 public String name() { return theType.name(); }
88 public String namespace() { return theType.namespace(); }
96 public String localName() { return theType.localName(); }
104 public int model() { return theType.model(); }
112 public int memberOf() { return theType.memberOf(); }
120 public int flags() { return theType.flags(); }
128 public ElementType parent() { return theType.parent();
    [all...]
  /sdk/emulator/opengl/host/tools/emugen/
EntryPoint.cpp 117 const VarType *theType = TypeFactory::instance()->getVarTypeByName(retTypeName);
118 if (theType->name() == "UNKNOWN") {
122 m_retval.init(std::string(""), theType, std::string(""), Var::POINTER_OUT, std::string(""), std::string(""));

Completed in 399 milliseconds