/aosp_15_r20/external/fonttools/Lib/fontTools/varLib/ |
H A D | merger.py | 95 def mergeObjects(self, out, lst, exclude=()): argument 120 def mergeLists(self, out, lst): argument 130 def mergeThings(self, out, lst): argument 171 def merge(merger, self, lst): argument 210 def _merge_GlyphOrders(font, lst, values_lst=None, default=None): argument 248 def merge(merger, self, lst): argument 256 def merge(merger, self, lst): argument 309 def merge(merger, self, lst): argument 371 def merge(merger, self, lst): argument 424 def _PairPosFormat1_merge(self, lst, merger): argument [all …]
|
H A D | models.py | 15 def nonNone(lst): argument 19 def allNone(lst): argument 23 def allEqualTo(ref, lst, mapper=None): argument 31 def allEqual(lst, mapper=None): argument 42 def subList(truth, lst): argument
|
/aosp_15_r20/external/fonttools/Lib/fontTools/merge/ |
H A D | util.py | 18 def equal(lst): argument 26 def first(lst): argument 30 def recalculate(lst): argument 34 def current_time(lst): argument 38 def bitwise_and(lst): argument 42 def bitwise_or(lst): argument 46 def avg_int(lst): argument 57 def wrapper(lst): argument 64 def sumLists(lst): argument 71 def sumDicts(lst): argument [all …]
|
H A D | layout.py | 16 def mergeLookupLists(lst): argument 21 def mergeFeatures(lst): argument 32 def mergeFeatureLists(lst): argument 49 def mergeLangSyses(lst): argument 65 def mergeScripts(lst): argument 94 def mergeScriptRecords(lst): argument
|
/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/containers/sequences/list/list.cons/ |
H A D | deduct.pass.cpp | 40 std::list lst(std::begin(arr), std::end(arr)); in main() local 65 std::list lst(1, A{}); // list (size_type, T) in main() local 72 std::list lst(1, A{}, test_allocator<A>()); // list (size_type, T, allocator) in main() local 79 std::list lst{1U, 2U, 3U, 4U, 5U}; // list(initializer-list) in main() local 99 std::list lst(source); // list(list &) in main() local 111 std::list lst(source, Alloc(2)); in main() local 117 std::list lst(source, ConvertibleToAlloc(2)); in main() local 123 std::list lst(std::move(source), Alloc(2)); in main() local 129 std::list lst(std::move(source), ConvertibleToAlloc(2)); in main() local
|
/aosp_15_r20/external/deqp/modules/gles31/scripts/ |
H A 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 …]
|
/aosp_15_r20/external/deqp/modules/gles3/scripts/ |
H A 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 …]
|
/aosp_15_r20/external/libcxx/test/std/containers/sequences/list/list.cons/ |
H A D | deduct.pass.cpp | 39 std::list lst(std::begin(arr), std::end(arr)); in main() local 64 std::list lst(1, A{}); // list (size_type, T) in main() local 71 std::list lst(1, A{}, test_allocator<A>()); // list (size_type, T, allocator) in main() local 78 std::list lst{1U, 2U, 3U, 4U, 5U}; // list(initializer-list) in main() local 98 std::list lst(source); // list(list &) in main() local
|
/aosp_15_r20/external/deqp/modules/gles2/scripts/ |
H A 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 …]
|
/aosp_15_r20/external/wpa_supplicant_8/wpa_supplicant/wpa_gui-qt4/ |
H A 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 …]
|
/aosp_15_r20/external/python/cpython3/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
|
/aosp_15_r20/external/scapy/scapy/modules/ |
H A D | voip.py | 48 def voip_play(s1, lst=None, **kargs): argument 96 def voip_play1(s1, lst=None, **kargs): argument 133 def voip_play3(lst=None,**kargs): argument
|
/aosp_15_r20/external/pytorch/aten/src/ATen/core/ |
H A D | IListRef_inl.h | 48 static IListRefConstRef<T> front(const list_type& lst) { in front() 81 static IListRefConstRef<T> front(const list_type& lst) { in front() 114 static IListRefConstRef<T> front(const list_type& lst) { in front()
|
/aosp_15_r20/external/fastrpc/inc/ |
H A D | pls.h | 55 struct PLS* lst; member 84 struct PLS* lst, *next; in pls_thread_deinit() local 199 struct PLS* lst; in pls_lookup() local
|
/aosp_15_r20/external/pytorch/functorch/op_analysis/ |
H A D | gen_data.py | 126 def name_check(lst): argument 130 def full_name_check(lst): argument
|
/aosp_15_r20/art/compiler/optimizing/ |
H A D | reference_type_propagation_test.cc | 440 void ParamReferenceTypePropagationTest<Param>::MutateList(std::vector<HInstruction*>& lst, in MutateList() 470 RunVisitListTest([&](std::vector<HInstruction*>& lst, HInstruction* null_input) { in TEST_P() 511 RunVisitListTest([&](std::vector<HInstruction*>& lst) { MutateList(lst, GetParam()); }); in TEST_P()
|
/aosp_15_r20/external/skia/gn/ |
H A D | gn_to_bp.py | 536 def strip_slashes(lst): argument 745 def bpfmt(indent, lst, sort=True): argument
|
/aosp_15_r20/external/fonttools/Lib/fontTools/misc/ |
H A D | testTools.py | 73 def getGlyphIDMany(self, lst): argument 82 def getGlyphNameMany(self, lst): argument
|
/aosp_15_r20/external/pytorch/test/ |
H A D | test_weak.py | 201 def pop_and_collect(lst): argument 313 def check_iterandlist(iter, lst, ref): argument 654 def check_iterandlist(iter, lst, ref): argument
|
/aosp_15_r20/external/pytorch/torch/csrc/jit/runtime/ |
H A D | graph_executor.cpp | 164 c10::List<at::Tensor> lst; in unpack() local 225 std::vector<at::Tensor> lst(input_it, input_it + *sizes_it++); in unpack() local 486 std::vector<at::Tensor> lst = v.toTensorVector(); in detach() local
|
/aosp_15_r20/external/scapy/scapy/tools/ |
H A D | UTscapy.py | 342 def kw_match(lst, kw): argument 353 def kw_match(lst, kw): argument
|
/aosp_15_r20/external/fonttools/Tests/misc/ |
H A D | treeTools_test.py | 79 def test_build_n_ary_tree(lst, n, expected): argument
|
/aosp_15_r20/external/python/cpython2/Lib/test/crashers/ |
D | mutation_inside_cyclegc.py | 25 lst = [str(i)] variable
|
/aosp_15_r20/external/python/cpython3/Lib/test/crashers/ |
D | mutation_inside_cyclegc.py | 25 lst = [str(i)] variable
|
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/gensrcs/libcore/ojluni/src/main/java/java/util/ |
D | AbstractList.java | 686 List<E> lst = list; in getFence() local 717 List<E> lst = list; in forEachRemaining() local
|