Searched refs:hex (Results 276 - 300 of 315) sorted by relevance

<<111213

/external/oprofile/libpp/
H A Dformat_output.cpp61 out << hex << setw(width) << setfill('0') << vma;
/external/qemu/
H A Di386-dis.c170 static void print_operand_value (char *buf, size_t bufsize, int hex, bfd_vma disp);
4712 print_operand_value (char *buf, size_t bufsize, int hex, bfd_vma disp) argument
4716 if (hex)
4761 if (hex)
4768 /* Put DISP in BUF as signed hex number. */
/external/stlport/stlport/stl/
H A D_num_get.c83 case ios_base::hex:
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/ActionScript/
H A DActionScript.stg939 * Can't use hex as compiler translates them before compilation.
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/Java/
H A DJava.stg1008 * Can't use hex as compiler translates them before compilation.
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/Perl5/
H A DPerl5.stg972 * Can't use hex as compiler translates them before compilation.
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/Python/
H A DPython.stg1089 * Can't use hex as compiler translates them before compilation.
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/Scala/
H A DScala.stg999 * Can't use hex as compiler translates them before compilation.
/external/chromium_org/content/common/gpu/media/
H A Dexynos_video_decode_accelerator.cc367 ", caps check failed: 0x" << std::hex << caps.capabilities;
374 ", caps check failed: 0x" << std::hex << caps.capabilities;
/external/elfutils/
H A Delfutils.spec248 - readelf: new options --hex-dump (or -x), --strings (or -p)
/external/linux-tools-perf/util/
H A Dsymbol.c2553 static int hex(char ch) function
2565 * While we find nice hex chars, build a long_val.
2574 const int hex_val = hex(*p);
/external/chromium_org/chrome_frame/
H A Durlmon_url_request.cc364 << "- Request stopped, Result: " << std::hex << result;
/external/chromium_org/net/disk_cache/v3/
H A Dentry_impl_v3.cc809 LOG(ERROR) << "No file for " << std::hex << address.value();
/external/chromium_org/third_party/angle_dx11/src/compiler/
H A DIntermediate.cpp1439 stream << HASHED_NAME_PREFIX << std::hex << number;
/external/llvm/tools/llvm-readobj/
H A DCOFFDumper.cpp778 OS << W.hex(Offset)
/external/chromium_org/third_party/re2/lib/codereview/
H A Dcodereview.py2041 if IsLocalCL(ui, repo, clname) and IsRietveldSubmitted(ui, clname, repo[rev].hex()):
2363 def IsRietveldSubmitted(ui, clname, hex):
2370 if m is not None and len(m.group(1)) >= 8 and hex.startswith(m.group(1)):
/external/regex-re2/lib/codereview/
H A Dcodereview.py2041 if IsLocalCL(ui, repo, clname) and IsRietveldSubmitted(ui, clname, repo[rev].hex()):
2363 def IsRietveldSubmitted(ui, clname, hex):
2370 if m is not None and len(m.group(1)) >= 8 and hex.startswith(m.group(1)):
/external/chromium_org/chrome/installer/setup/
H A Dsetup_main.cc908 << "hr=" << std::hex << hr;
/external/chromium_org/chrome/installer/util/
H A Dshell_util.cc745 << " handler; hr=0x" << std::hex << hr;
/external/chromium_org/net/disk_cache/
H A Dentry_impl.cc1018 LOG(ERROR) << "No file for " << std::hex << address.value();
/external/chromium_org/third_party/libjingle/source/talk/app/webrtc/java/jni/
H A Dpeerconnection_jni.cc555 CHECK(it != streams_.end(), "unexpected stream: " << std::hex << stream);
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/CSharp2/
H A DCSharp2.stg1267 * Can't use hex as compiler translates them before compilation.
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/CSharp3/
H A DCSharp3.stg1246 * Can't use hex as compiler translates them before compilation.
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/ObjC/
H A DObjC.stg1492 * Can't use hex as compiler translates them before compilation.
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dcom.ibm.icu_4.2.1.v20100412.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 6665 milliseconds

<<111213