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

  /external/chromium/base/
stringprintf.h 20 WPRINTF_FORMAT(1, 2);
32 WPRINTF_FORMAT(2, 3);
40 WPRINTF_FORMAT(2, 3);
48 WPRINTF_FORMAT(2, 0);
compiler_specific.h 116 // WPRINTF_FORMAT is the same, but for wide format strings.
119 #define WPRINTF_FORMAT(format_param, dots_param)
string_util.h 62 WPRINTF_FORMAT(3, 0);
79 // function just so the WPRINTF_FORMAT works.
81 WPRINTF_FORMAT(3, 4);
  /external/chromium_org/base/strings/
stringprintf.h 23 WPRINTF_FORMAT(1, 2);
37 WPRINTF_FORMAT(2, 3);
47 WPRINTF_FORMAT(2, 3);
57 WPRINTF_FORMAT(2, 0);
string_util.h 56 WPRINTF_FORMAT(3, 0);
73 // function just so the WPRINTF_FORMAT works.
75 WPRINTF_FORMAT(3, 4);
  /external/chromium_org/base/
compiler_specific.h 162 // WPRINTF_FORMAT is the same, but for wide format strings.
165 #define WPRINTF_FORMAT(format_param, dots_param)

Completed in 313 milliseconds