HomeSort by relevance Sort by last modified time
    Searched refs:PRINTF_FORMAT (Results 1 - 25 of 40) sorted by null

1 2

  /external/libweave/third_party/chromium/base/strings/
stringprintf.h 20 PRINTF_FORMAT(1, 2) WARN_UNUSED_RESULT;
24 PRINTF_FORMAT(1, 0) WARN_UNUSED_RESULT;
28 PRINTF_FORMAT(2, 3);
32 PRINTF_FORMAT(2, 3);
37 PRINTF_FORMAT(2, 0);
string_util.h 37 PRINTF_FORMAT(3, 0);
42 // function just so the PRINTF_FORMAT works.
46 ...) PRINTF_FORMAT(3, 4);
  /external/v8/src/base/
compiler-specific.h 35 #define PRINTF_FORMAT(format_param, dots_param) \
38 #define PRINTF_FORMAT(format_param, dots_param)
  /hardware/qcom/wlan/qcwcn/wifi_hal/
wificonfigcommand.h 35 #define PRINTF_FORMAT(a,b) __attribute__ ((format (printf, (a), (b))))
38 #define PRINTF_FORMAT(a,b)
ifaceeventhandler.h 35 #define PRINTF_FORMAT(a,b) __attribute__ ((format (printf, (a), (b))))
38 #define PRINTF_FORMAT(a,b)
tdlsCommand.h 56 #define PRINTF_FORMAT(a,b) __attribute__ ((format (printf, (a), (b))))
59 #define PRINTF_FORMAT(a,b)
llstatscommand.h 44 #define PRINTF_FORMAT(a,b) __attribute__ ((format (printf, (a), (b))))
47 #define PRINTF_FORMAT(a,b)
gscancommand.h 23 #define PRINTF_FORMAT(a,b) __attribute__ ((format (printf, (a), (b))))
26 #define PRINTF_FORMAT(a,b)
  /external/libchrome/base/strings/
stringprintf.h 21 PRINTF_FORMAT(1, 2) WARN_UNUSED_RESULT;
30 PRINTF_FORMAT(1, 0) WARN_UNUSED_RESULT;
36 ...) PRINTF_FORMAT(2, 3);
47 ...) PRINTF_FORMAT(2, 3);
57 PRINTF_FORMAT(2, 0);
  /external/v8/src/profiler/
strings-storage.h 25 PRINTF_FORMAT(2, 3) const char* GetFormatted(const char* format, ...);
26 PRINTF_FORMAT(2, 0)
  /external/wpa_supplicant_8/src/utils/
wpa_debug.h 73 PRINTF_FORMAT(2, 3);
185 void wpa_msg(void *ctx, int level, const char *fmt, ...) PRINTF_FORMAT(3, 4);
200 PRINTF_FORMAT(3, 4);
216 PRINTF_FORMAT(3, 4);
231 PRINTF_FORMAT(3, 4);
245 PRINTF_FORMAT(3, 4);
259 PRINTF_FORMAT(3, 4);
287 const char *fmt, ...) PRINTF_FORMAT(5, 6);
wpabuf.h 39 void wpabuf_printf(struct wpabuf *buf, char *fmt, ...) PRINTF_FORMAT(2, 3);
  /external/v8/src/
log-utils.h 66 void PRINTF_FORMAT(2, 3) Append(const char* format, ...);
69 void PRINTF_FORMAT(2, 0) AppendVA(const char* format, va_list args);
  /external/v8/src/crankshaft/
hydrogen-range-analysis.h 25 PRINTF_FORMAT(2, 3) void TraceRange(const char* msg, ...);
lithium-codegen.h 38 void PRINTF_FORMAT(2, 3) Comment(const char* format, ...);
  /external/libchrome/base/
compiler_specific.h 139 #define PRINTF_FORMAT(format_param, dots_param) \
142 #define PRINTF_FORMAT(format_param, dots_param)
  /external/libweave/third_party/chromium/base/
compiler_specific.h 139 #define PRINTF_FORMAT(format_param, dots_param) \
142 #define PRINTF_FORMAT(format_param, dots_param)
  /external/v8/src/base/platform/
platform.h 158 static PRINTF_FORMAT(1, 2) void Print(const char* format, ...);
159 static PRINTF_FORMAT(1, 0) void VPrint(const char* format, va_list args);
162 static PRINTF_FORMAT(2, 3) void FPrint(FILE* out, const char* format, ...);
163 static PRINTF_FORMAT(2, 0) void VFPrint(FILE* out, const char* format,
169 static PRINTF_FORMAT(1, 2) void PrintError(const char* format, ...);
170 static PRINTF_FORMAT(1, 0) void VPrintError(const char* format, va_list args);
227 static PRINTF_FORMAT(3, 4) int SNPrintF(char* str, int length,
229 static PRINTF_FORMAT(3, 0) int VSNPrintF(char* str, int length,
  /system/extras/perfprofd/quipper/base/
compiler_specific.h 165 #define PRINTF_FORMAT(format_param, dots_param) \
168 #define PRINTF_FORMAT(format_param, dots_param)
  /external/v8/src/ast/
prettyprinter.h 24 void PRINTF_FORMAT(2, 3) Print(const char* format, ...);
67 void PRINTF_FORMAT(2, 3) Print(const char* format, ...);
  /external/libweave/include/weave/
error.h 63 ...) PRINTF_FORMAT(4, 5);
  /external/wpa_supplicant_8/src/tls/
tlsv1_server_i.h 73 PRINTF_FORMAT(2, 3);
  /external/libbrillo/brillo/errors/
error.h 50 ...) PRINTF_FORMAT(5, 6);
  /external/v8/src/wasm/
wasm-result.h 98 PRINTF_FORMAT(2, 3) void Error(const char* fmt, ...);
  /external/wpa_supplicant_8/src/eap_server/
eap_i.h 223 PRINTF_FORMAT(2, 3);

Completed in 279 milliseconds

1 2