/third_party/mindspore/mindspore/ccsrc/minddata/dataset/core/ |
D | tensor_row.cc | 32 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/ |
D | bsf.c | 282 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/ |
D | os390-syscalls.c | 106 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/ |
D | genutil.py | 105 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/ |
D | genutil.py | 105 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/ |
D | gn_to_bp.py | 140 def strip_slashes(lst): argument 178 def bpfmt(indent, lst, sort=True): argument
|
/third_party/flutter/skia/tools/skqp/ |
D | gn_to_bp.py | 140 def strip_slashes(lst): argument 175 def bpfmt(indent, lst, sort=True): argument
|
/third_party/vk-gl-cts/modules/gles2/scripts/ |
D | genutil.py | 105 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/ |
D | mutation_inside_cyclegc.py | 25 lst = [str(i)] variable
|
/third_party/boost/boost/fiber/ |
D | context.hpp | 338 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/ |
D | expand_filegroups.py | 29 def uniquify(lst): argument
|
/third_party/boost/libs/python/test/ |
D | pointer_vector.cpp | 32 ListOfObjects lst; in returnList() local
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/wpa_gui-qt4/ |
D | peers.cpp | 428 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/ |
D | peers.cpp | 428 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/ |
D | array-prototype-join.js | 28 var lst = [1,2,3,4]; variable
|
/third_party/python/Lib/test/ |
D | test_buffer.py | 248 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
|
D | test_pkg.py | 22 def fixdir(lst): argument
|
/third_party/flutter/skia/gn/ |
D | gn_to_bp.py | 351 def strip_slashes(lst): argument 476 def bpfmt(indent, lst, sort=True): argument
|
D | gn_to_bp_utils.py | 29 def _strip_slash(lst): argument
|
/third_party/skia/gn/ |
D | gn_to_bp_utils.py | 31 def _strip_slash(lst): argument
|
D | gn_to_bp.py | 468 def strip_slashes(lst): argument 606 def bpfmt(indent, lst, sort=True): argument
|
/third_party/python/Objects/ |
D | accu.c | 7 join_list_unicode(PyObject *lst) in join_list_unicode()
|
/third_party/mindspore/tests/ut/cpp/session/ |
D | session_basic_test.cc | 69 std::vector<AnfNodePtr> lst = {original_add, original_mul}; in TEST_F() local
|
/third_party/mindspore/tests/ut/cpp/common/ |
D | backend_common_test.cc | 35 std::vector<AnfNodePtr> lst; in GetCNodeList() local
|
/third_party/boost/libs/thread/example/ |
D | parallel_quick_sort.cpp | 84 std::list<int> lst; in main() local
|