Home
last modified time | relevance | path

Searched refs:rc (Results 1 – 13 of 13) sorted by relevance

/tools/security/fuzzing/orphans/widevine/trusty/
Ddispatch_fuzzer.cpp153 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/
Dcpu_test.cpp40 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/
Drun_atest_unittests.sh71 local rc=0
82 rc=1
87 print_summary $rc
88 return $rc
/tools/acloud/
Drun_tests_py2.sh43 local rc=0
70 rc=1
75 print_summary $rc
77 exit $rc
Drun_tests.sh45 local rc=0
72 rc=1
77 print_summary $rc
79 exit $rc
/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
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/
Drun_tests.sh48 local rc=0
58 rc=1
63 print_summary $rc
/tools/external/fat32lib/src/main/java/de/waldheinz/fs/fat/
DFat.java349 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/
DRunUtil.java981 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/
Dinvocation_policy.proto109 // from command line/config expansion/rc files.
Dbuild_event_stream.proto364 // like name and relevant entries of rc-files and client environment variables.
/tools/tradefederation/core/javatests/res/testtype/
Dpython_output4.txt337 self.assertEqual(rc, 0)
/tools/dexter/slicer/export/slicer/
Ddex_instruction_list.h309 V(3rc) /* op {vCCCC .. v(CCCC+AA-1)}, thing@BBBB */ \