HomeSort by relevance Sort by last modified time
    Searched refs:format_char (Results 1 - 9 of 9) sorted by null

  /external/qemu/android/
sockets.c 279 format_char( char* buf, char* end, int c ) function
328 buf = format_char(buf, end, temp[--nn]);
340 buf = format_char(buf, end, hex[(val >> shift) & 15]);
350 buf = format_char( buf, end, '.');
352 buf = format_char( buf, end, '.');
354 buf = format_char( buf, end, '.');
367 buf = format_char(buf, end, ':');
384 buf = format_char( buf, end, ':' );
390 buf = format_char( buf, end, ':' );
    [all...]
  /sdk/emulator/opengl/tests/event_injector/
sockets.c 279 format_char( char* buf, char* end, int c ) function
328 buf = format_char(buf, end, temp[--nn]);
340 buf = format_char(buf, end, hex[(val >> shift) & 15]);
350 buf = format_char( buf, end, '.');
352 buf = format_char( buf, end, '.');
354 buf = format_char( buf, end, '.');
367 buf = format_char(buf, end, ':');
384 buf = format_char( buf, end, ':' );
390 buf = format_char( buf, end, ':' );
    [all...]
  /external/lldb/source/Interpreter/
Args.cpp     [all...]
CommandObject.cpp 793 char format_char = FormatManager::GetFormatAsFormatChar(f); local
794 if (format_char)
795 sstr.Printf("'%c' or ", format_char);
    [all...]
  /external/ltrace/
lens_default.c 174 format_char(FILE *stream, struct value *value, struct value_dict *arguments) function
419 &format_char);
646 return format_char(stream, value, arguments);
  /external/lldb/source/DataFormatters/
FormatManager.cpp 32 const char format_char; // One or more format characters that can be used for this format. member in struct:FormatInfo
83 GetFormatFromFormatChar (char format_char, Format &format)
87 if (g_format_infos[i].format_char == format_char)
153 return g_format_infos[i].format_char;
    [all...]
  /external/lldb/source/Commands/
CommandObjectTarget.cpp 3258 const char format_char = m_options.m_format_array[i].first; local
    [all...]
  /external/qemu-pc-bios/vgabios/
vgabios.c 3785 Bit8u c, format_char; local
    [all...]
  /external/qemu-pc-bios/bochs/bios/
rombios.c 1627 Bit8u c, format_char; local
    [all...]

Completed in 351 milliseconds