Searched defs:isType (Results 1 - 11 of 11) sorted by relevance

/external/chromium_org/chrome/third_party/chromevox/extensions/searchvox/
H A Dresults.js65 cvox.NormalResult.prototype.isType = function(result) {
122 cvox.WeatherResult.prototype.isType = function(result) {
215 cvox.KnowResult.prototype.isType = function(result) {
268 cvox.CalcResult.prototype.isType = function(result) {
308 cvox.GameResult.prototype.isType = function(result) {
328 cvox.ImageResult.prototype.isType = function(result) {
388 cvox.CategoryResult.prototype.isType = function(result) {
424 cvox.AdResult.prototype.isType = function(result) {
452 * isType: Function to indicate if an element is the object's type.
H A Dabstract_result.js22 cvox.AbstractResult.prototype.isType = function(result) {
/external/chromium_org/third_party/skia/src/views/
H A DSkEvent.cpp77 bool SkEvent::isType(const SkString& str) const function in class:SkEvent
79 return this->isType(str.c_str(), str.size());
82 bool SkEvent::isType(const char type[], size_t typeLen) const function in class:SkEvent
H A DSkView.cpp337 bool SkView::Click::isType(const char type[]) const function in class:SkView::Click
/external/skia/src/views/
H A DSkEvent.cpp77 bool SkEvent::isType(const SkString& str) const function in class:SkEvent
79 return this->isType(str.c_str(), str.size());
82 bool SkEvent::isType(const char type[], size_t typeLen) const function in class:SkEvent
H A DSkView.cpp337 bool SkView::Click::isType(const char type[]) const function in class:SkView::Click
/external/clang/include/clang/Serialization/
H A DASTWriter.h136 bool isType() const { return IsType; } function in class:clang::ASTWriter::DeclOrType
140 assert(isType() && "Not a type!");
/external/llvm/lib/IR/
H A DDebugInfo.cpp216 /// isType - Return true if the specified tag is legal for DIType.
217 bool DIDescriptor::isType() const { function in class:DIDescriptor
424 if (!isType())
699 if (isType())
866 if (D.isType())
931 if (D.isType())
943 if (Scope.isType()) {
/external/chromium_org/third_party/protobuf/java/src/main/java/com/google/protobuf/
H A DDescriptors.java1674 ((filter==SearchFilter.TYPES_ONLY) && isType(result)) ||
1684 ((filter==SearchFilter.TYPES_ONLY) && isType(result)) ||
1695 boolean isType(GenericDescriptor descriptor) { method in class:Descriptors.DescriptorPool
/external/clang/lib/Sema/
H A DSemaExprCXX.cpp415 bool isType, void *TyOrExpr, SourceLocation RParenLoc) {
441 if (isType) {
494 bool isType, void *TyOrExpr, SourceLocation RParenLoc) {
507 if (isType) {
414 ActOnCXXTypeid(SourceLocation OpLoc, SourceLocation LParenLoc, bool isType, void *TyOrExpr, SourceLocation RParenLoc) argument
493 ActOnCXXUuidof(SourceLocation OpLoc, SourceLocation LParenLoc, bool isType, void *TyOrExpr, SourceLocation RParenLoc) argument
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.jdt.core_3.6.2.v_A76_R36x.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 230 milliseconds