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

1 2 3 4 5 6 78 91011>>

  /external/chromium_org/ui/views/color_chooser/
color_chooser_view.cc 47 std::vector<uint8> hex; local
48 if (!base::HexStringToBytes(input, &hex))
51 *result = SkColorSetRGB(hex[0], hex[1], hex[2]);
  /external/oprofile/libutil++/
op_bfd.cpp 288 << dec << symbols.size() << hex << endl;
297 << dec << syms.size() << hex << endl;
422 << ", value " << hex << sym.value() << endl;
424 << "start " << hex << start << ", end " << end << endl;
429 << hex << sym.symbol()->section->filepos << endl;
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_uuid.py 19 for (string, curly, hex, bytes, bytes_le, fields, integer, urn,
150 for u in [uuid.UUID(string), uuid.UUID(curly), uuid.UUID(hex),
166 equal(u.hex, hex)
196 # Badly formed hex strings.
240 # Must supply exactly one of hex, bytes, fields, int.
243 uuid.UUID(hex=h)
257 for hh in [[], [('hex', h)]]:
270 badtype(lambda: setattr(u, 'hex', h))
463 os.write(fds[1], value.hex)
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_uuid.py 19 for (string, curly, hex, bytes, bytes_le, fields, integer, urn,
150 for u in [uuid.UUID(string), uuid.UUID(curly), uuid.UUID(hex),
166 equal(u.hex, hex)
196 # Badly formed hex strings.
240 # Must supply exactly one of hex, bytes, fields, int.
243 uuid.UUID(hex=h)
257 for hh in [[], [('hex', h)]]:
270 badtype(lambda: setattr(u, 'hex', h))
463 os.write(fds[1], value.hex)
    [all...]
  /art/compiler/dex/
local_value_numbering.cc 370 LOG(INFO) << "Removing null check for 0x" << std::hex << mir->offset;
379 LOG(INFO) << "Removing range check for 0x" << std::hex << mir->offset;
409 LOG(INFO) << "Removing range check for 0x" << std::hex << mir->offset;
418 LOG(INFO) << "Removing range check for 0x" << std::hex << mir->offset;
440 LOG(INFO) << "Removing null check for 0x" << std::hex << mir->offset;
470 LOG(INFO) << "Removing null check for 0x" << std::hex << mir->offset;
  /external/chromium_org/chrome/browser/resources/chromeos/
salsa.js 14 * Take a string of hex like '74657374' and return the ascii version 'test'.
15 * @param {string} str The string of hex characters to convert to ascii
16 * @return {string} The ASCII values of those hex encoded characters
  /external/chromium_org/media/audio/win/
audio_unified_win.cc 448 << "Failed to stop input streaming: " << std::hex << hr;
455 << "Failed to stop output streaming: " << std::hex << hr;
474 << "Failed to reset output streaming: " << std::hex << hr;
480 << "Failed to reset input streaming: " << std::hex << hr;
666 << std::hex << hr;
    [all...]
  /external/stlport/stlport/stl/
_num_put.c 175 (__flg & ios_base::basefield) == ios_base::hex) {
213 case ios_base::hex: __basechars = 2; break;
244 case ios_base::hex: __basechars = 2; break;
309 if ((__flags & ios_base::showpos) && ((__flags & (ios_base::oct | ios_base::hex)) == 0))
311 // oct or hex base shall not be added to the 0 value (see '#' flag in C formating strings)
330 case ios_base::hex:
480 __f.setf(ios_base::hex, ios_base::basefield);
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_num_put.c 175 (__flg & ios_base::basefield) == ios_base::hex) {
213 case ios_base::hex: __basechars = 2; break;
244 case ios_base::hex: __basechars = 2; break;
309 if ((__flags & ios_base::showpos) && ((__flags & (ios_base::oct | ios_base::hex)) == 0))
311 // oct or hex base shall not be added to the 0 value (see '#' flag in C formating strings)
330 case ios_base::hex:
480 __f.setf(ios_base::hex, ios_base::basefield);
  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/
_num_put.c 175 (__flg & ios_base::basefield) == ios_base::hex) {
213 case ios_base::hex: __basechars = 2; break;
244 case ios_base::hex: __basechars = 2; break;
309 if ((__flags & ios_base::showpos) && ((__flags & (ios_base::oct | ios_base::hex)) == 0))
311 // oct or hex base shall not be added to the 0 value (see '#' flag in C formating strings)
330 case ios_base::hex:
480 __f.setf(ios_base::hex, ios_base::basefield);
  /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/
_num_put.c 175 (__flg & ios_base::basefield) == ios_base::hex) {
213 case ios_base::hex: __basechars = 2; break;
244 case ios_base::hex: __basechars = 2; break;
309 if ((__flags & ios_base::showpos) && ((__flags & (ios_base::oct | ios_base::hex)) == 0))
311 // oct or hex base shall not be added to the 0 value (see '#' flag in C formating strings)
330 case ios_base::hex:
480 __f.setf(ios_base::hex, ios_base::basefield);
  /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/
_num_put.c 175 (__flg & ios_base::basefield) == ios_base::hex) {
213 case ios_base::hex: __basechars = 2; break;
244 case ios_base::hex: __basechars = 2; break;
309 if ((__flags & ios_base::showpos) && ((__flags & (ios_base::oct | ios_base::hex)) == 0))
311 // oct or hex base shall not be added to the 0 value (see '#' flag in C formating strings)
330 case ios_base::hex:
480 __f.setf(ios_base::hex, ios_base::basefield);
  /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/
_num_put.c 175 (__flg & ios_base::basefield) == ios_base::hex) {
213 case ios_base::hex: __basechars = 2; break;
244 case ios_base::hex: __basechars = 2; break;
309 if ((__flags & ios_base::showpos) && ((__flags & (ios_base::oct | ios_base::hex)) == 0))
311 // oct or hex base shall not be added to the 0 value (see '#' flag in C formating strings)
330 case ios_base::hex:
480 __f.setf(ios_base::hex, ios_base::basefield);
  /prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/stl/
_num_put.c 175 (__flg & ios_base::basefield) == ios_base::hex) {
213 case ios_base::hex: __basechars = 2; break;
244 case ios_base::hex: __basechars = 2; break;
309 if ((__flags & ios_base::showpos) && ((__flags & (ios_base::oct | ios_base::hex)) == 0))
311 // oct or hex base shall not be added to the 0 value (see '#' flag in C formating strings)
330 case ios_base::hex:
480 __f.setf(ios_base::hex, ios_base::basefield);
  /art/compiler/
elf_fixup.cc 130 LOG(FATAL) << "Illegal d_tag value 0x" << std::hex << d_tag;
163 LOG(FATAL) << "Unknown MIPS d_tag value 0x" << std::hex << d_tag;
171 LOG(FATAL) << "Unknown d_tag value 0x" << std::hex << d_tag;
  /external/chromium_org/third_party/icu/source/test/intltest/
transrt.cpp 889 from + "(" + TestUtility::hex(from) + ") => " +
890 to + "(" + TestUtility::hex(to) + ")");
901 from + "(" + TestUtility::hex(from) + ") => " +
902 to + "(" + TestUtility::hex(to) + ")" +
903 fromCan + "(" + TestUtility::hex(fromCan) + ") => " +
905 TestUtility::hex(toCan) + ")"
922 from + "(" + TestUtility::hex(from) + ") => " +
923 to + "(" + TestUtility::hex(to) + ")" +
926 TestUtility::hex(otherTo) + ")"
940 from + "(" + TestUtility::hex(from) + ") => "
    [all...]
  /external/icu4c/test/intltest/
transrt.cpp 890 from + "(" + TestUtility::hex(from) + ") => " +
891 to + "(" + TestUtility::hex(to) + ")");
902 from + "(" + TestUtility::hex(from) + ") => " +
903 to + "(" + TestUtility::hex(to) + ")" +
904 fromCan + "(" + TestUtility::hex(fromCan) + ") => " +
906 TestUtility::hex(toCan) + ")"
923 from + "(" + TestUtility::hex(from) + ") => " +
924 to + "(" + TestUtility::hex(to) + ")" +
927 TestUtility::hex(otherTo) + ")"
941 from + "(" + TestUtility::hex(from) + ") => "
    [all...]
  /frameworks/base/services/java/com/android/server/usb/
UsbDebuggingManager.java 223 String hex = "0123456789ABCDEF"; local
238 sb.append(hex.charAt((digest[i] >> 4) & 0xf));
239 sb.append(hex.charAt(digest[i] & 0xf));
  /external/chromium/base/
string_number_conversions_unittest.cc 354 {"-42", "", 0, false}, // any non-hex value fails
360 {"0x42", "", 0, false}, // leading 0x fails (x is not hex)
437 std::string hex(HexEncode(NULL, 0));
438 EXPECT_EQ(hex.length(), 0U);
440 hex = HexEncode(bytes, sizeof(bytes));
441 EXPECT_EQ(hex.compare("01FF02FE038081"), 0);
  /external/chromium_org/base/third_party/symbolize/
symbolize.cc 468 // Place the hex number read from "start" into "*hex". The pointer to
469 // the first non-hex character or "end" is returned.
470 static char *GetHex(const char *start, const char *end, uint64_t *hex) {
471 *hex = 0;
477 *hex = (*hex << 4) | (ch < 'A' ? ch - '0' : (ch & 0xF) + 9);
478 } else { // Encountered the first non-hex character.
  /external/chromium_org/media/webm/
webm_video_client.cc 144 MEDIA_LOG(log_cb_) << "Multiple values for id " << std::hex << id
  /external/chromium_org/native_client_sdk/src/examples/tutorial/debugging/
example.js 73 // <hex address> <symbol name>
91 // .text <hex address> <size> <filename>
  /external/chromium_org/third_party/libphonenumber/src/phonenumbers/utf/
unicodetext.cc 33 using std::hex;
178 ss << "{Repr " << hex << this << " data=" << data_ << " size=" << dec
391 ss << "{UnicodeText " << hex << this << dec << " chars="
509 ss << "{iter " << hex << it_ << "}";
  /external/chromium_org/third_party/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/compiler-rt/lib/asan/scripts/
symbolize.py 32 return hex(addr)
76 addr = hex(int(addr, 16) + load_addr)

Completed in 2451 milliseconds

1 2 3 4 5 6 78 91011>>