OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:hex
(Results
426 - 450
of
573
) sorted by null
<<
11
12
13
14
15
16
17
18
19
20
>>
/prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/
_num_get.c
83
case ios_base::
hex
:
/prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/stl/
_num_get.c
83
case ios_base::
hex
:
/art/compiler/dex/
mir_graph.cc
[
all
...]
mir_optimization.cc
318
LOG(INFO) << "Suppressed suspend check on branch to return at 0x" << std::
hex
<< mir->offset;
[
all
...]
/external/chromium_org/chrome/installer/setup/
install_worker.cc
551
"CLSID; hr=0x" << std::
hex
<< hr;
558
<< std::
hex
<< hr;
[
all
...]
/external/chromium_org/content/renderer/webcrypto/
webcrypto_impl_unittest.cc
29
std::vector<uint8> HexStringToBytes(const std::string&
hex
) {
31
base::HexStringToBytes(
hex
, &bytes);
274
// The results are stored here in
hex
format for readability.
[
all
...]
/external/chromium_org/third_party/icu/source/common/
unistr.cpp
50
cout << "[0x" <<
hex
<< s[i] << "]";
67
cout << "[0x" <<
hex
<< s[i] << "]";
[
all
...]
/external/chromium_org/third_party/protobuf/src/google/protobuf/io/
coded_stream_unittest.cc
504
return os << "0x" <<
hex
<< c.value << dec;
508
return os << "0x" <<
hex
<< c.value << dec;
[
all
...]
/external/chromium_org/third_party/tcmalloc/chromium/src/tests/
heap-checker_unittest.cc
91
#include <iomanip> // for
hex
[
all
...]
/external/chromium_org/third_party/tcmalloc/vendor/src/tests/
heap-checker_unittest.cc
91
#include <iomanip> // for
hex
[
all
...]
/external/icu4c/common/
unistr.cpp
50
cout << "[0x" <<
hex
<< s[i] << "]";
67
cout << "[0x" <<
hex
<< s[i] << "]";
[
all
...]
/external/qemu/
sockets.c
336
static const char
hex
[16] = "0123456789abcdef";
local
339
buf = format_char(buf, end,
hex
[(val >> shift) & 15]);
[
all
...]
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/
AdtUtils.java
[
all
...]
/sdk/emulator/opengl/tests/event_injector/
sockets.c
341
static const char
hex
[16] = "0123456789abcdef";
local
344
buf = format_char(buf, end,
hex
[(val >> shift) & 15]);
[
all
...]
/art/compiler/dex/portable/
mir_to_gbc.cc
699
LOG(INFO) << ".. " << Instruction::Name(opcode) << " 0x" << std::
hex
<< op_val;
701
LOG(INFO) << mir_graph_->extended_mir_op_names_[op_val - kMirOpFirst] << " 0x" << std::
hex
<< op_val;
[
all
...]
/external/chromium_org/third_party/libxml/src/
xmlwriter.c
1675
static char
hex
[16] =
local
[
all
...]
/external/ipsec-tools/src/racoon/
crypto_openssl.c
232
* convert the
hex
string of the subject name into DER
235
eay_hex2asn1dn(const char *
hex
, int len)
243
len = strlen(
hex
);
245
if (BN_hex2bn(&bn,
hex
) != len) {
247
"conversion of
Hex
-encoded ASN1 string to binary failed: %s\n",
[
all
...]
/external/libxml2/
xmlwriter.c
1675
static char
hex
[16] =
local
[
all
...]
/hardware/broadcom/wlan/bcmdhd/dhdutil/
bcmutils.c
1058
static const char
hex
[] =
local
1068
*p++ =
hex
[(*octet >> 4) & 0xf];
1069
*p++ =
hex
[*octet & 0xf];
1103
/* pretty
hex
print a pkt buffer chain */
[
all
...]
/external/blktrace/doc/
blktrace.tex
386
-A \emph{
hex
-mask} & --set-mask=\emph{
hex
-mask} & Set filter mask to \emph{
hex
-mask} \\ \hline
[
all
...]
/external/chromium_org/chrome/browser/resources/file_manager/foreground/js/metadata/
exif_parser.js
146
//
hex
digit of the mark, but the part we want is always the same.
/external/chromium_org/content/common/gpu/media/
exynos_video_encode_accelerator.cc
197
"caps check failed: 0x" << std::
hex
<< caps.capabilities;
217
"caps check failed: 0x" << std::
hex
<< caps.capabilities;
[
all
...]
/external/chromium_org/third_party/icu/source/tools/tzcode/
tz2icu.cpp
[
all
...]
/external/icu4c/tools/tzcode/
tz2icu.cpp
[
all
...]
/art/compiler/
image_writer.cc
712
CHECK(actual == expected || actual == value) << std::
hex
Completed in 2349 milliseconds
<<
11
12
13
14
15
16
17
18
19
20
>>