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

  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/extensions/searchvox/
results.js 67 cvox.NormalResult.prototype.isType = function(result) {
124 cvox.WeatherResult.prototype.isType = function(result) {
217 cvox.KnowResult.prototype.isType = function(result) {
270 cvox.CalcResult.prototype.isType = function(result) {
310 cvox.GameResult.prototype.isType = function(result) {
330 cvox.ImageResult.prototype.isType = function(result) {
390 cvox.CategoryResult.prototype.isType = function(result) {
426 cvox.AdResult.prototype.isType = function(result) {
454 * isType: Function to indicate if an element is the object's type.
abstract_result.js 24 cvox.AbstractResult.prototype.isType = function(result) {
  /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 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 337 bool SkView::Click::isType(const char type[]) const
  /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;
  /external/llvm/lib/IR/
DebugInfo.cpp 226 /// isType - Return true if the specified tag is legal for DIType.
227 bool DIDescriptor::isType() const {
265 return isType();
425 (isa<MDNode>(Val) && DIType(cast<MDNode>(Val)).isType());
451 if (!isType())
757 if (isType())
778 if (isType())
    [all...]
  /packages/apps/UnifiedEmail/src/com/android/mail/providers/
Folder.java 666 return !isType(UIProvider.FolderType.DEFAULT);
701 public boolean isType(final int folderType) {
702 return isType(type, folderType);
711 public static boolean isType(final int typeMask, final int folderType) {
719 return isType(FolderType.INBOX);
726 return isType(FolderType.SEARCH);
733 return isType(FolderType.SPAM);
740 return isType(FolderType.TRASH);
747 return isType(FolderType.DRAFT);
762 return isType(FolderType.SENT)
    [all...]
  /external/chromium_org/third_party/protobuf/java/src/main/java/com/google/protobuf/
Descriptors.java     [all...]
  /external/llvm/include/llvm/Support/
Dwarf.h 149 inline bool isType(Tag T) {
  /prebuilts/misc/common/ecj/
ecj.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/jdt/core/compiler/ecj/4.2.2/
ecj-4.2.2.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/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/org.eclipse.jdt.core/3.9.1.v20130905-0837/
org.eclipse.jdt.core-3.9.1.v20130905-0837.jar 
  /prebuilts/misc/common/groovy/
groovy-all-1.7.0.jar 
  /prebuilts/tools/common/m2/repository/org/codehaus/groovy/groovy-all/2.2.1/
groovy-all-2.2.1.jar 

Completed in 404 milliseconds