Home
last modified time | relevance | path

Searched defs:rc3 (Results 1 – 25 of 27) sorted by relevance

12

/third_party/mindspore/tests/ut/cpp/dataset/
Dir_vision_random_test.cc78 Status rc3 = random_color_adjust3->ValidateParams(); in TEST_F() local
144 Status rc3 = random_posterize3->ValidateParams(); in TEST_F() local
168 Status rc3 = random_resize3->ValidateParams(); in TEST_F() local
192 Status rc3 = random_resize_with_bbox3->ValidateParams(); in TEST_F() local
225 Status rc3 = random_solarize3->ValidateParams(); in TEST_F() local
Dc_api_dataset_save.cc140 bool rc3 = ds->Save(temp_file3, 0); in TEST_F() local
/third_party/typescript/tests/baselines/reference/
DarithmeticOperatorWithOnlyNullValueOrUndefinedValue.js17 var rc3 = undefined % null; variable
DcomparisonOperatorWithSubtypeEnumAndNumber.js26 var rc3 = E.a <= b; variable
DcomparisonOperatorWithIdenticalPrimitiveType.js31 var rc3 = c <= c; variable
DcomparisonOperatorWithTypeParameter.js27 var rc3 = t <= v; variable
DcomparisonOperatorWithSubtypeObjectOnProperty.js48 var rc3 = b1 <= a1; variable
DarithmeticOperatorWithUndefinedValueAndValidOperands.js36 var rc3 = undefined % 1; variable
DarithmeticOperatorWithAnyAndNumber.js28 var rc3 = a % 0; variable
DarithmeticOperatorWithNullValueAndValidOperands.js36 var rc3 = null % 1; variable
DlogicalOrOperatorWithEveryType.js42 var rc3 = a3 || a3; // number || number is number variable
DlogicalAndOperatorWithEveryType.js40 var rc3 = a3 && a3; variable
DarithmeticOperatorWithEnum.js44 var rc3 = c % c; variable
DarithmeticOperatorWithEnumUnion.js48 var rc3 = c % c; variable
/third_party/typescript/tests/cases/conformance/expressions/binaryOperators/arithmeticOperator/
DarithmeticOperatorWithOnlyNullValueOrUndefinedValue.ts16 var rc3 = undefined % null; variable
DarithmeticOperatorWithAnyAndNumber.ts27 var rc3 = a % 0; variable
DarithmeticOperatorWithUndefinedValueAndValidOperands.ts35 var rc3 = undefined % 1; variable
DarithmeticOperatorWithNullValueAndValidOperands.ts35 var rc3 = null % 1; variable
DarithmeticOperatorWithEnum.ts43 var rc3 = c % c; variable
/third_party/typescript/tests/cases/conformance/expressions/binaryOperators/comparisonOperator/
DcomparisonOperatorWithSubtypeObjectOnProperty.ts47 var rc3 = b1 <= a1; variable
DcomparisonOperatorWithSubtypeEnumAndNumber.ts25 var rc3 = E.a <= b; variable
DcomparisonOperatorWithIdenticalPrimitiveType.ts30 var rc3 = c <= c; variable
/third_party/selinux/libsepol/cil/test/unit/
Dtest_cil_list.c148 int rc3 = cil_list_append_item(test_class_list, test_new_item); in test_cil_list_append_item_append_extra() local
/third_party/typescript/tests/cases/conformance/expressions/binaryOperators/logicalOrOperator/
DlogicalOrOperatorWithEveryType.ts41 var rc3 = a3 || a3; // number || number is number variable
/third_party/typescript/tests/cases/conformance/expressions/binaryOperators/logicalAndOperator/
DlogicalAndOperatorWithEveryType.ts39 var rc3 = a3 && a3; variable

12