Home
last modified time | relevance | path

Searched refs:rc2 (Results 1 – 25 of 166) sorted by relevance

1234567

/third_party/mindspore/tests/ut/cpp/dataset/
Dir_vision_random_test.cc56 Status rc2 = random_color2->ValidateParams(); in TEST_F() local
57 EXPECT_ERROR(rc2); in TEST_F()
72 Status rc2 = random_color_adjust2->ValidateParams(); in TEST_F() local
73 EXPECT_ERROR(rc2); in TEST_F()
110 Status rc2 = random_horizontal_flip2->ValidateParams(); in TEST_F() local
111 EXPECT_ERROR(rc2); in TEST_F()
125 Status rc2 = random_horizontal_flip_bbox2->ValidateParams(); in TEST_F() local
126 EXPECT_ERROR(rc2); in TEST_F()
139 Status rc2 = random_posterize2->ValidateParams(); in TEST_F() local
140 EXPECT_ERROR(rc2); in TEST_F()
[all …]
Dc_api_dataset_save.cc135 bool rc2 = ds->Save(temp_file2); in TEST_F() local
136 EXPECT_EQ(rc2, false); in TEST_F()
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_attr_setscope/
D5-1.c29 int rc2; in main() local
40 rc2 = pthread_attr_setscope(&attr, PTHREAD_SCOPE_PROCESS); in main()
41 if (rc1 || rc2) { in main()
42 if (rc1 && rc2) { in main()
45 ERR_MSG("pthread_attr_setscope()", rc2); in main()
51 if (rc2 && rc2 != ENOTSUP) { in main()
52 ERR_MSG("pthread_attr_setscope()", rc2); in main()
/third_party/libffi/testsuite/libffi.complex/
Dreturn_complex1.inc14 _Complex T_C_TYPE c1, c4, rc, rc2;
35 rc2 = return_c(c1, fl2, in3, c4);
38 T_CONV creal (rc2), T_CONV cimag (rc2));
39 CHECK(rc == rc2);
Dreturn_complex2.inc18 _Complex T_C_TYPE c1, c2, c4, rc, rc2;
38 rc2 = return_c(c1, c2, in3, c4);
41 T_CONV creal (rc2), T_CONV cimag (rc2));
42 CHECK(rc == rc2);
Dreturn_complex.inc15 _Complex T_C_TYPE c, rc, rc2;
30 rc2 = return_c(c);
33 T_CONV creal (rc2), T_CONV cimag (rc2));
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_setspecific/
D1-2.c35 static void *rc2; variable
50 rc2 = pthread_getspecific(key); in a_thread_func()
96 if (rc2 != (void *)(KEY_VALUE_2)) { in main()
99 KEY_VALUE_2, (long)rc2); in main()
/third_party/ltp/testcases/kernel/security/integrity/ima/tests/
Dima_policy.sh62 local p1 p2 rc1 rc2
68 wait "$p2"; rc2=$?
69 if [ $rc1 -eq 0 ] && [ $rc2 -eq 0 ]; then
71 elif [ $rc1 -eq 0 ] || [ $rc2 -eq 0 ]; then
/third_party/mindspore/mindspore/ccsrc/minddata/dataset/engine/cache/
Dcache_pool.cc48 Status rc2; in DoServiceStop() local
52 rc2 = rc; in DoServiceStop()
68 if (rc.IsError() && rc2.IsOk()) { in DoServiceStop()
69 rc2 = rc; in DoServiceStop()
73 if (rc.IsError() && rc2.IsOk()) { in DoServiceStop()
74 rc2 = rc; in DoServiceStop()
77 return rc2; in DoServiceStop()
/third_party/iowow/src/kv/tests/
Diwkv_test1.c507 iwrc rc2 = iwkv_cursor_get(cur1, &key, &val); in iwkv_test1_impl() local
508 CU_ASSERT_EQUAL_FATAL(rc2, 0); in iwkv_test1_impl()
515 rc2 = iwkv_cursor_to(cur1, IWKV_CURSOR_PREV); in iwkv_test1_impl()
516 CU_ASSERT_EQUAL_FATAL(rc2, 0); in iwkv_test1_impl()
517 rc2 = iwkv_cursor_get(cur1, &key, &val); in iwkv_test1_impl()
518 CU_ASSERT_EQUAL_FATAL(rc2, 0); in iwkv_test1_impl()
523 rc2 = iwkv_cursor_to(cur1, IWKV_CURSOR_NEXT); in iwkv_test1_impl()
524 CU_ASSERT_EQUAL_FATAL(rc2, 0); in iwkv_test1_impl()
538 iwrc rc2 = iwkv_cursor_get(cur1, &key, &val); in iwkv_test1_impl() local
539 CU_ASSERT_EQUAL_FATAL(rc2, 0); in iwkv_test1_impl()
[all …]
/third_party/glib/gio/tests/
Dwin32-streams.c416 PipeIOOverlapReader rc1, rc2; in test_pipe_io_concurrent() local
438 rc2.in = g_win32_input_stream_new (client, TRUE); in test_pipe_io_concurrent()
439 rc2.success = FALSE; in test_pipe_io_concurrent()
440 rc2.cancellable = g_cancellable_new (); in test_pipe_io_concurrent()
441 rc2.thread = g_thread_new ("reader_client", pipe_io_concurrent_reader_thread, &rc2); in test_pipe_io_concurrent()
452 g_assert (rc1.success ^ rc2.success); in test_pipe_io_concurrent()
455 g_cancellable_cancel (rc2.cancellable); in test_pipe_io_concurrent()
459 g_thread_join (rc2.thread); in test_pipe_io_concurrent()
462 g_object_unref (rc2.in); in test_pipe_io_concurrent()
/third_party/boost/libs/graph/test/
Drcsp_custom_vertex_id.cpp79 bool operator()(const ResourceCont& rc1, const ResourceCont& rc2) const in operator ()()
81 return (rc1 == rc2 || rc1 < rc2); in operator ()()
/third_party/selinux/libsepol/src/
Dnode_record.c317 int rc1, rc2; in sepol_node_compare() local
327 rc2 = memcmp(node->mask, key->mask, node->mask_sz); in sepol_node_compare()
329 return (rc2 != 0) ? rc2 : rc1; in sepol_node_compare()
335 int rc1, rc2; in sepol_node_compare2() local
346 rc2 = memcmp(node->mask, node2->mask, node->mask_sz); in sepol_node_compare2()
348 return (rc2 != 0) ? rc2 : rc1; in sepol_node_compare2()
/third_party/mindspore/mindspore/ccsrc/minddata/dataset/util/
Dtask_manager.cc67 Status rc2; in join_all() local
72 rc2 = rc; in join_all()
75 return rc2; in join_all()
318 Status rc2; in join_all() local
323 rc2 = rc; in join_all()
326 return rc2; in join_all()
/third_party/typescript/tests/baselines/reference/
DcomparisonOperatorWithSubtypeObjectOnOptionalProperty.js24 var rc2 = b <= a; variable
57 var rc2 = b <= a;
DcomparisonOperatorWithNoRelationshipObjectsOnOptionalProperty.js23 var rc2 = b <= a; variable
56 var rc2 = b <= a;
DinOperatorWithValidOperands.js46 var rc2 = x in (c2 || c3); variable
82 var rc2 = x in (c2 || c3);
DarithmeticOperatorWithOnlyNullValueOrUndefinedValue.js16 var rc2 = null % undefined; variable
75 var rc2 = null % undefined;
DcomparisonOperatorWithNoRelationshipObjectsOnOptionalProperty.symbols52 var rc2 = b <= a;
53 >rc2 : Symbol(rc2, Decl(comparisonOperatorWithNoRelationshipObjectsOnOptionalProperty.ts, 21, 3))
DcomparisonOperatorWithSubtypeObjectOnOptionalProperty.symbols55 var rc2 = b <= a;
56 >rc2 : Symbol(rc2, Decl(comparisonOperatorWithSubtypeObjectOnOptionalProperty.ts, 22, 3))
DcomparisonOperatorWithNoRelationshipObjectsOnOptionalProperty.types51 var rc2 = b <= a;
52 >rc2 : boolean
DcomparisonOperatorWithSubtypeObjectOnOptionalProperty.types54 var rc2 = b <= a;
55 >rc2 : boolean
DarithmeticOperatorWithOnlyNullValueOrUndefinedValue.symbols40 var rc2 = null % undefined;
41 >rc2 : Symbol(rc2, Decl(arithmeticOperatorWithOnlyNullValueOrUndefinedValue.ts, 14, 3))
/third_party/ffmpeg/tests/fate/
Dvorbis.mak67 fate-vorbis-15: CMD = pcm -i $(TARGET_SAMPLES)/vorbis/rc2-test2_small.ogg
68 fate-vorbis-15: REF = $(SAMPLES)/vorbis/rc2-test2_small.pcm
71 fate-vorbis-16: CMD = pcm -i $(TARGET_SAMPLES)/vorbis/rc2-test_small.ogg
72 fate-vorbis-16: REF = $(SAMPLES)/vorbis/rc2-test_small.pcm
/third_party/selinux/libsepol/cil/test/unit/
Dtest_cil_list.c107 int rc2 = cil_list_append_item(test_class_list, test_new_item); in test_cil_list_append_item_append() local
109 CuAssertIntEquals(tc, SEPOL_OK, rc2); in test_cil_list_append_item_append()
142 int rc2 = cil_list_append_item(test_class_list, test_new_item); in test_cil_list_append_item_append_extra() local
150 CuAssertIntEquals(tc, SEPOL_OK, rc2); in test_cil_list_append_item_append_extra()

1234567