Home
last modified time | relevance | path

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

1234

/third_party/mindspore/mindspore/ccsrc/minddata/dataset/core/
Dtensor_row.cc32 TensorRow::TensorRow(row_id_type id, const std::initializer_list<value_type> &lst) in TensorRow()
51 TensorRow &TensorRow::operator=(const std::initializer_list<TensorRow::value_type> &lst) { in operator =()
60 TensorRow::TensorRow(row_id_type id, std::initializer_list<value_type> &&lst) noexcept in TensorRow()
82 TensorRow &TensorRow::operator=(std::initializer_list<TensorRow::value_type> &&lst) noexcept { in operator =()
/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()
358 uv__os390_epoll* lst; in epoll_file_close() local
369 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/flutter/skia/tools/skqp/
Dgn_to_bp.py140 def strip_slashes(lst): argument
175 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/boost/boost/fiber/
Dcontext.hpp338 void worker_link( List & lst) noexcept { in worker_link()
345 void ready_link( List & lst) noexcept { in ready_link()
352 void remote_ready_link( List & lst) noexcept { in remote_ready_link()
366 void terminated_link( List & lst) noexcept { in terminated_link()
373 void wait_link( List & lst) noexcept { in wait_link()
/third_party/grpc/tools/buildgen/plugins/
Dexpand_filegroups.py29 def uniquify(lst): argument
/third_party/boost/libs/python/test/
Dpointer_vector.cpp32 ListOfObjects lst; in returnList() local
/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/jerryscript/tests/jerry/
Darray-prototype-join.js28 var lst = [1,2,3,4]; variable
/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/flutter/skia/gn/
Dgn_to_bp.py351 def strip_slashes(lst): argument
476 def bpfmt(indent, lst, sort=True): argument
Dgn_to_bp_utils.py29 def _strip_slash(lst): argument
/third_party/skia/gn/
Dgn_to_bp_utils.py31 def _strip_slash(lst): argument
Dgn_to_bp.py468 def strip_slashes(lst): argument
606 def bpfmt(indent, lst, sort=True): argument
/third_party/python/Objects/
Daccu.c7 join_list_unicode(PyObject *lst) in join_list_unicode()
/third_party/mindspore/tests/ut/cpp/session/
Dsession_basic_test.cc69 std::vector<AnfNodePtr> lst = {original_add, original_mul}; in TEST_F() local
/third_party/mindspore/tests/ut/cpp/common/
Dbackend_common_test.cc35 std::vector<AnfNodePtr> lst; in GetCNodeList() local
/third_party/boost/libs/thread/example/
Dparallel_quick_sort.cpp84 std::list<int> lst; in main() local

1234