Searched defs:format_str (Results 1 - 7 of 7) sorted by relevance

/external/llvm/lib/DebugInfo/
H A DDWARFDebugRangeList.cpp49 const char *format_str = (AddressSize == 4 local
52 OS << format(format_str, Offset, RLE.StartAddress, RLE.EndAddress);
/external/stlport/test/eh/
H A Dmain.cpp59 void STLPORT::__stl_debug_message(const char * format_str, ...) argument
62 va_start( args, format_str );
64 std::vsnprintf(msg, sizeof(msg)/sizeof(*msg) - 1, format_str, args );
/external/chromium_org/url/
H A Durl_canon_internal.cc394 const char* format_str; local
396 format_str = "%d";
398 format_str = "%x";
402 int written = snprintf(buffer, size_in_chars, format_str, value);
/external/chromium_org/chrome/app/
H A Dchrome_main_delegate.cc449 std::string format_str = local
451 if (format_str == "machine") {
453 } else if (format_str == "log") {
456 DCHECK_EQ("human", format_str);
500 std::string format_str = local
502 if (format_str == "machine") {
504 } else if (format_str == "human") {
507 DCHECK_EQ("log", format_str);
H A Dclient_util.cc132 const char* format_str = kDefaultFormatStr; local
139 format_str =
145 base::SStringPrintf(&group_name, format_str, value);
/external/qemu/android/
H A Dsockets.c293 format_str( char* buf, char* end, const char* str ) function
395 buf = format_str( buf, end, a->u._unix.path );
/external/lldb/source/Core/
H A DDebugger.cpp2611 std::string format_str = lldb_utility::ansi::FormatAnsiTerminalCodes (format, use_color); local
2612 if (format_str.length())
2613 format = format_str.c_str();

Completed in 408 milliseconds