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

12

  /build/make/tools/releasetools/
pylintrc 368 exclude-protected=_asdict,_fields,_replace,_source,_make
  /external/python/cpython3/Doc/library/
collections.rst 831 for emp in map(EmployeeRecord._make, csv.reader(open("employees.csv", "rb"))):
838 for emp in map(EmployeeRecord._make, cursor.fetchall())
    [all...]
struct.rst 358 >>> Student._make(unpack('<10sHHb', record))
  /tools/repohooks/tools/
pylintrc 388 exclude-protected=_asdict,_fields,_replace,_source,_make
  /external/tensorflow/tensorflow/python/eager/
python_eager_op_gen.cc 633 "Output._make(_result)\n");
753 "._make(_result)\n");
    [all...]
  /external/python/cpython3/Lib/collections/
__init__.py 324 def _make(cls, iterable, new=tuple.__new__, len=len):
333 result = _self._make(map(kwds.pop, {field_names!r}, _self))
    [all...]
  /external/adhd/scripts/
ini_editor.py 73 self.parameter = Parameter._make(result.groups())
  /system/update_engine/
pylintrc 414 exclude-protected=_asdict,_fields,_replace,_source,_make
  /external/python/cpython2/Doc/library/
struct.rst 318 >>> Student._make(unpack('<10sHHb', record))
  /external/tensorflow/tensorflow/python/framework/
python_op_gen.cc 755 "Output._make(_result)\n");
    [all...]
  /external/python/cpython2/Doc/
glossary.rst     [all...]
  /external/python/cpython3/Doc/
glossary.rst     [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
difflib.py 529 return map(Match._make, self.matching_blocks)
    [all...]
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/AutoGen/
GenC.py     [all...]
  /external/python/cpython2/Lib/
difflib.py 526 self.matching_blocks = map(Match._make, non_adjacent)
    [all...]
  /external/python/cpython3/Lib/
difflib.py 514 self.matching_blocks = list(map(Match._make, non_adjacent))
    [all...]
typing.py     [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/
difflib.py 529 return map(Match._make, self.matching_blocks)
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/
difflib.py 529 return map(Match._make, self.matching_blocks)
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
difflib.py 529 return map(Match._make, self.matching_blocks)
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
difflib.py 529 return map(Match._make, self.matching_blocks)
    [all...]
  /development/vndk/tools/definition-tool/
vndk_definition_tool.py 548 return cls._make(struct.unpack_from(fmt, buf, offset))
    [all...]
  /external/googletest/googlemock/docs/
CookBook.md     [all...]

Completed in 1166 milliseconds

12