Searched refs:hex (Results 151 - 175 of 693) sorted by relevance

1234567891011>>

/external/libcxx/test/std/input.output/iostream.format/output.streams/ostream.formatted/ostream.inserters.arithmetic/
H A Dint.pass.cpp78 hex(os);
H A Dlong.pass.cpp78 hex(os);
H A Dlong_double.pass.cpp78 hex(os);
H A Dlong_long.pass.cpp78 hex(os);
H A Dshort.pass.cpp78 hex(os);
H A Dunsigned_int.pass.cpp78 hex(os);
H A Dunsigned_long.pass.cpp78 hex(os);
H A Dunsigned_long_long.pass.cpp78 hex(os);
H A Dunsigned_short.pass.cpp78 hex(os);
/external/libvpx/libvpx/build/make/
H A Dmsvs_common.sh51 local hex="0123456789ABCDEF"
58 uuid="${uuid}${hex:$j:1}"
/external/okhttp/okhttp-hpacktests/src/test/java/com/squareup/okhttp/internal/spdy/hpackjson/
H A DCase.java55 this.wire = wire.hex();
/external/parameter-framework/upstream/test/test-subsystem/
H A DTESTSubsystemBinary.cpp62 strStream << "0x" << std::hex << uiValue;
/external/pdfium/third_party/bigint/
H A DBigIntegerUtils.cc36 else if (osFlags & os.hex) {
/external/python/cpython2/Mac/Demo/resources/
H A Dcopyres.py31 print id, type, name, size, hex(attrs)
H A Dlistres.py50 names.append(hex(mask))
/external/python/cpython3/Lib/
H A D_dummy_thread.py148 hex(id(self))
/external/scapy/scapy/layers/
H A Dhsrp.py77 p = p[:1] + hex(l)[30:] + p[30:]
/external/skia/tools/
H A Dembed_resources.py52 out(hex(b) + ',')
/external/skqp/tools/
H A Dembed_resources.py52 out(hex(b) + ',')
/external/toybox/toys/posix/
H A Dcpio.c64 //convert hex to uint; mostly to allow using bits of non-terminated strings
65 static unsigned x8u(char *hex) argument
70 while (*hex == '0') {
71 hex++;
76 sscanf(hex, pattern, &val, &outpos);
/external/v8/src/interpreter/
H A Dbytecode-pipeline.cc21 os << ' ' << std::setw(8) << std::setfill('0') << std::hex << operands_[i];
/external/okhttp/okio/okio/src/test/java/okio/
H A DByteStringTest.java81 ByteString.encodeUtf8("Hello, world!").md5().hex());
83 ByteString.encodeUtf8("One Two Three").md5().hex());
85 ByteString.encodeUtf8(bronzeHorseman).md5().hex());
90 ByteString.encodeUtf8("Hello, world!").sha256().hex());
92 ByteString.encodeUtf8("One Two Three").sha256().hex());
94 ByteString.encodeUtf8(bronzeHorseman).sha256().hex());
230 assertEquals("000102", ByteString.of((byte) 0x0, (byte) 0x1, (byte) 0x2).hex());
/external/icu/android_icu4j/src/main/tests/android/icu/dev/util/
H A DUnicodeMap.java157 + "\t" + Utility.hex(i-1) + ": <" + values[i-1] + ">"
158 + "\t" + Utility.hex(i) + ": <" + values[i] + ">"
168 + "\t" + Utility.hex(i-1) + ": " + transitions[i-1]
169 + "\t" + Utility.hex(i) + ": " + transitions[i]
203 + "\t" + Utility.hex(codepoint) + ": " + value
300 throw new UnsupportedOperationException("Attempt to reset value for " + Utility.hex(codepoint)
460 + Utility.hex(startCodePoint) + ".." + Utility.hex(endCodePoint));
718 result.append(Utility.hex(start));
719 if (start != end) result.append("-").append(Utility.hex(en
[all...]
/external/icu/icu4j/main/tests/framework/src/com/ibm/icu/dev/util/
H A DUnicodeMap.java154 + "\t" + Utility.hex(i-1) + ": <" + values[i-1] + ">"
155 + "\t" + Utility.hex(i) + ": <" + values[i] + ">"
165 + "\t" + Utility.hex(i-1) + ": " + transitions[i-1]
166 + "\t" + Utility.hex(i) + ": " + transitions[i]
200 + "\t" + Utility.hex(codepoint) + ": " + value
297 throw new UnsupportedOperationException("Attempt to reset value for " + Utility.hex(codepoint)
457 + Utility.hex(startCodePoint) + ".." + Utility.hex(endCodePoint));
715 result.append(Utility.hex(start));
716 if (start != end) result.append("-").append(Utility.hex(en
[all...]
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/bidi/
H A DTestMultipleParagraphs.java224 errln("For char " + i + "(0x" + Utility.hex(chars[i]) +
278 errln("For char " + i + "(0x" + Utility.hex(chars[i]) +
350 Utility.hex(src.charAt(paraStart + j)) +
376 Utility.hex(src.charAt(i)) + "), level = " +
409 Utility.hex(chars[0]) + ", last_char = " +
410 Utility.hex(chars[4]) + ", index = " + k +

Completed in 1803 milliseconds

1234567891011>>