/external/skia/src/animator/ |
D | SkDisplayable.h | 76 virtual SkDisplayTypes getType() const; 79 SkDisplayTypes type = getType(); in isAnimate() 81 bool isApply() const { return getType() == SkType_Apply; } in isApply() 82 bool isColor() const { return getType() == SkType_Color; } in isColor() 84 bool isGroup() const { return getType() == SkType_Group || in isGroup() 85 getType() == SkType_Save || getType() == SkType_DrawTo || in isGroup() 86 getType() == SkType_SaveLayer; } in isGroup() 87 bool isMatrix() const { return getType() == SkType_Matrix; } in isMatrix() 88 virtual bool isPaint() const { return getType() == SkType_Paint; } in isPaint() 90 bool isPost() const { return getType() == SkType_Post; } in isPost() [all …]
|
D | SkScriptCallBack.h | 21 virtual Type getType() const = 0; 32 virtual Type getType() const { return kFunction; } in getType() function 39 virtual Type getType() const { return kMember; } in getType() function 47 virtual Type getType() const { return kMemberFunction; } in getType() function 55 virtual Type getType() const { return kProperty; } in getType() function
|
D | SkMemberInfo.h | 73 SkDisplayTypes getType() const { in getType() function 175 virtual SkDisplayTypes getType() const { return SkType_##_type; } \ 184 virtual SkDisplayTypes getType() const { return SkType_##_type; } \ 193 virtual SkDisplayTypes getType() const { return SkType_##_type; } \ 198 virtual SkDisplayTypes getType() const { return SkType_##_type; } 207 virtual SkDisplayTypes getType() const { return fType; } \ 242 virtual SkDisplayTypes getType() const { return SkType_##_type; } \ 251 virtual SkDisplayTypes getType() const { return SkType_##_type; } \ 260 virtual SkDisplayTypes getType() const { return SkType_##_type; } \ 270 virtual SkDisplayTypes getType() const { return fType; } \
|
D | SkAnimateSet.cpp | 64 fFieldInfo->getType(), to); in refresh() 75 SkDisplayTypes outType = fFieldInfo->getType(); in onEndElement() 78 if (fValues.getType() == SkType_Unknown) { in onEndElement() 86 SkASSERT(fValues.getType() == outType); in onEndElement()
|
D | SkDisplayable.cpp | 79 SkDisplayTypes type = getType(); in deepCopy() 111 elementType = dispArray->values.getType(); in deepCopy() 154 SkDisplayTypes type = getType(); in dumpAttrs() 201 elementType = dispArray->values.getType(); in dumpAttrs() 254 SkDisplayTypes type = getType(); in dumpBase() 296 SkDisplayTypes type = getType(); in dumpEnd() 430 temp.fType = values->getType(); in executeFunction() 434 executeFunction(target, info->functionIndex(), typedValues, info->getType(), value); in executeFunction() 496 SkDisplayTypes SkDisplayable::getType() const { in getType() function in SkDisplayable 538 scriptValue.fType = displayable->getType(); in setReference() [all …]
|
D | SkAnimatorScript2.cpp | 86 virtual Type getType() const { in getType() function in SkAnimatorScript_Box 203 ref->fType = SkAnimatorScript2::ToOpType(info->getType()); in getMemberReference() 233 ref->fType = SkAnimatorScript2::ToOpType(info->getType()); in getMemberReference() 248 displayable->executeFunction2(displayable, info->functionIndex(), params, info->getType(), in invoke() 302 switch (displayable->getType()) { in convert() 305 operand->fArray = new SkOpArray(SkAnimatorScript2::ToOpType(boxedValue->values.getType())); in convert() 339 switch (displayable->getType()) { in getReturnType() 352 virtual Type getType() const { in getType() function in SkAnimatorScript_Unbox 394 SkDisplayTypes type = original = (SkDisplayTypes) info->getType(); in evalMemberCommon() 422 if (displayable->getType() == SkType_Array) { in evalMemberCommon() [all …]
|
D | SkMemberInfo.cpp | 95 if (displayable->getType() == SkType_Array) { in getArrayValue() 99 type = dispArray->values.getType(); in getArrayValue() 117 if (displayable->getType() == SkType_Array) { in getSize() 119 type = dispArray->values.getType(); in getSize() 198 SkDisplayTypes type = getType(); in setValue() 371 SkDisplayTypes type = getType(); in writeValue() 420 type = scriptValue.fOperand.fArray->getType(); in writeValue() 423 SkASSERT(type == scriptValue.fOperand.fArray->getType()); in writeValue() 437 array->getType() == SkType_Int)); in writeValue() 462 SkASSERT(scriptValue.fOperand.fArray->getType() == type); in writeValue()
|
/external/opencore/fileformats/mp4/composer/src/ |
D | userdataatom.cpp | 46 if (atomPtr->getType() == ASSET_INFO_TITLE_ATOM) in ~PVA_FF_UserDataAtom() 51 else if (atomPtr->getType() == ASSET_INFO_DESCP_ATOM) in ~PVA_FF_UserDataAtom() 56 else if (atomPtr->getType() == ASSET_INFO_PERF_ATOM) in ~PVA_FF_UserDataAtom() 61 else if (atomPtr->getType() == ASSET_INFO_AUTHOR_ATOM) in ~PVA_FF_UserDataAtom() 66 else if (atomPtr->getType() == ASSET_INFO_GENRE_ATOM) in ~PVA_FF_UserDataAtom() 71 else if (atomPtr->getType() == ASSET_INFO_RATING_ATOM) in ~PVA_FF_UserDataAtom() 76 else if (atomPtr->getType() == ASSET_INFO_KEYWORD_ATOM) in ~PVA_FF_UserDataAtom() 81 else if (atomPtr->getType() == ASSET_INFO_CLSF_ATOM) in ~PVA_FF_UserDataAtom() 86 else if (atomPtr->getType() == ASSET_INFO_LOCINFO_ATOM) in ~PVA_FF_UserDataAtom() 91 else if (atomPtr->getType() == ASSET_INFO_CPRT_ATOM) in ~PVA_FF_UserDataAtom() [all …]
|
D | sampledescriptionatom.cpp | 171 uint32 type = entry->getType(); in ~PVA_FF_SampleDescriptionAtom() 331 uint32 type = getSampleEntryAt(0)->getType(); in setTargetBitrate() 376 uint32 type = getSampleEntryAt(0)->getType(); in setMaxBufferSizeDB() 495 if (entry->getType() == TEXT_SAMPLE_ENTRY) in addSampleEntry() 506 if (entry->getType() == AUDIO_SAMPLE_ENTRY) in addSampleEntry() 510 else if (entry->getType() == AMR_SAMPLE_ENTRY) in addSampleEntry() 514 else if (entry->getType() == AMR_WB_SAMPLE_ENTRY) in addSampleEntry() 524 if (entry->getType() == VIDEO_SAMPLE_ENTRY) in addSampleEntry() 528 else if (entry->getType() == H263_SAMPLE_ENTRY) in addSampleEntry() 532 else if (entry->getType() == AVC_SAMPLE_ENTRY) in addSampleEntry() [all …]
|
/external/icu4c/test/intltest/ |
D | tfsmalls.cpp | 168 if (!ftp || !(ftp->getType() == Formattable::kLong) || !(ftp->getLong() == 0)) { in test_Formattable() 195 if ((fta.getType() == Formattable::kDouble) && (fta.getDouble() == 3.0)) { in test_Formattable() 206 if ((fta.getType() == Formattable::kDate) && (fta.getDate() == 4.0)) { in test_Formattable() 231 t = (fta.getType() == Formattable::kString) in test_Formattable() 261 if ((ft_arr[0].getType() == Formattable::kDate) && (ft_arr[0].getDate() == 1.0) in test_Formattable() 262 && (ft_arr[1].getType() == Formattable::kDouble) && (ft_arr[1].getDouble() == 2.0) in test_Formattable() 263 && (ft_arr[2].getType() == Formattable::kLong) && (ft_arr[2].getLong() == (int32_t)3) in test_Formattable() 264 && (ft_arr[3].getType() == Formattable::kString) && (ft_arr[3].getString(temp) == ucs) in test_Formattable() 265 && (ft_arr[4].getType() == Formattable::kString) && (ft_arr[4].getString(temp) == *ucs_ptr) ) { in test_Formattable() 323 if ((ft_arr[0].getType() == Formattable::kLong) && (ft_arr[0].getLong() == (int32_t)1)) { in test_Formattable() [all …]
|
D | restsnew.cpp | 351 CONFIRM_EQ(bundle.getType(), URES_ARRAY); in TestIteration() 370 CONFIRM_EQ(bundle.getType(), (int32_t)URES_STRING); in TestIteration() 410 type=a.getType(); in equalRB() 413 type==b.getType() && in equalRB() 738 UResType bundleType=array.getType(); in testTag() 813 UResType bundleType=array2d.getType(); in testTag() 824 UResType rowType=tablerow.getType(); in testTag() 900 UResType bundleType=tags.getType(); in testTag() 960 UResType elementType=tagelement.getType(); in testTag() 1041 CONFIRM_EQ(res.getType(), URES_STRING); in TestNewTypes() [all …]
|
D | tsnmfmt.cpp | 298 if (number[i].getType() == Formattable::kLong) in tryIt() 300 else if (number[i].getType() == Formattable::kInt64) in tryIt() 302 else if (number[i].getType() != Formattable::kDouble) in tryIt() 305 … returned non-numeric Formattable, type " + UnicodeString(formattableTypeName(number[i].getType())) in tryIt() 370 if (number.getType() != Formattable::kLong) in tryIt() 373 … + " returned non-long Formattable, type " + UnicodeString(formattableTypeName(number.getType())) in tryIt()
|
/external/proguard/src/proguard/classfile/attribute/annotation/visitor/ |
D | AnnotationTypeFilter.java | 62 if (accepted(annotation.getType(clazz))) in visitAnnotation() 71 if (accepted(annotation.getType(clazz))) in visitAnnotation() 80 if (accepted(annotation.getType(clazz))) in visitAnnotation() 89 if (accepted(annotation.getType(clazz))) in visitAnnotation()
|
/external/skia/src/svg/ |
D | SkSVGElements.h | 32 virtual SkSVGTypes getType() const; \ 42 SkSVGTypes SkSVG##_type::getType() const { return SkSVGType_##_type; } 47 SkSVGTypes SkSVG##_type::getType() const { return SkSVGType_##_type; } 60 virtual SkSVGTypes getType() const = 0;
|
D | SkSVGClipPath.cpp | 37 SkASSERT(child->getType() == SkSVGType_Use); in translate() 43 if (ref->getType() == SkSVGType_Rect) in translate()
|
/external/proguard/src/proguard/classfile/editor/ |
D | ConstantAdder.java | 141 fieldrefConstant.getType(clazz), in visitFieldrefConstant() 157 … interfaceMethodrefConstant.getType(clazz), in visitInterfaceMethodrefConstant() 173 methodrefConstant.getType(clazz), in visitMethodrefConstant() 192 nameAndTypeConstant.getType(clazz)); in visitNameAndTypeConstant()
|
D | MemberReferenceFixer.java | 134 !fieldrefConstant.getType(clazz).equals(newType)) in visitFieldrefConstant() 162 !interfaceMethodrefConstant.getType(clazz).equals(newType)) in visitInterfaceMethodrefConstant() 190 …ethod = "+interfaceMethodrefConstant.getName(clazz)+interfaceMethodrefConstant.getType(clazz)); in visitInterfaceMethodrefConstant() 218 !methodrefConstant.getType(clazz).equals(newType)) in visitMethodrefConstant() 246 …t.println(" Ref method = "+methodrefConstant.getName(clazz)+methodrefConstant.getType(clazz)); in visitMethodrefConstant() 311 … !enclosingMethodAttribute.getType(clazz).equals(referencedMember.getDescriptor(referencedClass))) in visitEnclosingMethodAttribute() 453 System.out.println(" Ref descriptor = "+refConstant.getType(clazz)); in debug()
|
D | ComparableConstant.java | 162 refConstant.getType(clazz)) in visitAnyRefConstant() 166 otherRefConstant.getType(clazz)); in visitAnyRefConstant() 178 nameAndTypeConstant.getType(clazz)) in visitNameAndTypeConstant() 181 otherNameAndTypeConstant.getType(clazz)); in visitNameAndTypeConstant()
|
/external/tagsoup/src/org/ccil/cowan/tagsoup/jaxp/ |
D | SAX1ParserAdapter.java | 212 public String getType(int i) in getType() method in SAX1ParserAdapter.AttributesWrapper 214 return attrs.getType(i); in getType() 217 public String getType(String name) in getType() method in SAX1ParserAdapter.AttributesWrapper 219 return attrs.getType(name); in getType()
|
/external/emma/ant/ant14/com/vladium/emma/report/ |
D | ReportCfg.java | 110 protected abstract String getType (); in getType() method in ReportCfg.Element 123 m_prefix = PREFIX.concat (getType ()).concat ("."); in Element() 162 protected final String getType () in getType() method in ReportCfg.Element_HTML 181 protected final String getType () in getType() method in ReportCfg.Element_TXT 200 protected final String getType () in getType() method in ReportCfg.Element_XML
|
/external/opencore/fileformats/mp4/parser/src/ |
D | sampledescriptionatom.cpp | 412 if (pSampleEntryPtr->getType() == AMR_SAMPLE_ENTRY_ATOM) in ~SampleDescriptionAtom() 417 else if (pSampleEntryPtr->getType() == AUDIO_SAMPLE_ENTRY) in ~SampleDescriptionAtom() 422 else if (pSampleEntryPtr->getType() == TEXT_SAMPLE_ENTRY) in ~SampleDescriptionAtom() 427 else if (pSampleEntryPtr->getType() == H263_SAMPLE_ENTRY_ATOM) in ~SampleDescriptionAtom() 432 else if (pSampleEntryPtr->getType() == VIDEO_SAMPLE_ENTRY) in ~SampleDescriptionAtom() 437 else if (pSampleEntryPtr->getType() == AVC_SAMPLE_ENTRY) in ~SampleDescriptionAtom() 442 else if (pSampleEntryPtr->getType() == MPEG_SAMPLE_ENTRY) in ~SampleDescriptionAtom() 749 return entry->getType(); in getSampleProtocol()
|
/external/icu4c/i18n/ |
D | windtfmt.cpp | 58 const char *type = cal->getType(); in UOBJECT_DEFINE_RTTI_IMPLEMENTATION() 174 if (strcmp(fCalendar->getType(), cal.getType()) != 0) { in format() 195 if (fCalendar == NULL || strcmp(fCalendar->getType(), newCalendar->getType()) != 0) { in adoptCalendar()
|
/external/skia/src/views/ |
D | SkEvent.cpp | 70 const char* SkEvent::getType() const 83 void SkEvent::getType(SkString* str) const in getType() function in SkEvent 209 this->getType(&etype); in dump() 325 str.append(evt->getType()); in Post() 361 str.append(evt->getType()); in PostTime() 442 SkDebugf("enqueue-delay %s %d (%d)", evt->getType(), time, gDelayDepth); in EnqueueTime() 515 SkDebugf("dequeue-delay %s (%d)", evt->getType(), gDelayDepth); in ServiceQueueTimer()
|
/external/proguard/src/proguard/classfile/constant/ |
D | RefConstant.java | 101 public String getType(Clazz clazz) in getType() method in RefConstant 103 return clazz.getType(u2nameAndTypeIndex); in getType()
|
/external/tagsoup/src/org/ccil/cowan/tagsoup/ |
D | AttributesImpl.java | 167 public String getType (int index) in getType() method in AttributesImpl 248 public String getType (String uri, String localName) in getType() method in AttributesImpl 268 public String getType (String qName) in getType() method in AttributesImpl 363 data[i*5+3] = atts.getType(i); in setAttributes()
|