HomeSort by relevance Sort by last modified time
    Searched refs:hex (Results 226 - 250 of 745) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /art/compiler/dex/quick/
codegen_util.cc 207 LOG(INFO) << "-------- entry offset: 0x" << std::hex << dest;
214 LOG(INFO) << "-------- dalvik offset: 0x" << std::hex
219 LOG(INFO) << "-------- exit offset: 0x" << std::hex << dest;
222 LOG(INFO) << reinterpret_cast<uintptr_t>(base_addr) + offset << " (0x" << std::hex
242 LOG(INFO) << "LsafepointPC_0x" << std::hex << lir->offset << "_" << lir->dalvik_offset << ":";
245 LOG(INFO) << "LexportedPC_0x" << std::hex << lir->offset << "_" << lir->dalvik_offset << ":";
249 << std::hex << lir->operands[0] << "|" << std::dec <<
544 LOG(INFO) << "Switch table for offset 0x" << std::hex << bx_offset;
552 << std::hex << keys[elems] << ", disp: 0x"
553 << std::hex << disp
    [all...]
  /external/ltrace/etc/
libc.so.conf 11 typedef in_addr = struct(hex(uint));
13 hex(uint) inet_addr(string);
14 hex(uint) inet_network(string);
16 in_addr inet_makeaddr(hex(int), hex(int));
17 hex(uint) inet_lnaof(in_addr);
18 hex(uint) inet_netof(in_addr);
192 typedef sigaction = struct(addr, sigset_t, hex(int), addr);
245 locale_t newlocale(hex(int), string, locale_t);
  /external/bluetooth/bluedroid/btif/src/
btif_config_util.cpp 127 static inline int hex2byte(char hex)
129 if('0' <= hex && hex <= '9')
130 return hex - '0';
131 if('a' <= hex && hex <= 'z')
132 return hex - 'a' + 0xa;
133 if('A' <= hex && hex <= 'Z')
134 return hex - 'A' + 0xa
    [all...]
  /external/valgrind/main/coregrind/m_gdbserver/
remote-utils.c 559 /* Convert hex digit A to a number. */
569 error ("Reply contains invalid hex digit 0x%x\n", a);
573 int unhexify (char *bin, const char *hex, int count)
578 if (hex[0] == 0 || hex[1] == 0) {
579 /* Hex string is short, or of uneven length.
583 *bin++ = fromhex (hex[0]) * 16 + fromhex (hex[1]);
584 hex += 2;
604 /* Convert number NIB to a hex digit. *
    [all...]
  /external/chromium_org/chrome/browser/resources/chromeos/
salsa.js 14 * Take a string of hex like '74657374' and return the ascii version 'test'.
15 * @param {string} str The string of hex characters to convert to ascii
16 * @return {string} The ASCII values of those hex encoded characters
  /external/stlport/stlport/stl/
_num_put.c 175 (__flg & ios_base::basefield) == ios_base::hex) {
213 case ios_base::hex: __basechars = 2; break;
244 case ios_base::hex: __basechars = 2; break;
309 if ((__flags & ios_base::showpos) && ((__flags & (ios_base::oct | ios_base::hex)) == 0))
311 // oct or hex base shall not be added to the 0 value (see '#' flag in C formating strings)
330 case ios_base::hex:
480 __f.setf(ios_base::hex, ios_base::basefield);
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_num_put.c 175 (__flg & ios_base::basefield) == ios_base::hex) {
213 case ios_base::hex: __basechars = 2; break;
244 case ios_base::hex: __basechars = 2; break;
309 if ((__flags & ios_base::showpos) && ((__flags & (ios_base::oct | ios_base::hex)) == 0))
311 // oct or hex base shall not be added to the 0 value (see '#' flag in C formating strings)
330 case ios_base::hex:
480 __f.setf(ios_base::hex, ios_base::basefield);
  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/
_num_put.c 175 (__flg & ios_base::basefield) == ios_base::hex) {
213 case ios_base::hex: __basechars = 2; break;
244 case ios_base::hex: __basechars = 2; break;
309 if ((__flags & ios_base::showpos) && ((__flags & (ios_base::oct | ios_base::hex)) == 0))
311 // oct or hex base shall not be added to the 0 value (see '#' flag in C formating strings)
330 case ios_base::hex:
480 __f.setf(ios_base::hex, ios_base::basefield);
  /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/
_num_put.c 175 (__flg & ios_base::basefield) == ios_base::hex) {
213 case ios_base::hex: __basechars = 2; break;
244 case ios_base::hex: __basechars = 2; break;
309 if ((__flags & ios_base::showpos) && ((__flags & (ios_base::oct | ios_base::hex)) == 0))
311 // oct or hex base shall not be added to the 0 value (see '#' flag in C formating strings)
330 case ios_base::hex:
480 __f.setf(ios_base::hex, ios_base::basefield);
  /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/
_num_put.c 175 (__flg & ios_base::basefield) == ios_base::hex) {
213 case ios_base::hex: __basechars = 2; break;
244 case ios_base::hex: __basechars = 2; break;
309 if ((__flags & ios_base::showpos) && ((__flags & (ios_base::oct | ios_base::hex)) == 0))
311 // oct or hex base shall not be added to the 0 value (see '#' flag in C formating strings)
330 case ios_base::hex:
480 __f.setf(ios_base::hex, ios_base::basefield);
  /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/
_num_put.c 175 (__flg & ios_base::basefield) == ios_base::hex) {
213 case ios_base::hex: __basechars = 2; break;
244 case ios_base::hex: __basechars = 2; break;
309 if ((__flags & ios_base::showpos) && ((__flags & (ios_base::oct | ios_base::hex)) == 0))
311 // oct or hex base shall not be added to the 0 value (see '#' flag in C formating strings)
330 case ios_base::hex:
480 __f.setf(ios_base::hex, ios_base::basefield);
  /prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/stl/
_num_put.c 175 (__flg & ios_base::basefield) == ios_base::hex) {
213 case ios_base::hex: __basechars = 2; break;
244 case ios_base::hex: __basechars = 2; break;
309 if ((__flags & ios_base::showpos) && ((__flags & (ios_base::oct | ios_base::hex)) == 0))
311 // oct or hex base shall not be added to the 0 value (see '#' flag in C formating strings)
330 case ios_base::hex:
480 __f.setf(ios_base::hex, ios_base::basefield);
  /art/runtime/arch/x86/
fault_handler_x86.cc 249 VLOG(signals) << "sp: " << std::hex << *out_sp;
401 VLOG(signals) << "fault_addr: " << std::hex << fault_addr;
402 VLOG(signals) << "checking for stack overflow, sp: " << std::hex << sp <<
  /external/chromium_org/third_party/icu/source/test/intltest/
transrt.cpp 889 from + "(" + TestUtility::hex(from) + ") => " +
890 to + "(" + TestUtility::hex(to) + ")");
901 from + "(" + TestUtility::hex(from) + ") => " +
902 to + "(" + TestUtility::hex(to) + ")" +
903 fromCan + "(" + TestUtility::hex(fromCan) + ") => " +
905 TestUtility::hex(toCan) + ")"
922 from + "(" + TestUtility::hex(from) + ") => " +
923 to + "(" + TestUtility::hex(to) + ")" +
926 TestUtility::hex(otherTo) + ")"
940 from + "(" + TestUtility::hex(from) + ") => "
    [all...]
  /external/icu/icu4c/source/test/intltest/
transrt.cpp 890 from + "(" + TestUtility::hex(from) + ") => " +
891 to + "(" + TestUtility::hex(to) + ")");
902 from + "(" + TestUtility::hex(from) + ") => " +
903 to + "(" + TestUtility::hex(to) + ")" +
904 fromCan + "(" + TestUtility::hex(fromCan) + ") => " +
906 TestUtility::hex(toCan) + ")"
923 from + "(" + TestUtility::hex(from) + ") => " +
924 to + "(" + TestUtility::hex(to) + ")" +
927 TestUtility::hex(otherTo) + ")"
941 from + "(" + TestUtility::hex(from) + ") => "
    [all...]
  /frameworks/base/services/usb/java/com/android/server/usb/
UsbDebuggingManager.java 223 String hex = "0123456789ABCDEF"; local
238 sb.append(hex.charAt((digest[i] >> 4) & 0xf));
239 sb.append(hex.charAt(digest[i] & 0xf));
  /external/chromium_org/media/formats/webm/
webm_video_client.cc 142 MEDIA_LOG(log_cb_) << "Multiple values for id " << std::hex << id
  /external/chromium_org/native_client_sdk/src/examples/tutorial/debugging/
example.js 73 // <hex address> <symbol name>
91 // .text <hex address> <size> <filename>
  /external/chromium_org/third_party/libphonenumber/src/phonenumbers/utf/
unicodetext.cc 33 using std::hex;
178 ss << "{Repr " << hex << this << " data=" << data_ << " size=" << dec
391 ss << "{UnicodeText " << hex << this << dec << " chars="
509 ss << "{iter " << hex << it_ << "}";
  /external/chromium_org/third_party/libsrtp/srtp/crypto/math/
datatypes.c 112 /* double length, since one octet takes two hex characters */
172 hex_string_to_octet_string(char *raw, char *hex, int len) {
179 tmp = hex_char_to_nibble(hex[0]);
184 tmp = hex_char_to_nibble(hex[1]);
190 hex += 2;
  /external/chromium_org/third_party/sfntly/cpp/src/sample/chromium/
chrome_subsetter.cc 31 ss << std::hex << in;
102 fprintf(stderr, "\tGlyph ids are comma separated hex values\n");
  /external/chromium_org/third_party/skia/tools/
generate_fir_coeff.py 118 print sum(coeffs), hex(sum(coeffs_rounded))
  /external/chromium_org/win8/test/
open_with_dialog_async.cc 99 DLOG(ERROR) << "leaking OpenWith thread; result = " << std::hex << result;
  /external/compiler-rt/lib/asan/scripts/
symbolize.py 32 return hex(addr)
76 addr = hex(int(addr, 16) + load_addr)
  /external/fonttools/Lib/fontTools/ttLib/tables/
S_V_G_.py 274 ("red", hex(colorRecord.red)),
275 ("green", hex(colorRecord.green)),
276 ("blue", hex(colorRecord.blue)),
277 ("alpha", hex(colorRecord.alpha)),

Completed in 1071 milliseconds

1 2 3 4 5 6 7 8 91011>>