Searched refs:rc (Results 1 – 13 of 13) 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/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/asuite/aidegen/ |
D | run_tests.sh | 48 local rc=0 58 rc=1 63 print_summary $rc
|
/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/tradefederation/core/common_util/com/android/tradefed/util/ |
D | RunUtil.java | 981 Integer rc = null; in run() local 984 rc = mProcess.waitFor(); in run() 993 rc = (rc != null) ? rc : 1; // In case of interruption ReturnCode is null in run() 994 mCommandResult.setExitCode(rc); in run() 1026 if (rc != null && rc == 0) { in run() 1029 CLog.d("%s command failed. return code %d", mProcessBuilder.command(), rc); in run()
|
/tools/asuite/atest/bazel/runner/src/main/protobuf/ |
D | invocation_policy.proto | 109 // from command line/config expansion/rc files.
|
D | build_event_stream.proto | 364 // like name and relevant entries of rc-files and client environment variables.
|
/tools/tradefederation/core/javatests/res/testtype/ |
D | python_output4.txt | 337 self.assertEqual(rc, 0)
|
/tools/dexter/slicer/export/slicer/ |
D | dex_instruction_list.h | 309 V(3rc) /* op {vCCCC .. v(CCCC+AA-1)}, thing@BBBB */ \
|