/third_party/mindspore/tests/ut/cpp/dataset/ |
D | ir_vision_random_test.cc | 56 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 …]
|
D | c_api_dataset_save.cc | 135 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/ |
D | 5-1.c | 29 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/ |
D | return_complex1.inc | 14 _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);
|
D | return_complex2.inc | 18 _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);
|
D | return_complex.inc | 15 _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/ |
D | 1-2.c | 35 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/ |
D | ima_policy.sh | 62 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/ |
D | cache_pool.cc | 48 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/ |
D | iwkv_test1.c | 507 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/ |
D | win32-streams.c | 416 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/ |
D | rcsp_custom_vertex_id.cpp | 79 bool operator()(const ResourceCont& rc1, const ResourceCont& rc2) const in operator ()() 81 return (rc1 == rc2 || rc1 < rc2); in operator ()()
|
/third_party/selinux/libsepol/src/ |
D | node_record.c | 317 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/ |
D | task_manager.cc | 67 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/ |
D | comparisonOperatorWithSubtypeObjectOnOptionalProperty.js | 24 var rc2 = b <= a; variable 57 var rc2 = b <= a;
|
D | comparisonOperatorWithNoRelationshipObjectsOnOptionalProperty.js | 23 var rc2 = b <= a; variable 56 var rc2 = b <= a;
|
D | inOperatorWithValidOperands.js | 46 var rc2 = x in (c2 || c3); variable 82 var rc2 = x in (c2 || c3);
|
D | arithmeticOperatorWithOnlyNullValueOrUndefinedValue.js | 16 var rc2 = null % undefined; variable 75 var rc2 = null % undefined;
|
D | comparisonOperatorWithNoRelationshipObjectsOnOptionalProperty.symbols | 52 var rc2 = b <= a; 53 >rc2 : Symbol(rc2, Decl(comparisonOperatorWithNoRelationshipObjectsOnOptionalProperty.ts, 21, 3))
|
D | comparisonOperatorWithSubtypeObjectOnOptionalProperty.symbols | 55 var rc2 = b <= a; 56 >rc2 : Symbol(rc2, Decl(comparisonOperatorWithSubtypeObjectOnOptionalProperty.ts, 22, 3))
|
D | comparisonOperatorWithNoRelationshipObjectsOnOptionalProperty.types | 51 var rc2 = b <= a; 52 >rc2 : boolean
|
D | comparisonOperatorWithSubtypeObjectOnOptionalProperty.types | 54 var rc2 = b <= a; 55 >rc2 : boolean
|
D | arithmeticOperatorWithOnlyNullValueOrUndefinedValue.symbols | 40 var rc2 = null % undefined; 41 >rc2 : Symbol(rc2, Decl(arithmeticOperatorWithOnlyNullValueOrUndefinedValue.ts, 14, 3))
|
/third_party/ffmpeg/tests/fate/ |
D | vorbis.mak | 67 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/ |
D | test_cil_list.c | 107 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()
|