HomeSort by relevance Sort by last modified time
    Searched refs:bytes_type (Results 1 - 6 of 6) sorted by null

  /external/parameter-framework/asio-1.10.6/include/asio/ip/
address_v6.hpp 46 typedef asio::detail::array<unsigned char, 16> bytes_type; typedef in class:asio::ip::address_v6
52 ASIO_DECL explicit address_v6(const bytes_type& bytes,
86 ASIO_DECL bytes_type to_bytes() const;
address_v4.hpp 45 typedef asio::detail::array<unsigned char, 4> bytes_type; typedef in class:asio::ip::address_v4
54 ASIO_DECL explicit address_v4(const bytes_type& bytes);
86 ASIO_DECL bytes_type to_bytes() const;
  /external/selinux/python/sepolgen/src/sepolgen/
util.py 26 bytes_type=bytes variable
29 bytes_type=str variable
lex.py 203 if not (isinstance(s,util.bytes_type) or isinstance(s, util.string_type)):
570 if not (isinstance(c,util.bytes_type) or isinstance(c, util.string_type)) or len(c) > 1:
596 if not isinstance(name,util.bytes_type) or len(original_name) != len(name):
636 elif (isinstance(t, util.bytes_type) or isinstance(t,util.string_type)):
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/site-packages/sepolgen/
util.py 26 bytes_type=bytes variable
29 bytes_type=str variable
lex.py 203 if not (isinstance(s,util.bytes_type) or isinstance(s, util.string_type)):
570 if not (isinstance(c,util.bytes_type) or isinstance(c, util.string_type)) or len(c) > 1:
596 if not isinstance(name,util.bytes_type) or len(original_name) != len(name):
636 elif (isinstance(t, util.bytes_type) or isinstance(t,util.string_type)):
    [all...]

Completed in 188 milliseconds