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/python/pyserial/serial/
Dserialutil.py183 bytesize=EIGHTBITS, argument
302 def bytesize(self): member in SerialBase
307 def bytesize(self, bytesize): argument
/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/skia/gm/
Dcolrv1.cpp78 size_t bytesize() { return fGlyphs.size() * sizeof(uint16_t); } in bytesize() function
/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