Home
last modified time | relevance | path

Searched refs:paramCount (Results 1 – 5 of 5) sorted by relevance

/frameworks/rs/
Drsg_generator.c87 for (ct=0; ct < api->paramCount; ct++) { in printArgList()
110 for (ct2=0; ct2 < api->paramCount; ct2++) { in printStructures()
173 for (ct=0; ct < api->paramCount; ct++) { in hasInlineDataPointers()
227 for (ct2=0; ct2 < api->paramCount; ct2++) { in printApiCpp()
241 for (ct2=0; ct2 < api->paramCount; ct2++) { in printApiCpp()
261 for (ct2=0; ct2 < api->paramCount; ct2++) { in printApiCpp()
278 for (ct2=0; ct2 < api->paramCount; ct2++) { in printApiCpp()
299 for (ct2=0; ct2 < api->paramCount; ct2++) { in printApiCpp()
361 for (ct2=0; ct2 < api->paramCount; ct2++) { in printApiCpp()
416 for (ct2=0; ct2 < api->paramCount; ct2++) { in printPlaybackCpp()
[all …]
Dspec.l27 currType = &apis[apiCount].params[apis[apiCount].paramCount]; in checkPointerType()
42 apis[apiCount].paramCount++; in checkPointerType()
94 currType = &apis[apiCount].params[apis[apiCount].paramCount];
95 apis[apiCount].paramCount++;
Dspec.h30 int paramCount; member
/frameworks/base/packages/Osu/src/com/android/anqp/eap/
DEAPMethod.java124 int paramCount = 0; in match() local
135 paramCount += params.size(); in match()
137 return paramCount > 0 ? AuthMatch.None : AuthMatch.Method; in match()
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/anqp/eap/
DEAPMethod.java125 int paramCount = 0; in match() local
136 paramCount += params.size(); in match()
138 return paramCount > 0 ? AuthMatch.None : AuthMatch.Method; in match()