Searched refs:fmtString (Results 1 – 5 of 5) sorted by relevance
/external/mesa3d/src/mesa/main/ |
D | errors.h | 60 _mesa_warning( struct gl_context *gc, const char *fmtString, ... ) PRINTFLIKE(2, 3); 63 _mesa_problem( const struct gl_context *ctx, const char *fmtString, ... ) PRINTFLIKE(2, 3); 66 _mesa_error( struct gl_context *ctx, GLenum error, const char *fmtString, ... ) PRINTFLIKE(3, 4); 69 _mesa_debug( const struct gl_context *ctx, const char *fmtString, ... ) PRINTFLIKE(2, 3);
|
D | errors.c | 911 _mesa_warning( struct gl_context *ctx, const char *fmtString, ... ) in _mesa_warning() argument 915 va_start( args, fmtString ); in _mesa_warning() 916 (void) _mesa_vsnprintf( str, MAXSTRING, fmtString, args ); in _mesa_warning() 934 _mesa_problem( const struct gl_context *ctx, const char *fmtString, ... ) in _mesa_problem() argument 945 va_start( args, fmtString ); in _mesa_problem() 946 _mesa_vsnprintf( str, MAXSTRING, fmtString, args ); in _mesa_problem() 955 should_output(struct gl_context *ctx, GLenum error, const char *fmtString) in should_output() argument 979 ctx->ErrorDebugFmtString != fmtString) { in should_output() 981 ctx->ErrorDebugFmtString = fmtString; in should_output() 1004 _mesa_error( struct gl_context *ctx, GLenum error, const char *fmtString, ... ) in _mesa_error() argument [all …]
|
/external/mesa3d/src/mesa/main/tests/ |
D | enum_strings.cpp | 36 _mesa_warning( struct gl_context *ctx, const char *fmtString, ... ) in _mesa_warning() argument 39 (void) fmtString; in _mesa_warning()
|
/external/icu/icu4c/source/test/intltest/ |
D | plurfmts.cpp | 563 UnicodeString fmtString(fmt, -1, US_INV); in pluralFormatExtendedTest() local 564 PluralFormat pf(Locale::getEnglish(), fmtString, status); in pluralFormatExtendedTest() 565 …MessageFormat mf(UNICODE_STRING_SIMPLE("{0,plural,").append(fmtString).append((UChar)0x7d /* '}' *… in pluralFormatExtendedTest()
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/ |
D | org.eclipse.equinox.p2.metadata_2.0.0.v20100601.jar | META-INF/MANIFEST.MF
META-INF/ECLIPSEF.SF
META-INF/ECLIPSEF ... |