Home
last modified time | relevance | path

Searched defs:list (Results 1101 - 1125 of 1441) sorted by relevance

1...<<41424344454647484950>>...58

/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_native/client/idl_client/
H A Dwifi_idl_client.cpp744 char **list = (char **)calloc(size, sizeof(char *)); in ConVectorToCArrayString() local
[all...]
/foundation/communication/netmanager_ext/services/vpnmanager/src/
H A Dnetworkvpn_service.cpp607 std::vector<std::string> list = {vpnBundleName, vpnBundleName + VPN_EXTENSION_LABEL}; in SetUpVpn() local
/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/src/
H A Drdb_store_impl.cpp425 auto &list = localObservers_.find(option.event)->second; in SubscribeLocal() local
441 auto &list = localSharedObservers_.find(option.event)->second; in SubscribeLocalShared() local
510 auto &list = obs->second; in UnSubscribeLocal() local
550 auto &list = obs->second; UnSubscribeLocalShared() local
582 auto &list = obs->second; UnSubscribeLocalSharedAll() local
672 auto &list = obs->second; Notify() local
[all...]
H A Dsqlite_connection.cpp1134 auto &list = observers_.find(event)->second; in Subscribe() local
1171 auto &list = observers->second; in UnsubscribeLocalDetail() local
1197 auto &list = observers->second; in UnsubscribeLocalDetailAll() local
[all...]
/foundation/distributeddatamgr/relational_store/frameworks/js/napi/relationalstore/src/
H A Dnapi_rdb_store.cpp1622 auto &list = observers.find(option.event)->second; in RegisteredObserver() local
1700 auto &list = obs->second; in UnRegisteredObserver() local
[all...]
/foundation/communication/dsoftbus/components/nstackx/nstackx_core/dfile/core/
H A Dnstackx_file_manager.c939 List *list = NULL; in WakeAllThread() local
1072 List *list = NULL; GetFileListById() local
1110 List *list = NULL; GetFileBlockListSize() local
1167 List *list = NULL; FileManagerStopTask() local
1771 List *list = NULL; FileManagerGetBytesTransferred() local
1822 List *list = NULL; FileManagerGetTransUpdateInfo() local
1970 List *list = NULL; FileManagerSetAllDataReceived() local
[all...]
/foundation/communication/dsoftbus/components/nstackx/nstackx_core/dfile/include/
H A Dnstackx_file_manager.h127 List list; member
141 List list; member
169 List list; member
277 List list; member
H A Dnstackx_dfile_transfer.h105 List list; member
205 List list; member
/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/webgl/src/
H A Dwebgl2_rendering_context_impl.cpp1730 std::vector<char*> list = {}; in TransformFeedbackVaryings() local
1751 std::vector<char*> list = {}; in GetUniformIndices() local
[all...]
/third_party/ffmpeg/libavcodec/
H A Dg2meet.c94 struct ePICPixListElem *list; member
771 ePICPixListElem *list, *prev = NULL; in epic_decode_from_cache() local
[all...]
H A Dlibaomenc.c282 static void coded_frame_add(void *list, struct FrameListData *cx_frame) in coded_frame_add() argument
298 static av_cold void free_frame_list(struct FrameListData *list) in free_frame_list() argument
H A Dlibvpxenc.c300 static void coded_frame_add(void *list, struct FrameListData *cx_frame) in coded_frame_add() argument
316 static av_cold void free_frame_list(struct FrameListData *list) in free_frame_list() argument
[all...]
H A Dh264_slice.c2330 fill_filter_caches_inter(const H264Context *h, H264SliceContext *sl, int mb_type, int top_xy, int left_xy[LEFT_MBS], int top_type, int left_type[LEFT_MBS], int mb_xy, int list) fill_filter_caches_inter() argument
[all...]
H A Dac3enc.c1962 validate_mix_level(void *log_ctx, const char *opt_name, float *opt_param, const float *list, int list_size, int default_value, int min_value, int *ctx_param) validate_mix_level() argument
H A Dvorbisdec.c91 vorbis_floor1_entry *list; member
[all...]
H A Dqdm2.c300 qdm2_search_subpacket_type_in_list(QDM2SubPNode *list, int type) qdm2_search_subpacket_type_in_list() argument
1089 process_synthesis_subpackets(QDM2Context *q, QDM2SubPNode *list) process_synthesis_subpackets() argument
[all...]
H A Dsvq3.c356 svq3_fetch_diagonal_mv(const SVQ3Context *s, const int16_t **C, int i, int list, int part_width) svq3_fetch_diagonal_mv() argument
377 svq3_pred_motion(const SVQ3Context *s, int n, int part_width, int list, int ref, int *const mx, int *const my) svq3_pred_motion() argument
[all...]
H A Dvorbisenc.c76 vorbis_floor1_entry *list; member
[all...]
/third_party/f2fs-tools/fsck/
H A Df2fs.h497 struct list_head list; /* list head */ member
/third_party/elfutils/src/
H A Dunstrip.c92 bool list; member
345 struct data_list *list = new_data_list; free_new_data() local
[all...]
/third_party/ffmpeg/libavdevice/
H A Ddecklink_dec.cpp629 auto& list = klv_packets[mid]; in handle_klv() local
666 auto& list = klv_packets[i]; in handle_klv() local
/third_party/glslang/glslang/MachineIndependent/
H A DSymbolTable.h495 void findFunctionNameList(const TString& name, TVector<const TFunction*>& list) in findFunctionNameList() argument
848 void findFunctionNameList(const TString& name, TVector<const TFunction*>& list, bool& builtIn) in findFunctionNameList() argument
[all...]
/third_party/gn/src/gn/
H A Dcommand_format.cc957 Sequence(SequenceStyle style, const std::vector<std::unique_ptr<PARSENODE>>& list, const ParseNode* end, bool force_multiline) Sequence() argument
1047 const auto& list = func_call->args()->contents(); FunctionCall() local
1212 ListWillBeMultiline( const std::vector<std::unique_ptr<PARSENODE>>& list, const ParseNode* end) ListWillBeMultiline() argument
[all...]
/third_party/glfw/src/
H A Dx11_window.c1579 const GLFWbool list = event->xclient.data.l[1] & 1; in processEvent() local
/third_party/backends/backend/
H A Depsonds.c2176 search_string_list(const SANE_String_Const *list, SANE_String value) in search_string_list() argument

Completed in 54 milliseconds

1...<<41424344454647484950>>...58