HomeSort by: relevance | last modified time | path
    Searched refs:bytearray (Results 1 - 6 of 6) sorted by relevancy

  /src/external/bsd/unbound/dist/pythonmod/examples/
edns.py 54 # NOTE: data_bytearray MUST be a Python bytearray.
140 if o.code == 65001 and o.data == bytearray.fromhex("c001"):
141 b = bytearray.fromhex("deadbeef")
inplace_callbacks.py 143 # Data MUST be represented in a bytearray.
144 b = bytearray.fromhex("deadbeef")
214 b = bytearray.fromhex("")
  /src/external/gpl2/dtc/dist/pylibfdt/
libfdt.i 138 self._fdt = bytearray(data)
142 """Get the device tree contents as a bytearray
148 bytearray containing the device tree
150 return bytearray(self._fdt)
410 bytearray/string), or -ve error number. On failure, returns an
420 return Property(prop_name, bytearray(pdata[0]))
507 data = bytearray(size)
519 now has a new bytearray holding the contents.
524 fdt = bytearray(size)
573 val: Value to write (string or bytearray)
    [all...]
  /src/external/apache2/llvm/dist/llvm/utils/lit/lit/builtin_commands/
cat.py 11 data = bytearray(data)
  /src/external/bsd/openldap/dist/tests/scripts/
test081-totp.py 44 return get_digits(bytearray(h), 6)
  /src/external/bsd/wpa/dist/wpa_supplicant/examples/
dpp-nfc.py 300 msg = bytearray()
541 req = bytearray()
559 req = bytearray()

Completed in 31 milliseconds