Searched refs:rc1 (Results 1 - 15 of 15) sorted by relevance

/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_attr_setscope/
H A D5-1.c28 int rc1; local
33 rc1 = pthread_attr_init(&attr);
34 if (rc1 != 0) {
35 ERR_MSG("pthread_attr_init()", rc1);
39 rc1 = pthread_attr_setscope(&attr, PTHREAD_SCOPE_SYSTEM);
41 if (rc1 || rc2) {
42 if (rc1 && rc2) {
44 ERR_MSG("pthread_attr_setscope()", rc1);
47 if (rc1 && rc1 !
[all...]
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_setspecific/
H A D1-2.c34 void *rc1; variable
85 rc1 = pthread_getspecific(key);
89 if (rc1 != (void *)(KEY_VALUE_1)) {
92 KEY_VALUE_1, (long)rc1);
/external/capstone/
H A Dpkgconfig.mk11 # version tag. Examples: rc1, b2, post1
/external/selinux/libsepol/src/
H A Dnode_record.c322 int rc1, rc2; local
331 rc1 = memcmp(node->addr, key->addr, node->addr_sz);
334 return (rc2 != 0) ? rc2 : rc1;
340 int rc1, rc2; local
350 rc1 = memcmp(node->addr, node2->addr, node->addr_sz);
353 return (rc2 != 0) ? rc2 : rc1;
/external/pdfium/core/fxcrt/
H A Dfx_coordinates.h562 friend bool operator==(const RectType& rc1, const RectType& rc2) { argument
563 return rc1.left == rc2.left && rc1.top == rc2.top &&
564 rc1.width == rc2.width && rc1.height == rc2.height;
566 friend bool operator!=(const RectType& rc1, const RectType& rc2) { argument
567 return !(rc1 == rc2);
/external/skia/tests/
H A DAAClipTest.cpp367 SkRasterClip rc1(ir);
372 rc1.op(r, SkMatrix::I(), baseBounds, SkRegion::kIntersect_Op, true);
376 REPORTER_ASSERT(reporter, changed != (rc0 == rc1));
/external/skqp/tests/
H A DAAClipTest.cpp356 SkRasterClip rc1(ir);
361 rc1.op(r, SkMatrix::I(), baseBounds, SkRegion::kIntersect_Op, true);
365 REPORTER_ASSERT(reporter, changed != (rc0 == rc1));
/external/syslinux/com32/lib/libpng/
H A DCHANGES817 version 1.0.7rc1 [June 9, 2000]
853 version 1.0.8rc1 [July 16, 2000]
899 version 1.0.9rc1 [December 23, 2000]
943 version 1.0.10rc1 [March 23, 2001]
1036 version 1.2.1rc1 [November 24, 2001]
1098 version 1.2.2rc1 [April 7, 2002]
1099 version 1.0.13rc1 [April 7, 2002]
1118 version 1.2.3rc1 [April 28, 2002]
1185 version 1.2.4rc1 and 1.0.14rc1 [Jul
[all...]
/external/blktrace/doc/
H A Dblktrace.tex38 layer to emit event traces. If you run a 2.6.17-rc1 or newer kernel,
79 Note that you may skip this step, if you kernel is at least 2.6.17-rc1.
81 As an example, bt/kernel contains blk-trace-2.6.14-rc1-git-G2, download
82 linux-2.6.13.tar.bz2 and patch-2.6.14-rc1.bz2
86 % mv linux-2.6.13 linux-2.6.14-rc1
87 % cd linux-2.6.14-rc1
88 % bunzip2 -c ../patch-2.6.14-rc1.bz2 | patch -p1
92 patch-2.6.14-rc1.bz2.
/external/python/cpython3/Lib/test/
H A Dtest_cmd_line.py267 rc1, out1, err1 = assert_python_ok('-c', code, PYTHONPATH="")
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/normalizer/
H A DBasicTest.java2553 int rc1 = Normalizer.decompose(term,0,term.length, decomposed_term,10,decomposed_term.length,true, 0);
2554 if(rc!=rc1){
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/normalizer/
H A DBasicTest.java2550 int rc1 = Normalizer.decompose(term,0,term.length, decomposed_term,10,decomposed_term.length,true, 0);
2551 if(rc!=rc1){
/external/valgrind/perf/
H A Dtinycc.c5417 void gv2(int rc1, int rc2);
10560 /* generate vtop[-1] and vtop[0] in resp. classes rc1 and rc2 */
10561 void gv2(int rc1, int rc2)
10569 if (v != VT_CMP && (v & ~1) != VT_JMP && rc1 <= rc2) {
10571 gv(rc1);
10577 gv(rc1);
10583 gv(rc1);
10559 gv2(int rc1, int rc2) argument
/external/selinux/libsepol/cil/test/unit/
H A Dtest_cil_resolve_ast.c162 int rc1=cil_build_ast(test_db, test_tree->root, test_db->ast->root); local
163 rc1 = rc1;
H A Dtest_cil_build_ast.c506 int rc1 = cil_gen_perm(test_db, test_tree->root->cl_head->cl_head->next->next->cl_head->next, test_ast_node); local
509 CuAssertIntEquals(tc, SEPOL_OK, rc1);

Completed in 855 milliseconds