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

  /external/chromium_org/third_party/mesa/src/src/mesa/main/
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);
errors.c 908 * \param fmtString printf()-like format string.
911 _mesa_warning( struct gl_context *ctx, const char *fmtString, ... )
915 va_start( args, fmtString );
916 (void) _mesa_vsnprintf( str, MAXSTRING, fmtString, args );
931 * \param fmtString problem description string.
934 _mesa_problem( const struct gl_context *ctx, const char *fmtString, ... )
945 va_start( args, fmtString );
946 _mesa_vsnprintf( str, MAXSTRING, fmtString, args );
955 should_output(struct gl_context *ctx, GLenum error, const char *fmtString)
979 ctx->ErrorDebugFmtString != fmtString) {
    [all...]
  /external/mesa3d/src/mesa/main/
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);
errors.c 908 * \param fmtString printf()-like format string.
911 _mesa_warning( struct gl_context *ctx, const char *fmtString, ... )
915 va_start( args, fmtString );
916 (void) _mesa_vsnprintf( str, MAXSTRING, fmtString, args );
931 * \param fmtString problem description string.
934 _mesa_problem( const struct gl_context *ctx, const char *fmtString, ... )
945 va_start( args, fmtString );
946 _mesa_vsnprintf( str, MAXSTRING, fmtString, args );
955 should_output(struct gl_context *ctx, GLenum error, const char *fmtString)
979 ctx->ErrorDebugFmtString != fmtString) {
    [all...]
  /external/srec/srec/EventLog/include/
riff.h 108 char fmtString[4];
  /external/chromium_org/third_party/icu/source/test/intltest/
plurfmts.cpp 563 UnicodeString fmtString(fmt, -1, US_INV);
564 PluralFormat pf(Locale::getEnglish(), fmtString, status);
565 MessageFormat mf(UNICODE_STRING_SIMPLE("{0,plural,").append(fmtString).append((UChar)0x7d /* '}' */),
  /external/icu/icu4c/source/test/intltest/
plurfmts.cpp 563 UnicodeString fmtString(fmt, -1, US_INV);
564 PluralFormat pf(Locale::getEnglish(), fmtString, status);
565 MessageFormat mf(UNICODE_STRING_SIMPLE("{0,plural,").append(fmtString).append((UChar)0x7d /* '}' */),
  /external/srec/srec/EventLog/src/
EventLogImpl.c 613 strncpy(header.fmtString, "fmt ", 4);
635 pfwrite(&header.fmtString, 1, sizeof(header.fmtString), impl->waveformFile);
riff.c 981 strncpy(header.fmtString, "fmt ", 4);
  /external/chromium_org/third_party/mesa/src/src/mesa/main/tests/
enum_strings.cpp 36 _mesa_warning( struct gl_context *ctx, const char *fmtString, ... )
39 (void) fmtString;
    [all...]
  /external/mesa3d/src/mesa/main/tests/
enum_strings.cpp 36 _mesa_warning( struct gl_context *ctx, const char *fmtString, ... )
39 (void) fmtString;
    [all...]
  /external/chromium_org/third_party/mesa/src/chromium_gensrc/mesa/
api_exec_es1.c 32 extern void _mesa_error(void *ctx, GLenum error, const char *fmtString, ... );
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.p2.metadata_2.0.0.v20100601.jar 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-bundles-external/0.20.0/eclipse/plugins/
org.eclipse.equinox.p2.metadata_2.2.0.v20130523-1557.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.eclipse.equinox.p2.metadata_2.2.0.v20130523-1557.jar 

Completed in 2092 milliseconds