Searched refs:hex (Results 76 - 100 of 315) sorted by relevance

1234567891011>>

/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/bin/tests/multisect/
H A Dmultisect2.asm25 and dl, 0Fh ; mask off a single (hex) digit
/external/chromium_org/ui/base/keycodes/
H A Dusb_keycode_map_unittest.cc51 << " duplicate of USB code 0x" << std::hex << std::setfill('0')
61 << " duplicate of native code 0x" << std::hex << std::setfill('0')
/external/chromium_org/win8/metro_driver/
H A Dmetro_driver.cc34 LOG(ERROR) << "VEH: Metro error 0x" << std::hex << info[0] << ": " << msg;
37 LOG(ERROR) << "VEH: Metro old error 0x" << std::hex << info[0]
/external/doclava/src/com/google/doclava/
H A DFieldInfo.java346 String hex = null;
353 hex = String.format("0x%02x", val);
356 hex = String.format("0x%04x", val);
363 hex = String.format("0x%08x", val);
366 hex = String.format("0x%016x", val);
369 hex = String.format("0x%04x", val);
376 if (dec != null && hex != null) {
378 data.setValue(base + ".constantValue.hex", Doclava.escape(hex));
/external/skia/src/utils/
H A DSkParseColor.cpp459 uint32_t hex; local
460 const char* end = SkParse::FindHex(value + 1, &hex);
466 unsigned a = len == 4 ? nib2byte(hex >> 12) : oldAlpha;
467 unsigned r = nib2byte((hex >> 8) & 0xF);
468 unsigned g = nib2byte((hex >> 4) & 0xF);
469 unsigned b = nib2byte(hex & 0xF);
474 hex |= oldAlpha << 24;
475 *colorPtr = hex;
/external/chromium/chrome/browser/policy/
H A Dconfiguration_policy_loader_win.cc78 << std::showbase << std::hex << object;
/external/chromium_org/chrome/test/pyautolib/
H A Dchrome_driver_factory.py49 channel_id = 'testing' + hex(random.getrandbits(20 * 4))[2:-1]
/external/chromium_org/tools/cygprofile/
H A Dsymbolize.py49 # print hex(vm_start)
172 cmd = ['addr2line', '-f', '-e', lib_file, hex(addr)]
218 print('WARNING: Address ' + hex(addr) + ' (line= ' +
234 + hex(addr) + '\n')
248 + hex(addr) + '\n')
/external/qemu/android/utils/
H A Dmisc.c176 hex2int( const uint8_t* hex, int len ) argument
180 int c = hexdigit(*hex++);
191 int2hex( uint8_t* hex, int len, int val ) argument
195 *hex++ = hexchars[(val >> (len*4)) & 15];
/external/bluetooth/bluedroid/btif/src/
H A Dbtif_config_util.cpp92 static inline int hex2byte(char hex) argument
94 if('0' <= hex && hex <= '9')
95 return hex - '0';
96 if('a' <= hex && hex <= 'z')
97 return hex - 'a' + 0xa;
98 if('A' <= hex && hex <= 'Z')
99 return hex
[all...]
/external/valgrind/main/coregrind/m_gdbserver/
H A Dremote-utils.c473 /* Convert hex digit A to a number. */
483 error ("Reply contains invalid hex digit 0x%x\n", a);
487 int unhexify (char *bin, const char *hex, int count) argument
492 if (hex[0] == 0 || hex[1] == 0) {
497 *bin++ = fromhex (hex[0]) * 16 + fromhex (hex[1]);
498 hex += 2;
518 /* Convert number NIB to a hex digit. */
529 int hexify (char *hex, cons argument
[all...]
/external/wpa_supplicant_8/hostapd/src/utils/
H A Dcommon.c26 int hex2byte(const char *hex) argument
29 a = hex2num(*hex++);
32 b = hex2num(*hex++);
122 * hexstr2bin - Convert ASCII hex string into binary data
123 * @hex: ASCII hex string (e.g., "01ab")
125 * @len: Length of the text to convert in bytes (of buf); hex will be double
127 * Returns: 0 on success, -1 on failure (invalid hex string)
129 int hexstr2bin(const char *hex, u8 *buf, size_t len) argument
133 const char *ipos = hex;
[all...]
/external/wpa_supplicant_8/src/utils/
H A Dcommon.c26 int hex2byte(const char *hex) argument
29 a = hex2num(*hex++);
32 b = hex2num(*hex++);
122 * hexstr2bin - Convert ASCII hex string into binary data
123 * @hex: ASCII hex string (e.g., "01ab")
125 * @len: Length of the text to convert in bytes (of buf); hex will be double
127 * Returns: 0 on success, -1 on failure (invalid hex string)
129 int hexstr2bin(const char *hex, u8 *buf, size_t len) argument
133 const char *ipos = hex;
[all...]
/external/wpa_supplicant_8/wpa_supplicant/src/utils/
H A Dcommon.c26 int hex2byte(const char *hex) argument
29 a = hex2num(*hex++);
32 b = hex2num(*hex++);
122 * hexstr2bin - Convert ASCII hex string into binary data
123 * @hex: ASCII hex string (e.g., "01ab")
125 * @len: Length of the text to convert in bytes (of buf); hex will be double
127 * Returns: 0 on success, -1 on failure (invalid hex string)
129 int hexstr2bin(const char *hex, u8 *buf, size_t len) argument
133 const char *ipos = hex;
[all...]
/external/chromium_org/third_party/libphonenumber/src/phonenumbers/utf/
H A Dunicodetext.cc32 using std::hex;
179 ss << "{Repr " << hex << this << " data=" << data_ << " size=" << dec
370 cerr << "Unicode value 0x" << hex << c
375 cerr << "Illegal Unicode value: 0x" << hex << c << endl;
393 ss << "{UnicodeText " << hex << this << dec << " chars="
511 ss << "{iter " << hex << it_ << "}";
/external/oprofile/libutil++/
H A Dbfd_support.cpp74 cverb << vbfd << " with crc32 = " << hex << file_crc << endl;
317 << " with crc32 = " << hex << crc32 << endl;
545 cverb << vbfd << "mini_syms: " << dec << nr_mini_syms << hex << endl;
546 cverb << vbfd << "synth_syms: " << dec << nr_synth_syms << hex << endl;
589 << nr_syms << hex << endl;
604 << nr_syms << hex << endl;
/external/qemu/telephony/
H A Dsms.c406 sms_address_from_hex ( SmsAddress address, const char* hex, int hexlen ) argument
408 const char* hexend = hex + hexlen;
414 address->len = num_digits = gsm_hex2_to_byte( hex );
415 address->toa = gsm_hex2_to_byte( hex+2 );
416 hex += 4;
419 if (hex + len*2 > hexend)
423 address->data[nn] = gsm_hex2_to_byte( hex + nn*2 );
429 sms_address_to_hex ( SmsAddress address, char* hex, int hexlen ) argument
434 if (hex == NULL)
438 gsm_hex_from_byte( hex, addres
1325 smspdu_create_from_hex( const char* hex, int hexlen ) argument
1361 smspdu_to_hex( SmsPDU pdu, char* hex, int hexlen ) argument
[all...]
/external/chromium/third_party/libjingle/source/talk/base/
H A Dmacutils.cc82 ss << "0x" << std::hex << fc;
149 ss << std::hex << ver;
/external/chromium_org/sandbox/win/src/
H A Dapp_container.cc108 DLOG(ERROR) << "AppContainerRegisterSid error:" << std::hex << rv;
134 DLOG(ERROR) << "AppContainerUnregisterSid error:" << std::hex << rv;
/external/chromium_org/third_party/libjingle/source/talk/base/
H A Dmacutils.cc82 ss << "0x" << std::hex << fc;
149 ss << std::hex << ver;
/external/chromium_org/tools/crx_id/
H A Dcrx_id.py51 """ Convert bytes to pairs of hex digits. E.g., \x00\x11 -> "{0x00, 0x11}"
59 result.append('0x' + hex(dig1)[2:] + hex(dig2)[2:])
/external/compiler-rt/lib/asan/scripts/
H A Dsymbolize.py32 return hex(addr)
76 addr = hex(int(addr, 16) + load_addr)
/external/chromium/chrome/browser/resources/
H A Dkeyboard_overlay.js96 * Converts a single hex number to a character.
98 function hex2char(hex) {
99 if (!hex) {
103 var n = parseInt(hex, 16);
111 console.error('hex2Char error: Code point out of range :' + hex);
/external/chromium_org/third_party/tlslite/tlslite/utils/
H A Dhmac.py90 return "".join([hex(ord(x))[2:].zfill(2)
/external/chromium_org/win8/test/
H A Dopen_with_dialog_async.cc99 DLOG(ERROR) << "leaking OpenWith thread; result = " << std::hex << result;

Completed in 1094 milliseconds

1234567891011>>