/ohos5.0/foundation/distributedhardware/distributed_camera/services/cameraservice/sourceservice/test/unittest/common/distributedcameramgr/ |
H A D | dcamera_source_controller_test.cpp | 137 DCameraIndex index1; variable 166 DCameraIndex index1; variable 195 DCameraIndex index1; variable 222 DCameraIndex index1; variable 242 DCameraIndex index1; variable 263 DCameraIndex index1; variable 284 DCameraIndex index1; variable 334 DCameraIndex index1; variable 380 DCameraIndex index1; variable 401 DCameraIndex index1; variable [all …]
|
/ohos5.0/foundation/graphic/graphic_utils_lite/interfaces/kits/gfx_utils/diagram/imagefilter/ |
H A D | filter_blur.h | 75 int32_t index1 = x1 << 2; in BoxBlur() local 78 lineP2[index1 + 0] + lineP1[index1 + 0]; in BoxBlur() 80 lineP2[index1 + 1] + lineP1[index1 + 1]; in BoxBlur() 82 lineP2[index1 + 2] + lineP1[index1 + 2]; in BoxBlur()
|
/ohos5.0/docs/zh-cn/third-party-cases/ |
H A D | griditem-drag-and-drop.md | 105 changeIndex(index1: number, index2: number) { 106 [this.numbers[index1], this.numbers[index2]] = [this.numbers[index2], this.numbers[index1]]; 141 changeIndex(index1: number, index2: number) { 142 [this.numbers[index1], this.numbers[index2]] = [this.numbers[index2], this.numbers[index1]];
|
H A D | Editing-with-the-navigation-bar.md | 130 changeIndex(index1:number,index2:number){ 132 temp = this.items[index1]; 133 this.items[index1] = this.items[index2]; 313 changeIndex(index1:number,index2:number){ 315 temp = this.items[index1]; 316 this.items[index1] = this.items[index2];
|
/ohos5.0/base/global/resource_management_lite/frameworks/resmgr_lite/src/ |
H A D | global.cpp | 59 auto index1 = lan.find("-"); in GLOBAL_ConfigLanguage() local 63 if (index1 != std::string::npos) { in GLOBAL_ConfigLanguage() 64 indexStart = index1; in GLOBAL_ConfigLanguage() 65 indexEnd = lan.find("-", index1 + 1); in GLOBAL_ConfigLanguage()
|
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/rich_editor/ |
H A D | rich_editor_base_test_ng.cpp | 697 auto index1 = richEditorController->AddImageSpan(options); variable 698 EXPECT_EQ(index1, 1); 759 auto index1 = richEditorController->AddTextSpan(options); variable 760 EXPECT_EQ(index1, 0); 1148 EXPECT_EQ(index1, 1); 1186 EXPECT_EQ(index1, 0); 1244 auto index1 = richEditorController->AddSymbolSpan(options); variable 1245 EXPECT_EQ(index1, 0); 1285 EXPECT_EQ(index1, 0); 1365 EXPECT_EQ(index1, 0); [all …]
|
H A D | rich_editor_click_test_ng.cpp | 608 auto index1 = richEditorPattern->AddImageSpan(options, false, 0, true); variable 609 EXPECT_EQ(index1, 1); 653 auto index1 = richEditorPattern->AddTextSpan(options, true, 5); variable 654 EXPECT_EQ(index1, 5); 806 auto index1 = richEditorController->AddPlaceholderSpan(builderNode1, {}); variable 807 EXPECT_EQ(index1, 1);
|
H A D | rich_editor_test_ng.cpp | 1253 auto index1 = richEditorController->AddImageSpan(options); variable 1254 EXPECT_EQ(index1, 1); 1315 auto index1 = richEditorController->AddTextSpan(options); variable 1316 EXPECT_EQ(index1, 0); 3650 auto index1 = richEditorController->AddSymbolSpan(options); variable 3651 EXPECT_EQ(index1, 0); 3690 auto index1 = richEditorController->AddSymbolSpan(options); variable 3691 EXPECT_EQ(index1, 0); 3770 auto index1 = richEditorController->AddSymbolSpan(options); variable 3771 EXPECT_EQ(index1, 0); [all …]
|
H A D | rich_editor_pattern_testfour_ng.cpp | 466 auto index1 = richEditorController->AddSymbolSpan(options); variable 467 EXPECT_EQ(index1, 0);
|
H A D | rich_editor_edit_testone_ng.cpp | 709 auto index1 = richEditorController->AddPlaceholderSpan(builderNode1, {}); variable 710 EXPECT_EQ(index1, 0);
|
/ohos5.0/foundation/communication/wifi/wifi/test/fuzztest/wifi_sta/wifip2pserver_fuzzer/ |
H A D | wifip2pserver_fuzzer.cpp | 160 int index1 = 0; in P2pServerFuzzTest() local 162 int deviceInfo = static_cast<int>(data[index1++]); in P2pServerFuzzTest() 163 int ctrlPort = static_cast<int>(data[index1++]); in P2pServerFuzzTest() 164 int maxThroughput = static_cast<int>(data[index1++]); in P2pServerFuzzTest()
|
/ohos5.0/base/hiviewdfx/hiview/plugins/usage_event_report/test/unittest/ |
H A D | fold_app_usage_test.cpp | 200 int index1 = dbHelper.QueryRawEventIndex("test_bundle", FoldEventId::EVENT_APP_START); variable 201 ASSERT_TRUE(index1 != 0);
|
/ohos5.0/docs/zh-cn/application-dev/reference/apis-arkui/ |
H A D | js-apis-application-windowExtensionAbility-sys.md | 105 window.setUIContent('WindowExtAbility/pages/index1',(err:BusinessError) => {
|
/ohos5.0/docs/zh-cn/application-dev/windowmanager/ |
H A D | windowextensionability.md | 45 window.setUIContent('WindowExtAbility/pages/index1',(err:BusinessError) => {
|
/ohos5.0/foundation/ability/ability_runtime/test/mock/services_appmgr_test/src/ |
H A D | mock_bundle_manager.cpp | 215 int index1 = 101; in GetBundleInfo() local 219 if (bundleName == COM_OHOS_HELLO + std::to_string(index1) || in GetBundleInfo()
|
/ohos5.0/commonlibrary/ets_utils/js_api_module/convertxml/ |
H A D | js_convertxml.cpp | 234 …nvertXml::SetPrevInfo(napi_env env, const napi_value &recvElement, int flag, int32_t &index1) const in SetPrevInfo() 238 napi_set_element(env, recvElement, index1++, prevObj_[i]); in SetPrevInfo() 240 napi_set_element(env, recvElement, index1++, prevObj_[0]); in SetPrevInfo()
|
H A D | js_convertxml.h | 139 … void SetPrevInfo(napi_env env, const napi_value &recvElement, int flag, int32_t &index1) const;
|
/ohos5.0/docs/en/application-dev/reference/apis-arkui/ |
H A D | js-apis-application-windowExtensionAbility-sys.md | 105 window.setUIContent('WindowExtAbility/pages/index1',(err:BusinessError) => {
|
/ohos5.0/docs/en/application-dev/windowmanager/ |
H A D | windowextensionability.md | 45 window.setUIContent('WindowExtAbility/pages/index1',(err:BusinessError) => {
|
/ohos5.0/docs/zh-cn/application-dev/reference/apis-arkui/arkui-ts/ |
H A D | ts-container-grid.md | 1217 changeIndex(index1: number, index2: number) { //交换数组位置 1219 temp = this.numbers[index1]; 1220 this.numbers[index1] = this.numbers[index2];
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/moduletest/src/ |
H A D | distributeddb_nb_schema_test.cpp | 89 for (unsigned int index1 = 0; index1 < validDefine.type.size(); index1++) { in GetInvalidDefine() local 92 … if (index1 == 0 && ((index2 == INDEX_FIFY) || (index2 == INDEX_SIX) || (index2 == INDEX_NINE) || in GetInvalidDefine() 96 … define = define + "{" + validDefine.field.at(0) + ":" + "\"" + validDefine.type[index1] + "," + in GetInvalidDefine()
|
/ohos5.0/foundation/multimedia/av_codec/test/unittest/demuxer_test/ |
H A D | demuxer_unit_test.cpp | 2352 uint32_t index1 = 0; variable 2354 …t = demuxer_->GetIndexByRelativePresentationTimeUs(trackIndex, relativePresentationTimeUs, index1); 2356 ASSERT_EQ(index1, 4);
|
/ohos5.0/docs/zh-cn/application-dev/napi/ |
H A D | jsvm-data-types-interfaces.md | 1778 JSVM_Value index1 = nullptr; 1779 OH_JSVM_CreateUint32(env, 1, &index1); 1782 OH_JSVM_SetElement(env, testArray, 0, index1);
|
/ohos5.0/drivers/peripheral/user_auth/test/unittest/service_test/src/ |
H A D | user_auth_interface_service_test.cpp | 253 constexpr uint64_t index1 = 1236584; variable 255 EXPECT_EQ(service->DeleteExecutor(index1), 10006);
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/custom_paint/ |
H A D | rosen_render_offscreen_canvas.cpp | 2759 size_t index1 = str.find("rem"); in UpdateTextStyleForeground() local 2764 if (index1 != std::string::npos) { in UpdateTextStyleForeground() 2765 demIndex = index1; in UpdateTextStyleForeground()
|