Home
last modified time | relevance | path

Searched refs:apiCount (Results 1 – 4 of 4) sorted by relevance

/frameworks/rs/
Dspec.l19 int apiCount = 0; variable
27 currType = &apis[apiCount].params[apis[apiCount].paramCount]; in checkPointerType()
42 apis[apiCount].paramCount++; in checkPointerType()
62 memset(&apis[apiCount], 0, sizeof(ApiEntry));
63 memcpy(apis[apiCount].name, yytext, yyleng);
72 apis[apiCount].sync = 1;
76 apis[apiCount].handcodeApi = 1;
80 apis[apiCount].direct = 1;
84 apis[apiCount].nocontext = 1;
88 currType = &apis[apiCount].ret;
[all …]
Drsg_generator.c99 for (ct=0; ct < apiCount; ct++) { in printStructures()
104 for (ct=0; ct < apiCount; ct++) { in printStructures()
147 for (ct=0; ct < apiCount; ct++) { in printFuncDecls()
162 for (ct=0; ct < apiCount; ct++) { in printPlaybackFuncs()
215 for (ct=0; ct < apiCount; ct++) { in printApiCpp()
347 for (ct=0; ct < apiCount; ct++) { in printApiCpp()
394 for (ct=0; ct < apiCount; ct++) { in printPlaybackCpp()
453 fprintf(f, "RsPlaybackLocalFunc gPlaybackFuncs[%i] = {\n", apiCount + 1); in printPlaybackCpp()
455 for (ct=0; ct < apiCount; ct++) { in printPlaybackCpp()
506 fprintf(f, "extern RsPlaybackLocalFunc gPlaybackFuncs[%i];\n", apiCount + 1); in main()
Dspec.h36 extern int apiCount;
/frameworks/av/media/ndk/fuzzer/
Dndk_crypto_fuzzer.cpp31 size_t apiCount = 0; in LLVMFuzzerTestOneInput() local
46 while (fdp.remaining_bytes() && ++apiCount <= kMaxRuns) { in LLVMFuzzerTestOneInput()