Home
last modified time | relevance | path

Searched refs:index1 (Results 1 – 25 of 29) sorted by relevance

12

/ohos5.0/foundation/distributedhardware/distributed_camera/services/cameraservice/sourceservice/test/unittest/common/distributedcameramgr/
H A Ddcamera_source_controller_test.cpp137 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 Dfilter_blur.h75 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 Dgriditem-drag-and-drop.md105 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 DEditing-with-the-navigation-bar.md130 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 Dglobal.cpp59 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 Drich_editor_base_test_ng.cpp697 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 Drich_editor_click_test_ng.cpp608 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 Drich_editor_test_ng.cpp1253 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 Drich_editor_pattern_testfour_ng.cpp466 auto index1 = richEditorController->AddSymbolSpan(options); variable
467 EXPECT_EQ(index1, 0);
H A Drich_editor_edit_testone_ng.cpp709 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 Dwifip2pserver_fuzzer.cpp160 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 Dfold_app_usage_test.cpp200 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 Djs-apis-application-windowExtensionAbility-sys.md105 window.setUIContent('WindowExtAbility/pages/index1',(err:BusinessError) => {
/ohos5.0/docs/zh-cn/application-dev/windowmanager/
H A Dwindowextensionability.md45 window.setUIContent('WindowExtAbility/pages/index1',(err:BusinessError) => {
/ohos5.0/foundation/ability/ability_runtime/test/mock/services_appmgr_test/src/
H A Dmock_bundle_manager.cpp215 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 Djs_convertxml.cpp234 …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 Djs_convertxml.h139 … 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 Djs-apis-application-windowExtensionAbility-sys.md105 window.setUIContent('WindowExtAbility/pages/index1',(err:BusinessError) => {
/ohos5.0/docs/en/application-dev/windowmanager/
H A Dwindowextensionability.md45 window.setUIContent('WindowExtAbility/pages/index1',(err:BusinessError) => {
/ohos5.0/docs/zh-cn/application-dev/reference/apis-arkui/arkui-ts/
H A Dts-container-grid.md1217 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 Ddistributeddb_nb_schema_test.cpp89 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 Ddemuxer_unit_test.cpp2352 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 Djsvm-data-types-interfaces.md1778 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 Duser_auth_interface_service_test.cpp253 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 Drosen_render_offscreen_canvas.cpp2759 size_t index1 = str.find("rem"); in UpdateTextStyleForeground() local
2764 if (index1 != std::string::npos) { in UpdateTextStyleForeground()
2765 demIndex = index1; in UpdateTextStyleForeground()

12