HomeSort by relevance Sort by last modified time
    Searched refs:format (Results 126 - 150 of 8082) sorted by null

1 2 3 4 56 7 8 91011>>

  /bionic/libc/bionic/
malloc_debug_common.h 108 #define debug_log(format, ...) \
109 __libc_format_log(ANDROID_LOG_DEBUG, "malloc_leak_check", (format), ##__VA_ARGS__ )
110 #define error_log(format, ...) \
111 __libc_format_log(ANDROID_LOG_ERROR, "malloc_leak_check", (format), ##__VA_ARGS__ )
112 #define info_log(format, ...) \
113 __libc_format_log(ANDROID_LOG_INFO, "malloc_leak_check", (format), ##__VA_ARGS__ )
  /bionic/libc/private/
libc_logging.h 66 __LIBC_HIDDEN__ __noreturn void __libc_fatal(const char* format, ...)
75 __LIBC_HIDDEN__ void __libc_fatal_no_abort(const char* format, ...)
83 __LIBC_HIDDEN__ int __libc_format_buffer(char* buffer, size_t buffer_size, const char* format, ...)
86 __LIBC_HIDDEN__ int __libc_format_fd(int fd, const char* format, ...)
89 __LIBC_HIDDEN__ int __libc_format_log(int priority, const char* tag, const char* format, ...)
92 __LIBC_HIDDEN__ int __libc_format_log_va_list(int priority, const char* tag, const char* format,
  /external/chromium/chrome/common/extensions/
extension_error_utils.cc 10 const std::string& format,
12 std::string ret_val = format;
18 const std::string& format,
21 std::string ret_val = format;
28 const std::string& format,
32 std::string ret_val = format;
extension_error_utils.h 14 static std::string FormatErrorMessage(const std::string& format,
17 static std::string FormatErrorMessage(const std::string& format,
21 static std::string FormatErrorMessage(const std::string& format,
  /external/chromium_org/extensions/common/
error_utils.h 17 static std::string FormatErrorMessage(const std::string& format,
20 static std::string FormatErrorMessage(const std::string& format,
24 static std::string FormatErrorMessage(const std::string& format,
29 static string16 FormatErrorMessageUTF16(const std::string& format,
32 static string16 FormatErrorMessageUTF16(const std::string& format,
36 static string16 FormatErrorMessageUTF16(const std::string& format,
error_utils.cc 12 std::string ErrorUtils::FormatErrorMessage(const std::string& format,
14 std::string ret_val = format;
19 std::string ErrorUtils::FormatErrorMessage(const std::string& format,
22 std::string ret_val = format;
28 std::string ErrorUtils::FormatErrorMessage(const std::string& format,
32 std::string ret_val = format;
39 string16 ErrorUtils::FormatErrorMessageUTF16(const std::string& format,
41 std::string ret_val = format;
46 string16 ErrorUtils::FormatErrorMessageUTF16(const std::string& format,
49 std::string ret_val = format;
    [all...]
  /external/chromium_org/third_party/icu/source/tools/tzcode/
scheck.c 17 scheck(string, format)
19 const char * const format;
29 if (string == NULL || format == NULL)
31 fbuf = imalloc((int) (2 * strlen(format) + 4));
34 fp = format;
60 result = (char *) format;
  /external/icu4c/tools/tzcode/
scheck.c 17 scheck(string, format)
19 const char * const format;
29 if (string == NULL || format == NULL)
31 fbuf = imalloc((int) (2 * strlen(format) + 4));
34 fp = format;
60 result = (char *) format;
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/provider/symmetric/util/
BaseAlgorithmParameters.java 10 protected boolean isASN1FormatString(String format)
12 return format == null || format.equals("ASN.1");
  /external/chromium_org/third_party/skia/src/ports/
SkDebug_nacl.cpp 27 void SkDebugf(const char format[], ...) {
31 va_start(args, format);
33 vsnprintf(buffer + strlen(kLogPrefix), kBufferSize, format, args);
  /external/chromium_org/tools/gyp/test/actions/
gyptest-default.py 24 if test.format in ['ninja', 'android']:
50 if test.format == 'xcode':
62 if test.format == 'xcode':
  /external/chromium_org/tools/gyp/test/actions-multiple/
gyptest-all.py 33 if test.format in ['make', 'ninja']:
35 if test.format == 'make':
37 elif test.format == 'ninja':
  /external/chromium_org/tools/gyp/test/generator-output/
gyptest-top-all.py 42 if test.format == 'xcode':
46 if test.format == 'xcode':
50 if test.format == 'xcode':
  /external/chromium_org/tools/gyp/test/rules/
gyptest-all.py 30 if test.format == 'xcode':
41 if test.format == 'xcode':
63 if test.format == 'xcode':
  /external/e2fsprogs/intl/
vasnprintf.h 33 /* The __-protected variants of `format' and `printf' attributes
36 # define __format__ format
52 extern char * asnprintf (char *resultbuf, size_t *lengthp, const char *format, ...)
54 extern char * vasnprintf (char *resultbuf, size_t *lengthp, const char *format, va_list args)
  /external/okhttp/src/main/java/com/squareup/okhttp/internal/
NamedRunnable.java 25 public NamedRunnable(String format, Object... args) {
26 this.name = String.format(format, args);
  /external/sfntly/cpp/src/sfntly/table/bitmap/
simple_bitmap_glyph.h 30 Builder(WritableFontData* data, int32_t format);
31 Builder(ReadableFontData* data, int32_t format);
37 SimpleBitmapGlyph(ReadableFontData* data, int32_t format);
  /external/skia/src/ports/
SkDebug_nacl.cpp 27 void SkDebugf(const char format[], ...) {
31 va_start(args, format);
33 vsnprintf(buffer + strlen(kLogPrefix), kBufferSize, format, args);
  /external/valgrind/main/coregrind/
pub_core_debuglog.h 77 const HChar* format, ... )
78 __attribute__((format(__printf__, 3, 4)));
87 const HChar *format,
  /cts/tests/tests/hardware/src/android/hardware/cts/helpers/
SensorNotSupportedException.java 26 super(String.format(
  /device/generic/goldfish/opengl/system/GLESv1_enc/
GLEncoderUtils.h 20 size_t pixelDataSize(void *self, GLsizei width, GLsizei height, GLenum format, GLenum type, int pack);
  /external/ceres-solver/internal/ceres/
stringprintf.h 50 // Tell the compiler to do printf format string checking if the compiler
51 // supports it; see the 'format' attribute in
66 extern string StringPrintf(const char* format, ...)
67 // Tell the compiler to do printf format string checking.
71 extern const string& SStringPrintf(string* dst, const char* format, ...)
72 // Tell the compiler to do printf format string checking.
76 extern void StringAppendF(string* dst, const char* format, ...)
77 // Tell the compiler to do printf format string checking.
82 extern void StringAppendV(string* dst, const char* format, va_list ap);
  /external/chromium/base/
stringprintf.h 18 BASE_API std::string StringPrintf(const char* format, ...) PRINTF_FORMAT(1, 2);
19 BASE_API std::wstring StringPrintf(const wchar_t* format, ...)
23 BASE_API std::string StringPrintV(const char* format, va_list ap)
28 const char* format, ...)
31 const wchar_t* format, ...)
35 BASE_API void StringAppendF(std::string* dst, const char* format, ...)
39 BASE_API void StringAppendF(std::wstring* dst, const wchar_t* format, ...)
44 BASE_API void StringAppendV(std::string* dst, const char* format, va_list ap)
47 const wchar_t* format, va_list ap)
  /external/chromium/third_party/libjingle/source/talk/base/
checks.h 37 void Fatal(const char* file, int line, const char* format, ...);
  /external/chromium_org/base/strings/
stringprintf.h 18 BASE_EXPORT std::string StringPrintf(const char* format, ...)
22 BASE_EXPORT std::wstring StringPrintf(const wchar_t* format, ...)
27 BASE_EXPORT std::string StringPrintV(const char* format, va_list ap)
32 const char* format, ...)
36 const wchar_t* format, ...)
41 BASE_EXPORT void StringAppendF(std::string* dst, const char* format, ...)
46 BASE_EXPORT void StringAppendF(std::wstring* dst, const wchar_t* format, ...)
52 BASE_EXPORT void StringAppendV(std::string* dst, const char* format, va_list ap)
56 const wchar_t* format, va_list ap)

Completed in 506 milliseconds

1 2 3 4 56 7 8 91011>>