/external/skia/src/animator/ |
SkAnimateSet.cpp | 67 SkDisplayTypes outType = fFieldInfo->getType(); 68 int comps = outType == SkType_String || outType == SkType_DynamicString ? 1 : 71 fValues.setType(outType); 73 if (outType == SkType_String || outType == SkType_DynamicString) 78 SkASSERT(fValues.getType() == outType); 87 outType = SkType_MSec; 89 fFieldInfo->setValue(maker, &fValues, fFieldOffset, comps, this, outType, formula.size() > 0 ? formula : to);
|
SkAnimateField.cpp | 90 SkDisplayTypes outType = fFieldInfo->getType(); 93 fFieldInfo->setValue(maker, &fValues, 0, 0, NULL, outType, to); 105 if (outType == SkType_ARGB) { 107 outType = SkType_Float; 109 fValues.setType(outType); 114 outType = SkType_MSec; 119 fFieldInfo->setValue(maker, &fValues, fFieldOffset, max, this, outType, from); 120 fFieldInfo->setValue(maker, &fValues, fComponents + fFieldOffset, max, this, outType, to);
|
SkMemberInfo.cpp | 184 int storageOffset, int maxStorage, SkDisplayable* displayable, SkDisplayTypes outType, 338 untypedStorage, outType, scriptValue)) { 350 int storageOffset, int maxStorage, SkDisplayable* displayable, SkDisplayTypes outType, 352 return setValue(maker, arrayStorage, storageOffset, maxStorage, displayable, outType, raw.c_str(), 357 int storageOffset, int maxStorage, void* untypedStorage, SkDisplayTypes outType, 425 } else if (type == SkType_ARGB && outType == SkType_Float) {
|
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/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 | 642 Package::writePackage(const char *filename, char outType, const char *comment) { 680 makeTypeProps(outType, outCharset, outIsBigEndian); 683 // one is a no-op for local type==outType 686 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) {
|
/frameworks/compile/libbcc/lib/Renderscript/runtime/ |
rs_sample.c | 94 #define SAMPLE_1D_FUNC(vecsize, intype, outtype, convert) \ 95 static outtype __attribute__((overloadable)) \ 100 outtype p0 = convert(*p0c); \ 101 outtype p1 = convert(*p1c); \ 104 #define SAMPLE_2D_FUNC(vecsize, intype, outtype, convert) \ 105 static outtype __attribute__((overloadable)) \ 112 outtype p0 = convert(*p0c); \ 113 outtype p1 = convert(*p1c); \ 114 outtype p2 = convert(*p2c); \ 115 outtype p3 = convert(*p3c); [all...] |
/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/include/androidfw/ |
ResourceTypes.h | [all...] |
/frameworks/base/tools/aapt/ |
ResourceTable.h | 238 virtual bool getAttributeType(uint32_t attrID, uint32_t* outType);
|
ResourceTable.cpp | [all...] |
/frameworks/base/libs/androidfw/ |
ResourceTypes.cpp | [all...] |