Home
last modified time | relevance | path

Searched refs:result1 (Results 51 - 75 of 149) sorted by relevance

123456

/third_party/icu/icu4c/source/test/cintltst/
H A Dcurrtest.c228 double result1 = 0.0, result2 = 0.0; in TestPrefixSuffix() local
245 result1 = unum_parseDoubleCurrency(parser, TEST_NUMBER, -1, &pos, buffer, &status); in TestPrefixSuffix()
256 if (result1 != result2 || U_FAILURE(status)) { in TestPrefixSuffix()
258 result1, result2, u_errorName(status)); in TestPrefixSuffix()
/third_party/icu/icu4c/source/test/intltest/
H A Ddtfmapts.cpp189 Formattable result1; in testAPI() local
192 def->parseObject(text, result1, pos); in testAPI()
193 if(result1.getType() != Formattable::kDate) { in testAPI()
196 logln(text + " parsed into " + result1.getDate()); in testAPI()
H A Dselfmts.cpp319 UnicodeString result1; in selectFormatAPITest() local
321 selFmt1->format( testArgs, result1 , ignore , status1); in selectFormatAPITest()
326 if( result1 != expected ){ in selectFormatAPITest()
H A Dsdtfmtts.cpp164 UDate result1, result2; in testAPI() local
166 result1 = def.parse(text, pos); in testAPI()
167 logln(text + " parsed into " + result1); in testAPI()
H A Dnmfmapts.cpp161 Formattable result1, result2, result3; in testAPI() local
163 fr->parseObject(text, result1, pos); in testAPI()
164 if(result1.getType() != Formattable::kDouble && result1.getDouble() != d) { in testAPI()
167 logln(text + " parsed into " + (int32_t) result1.getDouble()); in testAPI()
H A Dcitrtest.cpp199 UnicodeString result1, result2, result3; in TestConstructionAndEquality() local
233 test1->getText(result1); in TestConstructionAndEquality()
236 if(result1 != result2 || result1 != result3) in TestConstructionAndEquality()
262 testChar1->getText(result1); in TestConstructionAndEquality()
265 if(result1 != result3 || result1 == result2) in TestConstructionAndEquality()
269 if(result1 == result3 || result2 != result3) in TestConstructionAndEquality()
273 if(result1 != result3 || result1 in TestConstructionAndEquality()
[all...]
/test/xts/acts/commonlibrary/ets_utils/util_lib_standard/entry/src/ohosTest/js/test/
H A Dutil.test.js1896 let result1 = that.encode(undefined)
1897 expect(result1).assertEqual(undefined)
2048 let result1 = that.encodeInto(undefined)
2049 expect(result1).assertEqual(undefined)
3908 let result1 = res.valueOf()
3909 expect(result1).assertEqual(-0.5)
3922 let result1 = res.valueOf()
3923 expect(result1).assertEqual(0.75)
3936 let result1 = res.valueOf()
3937 expect(result1)
[all...]
/test/xts/acts/multimedia/audio/audio_cpp_standard/openslesPlayerNdk/
H A DActsOpenslesPlayerNdkTest.cpp528 SLresult result1 = (*engineEngine)->CreateLEDDevice(engineEngine, nullptr, 0, 0, nullptr, nullptr); in HWTEST_F() local
529 ASSERT_EQ(SL_RESULT_FEATURE_UNSUPPORTED, result1); in HWTEST_F()
574 SLresult result1 = (*engineObject_)->RegisterCallback(engineObject_, nullptr, nullptr); in HWTEST_F() local
575 EXPECT_TRUE(result1 == SL_RESULT_FEATURE_UNSUPPORTED); in HWTEST_F()
631 SLresult result1 = (*playItf)->GetDuration(playItf, nullptr); in HWTEST_F() local
632 EXPECT_TRUE(result1 == SL_RESULT_FEATURE_UNSUPPORTED); in HWTEST_F()
704 SLresult result1 = (*volumeItf)->SetMute(volumeItf, SL_BOOLEAN_FALSE); in HWTEST_F() local
705 EXPECT_TRUE(result1 == SL_RESULT_FEATURE_UNSUPPORTED); in HWTEST_F()
/test/xts/acts/graphic/acts_drawing_native/
H A DDrawingCanvasDrawRecordCmdTest.cpp124 OH_Drawing_ErrorCode result1 = OH_Drawing_CanvasDrawRecordCmd(canvas, nullptr); in HWTEST_F() local
125 EXPECT_EQ(result1, OH_DRAWING_ERROR_INVALID_PARAMETER); in HWTEST_F()
/test/xts/acts/graphic/graphicEffectFliterTest/
H A DNativeDisplaySoloistTest.cpp116 int32_t result1 = OH_DisplaySoloist_SetExpectedFrameRateRange(nullptr, &validRange); in HWTEST_F() local
117 EXPECT_EQ(SOLOIST_ERROR, result1); in HWTEST_F()
/third_party/node/deps/openssl/openssl/external/perl/Text-Template-1.56/t/
H A Dsafe.t134 my $result1 = qq{OK! text:die error:Died lineno:1 arg:barg};
135 is $text1, $result1;
/third_party/openssl/external/perl/Text-Template-1.56/t/
H A Dsafe.t134 my $result1 = qq{OK! text:die error:Died lineno:1 arg:barg};
135 is $text1, $result1;
/third_party/typescript/tests/baselines/reference/
H A DarrayFrom.js19 const result1: A[] = Array.from(inputA);
47 var result1 = Array.from(inputA); variable
H A DconditionalOperatorWithIdenticalBCT.js14 var result1 = true ? x : a; variable
95 var result1 = true ? x : a; variable
H A DconditionalOperatorWithoutIdenticalBCT.js13 var result1 = true ? a : b; variable
70 var result1 = true ? a : b; variable
/third_party/protobuf/java/core/src/test/java/com/google/protobuf/
H A DAnyTest.java122 TestAllTypes result1 = container.getValue().unpack(TestAllTypes.class); in testCachedUnpackResult()
124 assertTrue(Objects.equals(result1, result2)); in testCachedUnpackResult()
/test/testfwk/arkxtest/uitest/test/
H A Dipc_transactor_test.cpp257 ApiReplyInfo result1; in TEST() local
261 client.Transact(call1, result1); in TEST()
264 ASSERT_EQ(result1.exception_.code_, ERR_API_USAGE); in TEST()
/test/xts/acts/location/geolocation_errorCode/entry/src/ohosTest/js/test/
H A DLocationErrorTest.test.js38 let result1 = geolocationm.isLocationEnabled();
39 console.info('[lbs_js] getLocationSwitchState result: ' + JSON.stringify(result1));
40 if(!result1){
/test/xts/acts/distributed_schedule_lite/system_ability_manager_posix/src/
H A DIUnknownTest.cpp137 BOOL result1 = SAMGR_GetInstance()->RegisterService((Service *)&g_service); in SetUp() local
139 if (result1 == FALSE && result2 == FALSE) { in SetUp()
H A DFeatureTest.cpp220 BOOL result1 = SAMGR_GetInstance()->RegisterFeature("serviceName201", (Feature *)&g_feature); in HWTEST_F() local
221 ASSERT_EQ(result1, TRUE); in HWTEST_F()
/test/xts/acts/distributed_schedule_lite/system_ability_manager_hal/src/
H A Dtaskpool_notask_func_test.c154 BOOL result1 = SAMGR_GetInstance()->RegisterDefaultFeatureApi("Service_NoTask", GET_IUNKNOWN(g_createService)); in FeatureInit() local
159 if (result1 == FALSE || result2 == FALSE || result3 == FALSE) { in FeatureInit()
H A Diunknown_func_test.c127 BOOL result1 = SAMGR_GetInstance()->RegisterService((Service *)&g_service); in IUnknownTestSuiteSetUp() local
129 if (result1 == TRUE && result2 == TRUE) { in IUnknownTestSuiteSetUp()
H A Dfeature_func_test.c217 BOOL result1 = SAMGR_GetInstance()->RegisterFeature("serviceName201", (Feature *)&g_feature); variable
218 TEST_ASSERT_EQUAL_INT(result1, TRUE);
/test/xts/acts/graphic/nativevsync/entry/src/main/cpp/
H A Dnativevsync.cpp187 napi_value result1 = nullptr; in OHNativeVSyncCreateNormal() local
190 napi_create_int32(env, FAIL, &result1); in OHNativeVSyncCreateNormal()
192 napi_create_int32(env, SUCCESS, &result1); in OHNativeVSyncCreateNormal()
194 napi_set_element(env, result, 0, result1); in OHNativeVSyncCreateNormal()
/test/xts/hats/distributedhardware/distributedcameratest/
H A Ddcameraprovidercase.cpp70 DCameraSettings result1; member
180 result1.type_ = UPDATE_METADATA; in HWTEST_F()
181 result1.value_ = "SettingValue"; in HWTEST_F()
182 int32_t ret = cameraProvider.OnSettingsResult(dhBase, result1); in HWTEST_F()

Completed in 15 milliseconds

123456