/external/clang/test/Lexer/ |
warn-date-time.c | 12 __TIME__ // expected-warning {{expansion of date or time macro is not reproducible}} 16 #define __TIME__ 17 __TIME__
|
builtin_redef.c | 11 int n = __TIME__;
|
/external/clang/test/Preprocessor/ |
print-pragma-microsoft.c | 6 #pragma comment(user, "Compiled on " __DATE__ " at " __TIME__)
|
pragma_ps4.c | 15 #pragma comment(user, "Compiled on " __DATE__ " at " __TIME__ ) // expected-warning {{'#pragma comment user' ignored}}
|
pragma_microsoft.c | 15 #pragma comment( user, "Compiled on " __DATE__ " at " __TIME__ )
|
/external/libchrome/base/ |
build_time.cc | 18 // The format of __DATE__ and __TIME__ is specified by the ANSI C Standard, 22 // __TIME__ is exactly "hh:mm:ss". 29 const char kDateTime[] = __DATE__ " " __TIME__ " PST";
|
build_time_unittest.cc | 25 char build_time[] = __TIME__;
|
/external/aac/libFDK/src/ |
FDK_core.cpp | 103 #define FDK_TOOLS_LIB_BUILD_TIME __TIME__
|
/external/libavc/encoder/ |
ih264e_version.c | 97 codec_name, codec_release_type, codec_release_ver, codec_vendor, __DATE__, __TIME__)
|
/external/libhevc/decoder/ |
ihevcd_version.c | 86 codec_name, codec_release_type, codec_release_ver, codec_vendor, __DATE__, __TIME__)
|
/external/eigen/bench/btl/generic_bench/utils/ |
utilities.h | 48 cout << " at " << __TIME__ << endl ;\
|
/external/mdnsresponder/mDNSPosix/ |
PosixDaemon.c | 277 mDNSexport const char mDNSResponderVersionString_SCCS[] = "@(#) mDNSResponder-" STRINGIFY(mDNSResponderVersion) " (" __DATE__ " " __TIME__ ")"; 281 mDNSexport const char mDNSResponderVersionString_SCCS[] = "@(#) mDNSResponder (Engineering Build) (" __DATE__ " " __TIME__ ")";
|
/system/core/debuggerd/ |
crasher.c | 206 fprintf(stderr,"crasher: built at " __TIME__ "!@\n");
|
/frameworks/compile/slang/ |
llvm-rs-cc.cpp | 194 OS << " Built " << __DATE__ << " (" << __TIME__ ").\n";
|
/external/aac/libSYS/src/ |
genericStds.cpp | 109 #define SYS_LIB_BUILD_TIME __TIME__
|
/external/mdnsresponder/mDNSShared/ |
dnssd_clientlib.c | 367 const char VersionString_SCCS_libdnssd[] = "@(#) libdns_sd " STRINGIFY(mDNSResponderVersion) " (" __DATE__ " " __TIME__ ")";
|
/external/aac/libMpegTPEnc/src/ |
tpenc_lib.cpp | 627 info->build_time = __TIME__;
|
/external/aac/libAACdec/src/ |
aacdecoder_lib.cpp | 120 #define AACDECODER_LIB_BUILD_TIME __TIME__ [all...] |
/external/blktrace/btreplay/ |
btrecord.c | 21 static char build_date[] = __DATE__ " at "__TIME__;
|
btreplay.c | 21 static char build_date[] = __DATE__ " at "__TIME__; [all...] |
/external/mesa3d/src/mesa/main/ |
context.c | 411 #if defined(DEBUG) && defined(__DATE__) && defined(__TIME__) 414 MESA_VERSION_STRING, __DATE__, __TIME__); [all...] |
/external/aac/libMpegTPDec/src/ |
tpdec_lib.cpp | [all...] |
/hardware/ti/omap3/omx/audio/src/openmax_il/g722_enc/tests/ |
G722EncTest.c | 341 APP_DPRINT("Test Core 1.5 - " __DATE__ ":" __TIME__ "\n"); [all...] |
/hardware/ti/omap3/omx/audio/src/openmax_il/g726_dec/tests/ |
G726DecTest.c | 386 APP_DPRINT("Test Core 1.5 - " __DATE__ ":" __TIME__ "\n"); [all...] |
/external/aac/libSBRdec/src/ |
sbrdecoder.cpp | 148 #define SBRDECODER_LIB_BUILD_TIME __TIME__ [all...] |