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

  /external/syslinux/utils/
Makefile 40 mkdiskimage: mkdiskimage.in ../mbr/mbr.bin bin2hex.pl
41 $(PERL) $(SRC)/bin2hex.pl < $(OBJ)/../mbr/mbr.bin | cat $(SRC)/mkdiskimage.in - > $@
45 isohybrid.pl: isohybrid.in $(ISOHDPFX) bin2hex.pl
47 for f in $(ISOHDPFX) ; do $(PERL) $(SRC)/bin2hex.pl < $$f >> $@ ; done
  /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)
  /external/flatbuffers/tests/
phpTest.php 131 $assert->strictEqual(bin2hex($monster->GetInventoryBytes()), "0001020304");
  /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...]
  /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...]

Completed in 2121 milliseconds