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

  /external/chromium_org/third_party/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/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 216 /// isType - Return true if the specified tag is legal for DIType.
217 bool DIDescriptor::isType() const {
424 if (!isType())
699 if (isType())
866 if (D.isType())
931 if (D.isType())
943 if (Scope.isType()) {
    [all...]
  /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;
  /packages/apps/UnifiedEmail/src/com/android/mail/providers/
Folder.java 634 return !isType(UIProvider.FolderType.DEFAULT);
669 public boolean isType(final int folderType) {
670 return isType(type, folderType);
679 public static boolean isType(final int typeMask, final int folderType) {
684 return isType(UIProvider.FolderType.INBOX);
691 return isType(UIProvider.FolderType.TRASH);
698 return isType(UIProvider.FolderType.DRAFT);
713 return isType(UIProvider.FolderType.ALL_MAIL);
721 if (isType(FolderType.INBOX_SECTION)) {
729 } else if (isType(FolderType.OUTBOX))
    [all...]
  /external/chromium_org/third_party/protobuf/java/src/main/java/com/google/protobuf/
Descriptors.java     [all...]
  /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 4094 milliseconds