HomeSort by relevance Sort by last modified time
    Searched refs:hex (Results 301 - 325 of 573) sorted by null

<<11121314151617181920>>

  /external/chromium/third_party/libjingle/source/talk/base/
socketpool.cc 266 ss << label_ << "(0x" << std::setfill('0') << std::hex << std::setw(8)
  /external/chromium_org/chrome/test/functional/ap_lab/
linksys_ap_configurator.py 93 hex(mode), self.getRouterName())
  /external/chromium_org/chrome/test/logging/win/
log_file_printer.cc 239 *out_ << name << " (id=0x" << std::hex << id << std::dec << ") " << extra
log_file_reader.cc 234 << "; hr=" << std::hex << hr;
  /external/chromium_org/content/browser/browser_plugin/
browser_plugin_host_browsertest.cc     [all...]
  /external/chromium_org/media/mp2t/
ts_section_pes.cc 195 DVLOG(LOG_LEVEL_PES) << "stream_id=" << std::hex << stream_id << std::dec;
  /external/chromium_org/media/mp4/
box_reader.cc 160 // Hex is used to show nonprintable characters and aid in debugging
162 << std::hex << type;
  /external/chromium_org/media/webm/
webm_stream_parser.cc 158 MEDIA_LOG(log_cb_) << "Unexpected element ID 0x" << std::hex << id;
webm_tracks_parser.cc 251 MEDIA_LOG(log_cb_) << "Multiple values for id " << std::hex << id
  /external/chromium_org/remoting/host/
audio_capturer_win.cc 273 << std::hex << hr << std::dec << ".";
input_injector_mac.cc 150 VLOG(3) << "Converting USB keycode: " << std::hex << event.usb_keycode()
  /external/chromium_org/sync/syncable/
entry.cc 120 s << std::hex << std::setw(2)
  /external/chromium_org/third_party/libjingle/overrides/talk/base/
logging.cc 78 tmp << "[0x" << std::setfill('0') << std::hex << std::setw(8) << err << "]";
  /external/chromium_org/third_party/libjingle/source/talk/base/
socketpool.cc 271 ss << label_ << "(0x" << std::setfill('0') << std::hex << std::setw(8)
  /external/chromium_org/third_party/tlslite/tlslite/
mathtls.py 179 return "".join([hex(ord(x))[2:].zfill(2)
  /external/llvm/utils/
codegen-diff 99 to print out hex bytes in the B<disassemble> command output, on
  /external/oprofile/libabi/
opimport.cpp 91 cerr << hex << "get " << sz << " = " << nbytes
  /external/oprofile/libpp/
op_header.cpp 203 ss << hex << setw(2) << setfill('0') << unsigned(um);
  /external/protobuf/src/google/protobuf/io/
tokenizer.cc 60 // "\\\\x[0-9a-fA-F])*\"|" // hex escape
351 AddError("Expected hex digits for escape sequence.");
353 // Possibly followed by another hex digit, but again we don't care.
377 // A hex number (started with "0x").
378 ConsumeOneOrMore<HexDigit>("\"0x\" must be followed by hex digits.");
420 AddError("Hex and octal numbers must be integers.");
575 // This is hex.
661 // A hex escape. May zero, one, or two digits. (The zero case
  /external/wpa_supplicant_8/wpa_supplicant/
config_file.c 622 char hex[32 * 2 + 1]; local
625 wpa_snprintf_hex(hex, sizeof(hex), psk->psk, sizeof(psk->psk));
627 psk->p2p ? "P2P-" : "", MAC2STR(psk->addr), hex);
  /frameworks/base/services/common_time/
common_time_server.cpp 628 char hex[256]; local
631 hexDumpToString(buf, static_cast<size_t>(recvBytes), hex, sizeof(hex));
635 recvBytes, srcEPStr, hex);
    [all...]
  /hardware/libhardware/tests/camera2/
CameraStreamFixture.h 64 *os << "Format: 0x" << std::hex << p.mFormat << ", ";
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
posixfile.py 71 hex(id(self))[2:])
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_strtod.py 27 # Avoids any use of floating-point by returning the result as a hex string.
29 """Convert a finite decimal string to a hex string representing an
74 # for hex representation, shift so # bits after point is a multiple of 4
101 got = fs.hex()
test_tokenize.py 70 whitespace after the colon. Note that we use hex escapes to make the

Completed in 488 milliseconds

<<11121314151617181920>>