HomeSort by relevance Sort by last modified time
    Searched defs:bin2hex (Results 1 - 3 of 3) sorted by null

  /external/autotest/client/cros/
dhcp_unittest.py 39 def bin2hex(byte_str, justification=20): function
63 print "Generated: \n%s" % bin2hex(generated_string)
64 print "Expected: \n%s" % bin2hex(binary_discovery_packet)
85 pretty_actual = bin2hex(byte_string, 100)
86 pretty_expected = bin2hex(TEST_CLASSLESS_STATIC_ROUTE_DATA, 100)
111 pretty_actual = bin2hex(byte_string, 100)
112 pretty_expected = bin2hex(TEST_DOMAIN_SEARCH_LIST_EXPECTED, 100)
  /hardware/interfaces/keymaster/4.0/vts/functional/
keymaster_hidl_hal_test.cpp 123 string bin2hex(const hidl_vec<uint8_t>& data) { function in namespace:android::hardware::keymaster::V4_0::test::__anon48041
218 if (dump_Attestations) std::cout << bin2hex(chain[i]) << std::endl;
    [all...]
  /hardware/interfaces/keymaster/3.0/vts/functional/
keymaster_hidl_hal_test.cpp 236 string bin2hex(const hidl_vec<uint8_t>& data) { function in namespace:android::hardware::keymaster::V3_0::test::__anon48039
332 if (dump_Attestations) std::cout << bin2hex(chain[i]) << std::endl;
    [all...]

Completed in 881 milliseconds