Home
last modified time | relevance | path

Searched defs:FORMAT (Results 1 – 6 of 6) sorted by relevance

/external/webkit/Source/WebKit/android/plugins/
DPluginDebugAndroid.h39 # define PLUGIN_LOG(FORMAT, ARGS...) do { anp_logPlugin(FORMAT, ## ARGS); } while(0) argument
/external/guava/guava-tests/test/com/google/common/base/
DPreconditionsTest.java364 private static final String FORMAT = "I ate %s pies."; field in PreconditionsTest
/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_internal_defs.h33 # define FORMAT(f, a) macro
42 # define FORMAT(f, a) __attribute__((format(printf, f, a))) macro
/external/icu4c/i18n/unicode/
Ddtfmtsym.h270 FORMAT, enumerator
/external/mdnsresponder/mDNSShared/
DDebugServices.h1208 #define dlogv( LEVEL, FORMAT, LIST ) DebugPrintFVAList( ( LEVEL ), ( FORMAT ), ( LIST ) ) argument
1210 #define dlogv( LEVEL, FORMAT, LIST ) argument
1258 #define DebugLogMsg( LEVEL, FORMAT, P1, P2, P3, P4, P5, P6 ) \ argument
1268 #define DebugLogMsg( LEVEL, FORMAT, P1, P2, P3, P4, P5, P6 ) argument
/external/protobuf/src/google/protobuf/stubs/
Dcommon.cc155 #define DECLARE_STREAM_OPERATOR(TYPE, FORMAT) \ argument