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

1 2 3 4 5 6 7 891011>>

  /external/qemu/
json-parser.c 167 * \u four-hex-digits
237 "invalid hex escape sequence in string");
  /external/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/skia/tools/
generate_fir_coeff.py 118 print sum(coeffs), hex(sum(coeffs_rounded))
  /external/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;
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locale.categories/category.numeric/locale.num.get/facet.num.get.members/
get_long_long.pass.cpp 82 hex(ios);
  /external/chromium_org/chrome_frame/
test_utils.cc 126 << "DLL registration failed (exit code: 0x" << std::hex << exit_code
132 << "DLL unregistration failed (exit code: 0x" << std::hex << exit_code
  /external/chromium_org/media/webm/
webm_parser.cc 505 DVLOG(3) << "WebMParseElementHeader() : id " << std::hex << *id << std::dec
652 DVLOG(1) << "Unexpected list element start with ID " << std::hex << id;
657 DVLOG(1) << "Unexpected list element end with ID " << std::hex << id;
662 DVLOG(1) << "Unexpected unsigned integer element with ID " << std::hex << id;
667 DVLOG(1) << "Unexpected float element with ID " << std::hex << id;
672 DVLOG(1) << "Unexpected binary element with ID " << std::hex << id;
677 DVLOG(1) << "Unexpected string element with ID " << std::hex << id;
805 DVLOG(1) << "No ElementType info for ID 0x" << std::hex << id;
  /external/chromium_org/third_party/codesighs/
readelf_wrap.pl 182 my $diff = hex($section->[$SECT_SIZE]) - $section_sizes[$section->[$SECT_NUM]];
  /external/chromium_org/third_party/sqlite/src/tool/
restore_jrnl.tcl 104 # Print journal page data in hex dump form
123 # now hex dump the data
134 # Convert the data to hex and to characters.
135 binary scan $s H*@0a* hex ascii
141 regexp -- {(.{16})(.{0,16})} $hex -> hex1 hex2
143 # Convert the hex to pairs of hex digits
147 # Print the hex and ascii data
  /external/chromium_org/v8/test/preparser/
non-use-strict-hex-escape.js 28 // A string looking like "use strict", but with a hex escape in it,
non-use-strict-uhex-escape.js 28 // A string looking like "use strict", but with a long hex escape in it,
  /external/chromium_org/v8/test/webkit/fast/js/kde/
literals.js 29 // hex (non-normative)
  /external/v8/test/preparser/
non-use-strict-hex-escape.js 28 // A string looking like "use strict", but with a hex escape in it,
non-use-strict-uhex-escape.js 28 // A string looking like "use strict", but with a long hex escape in it,
  /external/valgrind/main/coregrind/m_gdbserver/
server.h 289 int unhexify (char *bin, const char *hex, int count);
290 int hexify (char *hex, const char *bin, int count);
349 /* Max size of a string encoded in a packet. Hex Encoding can
  /external/chromium_org/media/mp4/
mp4_stream_parser.cc 204 << std::hex << entry.format << " in stsd box.";
209 DVLOG(1) << "audio_type " << std::hex << audio_type;
214 MEDIA_LOG(log_cb_) << "audio object type 0x" << std::hex << audio_type
238 MEDIA_LOG(log_cb_) << "Unsupported audio object type 0x" << std::hex
273 << std::hex << entry.format << " in stsd box.";
  /external/chromium_org/third_party/icu/source/test/cintltst/
utransts.c 266 "Any-Hex",
267 "Hex-Any"
505 UTransliterator* hex = utrans_open("Any-Hex", UTRANS_FORWARD, NULL,0,NULL,&status); local
507 if (hex == 0 || U_FAILURE(status)) {
508 log_err("FAIL: utrans_open(Unicode-Hex) failed, error=%s\n",
516 utrans_setFilter(hex, filt, -1, &status);
527 utrans_transUChars(hex, buf, NULL, 128, 0, &limit, &status);
545 utrans_close(hex);
  /external/icu4c/test/cintltst/
utransts.c 266 "Any-Hex",
267 "Hex-Any"
505 UTransliterator* hex = utrans_open("Any-Hex", UTRANS_FORWARD, NULL,0,NULL,&status); local
507 if (hex == 0 || U_FAILURE(status)) {
508 log_err("FAIL: utrans_open(Unicode-Hex) failed, error=%s\n",
516 utrans_setFilter(hex, filt, -1, &status);
527 utrans_transUChars(hex, buf, NULL, 128, 0, &limit, &status);
545 utrans_close(hex);
  /external/chromium/chrome/browser/resources/
keyboard_overlay.js 96 * Converts a single hex number to a character.
98 function hex2char(hex) {
99 if (!hex) {
103 var n = parseInt(hex, 16);
111 console.error('hex2Char error: Code point out of range :' + hex);
  /external/chromium/net/spdy/
spdy_framer_test.cc 23 std::string hex; local
30 hex += mark ? '*' : ' ';
31 hex += kHexChars[(*p & 0xf0) >> 4];
32 hex += kHexChars[*p & 0x0f];
33 hex += mark ? '*' : ' ';
35 hex += " ";
38 hex = hex + " ";
41 hex += (*p >= 0x20 && *p <= 0x7f) ? (*p) : '.';
43 hex = hex + '\n'
    [all...]
  /development/samples/training/bitmapfun/BitmapFun/src/main/java/com/example/android/bitmapfun/util/
ImageCache.java 580 String hex = Integer.toHexString(0xFF & bytes[i]); local
581 if (hex.length() == 1) {
584 sb.append(hex);
  /external/chromium_org/chrome/browser/resources/chromeos/
keyboard_overlay.js 161 * Converts a single hex number to a character.
162 * @param {string} hex Hexadecimal string.
165 function hex2char(hex) {
166 if (!hex) {
170 var n = parseInt(hex, 16);
178 console.error('hex2Char error: Code point out of range :' + hex);
  /external/chromium_org/native_client_sdk/src/examples/demo/drive/
drive.cc 37 char hex[] = "0123456789ABCDEF"; local
45 result += hex[(c >> 4) & 0xf];
46 result += hex[c & 0xf];
  /external/chromium_org/remoting/host/win/
rdp_client_window.cc 222 << ", result=0x" << std::hex << result << std::dec;
375 << std::hex << result << std::dec;
524 LOG(WARNING) << "RDP: closing a window: " << std::hex << window << std::dec;
  /external/chromium_org/third_party/protobuf/src/google/protobuf/io/
tokenizer.cc 60 // "\\\\x[0-9a-fA-F])*\"|" // hex escape
369 AddError("Expected hex digits for escape sequence.");
371 // Possibly followed by another hex digit, but again we don't care.
377 AddError("Expected four hex digits for \\u escape sequence.");
380 // We expect 8 hex digits; but only the range up to 0x10ffff is
390 AddError("Expected eight hex digits up to 10ffff for \\U escape "
416 // A hex number (started with "0x").
417 ConsumeOneOrMore<HexDigit>("\"0x\" must be followed by hex digits.");
459 AddError("Hex and octal numbers must be integers.");
846 // This is hex
    [all...]

Completed in 1385 milliseconds

1 2 3 4 5 6 7 891011>>