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

  /external/webkit/Source/JavaScriptCore/qt/api/
qscriptoriginalglobalobject_p.h 52 inline bool isType(JSValueRef value, JSObjectRef constructor, JSValueRef prototype) const;
58 // Copy of constructors and prototypes used in isType functions.
181 return isType(value, m_dateConstructor, m_datePrototype);
186 return isType(value, m_arrayConstructor, m_arrayPrototype);
191 return isType(value, m_errorConstructor, m_errorPrototype);
199 inline bool QScriptOriginalGlobalObject::isType(JSValueRef value, JSObjectRef constructor, JSValueRef prototype) const
  /external/skia/src/views/
SkEvent.cpp 77 bool SkEvent::isType(const SkString& str) const
79 return this->isType(str.c_str(), str.size());
82 bool SkEvent::isType(const char type[], size_t typeLen) const
SkView.cpp 337 bool SkView::Click::isType(const char type[]) const
  /external/llvm/lib/Analysis/
DebugInfo.cpp 197 /// isType - Return true if the specified tag is legal for DIType.
198 bool DIDescriptor::isType() const {
595 if (isType())
615 if (isType())
    [all...]
  /external/skia/src/animator/
SkDisplayEvent.cpp 285 bool SkEvent::isType(char const*, size_t ) const { return false; }
  /external/clang/include/clang/Serialization/
ASTWriter.h 119 DeclOrType(Decl *D) : Stored(D), IsType(false) { }
120 DeclOrType(QualType T) : Stored(T.getAsOpaquePtr()), IsType(true) { }
122 bool isType() const { return IsType; }
123 bool isDecl() const { return !IsType; }
126 assert(isType() && "Not a type!");
137 bool IsType;
  /prebuilt/common/ecj/
ecj.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.jdt.core_3.6.2.v_A76_R36x.jar 
  /prebuilt/common/groovy/
groovy-all-1.7.0.jar 

Completed in 630 milliseconds