Searched refs:_make (Results 1 – 19 of 19) sorted by relevance
/third_party/curl/ |
D | appveyor.sh | 82 cat << EOF > _make.bat 87 ./_make.bat 88 rm _make.bat 95 cat << EOF > _make.bat 99 ./_make.bat 100 rm _make.bat
|
/third_party/python/Tools/tz/ |
D | zdump.py | 35 ttis.append(ttinfo._make(struct.unpack(">lbb", fileobj.read(6))))
|
/third_party/python/Lib/collections/ |
D | __init__.py | 421 def _make(cls, iterable): function 427 _make.__func__.__doc__ = (f'Make a new {typename} object from a sequence ' 431 result = self._make(_map(kwds.pop, field_names, self)) 454 _make.__func__, 470 '_make': _make,
|
/third_party/python/Lib/test/ |
D | test_collections.py | 337 self.assertRaises(TypeError, Point._make, [11]) # catch too few args 338 self.assertRaises(TypeError, Point._make, [11, 22, 33]) # catch too many args 478 self.assertEqual(p, Point._make([11, 22])) # test _make classmethod 526 self.assertEqual(Zero._make([]), ()) 533 self.assertEqual(Dot._make([1]), (1,)) 547 self.assertEqual(Big._make(range(n)), tuple(range(n))) 627 t = T._make(values) 634 t = T._make(values)
|
/third_party/vk-gl-cts/external/vulkan-docs/src/scripts/asciidoctor-chunker/ |
D | asciidoctor-chunker.js | 4 …_make(n);return r.isTag(n)&&"form"===n.name?s.find(i).toArray():s.filter(i).toArray()})).filter('[…
|
/third_party/python/Lib/ |
D | platform.py | 790 def _make(cls, iterable): member in uname_result
|
D | difflib.py | 489 self.matching_blocks = list(map(Match._make, non_adjacent))
|
/third_party/python/Tools/c-analyzer/c_parser/ |
D | info.py | 213 def _make(cls, iterable): member in DeclID 217 super()._make(iterable)
|
/third_party/python/Doc/library/ |
D | collections.rst | 916 for emp in map(EmployeeRecord._make, csv.reader(open("employees.csv", "rb"))): 923 for emp in map(EmployeeRecord._make, cursor.fetchall()): 930 .. classmethod:: somenamedtuple._make(iterable) 937 >>> Point._make(t)
|
D | struct.rst | 365 >>> Student._make(unpack('<10sHHb', record))
|
/third_party/mesa3d/src/intel/perf/ |
D | gen_perf.py | 468 return counter_key_tuple._make([counter.get(field) for field in counter_key_tuple._fields])
|
/third_party/jerryscript/tools/pylint/ |
D | pylintrc | 371 exclude-protected=_asdict,_fields,_replace,_source,_make
|
/third_party/astc-encoder/ |
D | .pylintrc | 445 _make
|
/third_party/python/Misc/NEWS.d/ |
D | 3.7.0a1.rst | 1623 speed-ups for instance creation using __new__, _make, and _replace. (The
|
/third_party/node/doc/changelogs/ |
D | CHANGELOG_V14.md | 2234 * \[[`1cb50c17d3`](https://github.com/nodejs/node/commit/1cb50c17d3)] - **n-api**: napi\_make\_call… 2519 * \[[`0a847ca729`](https://github.com/nodejs/node/commit/0a847ca729)] - **doc**: update napi\_make\…
|
D | CHANGELOG_V15.md | 1746 * \[[`d16e2fa69a`](https://github.com/nodejs/node/commit/d16e2fa69a)] - **n-api**: napi\_make\_call…
|
D | CHANGELOG_V9.md | 310 …s://github.com/nodejs/node/commit/fd8523fe44)] - **n-api**: re-write test\_make\_callback (Gabriel…
|
D | CHANGELOG_V8.md | 1092 …s://github.com/nodejs/node/commit/24b8bb6708)] - **n-api**: re-write test\_make\_callback (Gabriel…
|
D | CHANGELOG_V6.md | 352 …s://github.com/nodejs/node/commit/c16a705416)] - **n-api**: re-write test\_make\_callback (Gabriel…
|