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

  /art/test/542-inline-trycatch/src/
Main.java 31 private static int $inline$MultipleBlocks(String str, boolean is_hex)
33 return is_hex ? Integer.parseInt(str, 16) : Integer.parseInt(str);
  /prebuilts/ndk/r13/sources/third_party/shaderc/third_party/spirv-tools/source/
text_handler.cpp 404 const IdType& type, bool is_hex,
440 if (is_hex) {
457 if (is_hex && (value & sign_mask))
482 const bool is_hex = val[0] == '0' && (val[1] == 'x' || val[1] == 'X'); local
492 decoded_signed, error_code, type, is_hex, &decoded_signed)) {
494 << "Integer " << (is_hex ? std::hex : std::dec) << std::showbase
506 decoded_bits, error_code, type, is_hex, &decoded_bits)) {
508 << "Integer " << (is_hex ? std::hex : std::dec) << std::showbase
  /external/skia/src/utils/
SkParse.cpp 45 static inline bool is_hex(int c) function
113 if (!is_hex(*str))
  /external/dnsmasq/src/
option.c 674 int i, addrs, digs, is_addr, is_hex, is_dec, is_string, dots; local
744 is_addr = is_hex = is_dec = is_string = 1;
751 is_dec = is_hex = 0;
760 is_dec = is_hex = 0;
766 is_dec = is_hex = 0;
770 is_hex = is_addr = 0;
772 is_dec = is_hex = 0;
787 is_hex = 0;
794 is_string = is_dec = is_hex = 0;
799 if (is_hex && digs > 1
    [all...]
  /external/libxml2/
uri.c 1590 static int is_hex(char c) { function
    [all...]
  /external/wpa_supplicant_8/src/utils/
common.c 688 int is_hex(const u8 *data, size_t len) function
common.h 491 int is_hex(const u8 *data, size_t len);
  /external/wpa_supplicant_8/src/ap/
wps_hostapd.c 499 if (is_hex(cred->ssid, cred->ssid_len)) {
    [all...]
  /external/wpa_supplicant_8/wpa_supplicant/
config.c 172 if (is_hex(value, len))
    [all...]

Completed in 605 milliseconds