HomeSort by relevance Sort by last modified time
    Searched full:_make (Results 1 - 25 of 48) sorted by null

1 2

  /external/honggfuzz/examples/openssl/
README.md 35 The _make.sh_ script will compile honggfuzz and libFuzzer binaries. Syntax:
  /external/python/cpython3/Tools/tz/
zdump.py 35 ttis.append(ttinfo._make(struct.unpack(">lbb", fileobj.read(6))))
  /prebuilts/go/darwin-x86/src/go/types/
universe.go 115 _Make
147 _Make: {"make", 1, true, expression},
builtins.go 58 case _Make, _New, _Offsetof, _Trace:
416 case _Make:
  /prebuilts/go/linux-x86/src/go/types/
universe.go 115 _Make
147 _Make: {"make", 1, true, expression},
builtins.go 58 case _Make, _New, _Offsetof, _Trace:
416 case _Make:
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_collections.py 48 self.assertRaises(TypeError, Point._make, [11]) # catch too few args
49 self.assertRaises(TypeError, Point._make, [11, 22, 33]) # catch too many args
83 self.assertEqual(p, Point._make([11, 22])) # test _make classmethod
127 self.assertEqual(Zero._make([]), ())
134 self.assertEqual(Dot._make([1]), (1,))
149 self.assertEqual(Big._make(range(n)), tuple(range(n)))
201 # test _make
202 t = T._make(values)
209 t = T._make(values)
    [all...]
  /external/python/cpython2/Lib/test/
test_collections.py 92 self.assertRaises(TypeError, Point._make, [11]) # catch too few args
93 self.assertRaises(TypeError, Point._make, [11, 22, 33]) # catch too many args
126 self.assertEqual(p, Point._make([11, 22])) # test _make classmethod
171 self.assertEqual(Zero._make([]), ())
178 self.assertEqual(Dot._make([1]), (1,))
192 self.assertEqual(Big._make(range(n)), tuple(range(n)))
244 # test _make
245 t = T._make(values)
252 t = T._make(values
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_collections.py 48 self.assertRaises(TypeError, Point._make, [11]) # catch too few args
49 self.assertRaises(TypeError, Point._make, [11, 22, 33]) # catch too many args
83 self.assertEqual(p, Point._make([11, 22])) # test _make classmethod
127 self.assertEqual(Zero._make([]), ())
134 self.assertEqual(Dot._make([1]), (1,))
149 self.assertEqual(Big._make(range(n)), tuple(range(n)))
201 # test _make
202 t = T._make(values)
209 t = T._make(values
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_collections.py 48 self.assertRaises(TypeError, Point._make, [11]) # catch too few args
49 self.assertRaises(TypeError, Point._make, [11, 22, 33]) # catch too many args
83 self.assertEqual(p, Point._make([11, 22])) # test _make classmethod
127 self.assertEqual(Zero._make([]), ())
134 self.assertEqual(Dot._make([1]), (1,))
149 self.assertEqual(Big._make(range(n)), tuple(range(n)))
201 # test _make
202 t = T._make(values)
209 t = T._make(values
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_collections.py 48 self.assertRaises(TypeError, Point._make, [11]) # catch too few args
49 self.assertRaises(TypeError, Point._make, [11, 22, 33]) # catch too many args
83 self.assertEqual(p, Point._make([11, 22])) # test _make classmethod
127 self.assertEqual(Zero._make([]), ())
134 self.assertEqual(Dot._make([1]), (1,))
149 self.assertEqual(Big._make(range(n)), tuple(range(n)))
201 # test _make
202 t = T._make(values)
209 t = T._make(values
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_collections.py 48 self.assertRaises(TypeError, Point._make, [11]) # catch too few args
49 self.assertRaises(TypeError, Point._make, [11, 22, 33]) # catch too many args
83 self.assertEqual(p, Point._make([11, 22])) # test _make classmethod
127 self.assertEqual(Zero._make([]), ())
134 self.assertEqual(Dot._make([1]), (1,))
149 self.assertEqual(Big._make(range(n)), tuple(range(n)))
201 # test _make
202 t = T._make(values)
209 t = T._make(values
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/
collections.py 252 def _make(cls, iterable, new=tuple.__new__, len=len):
269 result = _self._make(map(kwds.pop, {field_names!r}, _self))
717 'Point class with optimized _make() and _replace() without error-checking'
719 _make = classmethod(tuple.__new__) variable in class:Counter.Point
721 return self._make(_map(kwds.get, ('x', 'y'), self))
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
collections.py 303 def _make(cls, iterable, new=tuple.__new__, len=len):
317 result = _self._make(map(kwds.pop, %(field_names)r, _self))
654 'Point class with optimized _make() and _replace() without error-checking'
656 _make = classmethod(tuple.__new__) variable in class:Counter.Point
658 return self._make(_map(kwds.get, ('x', 'y'), self))
  /external/python/cpython2/Lib/
collections.py 264 def _make(cls, iterable, new=tuple.__new__, len=len):
281 result = _self._make(map(kwds.pop, {field_names!r}, _self))
729 'Point class with optimized _make() and _replace() without error-checking'
731 _make = classmethod(tuple.__new__) variable in class:Counter.Point
733 return self._make(_map(kwds.get, ('x', 'y'), self))
  /prebuilts/gdb/darwin-x86/lib/python2.7/
collections.py 247 def _make(cls, iterable, new=tuple.__new__, len=len):
264 result = _self._make(map(kwds.pop, {field_names!r}, _self))
680 'Point class with optimized _make() and _replace() without error-checking'
682 _make = classmethod(tuple.__new__) variable in class:Counter.Point
684 return self._make(_map(kwds.get, ('x', 'y'), self))
  /prebuilts/gdb/linux-x86/lib/python2.7/
collections.py 247 def _make(cls, iterable, new=tuple.__new__, len=len):
264 result = _self._make(map(kwds.pop, {field_names!r}, _self))
680 'Point class with optimized _make() and _replace() without error-checking'
682 _make = classmethod(tuple.__new__) variable in class:Counter.Point
684 return self._make(_map(kwds.get, ('x', 'y'), self))
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
collections.py 247 def _make(cls, iterable, new=tuple.__new__, len=len):
264 result = _self._make(map(kwds.pop, {field_names!r}, _self))
680 'Point class with optimized _make() and _replace() without error-checking'
682 _make = classmethod(tuple.__new__) variable in class:Counter.Point
684 return self._make(_map(kwds.get, ('x', 'y'), self))
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
collections.py 247 def _make(cls, iterable, new=tuple.__new__, len=len):
264 result = _self._make(map(kwds.pop, {field_names!r}, _self))
680 'Point class with optimized _make() and _replace() without error-checking'
682 _make = classmethod(tuple.__new__) variable in class:Counter.Point
684 return self._make(_map(kwds.get, ('x', 'y'), self))
  /external/autotest/skylab_migration/venv/skylab_venv/scripts/
server_db_sync.py 78 servers = map(Server._make, cursor.fetchall())
82 server_attrs = map(ServerAttribute._make, cursor.fetchall())
86 server_roles = map(ServerRole._make, cursor.fetchall())
  /development/vndk/tools/definition-tool/tools/
remove_dt_needed.py 137 return cls._make(struct.unpack_from(fmt, buf, offset))
  /external/python/cpython3/Lib/test/
test_collections.py 218 self.assertRaises(TypeError, Point._make, [11]) # catch too few args
219 self.assertRaises(TypeError, Point._make, [11, 22, 33]) # catch too many args
264 self.assertEqual(p, Point._make([11, 22])) # test _make classmethod
308 self.assertEqual(Zero._make([]), ())
315 self.assertEqual(Dot._make([1]), (1,))
330 self.assertEqual(Big._make(range(n)), tuple(range(n)))
383 # test _make
384 t = T._make(values)
391 t = T._make(values
    [all...]
  /external/python/cpython2/Doc/library/
collections.rst 615 def _make(cls, iterable, new=tuple.__new__, len=len):
632 result = _self._make(map(kwds.pop, ('x', 'y'), _self))
670 for emp in map(EmployeeRecord._make, csv.reader(open("employees.csv", "rb"))):
677 for emp in map(EmployeeRecord._make, cursor.fetchall()):
684 .. classmethod:: somenamedtuple._make(iterable)
691 >>> Point._make(t)
781 >>> Status = namedtuple('Status', 'open pending closed')._make(range(3))
    [all...]
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/Rsa2048Sha256Sign/
Rsa2048Sha256Sign.py 196 Header = EFI_CERT_BLOCK_RSA_2048_SHA256._make(EFI_CERT_BLOCK_RSA_2048_SHA256_STRUCT.unpack_from(args.InputFileBuffer))
  /external/autotest/server/cros/
resource_monitor_unittest.py 267 ResourceMonitorParsedResult.UtilValues._make,

Completed in 1278 milliseconds

1 2