Searched defs:FORMAT (Results 1 – 6 of 6) sorted by relevance
/external/webkit/Source/WebKit/android/plugins/ |
D | PluginDebugAndroid.h | 39 # define PLUGIN_LOG(FORMAT, ARGS...) do { anp_logPlugin(FORMAT, ## ARGS); } while(0) argument
|
/external/guava/guava-tests/test/com/google/common/base/ |
D | PreconditionsTest.java | 364 private static final String FORMAT = "I ate %s pies."; field in PreconditionsTest
|
/external/compiler-rt/lib/sanitizer_common/ |
D | sanitizer_internal_defs.h | 33 # define FORMAT(f, a) macro 42 # define FORMAT(f, a) __attribute__((format(printf, f, a))) macro
|
/external/icu4c/i18n/unicode/ |
D | dtfmtsym.h | 270 FORMAT, enumerator
|
/external/mdnsresponder/mDNSShared/ |
D | DebugServices.h | 1208 #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/ |
D | common.cc | 155 #define DECLARE_STREAM_OPERATOR(TYPE, FORMAT) \ argument
|