Home
last modified time | relevance | path

Searched refs:_make (Results 1 – 19 of 19) sorted by relevance

/third_party/curl/
Dappveyor.sh82 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/
Dzdump.py35 ttis.append(ttinfo._make(struct.unpack(">lbb", fileobj.read(6))))
/third_party/python/Lib/collections/
D__init__.py421 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/
Dtest_collections.py337 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/
Dasciidoctor-chunker.js4_make(n);return r.isTag(n)&&"form"===n.name?s.find(i).toArray():s.filter(i).toArray()})).filter('[…
/third_party/python/Lib/
Dplatform.py790 def _make(cls, iterable): member in uname_result
Ddifflib.py489 self.matching_blocks = list(map(Match._make, non_adjacent))
/third_party/python/Tools/c-analyzer/c_parser/
Dinfo.py213 def _make(cls, iterable): member in DeclID
217 super()._make(iterable)
/third_party/python/Doc/library/
Dcollections.rst916 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)
Dstruct.rst365 >>> Student._make(unpack('<10sHHb', record))
/third_party/mesa3d/src/intel/perf/
Dgen_perf.py468 return counter_key_tuple._make([counter.get(field) for field in counter_key_tuple._fields])
/third_party/jerryscript/tools/pylint/
Dpylintrc371 exclude-protected=_asdict,_fields,_replace,_source,_make
/third_party/astc-encoder/
D.pylintrc445 _make
/third_party/python/Misc/NEWS.d/
D3.7.0a1.rst1623 speed-ups for instance creation using __new__, _make, and _replace. (The
/third_party/node/doc/changelogs/
DCHANGELOG_V14.md2234 * \[[`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\…
DCHANGELOG_V15.md1746 * \[[`d16e2fa69a`](https://github.com/nodejs/node/commit/d16e2fa69a)] - **n-api**: napi\_make\_call…
DCHANGELOG_V9.md310 …s://github.com/nodejs/node/commit/fd8523fe44)] - **n-api**: re-write test\_make\_callback (Gabriel…
DCHANGELOG_V8.md1092 …s://github.com/nodejs/node/commit/24b8bb6708)] - **n-api**: re-write test\_make\_callback (Gabriel…
DCHANGELOG_V6.md352 …s://github.com/nodejs/node/commit/c16a705416)] - **n-api**: re-write test\_make\_callback (Gabriel…