/art/runtime/entrypoints/quick/ |
quick_trampoline_entrypoints_test.cc | 50 << type << " core spills=" << std::hex << frame_info.CoreSpillMask() << " fp spills=" 59 " differs for " << type << " core spills=" << std::hex << frame_info.CoreSpillMask() <<
|
/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/codegen/ |
Target.java | 187 String hex = Integer.toHexString(c|0x10000).toUpperCase().substring(1,5); local 189 buf.append(hex); 321 * with bitsets. I.e., convert bytes to hex string. 342 String hex = Integer.toHexString(v|0x10000).substring(1,5); local 343 return "\\u"+hex;
|
/external/chromium_org/third_party/skia/src/utils/ |
SkParseColor.cpp | 459 uint32_t hex; local 460 const char* end = SkParse::FindHex(value + 1, &hex); 466 unsigned a = len == 4 ? nib2byte(hex >> 12) : oldAlpha; 467 unsigned r = nib2byte((hex >> 8) & 0xF); 468 unsigned g = nib2byte((hex >> 4) & 0xF); 469 unsigned b = nib2byte(hex & 0xF); 474 hex |= oldAlpha << 24; 475 *colorPtr = hex;
|
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/bin/tests/multisect/ |
multisect2.asm | 25 and dl, 0Fh ; mask off a single (hex) digit
|
/external/chromium_org/ui/events/keycodes/dom4/ |
keycode_converter_unittest.cc | 70 << " duplicate of USB code 0x" << std::hex << std::setfill('0') 79 << " duplicate of native code 0x" << std::hex << std::setfill('0')
|
/external/chromium_org/win8/metro_driver/ |
metro_driver.cc | 28 LOG(ERROR) << "VEH: Metro error 0x" << std::hex << info[0] << ": " << msg; 31 LOG(ERROR) << "VEH: Metro old error 0x" << std::hex << info[0]
|
/external/doclava/src/com/google/doclava/ |
FieldInfo.java | 346 String hex = null; local 353 hex = String.format("0x%02x", val); 356 hex = String.format("0x%04x", val); 363 hex = String.format("0x%08x", val); 366 hex = String.format("0x%016x", val); 369 hex = String.format("0x%04x", val); 376 if (dec != null && hex != null) { 378 data.setValue(base + ".constantValue.hex", Doclava.escape(hex));
|
/external/libcxx/test/localization/locale.categories/category.numeric/locale.nm.put/facet.num.put.members/ |
put_long_long.pass.cpp | 116 hex(ios); 125 hex(ios); 135 hex(ios); 147 hex(ios); 159 hex(ios); 231 hex(ios); 244 hex(ios); 257 hex(ios);
|
put_unsigned_long_long.pass.cpp | 116 hex(ios); 125 hex(ios); 135 hex(ios); 147 hex(ios); 159 hex(ios); 231 hex(ios); 244 hex(ios); 257 hex(ios);
|
/external/skia/src/utils/ |
SkParseColor.cpp | 459 uint32_t hex; local 460 const char* end = SkParse::FindHex(value + 1, &hex); 466 unsigned a = len == 4 ? nib2byte(hex >> 12) : oldAlpha; 467 unsigned r = nib2byte((hex >> 8) & 0xF); 468 unsigned g = nib2byte((hex >> 4) & 0xF); 469 unsigned b = nib2byte(hex & 0xF); 474 hex |= oldAlpha << 24; 475 *colorPtr = hex;
|
/libcore/luni/src/test/java/libcore/util/ |
SerializationTester.java | 122 public static Object deserializeHex(String hex) throws IOException, ClassNotFoundException { 123 return deserialize(hexDecode(hex));
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locale.categories/category.numeric/locale.nm.put/facet.num.put.members/ |
put_long_long.pass.cpp | 116 hex(ios); 125 hex(ios); 135 hex(ios); 147 hex(ios); 159 hex(ios); 231 hex(ios); 244 hex(ios); 257 hex(ios);
|
put_unsigned_long_long.pass.cpp | 116 hex(ios); 125 hex(ios); 135 hex(ios); 147 hex(ios); 159 hex(ios); 231 hex(ios); 244 hex(ios); 257 hex(ios);
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/ |
argvemulator.py | 59 msg = "High Level Event: %r %r" % (hex(message), hex(h | (v<<16)))
|
/art/runtime/gc/space/ |
rosalloc_space-inl.h | 38 << " at " << std::hex << reinterpret_cast<intptr_t>(obj_ptr) << std::dec
|
/external/chromium_org/tools/cygprofile/ |
symbolize.py | 49 # print hex(vm_start) 172 cmd = ['addr2line', '-f', '-e', lib_file, hex(addr)] 218 print('WARNING: Address ' + hex(addr) + ' (line= ' + 234 + hex(addr) + '\n') 248 + hex(addr) + '\n')
|
/external/chromium_org/ui/gfx/test/ |
gfx_util.cc | 17 stream << std::hex << std::uppercase << "#" << std::setfill('0')
|
/external/libcxx/test/input.output/iostream.format/output.streams/ostream.formatted/ostream.inserters.arithmetic/ |
double.pass.cpp | 78 hex(os);
|
float.pass.cpp | 78 hex(os);
|
int.pass.cpp | 78 hex(os);
|
long.pass.cpp | 78 hex(os);
|
long_double.pass.cpp | 78 hex(os);
|
long_long.pass.cpp | 78 hex(os);
|
short.pass.cpp | 78 hex(os);
|
unsigned_int.pass.cpp | 78 hex(os);
|