Home
last modified time | relevance | path

Searched defs:rc (Results 1 – 4 of 4) sorted by relevance

/tools/test/graphicsbenchmark/functional_tests/native/
Dcpu_test.cpp40 int rc = sched_setaffinity(0, sizeof(cpu_set_t), &set); in TEST() local
73 int rc = sched_setaffinity(0, sizeof(cpu_set_t), &set); in TEST() local
/tools/security/fuzzing/orphans/widevine/trusty/
Ddispatch_fuzzer.cpp153 int rc = tipc_send(chan, iov, countof(iov), handles, countof(handles)); in Bind() local
189 int rc = tipc_send(chan, iov, countof(iov), NULL, 0); in Msg() local
/tools/test/graphicsbenchmark/functional_tests/java/src/cpp/
Dsurface_flinger_test_activity.cpp77 … EGLBoolean rc = eglGetNextFrameIdANDROID(renderer->egl.display, renderer->egl.surface, &frameId); in Java_com_android_game_qualification_tests_SurfaceFlingerTestActivity_drawFrame() local
/tools/external/fat32lib/src/main/java/de/waldheinz/fs/fat/
DFat.java349 final long rc[] = new long[nrClusters]; in allocNew() local