Searched defs:bytesize (Results 1 – 8 of 8) sorted by relevance
/external/chromium-trace/catapult/third_party/polymer/components/promise-polyfill/ |
D | Gruntfile.js | 37 bytesize: { property
|
/external/chromium-trace/catapult/third_party/pyserial/serial/ |
D | serialutil.py | 241 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
|
D | sermsdos.py | 84 bytesize = EIGHTBITS, argument
|
/external/llvm-project/lldb/utils/lui/ |
D | lldbutil.py | 66 def int_to_bytearray(val, bytesize): argument 92 def bytearray_to_int(bytes, bytesize): argument
|
/external/llvm-project/lldb/packages/Python/lldbsuite/test/ |
D | lldbutil.py | 113 def int_to_bytearray(val, bytesize): argument 139 def bytearray_to_int(bytes, bytesize): argument
|
/external/flatbuffers/include/flatbuffers/ |
D | idl.h | 348 size_t bytesize; // Size if fixed. member
|
D | reflection_generated.h | 718 int32_t bytesize() const { in bytesize() function
|
/external/python/cpython2/Objects/ |
D | unicodeobject.c | 2441 Py_ssize_t nsize, bytesize; in PyUnicode_EncodeUTF32() local 2718 Py_ssize_t nsize, bytesize; in PyUnicode_EncodeUTF16() local
|