Home
last modified time | relevance | path

Searched refs:item (Results 1201 - 1225 of 3321) sorted by relevance

1...<<41424344454647484950>>...133

/foundation/arkui/ace_engine/frameworks/core/components/checkable/
H A Dcheckable_component.h452 for (auto& item : checkboxList_) { in SetMember()
453 if (item->GetValue() == isAllSelect) { in SetMember()
456 item->SetValue(isAllSelect); in SetMember()
457 item->UpdateItemChecked(isAllSelect); in SetMember()
464 for (auto& item : checkboxList_) { in SetGroupStatus()
465 if (item->GetValue()) { in SetGroupStatus()
496 for (auto& item : checkboxList_) { in GetSelectedCheckBoxName()
497 if (item->GetValue()) { in GetSelectedCheckBoxName()
498 result.push_back(item->GetCheckboxName()); in GetSelectedCheckBoxName()
/foundation/arkui/ace_engine/frameworks/base/resource/
H A Dace_res_key_parser.cpp308 auto item = in GetOrientationByType() local
310 if (item != RES_ORIENTATION.end()) { in GetOrientationByType()
311 return item->first; in GetOrientationByType()
318 auto item = in GetColorModeByType() local
320 if (item != RES_COLOR_MODE.end()) { in GetColorModeByType()
321 return item->first; in GetColorModeByType()
328 auto item = find_if(DECLARATIVE_RES_COLOR_MODE.begin(), DECLARATIVE_RES_COLOR_MODE.end(), in GetDeclarativeColorModeByType() local
330 if (item != DECLARATIVE_RES_COLOR_MODE.end()) { in GetDeclarativeColorModeByType()
331 return item->first; in GetDeclarativeColorModeByType()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H A Dhmp_bundle_installer.cpp292 for (const auto &item : infos) { in UpdateInnerBundleInfo()
293 newModulePackages.insert(item.second.GetCurrentModulePackage()); in UpdateInnerBundleInfo()
295 for (const auto &item : innerModuleInfos) { in UpdateInnerBundleInfo()
296 if (newModulePackages.find(item.first) == newModulePackages.end()) { in UpdateInnerBundleInfo()
297 APP_LOGI("module package (%{public}s) need to be removed.", item.first.c_str()); in UpdateInnerBundleInfo()
298 if (!UninstallSystemBundle(bundleName, item.first)) { in UpdateInnerBundleInfo()
300 item.first.c_str(), bundleName.c_str()); in UpdateInnerBundleInfo()
350 for (const auto &item : info.GetInnerModuleInfos()) { in CheckUninstallSystemHsp()
351 if (item.second.distro.moduleType == "shared") { in CheckUninstallSystemHsp()
/foundation/multimedia/av_codec/test/unittest/video_test/vcodec_server_test/mock/
H A Dcodecbase_mock.cpp64 auto item = mock->GetHCapabilityList(); in GetCapabilityList() local
65 caps = item.second; in GetCapabilityList()
66 return item.first; in GetCapabilityList()
75 auto item = mock->GetFCapabilityList(); in GetCapabilityList() local
76 caps = item.second; in GetCapabilityList()
77 return item.first; in GetCapabilityList()
86 auto item = mock->GetHevcDecoderCapabilityList(); in GetCapabilityList() local
87 caps = item.second; in GetCapabilityList()
88 return item.first; in GetCapabilityList()
/foundation/multimodalinput/input/frameworks/proxy/events/test/
H A Dinput_manager_filter_manual_test.cpp254 PointerEvent::PointerItem item; variable
255 if (!pointerEvent->GetPointerItem(firstPointerId, item)) {
259 const int32_t x = item.GetDisplayX();
260 const int32_t y = item.GetDisplayY();
277 PointerEvent::PointerItem item; in Simulate() local
278 item.SetPointerId(pointerId); in Simulate()
279 item.SetDisplayX(x); in Simulate()
280 item.SetDisplayY(y); in Simulate()
283 pointerEvent->AddPointerItem(item); in Simulate()
/foundation/window/window_manager/window_scene/test/unittest/
H A Dintention_event_manager_test.cpp121 MMI::PointerEvent::PointerItem item; in HWTEST_F() local
122 item.SetPointerId(10); in HWTEST_F()
123 EXPECT_EQ(10, item.GetPointerId()); in HWTEST_F()
124 pointerEvent->AddPointerItem(item); in HWTEST_F()
381 MMI::PointerEvent::PointerItem item; in HWTEST_F() local
382 item.SetPointerId(10); in HWTEST_F()
383 EXPECT_EQ(10, item.GetPointerId()); in HWTEST_F()
384 pointerEvent->AddPointerItem(item); in HWTEST_F()
395 pointerEvent->AddPointerItem(item); in HWTEST_F()
/third_party/node/deps/openssl/openssl/crypto/asn1/
H A Dtasn_enc.c23 int skcontlen, const ASN1_ITEM *item,
49 * Encode an ASN1 item, this is use by the standard 'i2d' function. 'out'
79 * Encode an item, taking care of IMPLICIT tagging (if any). This function
80 * performs the normal item handling: it can be used in external types.
307 len = ASN1_item_ex_i2d(&skitem, NULL, ASN1_ITEM_ptr(tt->item), in asn1_template_ex_i2d()
336 asn1_set_seq_out(sk, out, skcontlen, ASN1_ITEM_ptr(tt->item), in asn1_template_ex_i2d()
349 /* Find length of tagged item */ in asn1_template_ex_i2d()
350 i = ASN1_item_ex_i2d(pval, NULL, ASN1_ITEM_ptr(tt->item), -1, iclass); in asn1_template_ex_i2d()
361 /* Output tag and item */ in asn1_template_ex_i2d()
363 ASN1_item_ex_i2d(pval, out, ASN1_ITEM_ptr(tt->item), in asn1_template_ex_i2d()
[all...]
/third_party/openssl/crypto/asn1/
H A Dtasn_enc.c23 int skcontlen, const ASN1_ITEM *item,
49 * Encode an ASN1 item, this is use by the standard 'i2d' function. 'out'
79 * Encode an item, taking care of IMPLICIT tagging (if any). This function
80 * performs the normal item handling: it can be used in external types.
307 len = ASN1_item_ex_i2d(&skitem, NULL, ASN1_ITEM_ptr(tt->item), in asn1_template_ex_i2d()
336 asn1_set_seq_out(sk, out, skcontlen, ASN1_ITEM_ptr(tt->item), in asn1_template_ex_i2d()
349 /* Find length of tagged item */ in asn1_template_ex_i2d()
350 i = ASN1_item_ex_i2d(pval, NULL, ASN1_ITEM_ptr(tt->item), -1, iclass); in asn1_template_ex_i2d()
361 /* Output tag and item */ in asn1_template_ex_i2d()
363 ASN1_item_ex_i2d(pval, out, ASN1_ITEM_ptr(tt->item), in asn1_template_ex_i2d()
[all...]
/third_party/typescript/tests/baselines/reference/
H A DtypeParameterArgumentEquivalence3.js3 var x: (item) => T;
4 var y: (item) => boolean;
H A DtypeParameterArgumentEquivalence4.js3 var x: (item) => U;
4 var y: (item) => T;
H A DtypeParameterArgumentEquivalence5.js3 var x: () => (item) => U;
4 var y: () => (item) => T;
H A DtypedGenericPrototypeMember.js3 add(item: T) { }
13 List.prototype.add = function (item) { };
/foundation/ability/ability_runtime/test/unittest/user_controller_test/
H A Duser_controller_test.cpp75 UserItem item(100); in HWTEST_F()
76 item.SetState(UserState::STATE_BOOTING); in HWTEST_F()
77 EXPECT_TRUE(item.GetState() == UserState::STATE_BOOTING); in HWTEST_F()
79 item.SetState(UserState::STATE_STARTED); in HWTEST_F()
80 EXPECT_TRUE(item.GetState() == UserState::STATE_STARTED); in HWTEST_F()
/foundation/ability/ability_runtime/services/quickfixmgr/src/
H A Dquick_fix_manager_service.cpp194 for (auto &item : applyTasks_) { in CheckTaskRunningState()
195 if (item != nullptr && item->GetBundleName() == bundleName) { in CheckTaskRunningState()
219 for (auto &item : bundleInfo.hapModuleInfos) { in GetQuickFixInfo()
220 if (!item.hqfInfo.moduleName.empty()) { in GetQuickFixInfo()
/foundation/arkui/ace_engine/frameworks/core/components/list/
H A Dlayout_manager.h183 for (const auto& item : itemPosition_) { in GetIndexByPosition()
184 double correctedPosition = item.second + GetItemAnimationValue(item.first); in GetIndexByPosition()
186 return item.first; in GetIndexByPosition()
193 index = item.first; in GetIndexByPosition()
286 int32_t focusIndex_ = 0; // Record the index of focus item.
/foundation/arkui/ace_engine/frameworks/core/animation/test/unittest/spring_chain/
H A Dspring_chain_test.cpp120 RefPtr<SpringChainItem> item = AceType::MakeRefPtr<SpringChainItem>(idx); in InitSpringChain() local
121 nodes_[idx] = item; in InitSpringChain()
124 node->AddUpdateListener([idx, item](double value, double velocity) { in InitSpringChain()
127 item->SetValue(value); in InitSpringChain()
128 item->SetVelocity(velocity); in InitSpringChain()
/foundation/graphic/graphic_2d/rosen/modules/render_service_profiler/
H A Drs_profiler_file.h139 for (auto item : track) { in LayerWriteHeaderOfTrack()
140 Utils::FileWrite(&item.first, sizeof(item.first), 1, file_); in LayerWriteHeaderOfTrack()
141 Utils::FileWrite(&item.second, sizeof(item.second), 1, file_); in LayerWriteHeaderOfTrack()
/foundation/multimodalinput/input/intention/cooperate/plugin/src/input_event_transmission/
H A Dinput_event_builder.cpp165 MMI::PointerEvent::PointerItem item; in UpdatePointerEvent() local
166 if (!pointerEvent->GetPointerItem(pointerEvent->GetPointerId(), item)) { in UpdatePointerEvent()
198 MMI::PointerEvent::PointerItem item; in IsActive() local
199 if (!pointerEvent->GetPointerItem(pointerEvent->GetPointerId(), item)) { in IsActive()
203 movement_ += item.GetRawDx(); in IsActive()
/foundation/communication/dsoftbus/core/bus_center/lnn/lane_hub/lane_manager/src/
H A Dlnn_lane_model.c94 LaneIdInfo *item = NULL; in DeleteLaneIdNode() local
96 LIST_FOR_EACH_ENTRY_SAFE(item, next, &laneModel->laneIdList, LaneIdInfo, node) { in DeleteLaneIdNode()
97 if (item->laneId == laneId) { in DeleteLaneIdNode()
98 ListDelete(&item->node); in DeleteLaneIdNode()
99 SoftBusFree(item); in DeleteLaneIdNode()
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/
H A Dsingle_ver_utils.cpp74 for (const auto &item : dbDir) { in CreateNewDirsAndSetSecOption()
75 if (OS::CheckPathExistence(option.subdir + "/" + item)) { in CreateNewDirsAndSetSecOption()
89 if (DBCommon::CreateDirectory(option.subdir + "/" + item) != E_OK) { in CreateNewDirsAndSetSecOption()
99 if (item == DBConstant::METADB_DIR) { in CreateNewDirsAndSetSecOption()
105 int errCode = RuntimeContext::GetInstance()->SetSecurityOption(option.subdir + "/" + item, secOption); in CreateNewDirsAndSetSecOption()
/foundation/distributeddatamgr/udmf/framework/common/
H A Dcustom_utd_json_parser.cpp107 json* item = cJSON_CreateString(data.c_str()); in AddJsonStringArray() local
108 cJSON_AddItemToArray(arrayNode, item); in AddJsonStringArray()
159 json *item = cJSON_GetArrayItem(subNode, i); in GetStringArrayValue() local
160 if (cJSON_IsString(item)) { in GetStringArrayValue()
161 values.emplace_back(cJSON_GetStringValue(item)); in GetStringArrayValue()
/foundation/distributedhardware/distributed_input/inputdevicehandler/src/
H A Ddistributed_input_handler.cpp125 DHItem item; in Query() local
126 item.dhId = iter.descriptor; in Query()
127 item.subtype = "input"; in Query()
128 StructTransJson(iter, item.attrs); in Query()
129 retInfos.push_back(item); in Query()
/third_party/node/deps/openssl/openssl/util/perl/OpenSSL/Config/
H A DQuery.pm41 =item B<new> I<%options>
49 =item B<info> =E<gt> I<HASHREF>
54 =item B<config> =E<gt> I<HASHREF>
91 =item B<get_sources> I<LIST>
136 =item B<get_config> I<LIST>
/third_party/openssl/util/perl/OpenSSL/Config/
H A DQuery.pm41 =item B<new> I<%options>
49 =item B<info> =E<gt> I<HASHREF>
54 =item B<config> =E<gt> I<HASHREF>
91 =item B<get_sources> I<LIST>
136 =item B<get_config> I<LIST>
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/
H A DvkDeviceFeatures.cpp253 bool DeviceFeatures::verifyFeatureAddCriteria(const FeatureStructCreationData &item, const std::vector<VkExtensionProperties> &properties) in verifyFeatureAddCriteria() argument
256 if (deStringEqual(item.name, VK_KHR_VULKAN_MEMORY_MODEL_EXTENSION_NAME)) in verifyFeatureAddCriteria()
260 if (deStringEqual(property.extensionName, item.name)) in verifyFeatureAddCriteria()
261 return (property.specVersion == item.specVersion); in verifyFeatureAddCriteria()
265 DE_UNREF(item); in verifyFeatureAddCriteria()

Completed in 17 milliseconds

1...<<41424344454647484950>>...133