Home
last modified time | relevance | path

Searched defs:bytesize (Results 1 – 8 of 8) sorted by relevance

/external/chromium-trace/catapult/third_party/polymer/components/promise-polyfill/
DGruntfile.js37 bytesize: { property
/external/chromium-trace/catapult/third_party/pyserial/serial/
Dserialutil.py241 bytesize=EIGHTBITS, # number of data bits argument
354 def setByteSize(self, bytesize): argument
364 bytesize = property(getByteSize, setByteSize, doc="Byte size setting") variable in SerialBase
Dsermsdos.py84 bytesize = EIGHTBITS, argument
/external/llvm-project/lldb/utils/lui/
Dlldbutil.py66 def int_to_bytearray(val, bytesize): argument
92 def bytearray_to_int(bytes, bytesize): argument
/external/llvm-project/lldb/packages/Python/lldbsuite/test/
Dlldbutil.py113 def int_to_bytearray(val, bytesize): argument
139 def bytearray_to_int(bytes, bytesize): argument
/external/flatbuffers/include/flatbuffers/
Didl.h348 size_t bytesize; // Size if fixed. member
Dreflection_generated.h718 int32_t bytesize() const { in bytesize() function
/external/python/cpython2/Objects/
Dunicodeobject.c2441 Py_ssize_t nsize, bytesize; in PyUnicode_EncodeUTF32() local
2718 Py_ssize_t nsize, bytesize; in PyUnicode_EncodeUTF16() local