Searched defs:outType (Results 1 - 6 of 6) sorted by relevance

/frameworks/base/tools/aapt/tests/
H A DAaptGroupEntry_test.cpp27 String8* outType) {
28 if (entry.initFromDirName(dirName, outType)) {
35 String8* outType) {
36 return TestParse(entry, String8(input), outType);
26 TestParse(AaptGroupEntry& entry, const String8& dirName, String8* outType) argument
34 TestParse(AaptGroupEntry& entry, const char* input, String8* outType) argument
/frameworks/rs/cpu_ref/
H A DrsCpuIntrinsicColorMatrix.cpp116 uint32_t outType :4; // [8 - 11] member in struct:android::renderscript::__anon1551::__anon1552
226 key.u.outType = RS_TYPE_FLOAT_32;
227 rsAssert(key.u.outType == RS_TYPE_FLOAT_32);
266 key.u.copyAlpha = !(key.u.inType || key.u.outType);
308 if (key.u.inType && !key.u.outType) {
467 // inType, outType float if nonzero
468 if (!(key.u.inType || key.u.outType)) {
522 if (key.u.inType || key.u.outType) {
590 if (key.u.outType) {
720 if (key.u.inType != key.u.outType) {
[all...]
H A DrsCpuScript.cpp564 const Type *outType = aout->getType(); local
566 mtls->fep.dim.x = outType->getDimX();
567 mtls->fep.dim.y = outType->getDimY();
568 mtls->fep.dim.z = outType->getDimZ();
/frameworks/base/tools/aapt2/
H A DResourceParser.cpp30 StringPiece16* outType, StringPiece16* outEntry) {
35 if (outType->size() == 0 && *current == u'/') {
36 outType->assign(start, current - start);
29 extractResourceName(const StringPiece16& str, StringPiece16* outPackage, StringPiece16* outType, StringPiece16* outEntry) argument
/frameworks/base/tools/aapt/
H A DResourceTable.cpp2364 bool ResourceTable::getAttributeType(uint32_t attrID, uint32_t* outType) argument
2371 *outType = value.data;
/frameworks/base/libs/androidfw/
H A DResourceTypes.cpp4552 String16* outType,
4597 *outType = String16(p, typeEnd-p);
4606 *outType = *defType;
4615 if(**outType == 0) {
4550 expandResourceRef(const char16_t* refStr, size_t refLen, String16* outPackage, String16* outType, String16* outName, const String16* defType, const String16* defPackage, const char** outErrorMsg, bool* outPublicOnly) argument

Completed in 205 milliseconds