Searched refs:isType (Results 1 - 25 of 44) sorted by relevance

12

/external/skia/samplecode/
H A DSampleCode.cpp20 if (evt.isType(gCharEvtName, sizeof(gCharEvtName) - 1)) {
30 if (evt.isType(gKeyEvtName, sizeof(gKeyEvtName) - 1)) {
40 return evt.isType(gTitleEvtName, sizeof(gTitleEvtName) - 1);
58 return evt.isType(gPrefSizeEvtName, sizeof(gPrefSizeEvtName) - 1);
70 return evt.isType(gFastTextEvtName, sizeof(gFastTextEvtName) - 1);
131 if (evt.isType(repeat_count_tag)) {
139 if (evt->isType(is_sample_view_tag)) {
H A DGMSampleView.cpp42 if (evt.isType("GMSampleView::showSize")) {
H A DOverView.cpp57 if (evt->isType(gIsOverview)) {
H A DSamplePictFile.cpp114 if (evt.isType("PictFileView::toggleBBox")) {
H A DSampleXfer.cpp187 if (evt.isType("push-button")) {
H A DSampleApp.cpp443 return evt.isType(view_inval_msg);
1664 if (evt.isType(gUpdateWindowTitleEvtName)) {
1668 if (evt.isType(ANIMATING_EVENTTYPE)) {
1675 if (evt.isType("set-curr-index")) {
1778 if (query->isType("get-slide-count")) {
1782 if (query->isType("get-slide-title")) {
1791 if (query->isType("use-fast-text")) {
1795 if (query->isType("ignore-window-bitmap")) {
2124 return click->isType(gGestureClickType);
/external/skia/src/views/
H A DSkOSMenu.cpp203 return evt.isType(gMenuEventType) && evt.findS32(gList_ItemCount_S32, count);
207 if (evt.isType(gMenuEventType) && items) {
225 return evt.isType(gMenuEventType) && evt.findScalar(gSlider_Min_Scalar, min);
229 return evt.isType(gMenuEventType) && evt.findScalar(gSlider_Max_Scalar, max);
233 return evt.isType(gMenuEventType) && evt.findString(label);
237 return evt.isType(gMenuEventType) && evt.findS32(slotName, value);
241 return evt.isType(gMenuEventType) && evt.findScalar(slotName, value);
245 return evt.isType(gMenuEventType) && evt.findBool(slotName, value);
249 return evt.isType(gMenuEventType) && evt.findS32(slotName, (int*)value);
253 if (evt.isType(gMenuEventTyp
[all...]
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 DSkWindow.cpp220 if (evt.isType(SK_EventDelayInval)) {
/external/skia/src/views/ios/
H A DSkOSWindow_iOS.mm36 if (evt.isType(kINVAL_UIVIEW_EventType)) {
/external/skia/include/views/
H A DSkEvent.h50 bool isType(const SkString& str) const;
53 bool isType(const char type[], size_t len = 0) const;
H A DSkView.h146 bool isType(const char type[]) const;
/external/skia/src/views/mac/
H A DSkOSWindow_Mac.mm36 if (evt.isType(kINVAL_NSVIEW_EventType)) {
/external/spirv-llvm/lib/SPIRV/libSPIRV/
H A DSPIRVType.cpp149 return isType<SPIRVTypeFloat>(this, Bits);
175 return isType<SPIRVTypeInt>(this, Bits);
/external/dagger2/compiler/src/main/java/dagger/internal/codegen/
H A DUtil.java78 return MoreTypes.isType(type)
87 return MoreTypes.isType(type)
94 return MoreTypes.isType(type)
H A DDependencyRequest.java369 while (!MoreElements.isType(element)) {
H A DKey.java271 checkArgument(MoreTypes.isType(returnType) && MoreTypes.isTypeOf(Set.class, returnType));
/external/dagger2/compiler/src/main/java/dagger/internal/codegen/writer/
H A DTypeVariableName.java109 return !MoreTypes.isType(input) || !MoreTypes.isTypeOf(Object.class, input);
/external/icu/android_icu4j/src/main/java/android/icu/impl/locale/
H A DUnicodeLocaleExtension.java109 public static boolean isType(String s) { method in class:UnicodeLocaleExtension
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/locale/
H A DUnicodeLocaleExtension.java105 public static boolean isType(String s) { method in class:UnicodeLocaleExtension
/external/skia/src/sksl/
H A DSkSLParser.h99 * Returns true if the 'name' identifier refers to a type name. For instance, isType("int") will
102 bool isType(SkString name);
H A DSkSLParser.cpp211 bool Parser::isType(SkString name) { function in class:SkSL::Parser
286 if (lookahead.fKind == Token::IDENTIFIER && !this->isType(lookahead.fText)) {
774 if (this->isType(start.fText)) {
794 if (!this->isType(type.fText)) {
1060 if (this->isType(nextToken.fText)) {
/external/swiftshader/third_party/LLVM/lib/Analysis/
H A DDebugInfo.cpp197 /// isType - Return true if the specified tag is legal for DIType.
198 bool DIDescriptor::isType() const { function in class:DIDescriptor
564 if (isType())
585 if (isType())
1008 if (D.isType())
1139 if (D.isType())
/external/llvm/lib/CodeGen/AsmPrinter/
H A DDIEHash.cpp456 if (isType(C.getTag()) || C.getTag() == dwarf::DW_TAG_subprogram) {
/external/clang/include/clang/Serialization/
H A DASTWriter.h154 bool isType() const { return IsType; } function in class:clang::ASTWriter::DeclOrType
158 assert(isType() && "Not a type!");

Completed in 575 milliseconds

12