/external/skia/src/views/ |
D | SkOSMenu.cpp | 203 return evt.isType(gMenuEventType) && evt.findS32(gList_ItemCount_S32, count); in FindListItemCount() 207 if (evt.isType(gMenuEventType) && items) { in FindListItems() 225 return evt.isType(gMenuEventType) && evt.findScalar(gSlider_Min_Scalar, min); in FindSliderMin() 229 return evt.isType(gMenuEventType) && evt.findScalar(gSlider_Max_Scalar, max); in FindSliderMax() 233 return evt.isType(gMenuEventType) && evt.findString(label); in FindAction() 237 return evt.isType(gMenuEventType) && evt.findS32(slotName, value); in FindListIndex() 241 return evt.isType(gMenuEventType) && evt.findScalar(slotName, value); in FindSliderValue() 245 return evt.isType(gMenuEventType) && evt.findBool(slotName, value); in FindSwitchState() 249 return evt.isType(gMenuEventType) && evt.findS32(slotName, (int*)value); in FindTriState() 253 if (evt.isType(gMenuEventType)) { in FindText()
|
D | SkEvent.cpp | 77 bool SkEvent::isType(const SkString& str) const in isType() function in SkEvent 79 return this->isType(str.c_str(), str.size()); in isType() 82 bool SkEvent::isType(const char type[], size_t typeLen) const in isType() function in SkEvent
|
D | SkWidgets.cpp | 117 if (!fEvent.isType("") && this->hasListeners()) 215 if (evt.isType(SK_EventType_Key) && evt.getFast32() == kOK_SkKey)
|
D | SkWindow.cpp | 248 if (evt.isType(SK_EventDelayInval)) { in onEvent()
|
/external/skia/src/views/animated/ |
D | SkWidgetViews.cpp | 133 if (!fEvent.isType("")) in postWidgetEvent() 184 if (evt.isType(SK_EventType_Key) && evt.getFast32() == kOK_SkKey) in onEvent() 310 if (evt.isType(SK_EventType_Inval)) in onEvent() 315 if (evt.isType("recommendDim")) in onEvent()
|
D | SkBorderView.cpp | 66 if (evt.isType(SK_EventType_Inval)) in onEvent() 71 if (evt.isType("recommendDim")) in onEvent()
|
D | SkProgressBarView.cpp | 49 if (evt.isType(SK_EventType_Inval)) in onEvent() 54 if (evt.isType("recommendDim")) in onEvent()
|
D | SkScrollBarView.cpp | 103 if (evt.isType(SK_EventType_Inval)) in onEvent() 108 if (evt.isType("recommendDim")) in onEvent()
|
D | SkImageView.cpp | 120 if (evt.isType(SK_EventType_Inval)) in onEvent()
|
/external/skia/samplecode/ |
D | SampleApp.cpp | 356 return evt.isType(view_inval_msg); in isInvalEvent() 519 if (evt.isType(gCharEvtName, sizeof(gCharEvtName) - 1)) { in CharQ() 529 if (evt.isType(gKeyEvtName, sizeof(gKeyEvtName) - 1)) { in KeyQ() 539 return evt.isType(gTitleEvtName, sizeof(gTitleEvtName) - 1); in TitleQ() 557 return evt.isType(gPrefSizeEvtName, sizeof(gPrefSizeEvtName) - 1); in PrefSizeQ() 569 return evt.isType(gFastTextEvtName, sizeof(gFastTextEvtName) - 1); in FastTextQ() 1449 if (evt.isType(gUpdateWindowTitleEvtName)) { in onEvent() 1453 if (evt.isType(ANIMATING_EVENTTYPE)) { in onEvent() 1460 if (evt.isType("set-curr-index")) { in onEvent() 1527 if (query->isType("get-slide-count")) { in onQuery() [all …]
|
D | SampleDraw.cpp | 341 if (click->isType("maker")) { in onClick() 358 if (click->isType("maker")) { in onClick() 360 } else if (click->isType("dragger")) { in onClick()
|
D | GMSampleView.cpp | 33 if (evt.isType("GMSampleView::showSize")) { in onEvent()
|
D | SamplePicture.cpp | 163 if (evt.isType(INVAL_ALL_TYPE)) { in onEvent()
|
D | SamplePictFile.cpp | 83 if (evt.isType("PictFileView::toggleBBox")) { in onEvent()
|
D | OverView.cpp | 57 if (evt->isType(gIsOverview)) { in onQuery()
|
/external/skia/include/views/ |
D | SkEvent.h | 46 bool isType(const SkString& str) const; 49 bool isType(const char type[], size_t len = 0) const;
|
D | SkView.h | 146 bool isType(const char type[]) const;
|
/external/icu/icu4j/main/tests/translit/src/com/ibm/icu/dev/util/ |
D | UnicodeProperty.java | 182 public final boolean isType(int mask) { in isType() method in UnicodeProperty 333 isType(STRING_OR_MISC_MASK) ? null : PROPERTY_COMPARATOR), in getSet() 345 if (isType(STRING_OR_MISC_MASK)) { in getSet() 785 if (!property.isType(propertyTypeMask)) { in getAvailableNames() 814 .isType(STRING_OR_MISC_MASK) ? null in getSet() 1406 if (isType(STRING_OR_MISC_MASK)) { in isValidValue() 1425 if (isType(STRING_OR_MISC_MASK)) { in getValueAliases() 1495 if (isType(STRING_OR_MISC_MASK)) { in isDefault()
|
/external/skia/src/views/ios/ |
D | SkOSWindow_iOS.mm | 29 if (evt.isType(kINVAL_UIVIEW_EventType)) {
|
/external/skia/src/views/mac/ |
D | SkOSWindow_Mac.mm | 38 if (evt.isType(kINVAL_NSVIEW_EventType)) {
|
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/locale/ |
D | UnicodeLocaleExtension.java | 103 public static boolean isType(String s) { in isType() method in UnicodeLocaleExtension
|
/external/clang/include/clang/Serialization/ |
D | ASTWriter.h | 140 bool isType() const { return IsType; } in isType() function 144 assert(isType() && "Not a type!"); in getType()
|
/external/llvm/include/llvm/Support/ |
D | Dwarf.h | 64 inline bool isType(Tag T) { in isType() function
|
/external/skia/src/animator/ |
D | SkAnimator.cpp | 412 if (evt.isType(SK_EventType_OnEnd)) { in onEvent() 423 if (evt.isType(SK_EventType_Delay)) { in onEvent()
|
/external/protobuf/java/src/main/java/com/google/protobuf/ |
D | Descriptors.java | 1879 ((filter==SearchFilter.TYPES_ONLY) && isType(result)) || in findSymbol() 1889 ((filter==SearchFilter.TYPES_ONLY) && isType(result)) || in findSymbol() 1900 boolean isType(GenericDescriptor descriptor) { in isType() method in Descriptors.DescriptorPool
|