/external/skia/src/animator/ |
D | SkAnimateSet.cpp | 67 SkDisplayTypes outType = fFieldInfo->getType(); in onEndElement() local 68 int comps = outType == SkType_String || outType == SkType_DynamicString ? 1 : in onEndElement() 71 fValues.setType(outType); in onEndElement() 73 if (outType == SkType_String || outType == SkType_DynamicString) in onEndElement() 78 SkASSERT(fValues.getType() == outType); in onEndElement() 87 outType = SkType_MSec; in onEndElement() 89 …fFieldInfo->setValue(maker, &fValues, fFieldOffset, comps, this, outType, formula.size() > 0 ? for… in onEndElement()
|
D | SkAnimateField.cpp | 90 SkDisplayTypes outType = fFieldInfo->getType(); in onEndElement() local 93 fFieldInfo->setValue(maker, &fValues, 0, 0, NULL, outType, to); in onEndElement() 105 if (outType == SkType_ARGB) { in onEndElement() 107 outType = SkType_Float; in onEndElement() 109 fValues.setType(outType); in onEndElement() 114 outType = SkType_MSec; in onEndElement() 119 fFieldInfo->setValue(maker, &fValues, fFieldOffset, max, this, outType, from); in onEndElement() 120 fFieldInfo->setValue(maker, &fValues, fComponents + fFieldOffset, max, this, outType, to); in onEndElement()
|
D | SkMemberInfo.cpp | 184 int storageOffset, int maxStorage, SkDisplayable* displayable, SkDisplayTypes outType, in setValue() argument 338 untypedStorage, outType, scriptValue)) { in setValue() 350 int storageOffset, int maxStorage, SkDisplayable* displayable, SkDisplayTypes outType, in setValue() argument 352 … return setValue(maker, arrayStorage, storageOffset, maxStorage, displayable, outType, raw.c_str(), in setValue() 357 int storageOffset, int maxStorage, void* untypedStorage, SkDisplayTypes outType, in writeValue() argument 425 } else if (type == SkType_ARGB && outType == SkType_Float) { in writeValue()
|
D | SkMemberInfo.h | 88 SkDisplayTypes outType, const char value[], size_t len) const; 91 SkDisplayTypes outType, SkString& str) const; 94 int storageOffset, int maxStorage, void* untypedStorage, SkDisplayTypes outType,
|
/external/webkit/Source/WebCore/bindings/scripts/ |
D | gobject-generate-headers.pl | 50 my $outType = $ARGV[0]; 52 if ($outType eq "defines") { 54 } elsif ($outType eq "gdom") { 64 if ($outType eq "defines") { 70 } elsif ($outType eq "gdom") {
|
/external/icu4c/tools/icupkg/ |
D | icupkg.cpp | 224 char outType; in main() local 301 outType=type[0]; in main() 302 switch(outType) { in main() 318 isModified|=(UBool)(!isPackage || outType!=pkg->getInType()); in main() 320 outType=pkg->getInType(); // default to input type in main() 322 outType=0; /* tells extractItem() to not swap */ in main() 346 pkg->extractItem(destPath, outFilename, 0, outType); in main() 407 pkg->extractItems(destPath, *listPkg, outType); in main() 466 *(s-5)=outType; in main() 470 result = writePackageDatFile(outFilename, outComment, NULL, NULL, pkg, outType); in main()
|
/external/icu4c/tools/toolutil/ |
D | package.h | 67 void writePackage(const char *filename, char outType, const char *comment); 104 void extractItem(const char *filesPath, int32_t itemIndex, char outType); 105 void extractItems(const char *filesPath, const char *pattern, char outType); 106 void extractItems(const char *filesPath, const Package &listPkg, char outType); 109 void extractItem(const char *filesPath, const char *outName, int32_t itemIndex, char outType);
|
D | package.cpp | 642 Package::writePackage(const char *filename, char outType, const char *comment) { in writePackage() argument 680 makeTypeProps(outType, outCharset, outIsBigEndian); in writePackage() 686 i=makeTypeEnum(outType); in writePackage() 1074 Package::extractItem(const char *filesPath, const char *outName, int32_t idx, char outType) { in extractItem() argument 1090 if(outType!=0 && pItem->type!=outType) { in extractItem() 1094 makeTypeProps(outType, outCharset, outIsBigEndian); in extractItem() 1112 pItem->type=outType; in extractItem() 1132 Package::extractItem(const char *filesPath, int32_t idx, char outType) { in extractItem() argument 1133 extractItem(filesPath, items[idx].name, idx, outType); in extractItem() 1137 Package::extractItems(const char *filesPath, const char *pattern, char outType) { in extractItems() argument [all …]
|
D | pkg_icu.cpp | 150 … const char *outComment, const char *sourcePath, const char *addList, Package *pkg, char outType) { in writePackageDatFile() argument 171 pkg->writePackage(outFilename, outType, outComment); in writePackageDatFile()
|
D | pkg_icu.h | 17 char outType);
|
/external/icu4c/test/perf/perldriver/ |
D | Output.pm | 15 my $outType = "HTML"; 191 if($outType eq 'HTML') { 243 if($outType eq 'HTML') {
|