Home
last modified time | relevance | path

Searched refs:list (Results 951 - 975 of 5638) sorted by relevance

1...<<31323334353637383940>>...226

/foundation/arkui/ace_engine/frameworks/core/components_ng/gestures/recognizers/
H A Drecognizer_group.cpp62 const std::list<RefPtr<NGGestureRecognizer>>& RecognizerGroup::GetGroupRecognizer() in GetGroupRecognizer()
67 void RecognizerGroup::AddChildren(const std::list<RefPtr<NGGestureRecognizer>>& recognizers) in AddChildren()
209 std::map<std::string, std::list<TouchTestResultInfo>>& hittedRecognizerInfo) in AddHittedRecognizerType()
215 hittedRecognizerInfo.emplace(AceType::TypeName(item), std::list<NG::TouchTestResultInfo>()); in AddHittedRecognizerType()
220 hittedRecognizerInfo.emplace(AceType::TypeName(item), std::list<NG::TouchTestResultInfo>()); in AddHittedRecognizerType()
/foundation/multimedia/av_codec/services/media_engine/plugins/source/http_source/hls/
H A Dm3u8.h21 #include <list>
74 void UpdateFromTags(std::list<std::shared_ptr<Tag>>& tags);
86 std::list<std::shared_ptr<M3U8Fragment>> files_;
144 std::list<M3U8Media> media_;
153 std::list<std::shared_ptr<M3U8VariantStream>> variants_;
/foundation/multimedia/camera_lite/services/impl/src/
H A Dcamera_service.cpp78 list<CameraPicSize> range; in GetCameraAbility()
90 list<int32_t> afModes; in GetCameraAbility()
95 list<int32_t> aeModes; in GetCameraAbility()
134 list<string> CameraService::GetCameraIdList() in GetCameraIdList()
140 list<string> cameraStrList; in GetCameraIdList()
/foundation/communication/netmanager_base/services/netconnmanager/src/
H A Dnet_http_proxy_tracker.cpp93 std::list<std::string> exclusionList = in ReadFromSettingsData()
94 host.empty() ? std::list<std::string>() : ParseExclusionList(proxyExclusions); in ReadFromSettingsData()
131 std::list<std::string> NetHttpProxyTracker::ParseExclusionList(const std::string &exclusions) const in ParseExclusionList()
133 std::list<std::string> exclusionList; in ParseExclusionList()
151 std::string NetHttpProxyTracker::GetExclusionsAsString(const std::list<std::string> &exclusionList) const in GetExclusionsAsString()
/foundation/communication/dsoftbus/sdk/transmission/trans_channel/statistics/src/
H A Dclient_trans_statistics.c69 TRANS_LOGE(TRANS_SDK, "channel statistics list lock fail"); in AddSocketResource()
92 LIST_FOR_EACH_ENTRY(item, &g_channelStatisticsList->list, SocketResource, node) { in AddSocketResource()
94 TRANS_LOGE(TRANS_SDK, "socket id already in channel statistics list"); in AddSocketResource()
103 ListAdd(&g_channelStatisticsList->list, &newItem->node); in AddSocketResource()
115 TRANS_LOGE(TRANS_SDK, "channel statistices list init fail"); in UpdateChannelStatistics()
119 TRANS_LOGE(TRANS_SDK, "channel statistics list lock fail"); in UpdateChannelStatistics()
123 LIST_FOR_EACH_ENTRY(item, &g_channelStatisticsList->list, SocketResource, node) { in UpdateChannelStatistics()
190 TRANS_LOGE(TRANS_SDK, "channel statistices list init fail"); in DeleteSocketResourceByChannelId()
194 TRANS_LOGE(TRANS_SDK, "channel statistics list lock fail"); in DeleteSocketResourceByChannelId()
205 LIST_FOR_EACH_ENTRY_SAFE(item, next, &g_channelStatisticsList->list, SocketResourc in DeleteSocketResourceByChannelId()
[all...]
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/kvdb/
H A Dkvstore_sync_manager.cpp87 uint32_t KvStoreSyncManager::DoRemoveSyncingOp(OpPred pred, std::list<KvSyncOperation> &syncingOps) in DoRemoveSyncingOp()
101 Status KvStoreSyncManager::RemoveSyncingOp(uint32_t opSeq, std::list<KvSyncOperation> &syncingOps) in RemoveSyncingOp()
121 bool KvStoreSyncManager::GetTimeoutSyncOps(const TimePoint &currentTime, std::list<KvSyncOperation> &syncOps) in GetTimeoutSyncOps()
147 void KvStoreSyncManager::DoCheckSyncingTimeout(std::list<KvSyncOperation> &syncingOps) in DoCheckSyncingTimeout()
161 std::list<KvSyncOperation> syncOps; in Schedule()
/third_party/node/lib/
H A Dtimers.js97 // clearTimeout that makes it clear that the list should not be deleted.
102 const list = timerListMap[msecs];
103 if (list !== undefined && L.isEmpty(list)) {
104 debug('unenroll: list empty');
105 timerListQueue.removeAt(list.priorityQueuePosition);
106 delete timerListMap[list.msecs];
122 // If this item was already in a list somewhere
/third_party/node/deps/npm/node_modules/signal-exit/dist/cjs/
H A Dindex.js50 const list = this.listeners[ev];
51 const i = list.indexOf(fn);
57 if (i === 0 && list.length === 1) {
58 list.length = 0;
61 list.splice(i, 1);
/third_party/node/deps/v8/src/third_party/vtune/
H A Dvtune-jit.cc37 notice, this list of conditions and the following disclaimer.
39 notice, this list of conditions and the following disclaimer in
64 #include <list>
99 std::list<LineNumInfo>* GetLineNumInfo() { in GetLineNumInfo()
107 std::list<LineNumInfo> line_num_info_;
216 std::list<JITCodeLineInfo::LineNumInfo>* vtunelineinfo = in event_handler()
223 std::list<JITCodeLineInfo::LineNumInfo>::iterator Iter; in event_handler()
/third_party/mesa3d/src/gallium/auxiliary/hud/
H A Dhud_diskstat.c36 #include "util/list.h"
71 struct list_head list; member
91 list_for_each_entry(struct diskstat_info, dsi, &gdiskstat_list, list) { in find_dsi_by_name()
221 list_addtail(&dsi->list, &gdiskstat_list); in add_object_part()
234 list_addtail(&dsi->list, &gdiskstat_list); in add_object()
240 * \param displayhelp true if the list of detected devices should be
317 list_for_each_entry(struct diskstat_info, dsi, &gdiskstat_list, list) { in hud_get_num_disks()
/third_party/mesa3d/src/gallium/drivers/r600/
H A Dr600_asm.h54 struct list_head list; member
72 struct list_head list; member
103 struct list_head list; member
137 struct list_head list; member
190 struct list_head list; member
/third_party/python/Tools/scripts/
H A Dmailerdaemon.py45 # If no reason is present, the emparse_list_reason list is used to
70 # compile the re's in the list and store them in-place.
85 # list of re's used to find reasons (error messages).
175 files = list(filter(lambda fn, pat=pat: pat.match(fn) is not None, os.listdir('.')))
227 list = []
229 list.append((errordict[e], errorfirst[e], errorlast[e], e))
230 list.sort()
231 for num, first, last, e in list:
/third_party/protobuf/ruby/tests/
H A Dwell_known_types_test.rb79 list = struct["sublist"]
80 list.is_a?(Google::Protobuf::ListValue)
81 assert_equal "abc", list[0]
82 assert_equal 123, list[1]
83 assert_equal({"deepkey" => "deepval"}, list[2].to_h)
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/pae/
H A Dieee802_1x_kay.h12 #include "utils/list.h"
76 struct dl_list list; member
90 struct dl_list list; member
107 struct dl_list list; /* list entry in struct transmit_sc::sa_list */ member
117 struct dl_list list; member
132 struct receive_sc *sc; /* list entry in struct receive_sc::sa_list */
134 struct dl_list list; member
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/pae/
H A Dieee802_1x_kay.h12 #include "utils/list.h"
76 struct dl_list list; member
90 struct dl_list list; member
107 struct dl_list list; /* list entry in struct transmit_sc::sa_list */ member
117 struct dl_list list; member
132 struct receive_sc *sc; /* list entry in struct receive_sc::sa_list */
134 struct dl_list list; member
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/ap/
H A Dneighbor_db.c25 list) { in hostapd_neighbor_get()
60 dl_list_add(&hapd->nr_db, &nr->list); in hostapd_neighbor_add()
120 dl_list_del(&nr->list); in hostapd_neighbor_remove()
132 struct hostapd_neighbor_entry, list) { in hostapd_free_neighbor_db()
134 dl_list_del(&nr->list); in hostapd_free_neighbor_db()
/foundation/communication/dsoftbus/sdk/transmission/session/src/
H A Dclient_trans_session_manager.c51 TRANS_LOGE(TRANS_INIT, "entry list not init"); in LockClientSessionServerList()
76 LIST_FOR_EACH_ENTRY(serverNode, &(g_clientSessionServerList->list), ClientSessionServer, node) { in CheckPermissionState()
100 LIST_FOR_EACH_ENTRY(serverNode, &(g_clientSessionServerList->list), ClientSessionServer, node) { in PermissionStateChange()
114 TRANS_LOGE(TRANS_INIT, "entry list not init"); in TransClientInit()
143 LIST_FOR_EACH_ENTRY(serverNode, &(g_clientSessionServerList->list), ClientSessionServer, node) { in SessionIdIsAvailable()
164 LIST_FOR_EACH_ENTRY(serverNode, &(g_clientSessionServerList->list), ClientSessionServer, node) { in ShowAllSessionInfo()
243 serverNode, serverNodeNext, &(g_clientSessionServerList->list), ClientSessionServer, node) { in TryDeleteEmptySessionServer()
263 TRANS_LOGE(TRANS_SDK, "not found session server or session list is not empty, sessionName=%{public}s", in TryDeleteEmptySessionServer()
279 LIST_FOR_EACH_ENTRY_SAFE(serverNode, serverNodeNext, &(g_clientSessionServerList->list), in TransClientDeinit()
299 LIST_FOR_EACH_SAFE(pos, tmp, &g_clientSessionServerList->list) { in SessionServerIsExist()
[all...]
/third_party/vk-gl-cts/framework/referencerenderer/
H A DrrRenderer.cpp510 void flatshadeVertices (const Program& program, ContainerType& list) in flatshadeVertices() argument
517 for (typename ContainerType::iterator it = list.begin(); it != list.end(); ++it) in flatshadeVertices()
524 void clipPrimitives (std::vector<pa::Triangle>& list, in clipPrimitives() argument
544 for (int inputTriangleNdx = 0; inputTriangleNdx < (int)list.size(); ++inputTriangleNdx) in clipPrimitives()
556 const bool v0InsidePlane = plane->pointInClipVolume(vec4ToClipVec4(list[inputTriangleNdx].v0->position)); in clipPrimitives()
557 const bool v1InsidePlane = plane->pointInClipVolume(vec4ToClipVec4(list[inputTriangleNdx].v1->position)); in clipPrimitives()
558 const bool v2InsidePlane = plane->pointInClipVolume(vec4ToClipVec4(list[inputTriangleNdx].v2->position)); in clipPrimitives()
582 outputTriangles.push_back(list[inputTriangleNdx]); in clipPrimitives()
592 initialTri.vertices[0].position = vec4ToClipVec4(list[inputTriangleNd in clipPrimitives()
714 clipPrimitives(std::vector<pa::Line>& list, const Program& program, bool clipWithZPlanes, VertexPacketAllocator& vpalloc) clipPrimitives() argument
785 clipPrimitives(std::vector<pa::Point>& list, const Program& program, bool clipWithZPlanes, VertexPacketAllocator& vpalloc) clipPrimitives() argument
858 transformClipCoordsToWindowCoords(const RenderState& state, ContainerType& list) transformClipCoordsToWindowCoords() argument
907 makeSharedVerticesDistinct(ContainerType& list, VertexPacketAllocator& vpalloc) makeSharedVerticesDistinct() argument
934 generatePrimitiveIDs(ContainerType& list, DrawContext& drawContext) generatePrimitiveIDs() argument
1291 rasterize(const RenderState& state, const RenderTarget& renderTarget, const Program& program, const ContainerType& list) rasterize() argument
[all...]
/foundation/multimedia/av_codec/services/engine/codec/video/hcodec/
H A Dhcodec_api.cpp26 HCodecList list; in GetHCodecCapabilityList() local
27 return list.GetCapabilityList(caps); in GetHCodecCapabilityList()
/foundation/communication/dsoftbus/core/connection/wifi_direct_cpp/
H A Dwifi_direct_initiator.h19 #include <list>
37 std::list<InitFuncion> functions_;
/third_party/alsa-lib/src/
H A Dnames.c8 * Provide a list of device names for applications.
43 snd_devname_t **list ATTRIBUTE_UNUSED) in snd_names_list()
53 void snd_names_list_free(snd_devname_t *list ATTRIBUTE_UNUSED) in snd_names_list_free()
/foundation/CastEngine/castengine_cast_framework/service/src/session/src/stream/src/
H A Dcast_stream_manager_client.cpp126 json list; in NotifyPeerLoad() local
140 list[i] = info; in NotifyPeerLoad()
142 body[KEY_LIST] = list; in NotifyPeerLoad()
143 CLOGD("list size:%{public}zu ", list.size()); in NotifyPeerLoad()
151 json list; in NotifyPeerPlay() local
165 list[i] = info; in NotifyPeerPlay()
167 body[KEY_LIST] = list; in NotifyPeerPlay()
168 CLOGD("list size:%{public}zu ", list in NotifyPeerPlay()
663 json list = data[KEY_LIST]; ProcessActionPlayRequest() local
[all...]
/foundation/CastEngine/castengine_cast_plus_stream/src/stream/src/
H A Dcast_stream_manager_client.cpp126 json list; in NotifyPeerLoad() local
140 list[i] = info; in NotifyPeerLoad()
142 body[KEY_LIST] = list; in NotifyPeerLoad()
143 CLOGD("list size:%{public}zu ", list.size()); in NotifyPeerLoad()
151 json list; in NotifyPeerPlay() local
165 list[i] = info; in NotifyPeerPlay()
167 body[KEY_LIST] = list; in NotifyPeerPlay()
168 CLOGD("list size:%{public}zu ", list in NotifyPeerPlay()
663 json list = data[KEY_LIST]; ProcessActionPlayRequest() local
[all...]
/third_party/alsa-lib/test/
H A Duser-ctl-element-set.c446 snd_ctl_elem_list_t *list; in check_elem_list() local
452 snd_ctl_elem_list_alloca(&list); in check_elem_list()
455 err = snd_ctl_elem_list(trial->handle, list); in check_elem_list()
460 if (snd_ctl_elem_list_get_count(list) == 0) in check_elem_list()
463 err = snd_ctl_elem_list_alloc_space(list, in check_elem_list()
464 snd_ctl_elem_list_get_count(list)); in check_elem_list()
468 err = snd_ctl_elem_list(trial->handle, list); in check_elem_list()
472 if (trial->element_count > snd_ctl_elem_list_get_count(list)) { in check_elem_list()
478 for (e = 0; e < snd_ctl_elem_list_get_count(list); ++e) { in check_elem_list()
479 snd_ctl_elem_list_get_id(list, in check_elem_list()
[all...]
/third_party/mesa3d/src/gallium/frontends/omx/tizonia/
H A Dh264eprc.c276 task = list_entry(priv->b_frames.prev, struct encode_task, list); in enc_ClearBframes()
277 list_del(&task->list); in enc_ClearBframes()
282 list_addtail(&task->list, &inp->tasks); in enc_ClearBframes()
286 LIST_FOR_EACH_ENTRY(task, &priv->b_frames, list) { in enc_ClearBframes()
359 list_addtail(&task->list, &priv->b_frames); in encode_frame()
364 list_addtail(&task->list, &priv->stacked_tasks); in encode_frame()
365 LIST_FOR_EACH_ENTRY(task, &priv->stacked_tasks, list) { in encode_frame()
370 t = list_entry(priv->stacked_tasks.next, struct encode_task, list); in encode_frame()
371 list_del(&t->list); in encode_frame()
372 list_addtail(&t->list, in encode_frame()
[all...]

Completed in 17 milliseconds

1...<<31323334353637383940>>...226