Searched refs:rc (Results 1 – 9 of 9) sorted by relevance
/tools/security/fuzzing/orphans/widevine/trusty/ |
D | dispatch_fuzzer.cpp | 153 int rc = tipc_send(chan, iov, countof(iov), handles, countof(handles)); in Bind() local 154 if (rc != static_cast<int>(sizeof(hdr) + sizeof(args))) { in Bind() 158 rc = read(chan, &hdr, sizeof(hdr)); in Bind() 159 if (rc != static_cast<int>(sizeof(hdr))) { in Bind() 189 int rc = tipc_send(chan, iov, countof(iov), NULL, 0); in Msg() local 190 if (rc != static_cast<int>(sizeof(hdr) + sizeof(args))) { in Msg() 194 rc = readv(chan, iov, countof(iov)); in Msg() 195 if (rc != static_cast<int>(sizeof(hdr) + sizeof(args))) { in Msg()
|
/tools/asuite/atest-py2/ |
D | run_atest_unittests.sh | 50 local rc=0 60 rc=1 65 print_summary $rc 66 return $rc
|
/tools/test/graphicsbenchmark/functional_tests/native/ |
D | cpu_test.cpp | 40 int rc = sched_setaffinity(0, sizeof(cpu_set_t), &set); in TEST() local 41 ASSERT_EQ(0, rc) << "sched_setaffinity failed. error = " << errno; in TEST() 73 int rc = sched_setaffinity(0, sizeof(cpu_set_t), &set); in TEST() local 74 ASSERT_EQ(0, rc) << "sched_setaffinity failed. error = " << errno; in TEST()
|
/tools/asuite/atest/ |
D | run_atest_unittests.sh | 71 local rc=0 82 rc=1 87 print_summary $rc 88 return $rc
|
/tools/acloud/ |
D | run_tests_py2.sh | 43 local rc=0 70 rc=1 75 print_summary $rc 77 exit $rc
|
D | run_tests.sh | 45 local rc=0 72 rc=1 77 print_summary $rc 79 exit $rc
|
/tools/test/graphicsbenchmark/functional_tests/java/src/cpp/ |
D | surface_flinger_test_activity.cpp | 77 … EGLBoolean rc = eglGetNextFrameIdANDROID(renderer->egl.display, renderer->egl.surface, &frameId); in Java_com_android_game_qualification_tests_SurfaceFlingerTestActivity_drawFrame() local 78 if (rc == EGL_TRUE) { in Java_com_android_game_qualification_tests_SurfaceFlingerTestActivity_drawFrame() 91 rc = eglGetFrameTimestampsANDROID( in Java_com_android_game_qualification_tests_SurfaceFlingerTestActivity_drawFrame() 100 if (rc == EGL_TRUE) { in Java_com_android_game_qualification_tests_SurfaceFlingerTestActivity_drawFrame()
|
/tools/external/fat32lib/src/main/java/de/waldheinz/fs/fat/ |
D | Fat.java | 349 final long rc[] = new long[nrClusters]; in allocNew() local 351 rc[0] = allocNew(); in allocNew() 353 rc[i] = allocAppend(rc[i - 1]); in allocNew() 356 return rc; in allocNew()
|
/tools/asuite/aidegen/ |
D | run_tests.sh | 48 local rc=0 58 rc=1 63 print_summary $rc
|