/external/skia/src/animator/ |
SkAnimateSet.cpp | 75 SkDisplayTypes outType = fFieldInfo->getType(); 76 int comps = outType == SkType_String || outType == SkType_DynamicString ? 1 : 79 fValues.setType(outType); 81 if (outType == SkType_String || outType == SkType_DynamicString) 86 SkASSERT(fValues.getType() == outType); 94 outType = SkType_MSec; 96 fFieldInfo->setValue(maker, &fValues, fFieldOffset, comps, this, outType, formula.size() > 0 ? formula : to);
|
SkAnimateField.cpp | 98 SkDisplayTypes outType = fFieldInfo->getType(); 101 fFieldInfo->setValue(maker, &fValues, 0, 0, NULL, outType, to); 113 if (outType == SkType_ARGB) { 115 outType = SkType_Float; 117 fValues.setType(outType); 122 outType = SkType_MSec; 127 fFieldInfo->setValue(maker, &fValues, fFieldOffset, max, this, outType, from); 128 fFieldInfo->setValue(maker, &fValues, fComponents + fFieldOffset, max, this, outType, to);
|
SkMemberInfo.cpp | 191 int storageOffset, int maxStorage, SkDisplayable* displayable, SkDisplayTypes outType, 345 untypedStorage, outType, scriptValue)) { 357 int storageOffset, int maxStorage, SkDisplayable* displayable, SkDisplayTypes outType, 359 return setValue(maker, arrayStorage, storageOffset, maxStorage, displayable, outType, raw.c_str(), 364 int storageOffset, int maxStorage, void* untypedStorage, SkDisplayTypes outType, 432 } else if (type == SkType_ARGB && outType == SkType_Float) {
|
SkMemberInfo.h | 96 SkDisplayTypes outType, const char value[], size_t len) const; 99 SkDisplayTypes outType, SkString& str) const; 102 int storageOffset, int maxStorage, void* untypedStorage, SkDisplayTypes outType,
|
/external/icu4c/tools/toolutil/ |
pkg_icu.h | 17 char outType);
|
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);
|
package.cpp | 641 Package::writePackage(const char *filename, char outType, const char *comment) { 679 makeTypeProps(outType, outCharset, outIsBigEndian); 682 // one is a no-op for local type==outType 685 i=makeTypeEnum(outType); [all...] |
pkg_icu.cpp | 150 writePackageDatFile(const char *outFilename, const char *outComment, const char *sourcePath, const char *addList, Package *pkg, char outType) { 171 pkg->writePackage(outFilename, outType, outComment);
|
/external/webkit/Source/WebCore/bindings/scripts/ |
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/dropbear/ |
dropbearconvert.c | 33 static int do_convert(int intype, const char* infile, int outtype, 61 int intype, outtype; local 88 outtype = KEYFILE_DROPBEAR; 90 outtype = KEYFILE_OPENSSH; 102 return do_convert(intype, infile, outtype, outfile); 110 static int do_convert(int intype, const char* infile, int outtype, 137 if (import_write(outfile, key, NULL, outtype) != 1) {
|
/external/icu4c/tools/icupkg/ |
icupkg.cpp | 224 char outType; 301 outType=type[0]; 302 switch(outType) { 318 isModified|=(UBool)(!isPackage || outType!=pkg->getInType()); 320 outType=pkg->getInType(); // default to input type 322 outType=0; /* tells extractItem() to not swap */ 346 pkg->extractItem(destPath, outFilename, 0, outType); 407 pkg->extractItems(destPath, *listPkg, outType); 466 *(s-5)=outType; 470 result = writePackageDatFile(outFilename, outComment, NULL, NULL, pkg, outType); [all...] |
/external/icu4c/test/perf/perldriver/ |
Output.pm | 15 my $outType = "HTML"; 191 if($outType eq 'HTML') { 243 if($outType eq 'HTML') {
|
/frameworks/base/tools/aapt/ |
ResourceTable.h | 205 virtual bool getAttributeType(uint32_t attrID, uint32_t* outType);
|
ResourceTable.cpp | [all...] |
/frameworks/base/include/utils/ |
ResourceTypes.h | [all...] |
/frameworks/base/libs/utils/ |
ResourceTypes.cpp | [all...] |
/prebuilt/sdk/tools/linux/ |
aapt | |