OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:hex
(Results
351 - 375
of
745
) sorted by null
<<
11
12
13
14
15
16
17
18
19
20
>>
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/
gzip.py
148
return '<gzip ' + s[1:-1] + ' ' +
hex
(id(self)) + '>'
346
raise IOError("CRC check failed %s != %s" % (
hex
(crc32),
347
hex
(self.crc)))
/art/compiler/
elf_patcher.cc
148
CHECK(actual == expected || actual == value) << "Patching call failed: " << std::
hex
158
CHECK(actual == expected || actual == value) << "Patching type failed: " << std::
hex
/external/chromium_org/device/hid/
hid_report_descriptor_unittest.cc
129
<< "0x" << std::
hex
<< std::uppercase << usage_and_page.usage;
339
sstr << "0x" << std::
hex
<< std::uppercase << data;
/external/chromium_org/mojo/public/cpp/bindings/tests/
sample_service_unittest.cc
29
// Set this variable to true to print the message in
hex
.
180
std::cout << name << ": 0x" << std::
hex
<< value.get().value() << std::endl;
240
std::cout << std::setw(2) << std::setfill('0') << std::
hex
<<
/external/chromium_org/remoting/host/
desktop_session_win.cc
230
<< std::
hex
<< result << std::dec << ".";
266
<< std::
hex
<< result << std::dec << ".";
audio_capturer_win.cc
273
<< std::
hex
<< hr << std::dec << ".";
/external/chromium_org/v8/test/mjsunit/compiler/
literals.js
37
// Characters just outside the ranges of
hex
-escapes.
/external/chromium_org/v8/test/webkit/
parseInt.js
26
// Simple
hex
& dec integer values.
/external/wpa_supplicant_8/src/utils/
common.h
473
int hex2byte(const char *
hex
);
474
int hexstr2bin(const char *
hex
, u8 *buf, size_t len);
/external/linux-tools-perf/perf-3.12.0/tools/lib/traceevent/
event-parse.c
728
free_arg(arg->
hex
.field);
729
free_arg(arg->
hex
.size);
3494
unsigned char *
hex
;
local
[
all
...]
/art/compiler/dex/
reg_storage.h
209
DCHECK(!IsPair()) << "reg_ = 0x" << std::
hex
<< reg_;
/art/runtime/gc/
reference_processor.cc
206
LOG(FATAL) << "Invalid reference type " << PrettyClass(klass) << " " << std::
hex
/external/antlr/antlr-3.4/runtime/Perl5/lib/ANTLR/Runtime/
BitSet.pm
61
# $number is in
hex
format
68
$bits .= reverse substr(unpack('B*', pack('h',
hex
$h)), 4);
/external/chromium_org/chrome/browser/chromeos/login/users/wallpaper/
wallpaper_manager_test_utils.cc
152
LOG(ERROR) << "Expected color near 0x" << std::
hex
<< expected_color
/external/chromium_org/chrome/test/logging/win/
log_file_printer.cc
236
*out_ << name << " (id=0x" << std::
hex
<< id << std::dec << ") " << extra
log_file_reader.cc
234
<< "; hr=" << std::
hex
<< hr;
/external/chromium_org/components/enhanced_bookmarks/
metadata_accessor.cc
41
// Generate 16 digit
hex
string random id.
43
random_id << std::
hex
<< std::setfill('0') << std::setw(16);
/external/chromium_org/media/formats/mp2t/
ts_section_pes.cc
195
DVLOG(LOG_LEVEL_PES) << "stream_id=" << std::
hex
<< stream_id << std::dec;
/external/chromium_org/media/formats/webm/
webm_stream_parser.cc
173
MEDIA_LOG(log_cb_) << "Unexpected element ID 0x" << std::
hex
<< id;
webm_tracks_parser.cc
300
MEDIA_LOG(log_cb_) << "Multiple values for id " << std::
hex
<< id
/external/chromium_org/sync/syncable/
entry.cc
126
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/webrtc/base/
socketpool.cc
254
ss << label_ << "(0x" << std::setfill('0') << std::
hex
<< std::setw(8)
/external/chromium_org/third_party/webrtc/overrides/webrtc/base/
logging.cc
84
tmp << "[0x" << std::setfill('0') << std::
hex
<< std::setw(8) << err << "]";
Completed in 2291 milliseconds
<<
11
12
13
14
15
16
17
18
19
20
>>