HomeSort by relevance Sort by last modified time
    Searched defs:bin2hex (Results 1 - 2 of 2) 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/3.0/vts/functional/
keymaster_hidl_hal_test.cpp 240 string bin2hex(const hidl_vec<uint8_t>& data) { function in namespace:android::hardware::keymaster::V3_0::test::__anon42861
336 if (dump_Attestations) std::cout << bin2hex(chain[i]) << std::endl;
    [all...]

Completed in 221 milliseconds