Searched refs:outType (Results 1 - 7 of 7) 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.cpp118 uint32_t outType :4; // [8 - 11] member in struct:android::renderscript::__anon1486::__anon1487
229 key.u.outType = RS_TYPE_FLOAT_32;
230 rsAssert(key.u.outType == RS_TYPE_FLOAT_32);
269 key.u.copyAlpha = !(key.u.inType || key.u.outType);
311 if (key.u.inType && !key.u.outType) {
470 // inType, outType float if nonzero
471 if (!(key.u.inType || key.u.outType)) {
525 if (key.u.inType || key.u.outType) {
593 if (key.u.outType) {
723 if (key.u.inType != key.u.outType) {
[all...]
H A DrsCpuScript.cpp822 const Type *outType = aout->getType(); local
824 mtls->fep.dimX = outType->getDimX();
825 mtls->fep.dimY = outType->getDimY();
826 mtls->fep.dimZ = outType->getDimZ();
952 const Type *outType = aout->getType(); local
954 mtls->fep.dimX = outType->getDimX();
955 mtls->fep.dimY = outType->getDimY();
956 mtls->fep.dimZ = outType->getDimZ();
/frameworks/base/include/androidfw/
H A DResourceTypes.h1697 String16* outType,
1723 virtual bool getAttributeType(uint32_t attrID, uint32_t* outType) = 0;
/frameworks/base/tools/aapt/
H A DResourceTable.h258 virtual bool getAttributeType(uint32_t attrID, uint32_t* outType);
H A DResourceTable.cpp2326 bool ResourceTable::getAttributeType(uint32_t attrID, uint32_t* outType) argument
2333 *outType = value.data;
/frameworks/base/libs/androidfw/
H A DResourceTypes.cpp4263 String16* outType,
4308 *outType = String16(p, typeEnd-p);
4317 *outType = *defType;
4326 if(**outType == 0) {
4261 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 2321 milliseconds