/foundation/deviceprofile/device_info_manager/old/services/core/test/fuzztest/putdeviceprofileinner_fuzzer/ |
H A D | putdeviceprofileinner_fuzzer.cpp | 52 int32_t SubscribeProfileEvents(const std::list<SubscribeInfo>& subscribeInfos, in SubscribeProfileEvents() 53 const sptr<IRemoteObject>& profileEventNotifier, std::list<ProfileEvent>& failedEvents) in SubscribeProfileEvents() 60 int32_t UnsubscribeProfileEvents(const std::list<ProfileEvent>& profileEvents, in UnsubscribeProfileEvents() 61 const sptr<IRemoteObject>& profileEventNotifier, std::list<ProfileEvent>& failedEvents) in UnsubscribeProfileEvents()
|
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/data_share/strategies/ |
H A D | get_data_strategy.cpp | 61 std::initializer_list<Strategy *> list = {
in GetStrategy() local 65 auto ret = strategies_.Init(list);
in GetStrategy() 67 std::for_each(list.begin(), list.end(), [](Strategy *item) {
in GetStrategy()
|
H A D | publish_strategy.cpp | 64 std::initializer_list<Strategy *> list = {
in GetStrategy() local 70 auto ret = strategies_.Init(list);
in GetStrategy() 72 std::for_each(list.begin(), list.end(), [](Strategy *item) {
in GetStrategy()
|
/third_party/ffmpeg/compat/windows/ |
H A D | makedef | 120 list="" 122 list="${list}"' 129 echo "${list}" | sort | uniq | tail -n +2
|
/third_party/gn/src/gn/ |
H A D | bundle_data_target_generator.cc | 39 if (target_->action_values().outputs().list().size() != 1) { in DoRun() 71 CHECK(outputs.list().size() == value->list_value().size()); in FillOutputs() 72 for (size_t i = 0; i < outputs.list().size(); i++) { in FillOutputs() 73 if (!EnsureSubstitutionIsInBundleDir(outputs.list()[i], in FillOutputs()
|
/third_party/node/deps/icu-small/source/tools/genrb/ |
H A D | filterrb.h | 7 #include <list> 31 const std::list<std::string>& pieces() const; 34 std::list<std::string> fPath; 68 * Implementation of PathFilter for a list of inclusion/exclusion rules. 73 * For example, given this list of filter rules: 165 std::list<std::string>::const_iterator it,
|
/third_party/icu/icu4c/source/tools/genrb/ |
H A D | filterrb.h | 7 #include <list> 31 const std::list<std::string>& pieces() const; 34 std::list<std::string> fPath; 68 * Implementation of PathFilter for a list of inclusion/exclusion rules. 73 * For example, given this list of filter rules: 165 std::list<std::string>::const_iterator it,
|
/third_party/node/deps/v8/src/runtime/ |
H A D | runtime-intl.cc | 24 #include "src/objects/js-list-format-inl.h" 25 #include "src/objects/js-list-format.h" 40 Handle<FixedArray> list = args.at<FixedArray>(1); in RUNTIME_FUNCTION() local 42 isolate, JSListFormat::FormatList(isolate, list_format, list)); in RUNTIME_FUNCTION() 50 Handle<FixedArray> list = args.at<FixedArray>(1); in RUNTIME_FUNCTION() local 52 isolate, JSListFormat::FormatListToParts(isolate, list_format, list)); in RUNTIME_FUNCTION()
|
/third_party/skia/third_party/externals/icu/source/tools/genrb/ |
H A D | filterrb.h | 7 #include <list> 31 const std::list<std::string>& pieces() const; 34 std::list<std::string> fPath; 68 * Implementation of PathFilter for a list of inclusion/exclusion rules. 73 * For example, given this list of filter rules: 165 std::list<std::string>::const_iterator it,
|
/third_party/typescript/tests/baselines/reference/ |
H A D | recursiveTypesUsedAsFunctionParameters.js | 39 var list: List<string>; 42 var r = foo5(list); 65 var list;
67 var r = foo5(list);
|
/third_party/python/Lib/idlelib/ |
H A D | window.py | 24 list = [] 31 list.append((title, key, window)) 32 list.sort() 33 for title, key, window in list:
|
/third_party/alsa-lib/src/pcm/ |
H A D | pcm_ladspa.c | 81 struct list_head list; member 101 struct list_head list; member 184 snd_pcm_ladspa_plugin_t *plugin = list_entry(plugins->next, snd_pcm_ladspa_plugin_t, list); in snd_pcm_ladspa_free_plugins() 190 list_del(&plugin->list); in snd_pcm_ladspa_free_plugins() 321 struct list_head *list, *pos, *pos1, *next1; in snd_pcm_ladspa_free_instances() local 324 list = pcm->stream == SND_PCM_STREAM_PLAYBACK ? &ladspa->pplugins : &ladspa->cplugins; in snd_pcm_ladspa_free_instances() 325 list_for_each(pos, list) { in snd_pcm_ladspa_free_instances() 326 snd_pcm_ladspa_plugin_t *plugin = list_entry(pos, snd_pcm_ladspa_plugin_t, list); in snd_pcm_ladspa_free_instances() 328 snd_pcm_ladspa_instance_t *instance = list_entry(pos1, snd_pcm_ladspa_instance_t, list); in snd_pcm_ladspa_free_instances() 346 list_del(&(instance->list)); in snd_pcm_ladspa_free_instances() 613 struct list_head *list, *pos; snd_pcm_ladspa_allocate_instances() local 688 struct list_head *list, *pos, *pos1; snd_pcm_ladspa_allocate_memory() local 1021 snd_pcm_ladspa_plugins_dump(struct list_head *list, snd_output_t *out) snd_pcm_ladspa_plugins_dump() argument 1426 snd_pcm_ladspa_add_plugin(struct list_head *list, const char *path, snd_config_t *plugin, int reverse) snd_pcm_ladspa_add_plugin() argument 1528 snd_pcm_ladspa_build_plugins(struct list_head *list, const char *path, snd_config_t *plugins, int reverse) snd_pcm_ladspa_build_plugins() argument [all...] |
/foundation/arkui/ace_engine/test/unittest/core/manager/ |
H A D | focus_manager_test_ng.cpp | 205 std::unordered_map<int32_t, std::pair<WeakPtr<FocusView>, std::list<WeakPtr<FocusView>>>> focusViewMap; in HWTEST_F() 279 std::unordered_map<std::string, std::pair<WeakPtr<FocusHub>, std::list<WeakPtr<FocusHub>>>> focusHubScopeMap; in HWTEST_F() 280 std::list<WeakPtr<FocusHub>> focusHubScopeList; in HWTEST_F() 283 std::list<WeakPtr<FocusHub>> focusHubScopeEmptyList; in HWTEST_F() 306 std::list<WeakPtr<FocusHub>> focusHubScopeEmptyList; in HWTEST_F() 369 std::unordered_map<int32_t, std::pair<WeakPtr<FocusView>, std::list<WeakPtr<FocusView>>>> focusViewMap; in HWTEST_F() 387 std::unordered_map<std::string, std::pair<WeakPtr<FocusHub>, std::list<WeakPtr<FocusHub>>>> focusHubScopeMap; in setFocusManagerHubScopeMap() 388 std::list<WeakPtr<FocusHub>> focusHubScopeList; in setFocusManagerHubScopeMap() 391 std::list<WeakPtr<FocusHub>> focusHubScopeEmptyList; in setFocusManagerHubScopeMap() 465 std::list<WeakPt in HWTEST_F() [all...] |
/third_party/gn/src/base/json/ |
H A D | json_value_converter.h | 262 const base::ListValue* list = NULL; variable 263 if (!value.GetAsList(&list)) { 264 // The field is not a list. 268 field->reserve(list->GetSize()); 269 for (size_t i = 0; i < list->GetSize(); ++i) { 271 if (!list->Get(i, &element)) 298 const base::ListValue* list = NULL; variable 299 if (!value.GetAsList(&list)) 302 field->reserve(list->GetSize()); 303 for (size_t i = 0; i < list 335 const base::ListValue* list = NULL; global() variable [all...] |
/third_party/mesa3d/src/gallium/drivers/lima/ir/gp/ |
H A D | regalloc.c | 91 list_for_each_entry_rev(gpir_node, node, &block->node_list, list) { in propagate_liveness_block() 105 list_for_each_entry(gpir_node, node, &block->node_list, list) { in calc_def_block() 118 list_for_each_entry_rev(gpir_block, block, &ctx->comp->block_list, list) { in calc_liveness() 123 list_for_each_entry(gpir_block, block, &ctx->comp->block_list, list) { in calc_liveness() 130 list_for_each_entry(gpir_block, block, &ctx->comp->block_list, list) { in calc_liveness() 197 list_for_each_entry(gpir_block, block, &ctx->comp->block_list, list) { in calc_interference() 218 list_for_each_entry_rev(gpir_node, node, &block->node_list, list) { in calc_interference() 346 list_for_each_entry(gpir_block, block, &ctx->comp->block_list, list) { in assign_regs() 347 list_for_each_entry(gpir_node, node, &block->node_list, list) { in assign_regs() 523 list_for_each_entry(gpir_node, node, &block->node_list, list) { in regalloc_value_regs() [all...] |
/third_party/toybox/toys/pending/ |
H A D | crond.c | 303 static void free_cronfile(CRONFILE **list) in free_cronfile() argument 305 CRONFILE *l = dlist_pop(list); in free_cronfile() 324 CRONFILE *lstart, *list = gclist; in remove_completed_jobs() local 326 lstart = list; in remove_completed_jobs() 327 while (list) { in remove_completed_jobs() 329 JOB *jstart, *jlist = (JOB *)list->job; in remove_completed_jobs() 331 list->invalid = 1; in remove_completed_jobs() 348 list->job = (struct double_list *)jlist; in remove_completed_jobs() 351 if (lstart == list) { in remove_completed_jobs() 353 free_cronfile(&list); in remove_completed_jobs() [all...] |
/third_party/python/Lib/unittest/test/testmock/ |
H A D | testmagicmethods.py | 54 self.assertEqual(list(mock1), []) 55 self.assertRaises(TypeError, lambda: list(mock2)) 245 self.assertEqual(list(mock), list('foobarbaz')) 252 self.assertEqual(list(mock), [1, 2, 3]) 280 self.assertEqual(list(mock), []) 306 self.assertEqual(list(mock), []) 343 self.assertEqual(list(mock), []) 355 self.assertEqual(list(mock), []) 367 self.assertEqual(list(moc [all...] |
/foundation/bundlemanager/bundle_framework_lite/services/bundlemgr_lite/src/ |
H A D | gt_bundle_manager_service.cpp | 473 PreAppList *list = preAppList_; in InstallAllSystemBundle() local 474 if (list == nullptr) { in InstallAllSystemBundle() 475 HILOG_ERROR(HILOG_MODULE_AAFWK, "[BMS] InstallAllSystemBundle InitAllAppInfo fail, list is nullptr"); in InstallAllSystemBundle() 481 LOS_DL_LIST_FOR_EACH_ENTRY_SAFE(currentNode, nextNode, &list->appDoubleList, PreAppList, appDoubleList) { in InstallAllSystemBundle() 497 GtManagerService::FreePreAppInfo(list); in InstallAllSystemBundle() 562 PreAppList *list = preAppList_; in ScanSystemApp() local 563 if (list == nullptr) { in ScanSystemApp() 564 HILOG_ERROR(HILOG_MODULE_AAFWK, "[BMS] ScanSystemApp InitAllAppInfo fail, list is nullptr"); in ScanSystemApp() 574 LOS_DL_LIST_FOR_EACH_ENTRY_SAFE(currentNode, nextNode, &list->appDoubleList, PreAppList, appDoubleList) { in ScanSystemApp() 611 GtManagerService::FreePreAppInfo(list); in ScanSystemApp() 1225 PreAppList *list = (PreAppList *)AdapterMalloc(sizeof(PreAppList)); InitPreAppInfo() local 1239 QueryPreAppInfo(const char *appDir, PreAppList *list) QueryPreAppInfo() argument 1291 InsertPreAppInfo(const char *filePath, PreAppList *list) InsertPreAppInfo() argument 1316 SetPreAppInfo(PreAppList *list) SetPreAppInfo() argument 1325 FreePreAppInfo(const PreAppList *list) FreePreAppInfo() argument [all...] |
/foundation/CastEngine/castengine_wifi_display/services/protocol/rtcp/src/ |
H A D | rtcp.cpp | 172 std::vector<ReportItem *> list; in GetItemList() local 175 list.emplace_back(ptr); in GetItemList() 179 return list; in GetItemList() 202 std::vector<ReportItem *> list; in GetItemList() local 205 list.emplace_back(ptr); in GetItemList() 209 return list; in GetItemList() 259 std::vector<SdesChunk *> list; 262 list.emplace_back(ptr); 266 return list; 389 std::vector<RtcpXRDLRRReportItem *> list; [all...] |
/foundation/communication/dsoftbus/components/nstackx/fillp/src/fillp_lib/src/ |
H A D | sysio_udp.c | 37 FILLP_CONST struct Hlist *list); 238 struct Hlist *list = FILLP_NULL_PTR; in SysioFetchPacketUdp() local 251 list = &(sysioUdpSock->pcbHash[hashIndex & (UDP_HASH_TABLE_SIZE - 1)].list); in SysioFetchPacketUdp() 252 spcb = SysioGetPcbFromRemoteaddrUdp((struct sockaddr *)&netbuf->addr, osSock, list); in SysioFetchPacketUdp() 324 HLIST_INIT(&udpSock->pcbHash[i].list); in SysioCreateSocketUdp() 385 HlistAddTail(&udpSock->pcbHash[addrHashKey & (UDP_HASH_TABLE_SIZE - 1)].list, &pcb->hashNode); in SysioConnectUdp() 398 struct Hlist *pcbHashList = &(udpSock->pcbHash[addrHashKey & (UDP_HASH_TABLE_SIZE - 1)].list); in SysioRemovePcbUdp() 441 HlistAddTail(&udpSock->pcbHash[addrHashKey & (UDP_HASH_TABLE_SIZE - 1)].list, &pcb->hashNode); in SysioHandlePacketUdp() 513 FILLP_CONST struct Hlist *list) in SysioGetPcbFromRemoteaddrUdp() 510 SysioGetPcbFromRemoteaddrUdp( struct sockaddr *addr, FILLP_CONST struct SockOsSocket *osSock, FILLP_CONST struct Hlist *list) SysioGetPcbFromRemoteaddrUdp() argument [all...] |
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/ |
H A D | PluralSamples.java | 114 Set<FixedDecimal> list = sampleFractionMap.get(keyword); in PluralSamples() 115 if (list == null) { in PluralSamples() 116 list = new LinkedHashSet<FixedDecimal>(); // will be sorted because the iteration is in PluralSamples() 117 sampleFractionMap.put(keyword, list); in PluralSamples() 119 list.add(s); in PluralSamples() 150 List<Double> list = sampleMap.get(keyword); in addSimpleSamples() 151 if (list == null) { in addSimpleSamples() 152 list = new ArrayList<Double>(MAX_SAMPLES); in addSimpleSamples() 153 sampleMap.put(keyword, list); in addSimpleSamples() 154 } else if (!keyIsLimited && list in addSimpleSamples() [all...] |
/third_party/mesa3d/src/gallium/drivers/radeonsi/ |
H A D | radeon_vce.c | 99 list_addtail(&slot->list, &enc->cpb_slots); in reset_cpb() 104 * sort l0 and l1 to the top of the list 110 LIST_FOR_EACH_ENTRY (i, &enc->cpb_slots, list) { in sort_cpb() 125 list_del(&l1->list); in sort_cpb() 126 list_add(&l1->list, &enc->cpb_slots); in sort_cpb() 130 list_del(&l0->list); in sort_cpb() 131 list_add(&l0->list, &enc->cpb_slots); in sort_cpb() 194 return list_entry(enc->cpb_slots.prev, struct rvce_cpb_slot, list); in si_current_slot() 202 return list_entry(enc->cpb_slots.next, struct rvce_cpb_slot, list); in si_l0_slot() 210 return list_entry(enc->cpb_slots.next->next, struct rvce_cpb_slot, list); in si_l1_slot() [all...] |
/third_party/mesa3d/src/gallium/drivers/r600/ |
H A D | radeon_vce.c | 111 list_addtail(&slot->list, &enc->cpb_slots); in reset_cpb() 116 * sort l0 and l1 to the top of the list 122 LIST_FOR_EACH_ENTRY(i, &enc->cpb_slots, list) { in sort_cpb() 138 list_del(&l1->list); in sort_cpb() 139 list_add(&l1->list, &enc->cpb_slots); in sort_cpb() 143 list_del(&l0->list); in sort_cpb() 144 list_add(&l0->list, &enc->cpb_slots); in sort_cpb() 207 return list_entry(enc->cpb_slots.prev, struct rvce_cpb_slot, list); in current_slot() 215 return list_entry(enc->cpb_slots.next, struct rvce_cpb_slot, list); in l0_slot() 223 return list_entry(enc->cpb_slots.next->next, struct rvce_cpb_slot, list); in l1_slot() [all...] |
/third_party/mesa3d/src/gallium/auxiliary/pipebuffer/ |
H A D | pb_bufmgr_slab.c | 44 #include "util/list.h" 121 * Full slabs are not stored in any list. Empty slabs are destroyed 186 * Delete a buffer from the slab delayed list and put 187 * it on the slab FREE list. 195 struct list_head *list = &buf->head; in pb_slab_buffer_destroy() local 203 list_del(list); in pb_slab_buffer_destroy() 204 list_addtail(list, &slab->freeBuffers); in pb_slab_buffer_destroy() 212 list = &slab->head; in pb_slab_buffer_destroy() 213 list_delinit(list); in pb_slab_buffer_destroy() 353 /* Add this slab to the list o in pb_slab_create() 374 struct list_head *list; pb_slab_manager_create_buffer() local [all...] |
/third_party/protobuf/csharp/src/Google.Protobuf/Collections/ |
H A D | MapField.cs | 11 // notice, this list of conditions and the following disclaimer.
13 // copyright notice, this list of conditions and the following disclaimer
79 // TODO: Don't create the map/list until we have an entry. (Assume many maps will be empty.)
82 private readonly LinkedList<KeyValuePair<TKey, TValue>> list = new LinkedList<KeyValuePair<TKey, TValue>>();
field in Google.Protobuf.Collections.MapField 96 foreach (var pair in list)
in Clone() 140 list.Any(pair => ValueEqualityComparer.Equals(pair.Value, value));
221 node = list.AddLast(pair);
258 return list.GetEnumerator();
in GetEnumerator() 286 list.Clear();
in Clear() 308 list in CopyTo() [all...] |