/external/fonttools/Lib/fontTools/varLib/ |
D | merger.py | 61 def mergeObjects(self, out, lst, exclude=()): argument 78 def mergeLists(self, out, lst): argument 87 def mergeThings(self, out, lst): argument 117 def merge(merger, self, lst): argument 149 def _merge_GlyphOrders(font, lst, values_lst=None, default=None): argument 220 def merge(merger, self, lst): argument 265 def merge(merger, self, lst): argument 300 def _PairPosFormat1_merge(self, lst, merger): argument 355 def _ClassDef_merge_classify(lst, allGlyphses=None): argument 396 def _PairPosFormat2_align_matrices(self, lst, font, transparent=False): argument [all …]
|
D | models.py | 11 def nonNone(lst): argument 14 def allNone(lst): argument 17 def allEqualTo(ref, lst, mapper=None): argument 24 def allEqual(lst, mapper=None): argument 31 def subList(truth, lst): argument
|
/external/libcxx/test/std/containers/sequences/list/list.cons/ |
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
|
/external/fonttools/Lib/fontTools/ |
D | merge.py | 45 def equal(lst): argument 52 def first(lst): argument 55 def recalculate(lst): argument 58 def current_time(lst): argument 61 def bitwise_and(lst): argument 64 def bitwise_or(lst): argument 67 def avg_int(lst): argument 77 def wrapper(lst): argument 83 def sumLists(lst): argument 89 def sumDicts(lst): argument [all …]
|
/external/scapy/scapy/modules/ |
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
|
/external/autotest/client/site_tests/firmware_TouchMTB/ |
D | firmware_log.py | 167 average = lambda lst: float(sum(lst)) / len(lst) argument 168 get_sums = lambda lst: [sum(count) for count in zip(*lst)] argument 169 _pct = lambda lst: float(lst[0]) / lst[1] * 100 argument 177 _missed_pct = lambda lst: (float(lst[1] - lst[0]) / lst[1] * 100 argument 183 pct_by_numbers = lambda lst: _pct(get_sums(lst)) argument 192 pct_by_missed_numbers = lambda lst: _missed_pct(get_sums(lst)) argument 198 pct_by_cases_neq = lambda lst: _pct( argument 207 pct_by_cases_less = lambda lst: _pct( argument
|
/external/skqp/tools/skqp/ |
D | gn_to_bp.py | 142 def strip_slashes(lst): argument 177 def bpfmt(indent, lst, sort=True): argument
|
/external/skia/tools/skqp/ |
D | gn_to_bp.py | 140 def strip_slashes(lst): argument 175 def bpfmt(indent, lst, sort=True): argument
|
/external/deqp/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 …]
|
/external/deqp/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 …]
|
/external/curl/CMake/ |
D | Utilities.cmake | 5 set(lst) variable
|
/external/python/cpython2/Lib/test/crashers/ |
D | mutation_inside_cyclegc.py | 25 lst = [str(i)] variable
|
D | borrowed_ref_2.py | 32 lst = [None] * 1000000 variable
|
/external/python/cpython3/Lib/test/crashers/ |
D | mutation_inside_cyclegc.py | 25 lst = [str(i)] variable
|
/external/deqp/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 …]
|
/external/catch2/scripts/ |
D | benchmarkCompile.py | 8 def median(lst): argument 16 def mean(lst): argument
|
/external/grpc-grpc/tools/buildgen/plugins/ |
D | expand_filegroups.py | 29 def uniquify(lst): argument
|
/external/wpa_supplicant_8/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 …]
|
/external/linux-kselftest/tools/testing/selftests/tc-testing/ |
D | tdc_helper.py | 18 def get_unique_item(lst): argument
|
/external/skqp/gn/ |
D | gn_to_bp.py | 300 def strip_slashes(lst): argument 414 def bpfmt(indent, lst, sort=True): argument
|
D | gn_to_bp_utils.py | 29 def _strip_slash(lst): argument
|
/external/python/cpython3/Lib/test/ |
D | test_buffer.py | 240 def atomp(lst): argument 244 def listp(lst): argument 247 def prod(lst): argument 335 def _flatten(lst): argument 343 def flatten(lst): argument 349 def slice_shape(lst, slices): argument 356 def multislice(lst, slices): argument 453 def get_item(lst, indices): argument 767 lst=-1, sliced=False, cast=False): argument
|
/external/skia/gn/ |
D | gn_to_bp.py | 348 def strip_slashes(lst): argument 473 def bpfmt(indent, lst, sort=True): argument
|
D | gn_to_bp_utils.py | 29 def _strip_slash(lst): argument
|
/external/toybox/toys/pending/ |
D | vi.c | 123 struct linelist *lst = text; in write_file() local 138 struct linelist *lst = c_r;//cursor position or 0 in linelist_load() local 193 struct linelist *lst = c_r; in ex_dd() local 440 struct linelist *lst = c_r; in search_str() local
|