HomeSort by relevance Sort by last modified time
    Searched defs:isType (Results 1 - 12 of 12) 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/legacy/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/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 340 bool SkView::Click::isType(const char type[]) const
  /external/llvm/lib/IR/
DebugInfo.cpp 239 /// isType - Return true if the specified tag is legal for DIType.
240 bool DIDescriptor::isType() const {
437 if (!isType())
672 if (isType())
690 if (isType())
841 if (D.isType())
904 if (D.isType())
    [all...]
  /external/skia/legacy/src/animator/
SkDisplayEvent.cpp 285 bool SkEvent::isType(char const*, size_t ) const { return false; }
  /external/skia/src/animator/
SkDisplayEvent.cpp 281 bool SkEvent::isType(char const*, size_t ) const { return false; }
  /external/clang/include/clang/Serialization/
ASTWriter.h 133 DeclOrType(Decl *D) : Stored(D), IsType(false) { }
134 DeclOrType(QualType T) : Stored(T.getAsOpaquePtr()), IsType(true) { }
136 bool isType() const { return IsType; }
137 bool isDecl() const { return !IsType; }
140 assert(isType() && "Not a type!");
151 bool IsType;
  /prebuilts/misc/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 
  /prebuilts/misc/common/groovy/
groovy-all-1.7.0.jar 

Completed in 372 milliseconds