/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/gavdp/a2dp_codec/sbclib/src/ |
H A D | sbc_encoder.cpp | 206 temp2[VALUE_0] = temp1[VALUE_0] >> PROTO_BAND4_SCALE; in AnalyzeFourForScaling() 207 temp2[VALUE_1] = temp1[VALUE_1] >> PROTO_BAND4_SCALE; in AnalyzeFourForScaling() 208 temp2[VALUE_2] = temp1[VALUE_2] >> PROTO_BAND4_SCALE; in AnalyzeFourForScaling() 209 temp2[VALUE_3] = temp1[VALUE_3] >> PROTO_BAND4_SCALE; in AnalyzeFourForScaling() 276 temp2[VALUE_0] = temp1[VALUE_0] >> PROTO_BAND8_SCALE; in AnalyzeEightForScaling() 277 temp2[VALUE_1] = temp1[VALUE_1] >> PROTO_BAND8_SCALE; in AnalyzeEightForScaling() 278 temp2[VALUE_2] = temp1[VALUE_2] >> PROTO_BAND8_SCALE; in AnalyzeEightForScaling() 279 temp2[VALUE_3] = temp1[VALUE_3] >> PROTO_BAND8_SCALE; in AnalyzeEightForScaling() 280 temp2[VALUE_4] = temp1[VALUE_4] >> PROTO_BAND8_SCALE; in AnalyzeEightForScaling() 288 temp1[VALUE_0] = temp1[VALUE_1] = temp1[VALUE_2] = temp1[VALUE_3] = temp1[VALUE_4] = in AnalyzeEightForCosTransform() [all …]
|
/ohos5.0/foundation/communication/ipc/ipc/native/test/unittest/js/ |
H A D | NapiRemoteObjectTest.js | 45 let temp1 = 0 51 temp1 = 0 61 temp1 = result.reply.readByte() 63 console.info("test reply1: " + temp1) 108 expect(temp1).assertEqual(-128) 144 expect(temp1).assertEqual(-128) 180 expect(temp1).assertEqual(-128) 217 expect(temp1).assertEqual(-128) 254 expect(temp1).assertEqual(-128)
|
/ohos5.0/base/web/webview/test/unittest/ohos_adapter/media_adapter_test/ |
H A D | media_avsession_adapter_impl_test.cpp | 721 int64_t temp1 = 1; variable 731 g_adapter->avPlaybackState_->SetPosition({ temp1, temp1 }); 748 g_adapter->avPlaybackState_->SetPosition({ temp1, temp1 }); 750 ::testing::Return(temp1)); 773 int64_t temp1 = 1; variable 795 g_adapter->avPlaybackState_->SetPosition({ temp1, temp1 }); 926 int64_t temp1 = 1; variable 932 g_adapter->avPlaybackState_->SetPosition({ temp1, temp1 }); 940 g_adapter->avPlaybackState_->SetPosition({ temp1, temp1 }); 948 g_adapter->avPlaybackState_->SetPosition({ temp1, temp1 }); [all …]
|
/ohos5.0/foundation/arkui/ui_lite/frameworks/draw/ |
H A D | draw_line.cpp | 235 int16_t temp1 = 0; in DrawWuLine() local 278 if (temp1 < MAX_LINE_WIDTH) { in DrawWuLine() 279 endPoints1[temp1++] = sx; in DrawWuLine() 287 if (temp1 < MAX_LINE_WIDTH) { in DrawWuLine() 288 endPoints1[temp1++] = sx + dir; in DrawWuLine() 328 if (temp1 > 0) { in DrawWuLine() 329 edge1 = endPoints1[--temp1]; in DrawWuLine() 385 if (temp1 < MAX_LINE_WIDTH) { in DrawWuLine() 386 endPoints1[temp1++] = sy + dir; in DrawWuLine() 426 if (temp1 > 0) { in DrawWuLine() [all …]
|
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/gavdp/a2dp_codec/sbclib/include/ |
H A D | sbc_encoder.h | 43 static void AnalyzeFourForScaling(int32_t *temp1, int16_t *temp2); 44 static void AnalyzeFourForCosTransform(int32_t *temp1, int16_t *temp2, const int16_t *consts); 47 static void AnalyzeEightForScaling(int32_t *temp1, int16_t *temp2); 48 static void AnalyzeEightForCosTransform(int32_t *temp1, int16_t *temp2, const int16_t *consts);
|
/ohos5.0/base/security/asset/frameworks/utils/src/ |
H A D | hasher.rs | 68 let temp1 = compressed_chunk[7] localVariable 83 compressed_chunk[4] = compressed_chunk[3].wrapping_add(temp1); 87 compressed_chunk[0] = temp1.wrapping_add(temp2);
|
/ohos5.0/base/security/dlp_permission_service/test/fuzztest/dlp_permission/fuzzer/generatecert_fuzzer/ |
H A D | generatecert_fuzzer.cpp | 61 const uint8_t* temp1 = reinterpret_cast<const uint8_t*>(data + offset); in FuzzTest() local 62 perminfo.authPerm = static_cast<DLPFileAccess>(1 + *temp1 % 3); // perm type 1 to 3 in FuzzTest()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_client/test/unittest/animation/ |
H A D | rs_animation_supplement_test.cpp | 1211 auto temp1 = rect1 - rect2; variable 1212 rect1 = temp1 + rect2; 1213 temp1 = rect1 * (1.f); 1214 temp1 = temp1 / (1.f); 1215 temp1 += rect1; 1216 temp1 -= rect1; 1217 temp1 *= (1.f); 1218 temp1 = rect1; 1219 [[maybe_unused]] bool ret = (temp1 != rect2); 1220 ret = (temp1 == rect2);
|
/ohos5.0/drivers/hdf_core/adapter/khdf/linux/platform/mipi_dsi/ |
H A D | mipi_tx_hi35xx.c | 211 unsigned char temp1; in MipiTxDrvGetPhyClkPrepare() local 219 temp1 = temp0; in MipiTxDrvGetPhyClkPrepare() 221 temp1 = 0; /* 0 is the minimum */ in MipiTxDrvGetPhyClkPrepare() 224 …if (((temp1 + 1) * INNER_PEROID - PREPARE_COMPENSATE * g_actualPhyDataRate) > /* temp + 1 is next … in MipiTxDrvGetPhyClkPrepare() 244 unsigned char temp1; in MipiTxDrvGetPhyDataPrepare() local 253 temp1 = temp0; in MipiTxDrvGetPhyDataPrepare() 255 temp1 = 0; in MipiTxDrvGetPhyDataPrepare() 259 (((temp1 + 1) * INNER_PEROID - PREPARE_COMPENSATE * g_actualPhyDataRate) > in MipiTxDrvGetPhyDataPrepare()
|
/ohos5.0/foundation/ability/ability_runtime/test/unittest/mission_info_mgr_test/ |
H A D | mission_info_mgr_test.cpp | 477 auto temp1 = missionInfoMgr->taskDataPersistenceMgr_->handler_; variable 480 missionInfoMgr->taskDataPersistenceMgr_->handler_ = temp1; 637 auto temp1 = missionInfoMgr->taskDataPersistenceMgr_->currentMissionDataStorage_; variable 640 missionInfoMgr->taskDataPersistenceMgr_->currentMissionDataStorage_ = temp1;
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/plugin/ |
H A D | plugin_sub_container.cpp | 384 std::string temp1 = "assets/js/" + module + "/"; in SetAssetManager() local 387 basePaths.push_back(temp1); in SetAssetManager()
|
/ohos5.0/base/useriam/user_auth_framework/test/unittest/services/src/ |
H A D | user_idm_database_test.cpp | 153 HdiCredentialInfo temp1 = { in __anon5438c4200402() local 161 infos.push_back(temp1); in __anon5438c4200402()
|
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/navigation/ |
H A D | navigation_test_ng.cpp | 360 auto temp1 = AceType::MakeRefPtr<NavDestinationLayoutAlgorithm>(); variable 361 navDestinationWrapper1->layoutAlgorithm_->layoutAlgorithm_ = temp1; 377 temp1->isShown_ = true; 379 ASSERT_TRUE(temp1->isShown_);
|
/ohos5.0/base/telephony/cellular_call/test/unittest/cstest/ |
H A D | cs1_test.cpp | 99 EmergencyCall temp1 = { "443", "460", EccType::TYPE_POLICE, SimpresentType::TYPE_NO_CARD, variable 110 eccVec.push_back(temp1);
|
/ohos5.0/base/startup/init/services/param/manager/ |
H A D | param_manager.c | 565 long long int temp1 = 0; in CheckParamValueType() local 566 if (strlen(value) > 1 && value[0] == '-' && StringToLL(value, &temp1) != 0) { in CheckParamValueType()
|
/ohos5.0/foundation/ability/ability_runtime/test/unittest/ability_manager_service_third_test/ |
H A D | ability_manager_service_third_test.cpp | 490 auto temp1 = abilityMs_->subManagersHelper_->currentMissionListManager_; variable 493 abilityMs_->subManagersHelper_->currentMissionListManager_ = temp1;
|
/ohos5.0/foundation/ability/ability_runtime/test/unittest/ability_manager_service_first_test/ |
H A D | ability_manager_service_first_test.cpp | 312 auto temp1 = abilityMs_->abilityController_; variable 316 abilityMs_->abilityController_ = temp1;
|
/ohos5.0/commonlibrary/ets_utils/js_api_module/url/test/ |
H A D | test_napi.cpp | 1812 std::vector<std::string> temp1; variable 1813 OHOS::Url::AnalysisPath(inPut, temp1, flags, true);
|