Home
last modified time | relevance | path

Searched defs:lst (Results 1 – 25 of 58) sorted by relevance

123

/third_party/ffmpeg/libavcodec/
Dbsf.c282 BSFListContext *lst = bsf->priv_data; in bsf_list_init() local
311 BSFListContext *lst = bsf->priv_data; in bsf_list_filter() local
353 BSFListContext *lst = bsf->priv_data; in bsf_list_flush() local
362 BSFListContext *lst = bsf->priv_data; in bsf_list_close() local
375 BSFListContext *lst = bsf_ctx->priv_data; in bsf_list_item_name() local
422 void av_bsf_list_free(AVBSFList **lst) in av_bsf_list_free()
435 int av_bsf_list_append(AVBSFList *lst, AVBSFContext *bsf) in av_bsf_list_append()
440 static int bsf_list_append_internal(AVBSFList *lst, const char *bsf_name, const char *options, AVDi… in bsf_list_append_internal()
481 int av_bsf_list_append2(AVBSFList *lst, const char *bsf_name, AVDictionary ** options) in av_bsf_list_append2()
486 int av_bsf_list_finalize(AVBSFList **lst, AVBSFContext **bsf) in av_bsf_list_finalize()
[all …]
/third_party/libuv/src/unix/
Dos390-syscalls.c106 static void maybe_resize(uv__os390_epoll* lst, unsigned int len) { in maybe_resize()
144 static void init_message_queue(uv__os390_epoll* lst) { in init_message_queue()
189 uv__os390_epoll* lst; in child_fork() local
214 uv__os390_epoll* lst; in epoll_create1() local
236 int epoll_ctl(uv__os390_epoll* lst, in epoll_ctl()
282 int epoll_wait(uv__os390_epoll* lst, struct epoll_event* events, in epoll_wait()
360 uv__os390_epoll* lst; in epoll_file_close() local
371 void epoll_queue_close(uv__os390_epoll* lst) { in epoll_queue_close()
/third_party/node/deps/uv/src/unix/
Dos390-syscalls.c106 static void maybe_resize(uv__os390_epoll* lst, unsigned int len) { in maybe_resize()
144 static void init_message_queue(uv__os390_epoll* lst) { in init_message_queue()
189 uv__os390_epoll* lst; in child_fork() local
214 uv__os390_epoll* lst; in epoll_create1() local
236 int epoll_ctl(uv__os390_epoll* lst, in epoll_ctl()
282 int epoll_wait(uv__os390_epoll* lst, struct epoll_event* events, in epoll_wait()
360 uv__os390_epoll* lst; in epoll_file_close() local
371 void epoll_queue_close(uv__os390_epoll* lst) { in epoll_queue_close()
/third_party/vk-gl-cts/modules/gles3/scripts/
Dgenutil.py105 def shuffled(lst): argument
110 def repeatToLength(lst, toLength): argument
115 def toFloat(lst): return [Scalar(float(v.x)) for v in lst] argument
116 def toInt(lst): return [Scalar(int(v.x)) for v in lst] argument
117 def toUint(lst): return [Uint(int(v.x)) for v in lst] argument
118 def toBool(lst): return [Scalar(bool(v.x)) for v in lst] argument
119 def toVec4(lst): return [v.toFloat().toVec4() for v in lst] argument
120 def toVec3(lst): return [v.toFloat().toVec3() for v in lst] argument
121 def toVec2(lst): return [v.toFloat().toVec2() for v in lst] argument
122 def toIVec4(lst): return [v.toInt().toVec4() for v in lst] argument
[all …]
/third_party/vk-gl-cts/modules/gles31/scripts/
Dgenutil.py105 def shuffled(lst): argument
110 def repeatToLength(lst, toLength): argument
115 def toFloat(lst): return [Scalar(float(v.x)) for v in lst] argument
116 def toInt(lst): return [Scalar(int(v.x)) for v in lst] argument
117 def toUint(lst): return [Uint(int(v.x)) for v in lst] argument
118 def toBool(lst): return [Scalar(bool(v.x)) for v in lst] argument
119 def toVec4(lst): return [v.toFloat().toVec4() for v in lst] argument
120 def toVec3(lst): return [v.toFloat().toVec3() for v in lst] argument
121 def toVec2(lst): return [v.toFloat().toVec2() for v in lst] argument
122 def toIVec4(lst): return [v.toInt().toVec4() for v in lst] argument
[all …]
/third_party/skia/tools/skqp/
Dgn_to_bp.py140 def strip_slashes(lst): argument
178 def bpfmt(indent, lst, sort=True): argument
/third_party/vk-gl-cts/modules/gles2/scripts/
Dgenutil.py105 def shuffled(lst): argument
110 def repeatToLength(lst, toLength): argument
115 def toFloat(lst): return [Scalar(float(v.x)) for v in lst] argument
116 def toInt(lst): return [Scalar(int(v.x)) for v in lst] argument
117 def toBool(lst): return [Scalar(bool(v.x)) for v in lst] argument
118 def toVec4(lst): return [v.toFloat().toVec4() for v in lst] argument
119 def toVec3(lst): return [v.toFloat().toVec3() for v in lst] argument
120 def toVec2(lst): return [v.toFloat().toVec2() for v in lst] argument
121 def toIVec4(lst): return [v.toInt().toVec4() for v in lst] argument
122 def toIVec3(lst): return [v.toInt().toVec3() for v in lst] argument
[all …]
/third_party/python/Lib/test/crashers/
Dmutation_inside_cyclegc.py25 lst = [str(i)] variable
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/wpa_gui-qt4/
Dpeers.cpp428 QModelIndexList lst = model.match(model.index(0, 0), in add_station() local
566 QModelIndexList lst = model.match(model.index(0, 0), peer_role_bss_id, in remove_bss() local
786 QModelIndexList lst = model.match(model.index(0, 0), peer_role_address, in find_addr() local
799 QModelIndexList lst = model.match(model.index(0, 0), peer_role_address, in find_addr_type() local
815 QModelIndexList lst = model.match(model.index(0, 0), peer_role_uuid, in find_uuid() local
885 QModelIndexList lst = model.match(model.index(0, 0), in event_notify() local
1000 QModelIndexList lst = model.match(model.index(0, 0), in event_notify() local
1156 QModelIndexList lst = model.match(model.index(0, 0), in event_notify() local
1574 QModelIndexList lst = model.match(model.index(0, 0), in remove_enrollee_uuid() local
1775 QModelIndexList lst; in ctx_hide_ap() local
[all …]
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/wpa_gui-qt4/
Dpeers.cpp428 QModelIndexList lst = model.match(model.index(0, 0), in add_station() local
564 QModelIndexList lst = model.match(model.index(0, 0), peer_role_bss_id, in remove_bss() local
784 QModelIndexList lst = model.match(model.index(0, 0), peer_role_address, in find_addr() local
797 QModelIndexList lst = model.match(model.index(0, 0), peer_role_address, in find_addr_type() local
813 QModelIndexList lst = model.match(model.index(0, 0), peer_role_uuid, in find_uuid() local
883 QModelIndexList lst = model.match(model.index(0, 0), in event_notify() local
998 QModelIndexList lst = model.match(model.index(0, 0), in event_notify() local
1154 QModelIndexList lst = model.match(model.index(0, 0), in event_notify() local
1572 QModelIndexList lst = model.match(model.index(0, 0), in remove_enrollee_uuid() local
1773 QModelIndexList lst; in ctx_hide_ap() local
[all …]
/third_party/python/Lib/test/
Dtest_buffer.py248 def atomp(lst): argument
252 def listp(lst): argument
255 def prod(lst): argument
343 def _flatten(lst): argument
351 def flatten(lst): argument
357 def slice_shape(lst, slices): argument
364 def multislice(lst, slices): argument
461 def get_item(lst, indices): argument
775 lst, sliced=False, cast=False): argument
Dtest_pkg.py22 def fixdir(lst): argument
/third_party/jerryscript/tests/jerry/
Darray-prototype-join.js28 var lst = [1,2,3,4]; variable
/third_party/skia/gn/
Dgn_to_bp.py468 def strip_slashes(lst): argument
606 def bpfmt(indent, lst, sort=True): argument
Dgn_to_bp_utils.py31 def _strip_slash(lst): argument
/third_party/python/Objects/
Daccu.c7 join_list_unicode(PyObject *lst) in join_list_unicode()
/third_party/python/Modules/_decimal/libmpdec/literature/
Dfnt.py163 def ntt(lst, dir): argument
/third_party/ltp/tools/sparse/sparse-src/Documentation/sphinx/
Dcdoc.py259 def dump_doc(lst): argument
/third_party/node/deps/npm/node_modules/fastest-levenshtein/esm/
Dmod.js5 const lst = 1 << (n - 1); constant
/third_party/python/Lib/lib2to3/tests/
Dtest_pytree.py20 def sorted(lst): argument
/third_party/python/Lib/json/
Dencoder.py277 def _iterencode_list(lst, _current_indent_level): argument
/third_party/skia/third_party/externals/harfbuzz/src/
Dtest-iter.cc108 test_iterable (const Iterable &lst = Null (Iterable)) in test_iterable()
/third_party/python/Modules/
D_queuemodule.c26 PyObject *lst; member
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
DCalendarAstronomer.java401 private long lstToUT(double lst) { in lstToUT()
/third_party/gstreamer/gstplugins_bad/sys/dvb/
Dcamapplication.c167 GList **lst = (GList **) user_data; in foreach_get_key() local

123