Searched refs:_list (Results 1 – 8 of 8) sorted by relevance
/ohos5.0/foundation/multimedia/image_effect/frameworks/native/render_environment/render_thread/queue/ |
H A D | render_fifo_queue.h | 29 return _list.size(); in GetSize() 40 if (_list.size() == 0) { in Pop() 43 result = _list.front(); in Pop() 44 _list.pop_front(); in Pop() 50 if (_list.size() == 0) { in PopWithCallBack() 53 result = _list.front(); in PopWithCallBack() 54 _list.pop_front(); in PopWithCallBack() 64 result = _list.front(); in Front() 73 result = _list.back(); in Back() 79 _list.clear(); in RemoveAll() [all …]
|
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/fillp/src/public/include/ |
H A D | hlist.h | 51 #define HLIST_FIRST(_list) ((_list)->head.next) argument 52 #define HLIST_TAIL(_list) (HLIST_EMPTY(_list) ? FILLP_NULL_PTR : HLIST_PREV(&(_list)->head)) argument
|
/ohos5.0/build/docs/ |
H A D | FAQ.md | 8 - 部件的模块,要在部件配置的module\_list中,或者可以被module\_list中的模块依赖到;
|
/ohos5.0/base/update/sys_installer_lite/ |
H A D | README.md | 37 …ystem\_list field in the vendor\\hisilicon\\ipcamera\_hi3516dv300\_liteos\\config.json** file, an…
|
H A D | README_zh.md | 47 - vendor\\hisilicon\\ipcamera\_hi3516dv300\_liteos\\config.json中添加update,在subsystem\_list字段下面添加:
|
/ohos5.0/build/templates/common/ |
H A D | generate_component_package.py | 491 _list = _generate_public_deps(fp, module, deps, components_json, public_deps_list) 496 return _list 595 _list = _generate_build_gn(args, module, json_data, deps, components_json, public_deps_list) 596 if _list: 597 _public_deps_list.extend(_list)
|
/ohos5.0/build/ |
H A D | README_zh.md | 318 - 部件的模块,要在部件配置的module\_list中,或者可以被module\_list中的模块依赖到;
|
/ohos5.0/build/hb/services/ |
H A D | loader.py | 697 for _list in self.parts_info.values(): 698 for _info in _list:
|