/external/clang/test/Lexer/ |
D | warn-date-time.c | 12 __TIME__ // expected-warning {{expansion of date or time macro is not reproducible}} 16 #define __TIME__ macro 17 __TIME__
|
D | builtin_redef.c | 11 int n = __TIME__;
|
/external/llvm-project/clang/test/Lexer/ |
D | warn-date-time.c | 12 __TIME__ // expected-warning {{expansion of date or time macro is not reproducible}} 16 #define __TIME__ macro 17 __TIME__
|
D | builtin_redef.c | 11 int n = __TIME__;
|
/external/llvm-project/clang/test/PCH/ |
D | builtin-macro.c | 11 #define __TIME__ macro 28 const char s[] = __DATE__ " " __TIME__ " " __TIMESTAMP__;
|
/external/python/cpython3/Modules/ |
D | getbuildinfo.c | 16 #ifdef __TIME__ 17 #define TIME __TIME__
|
/external/python/cpython2/Modules/ |
D | getbuildinfo.c | 16 #ifdef __TIME__ 17 #define TIME __TIME__
|
/external/libchrome/libchrome_tools/patch/ |
D | build_time.patch | 25 + // The format of __DATE__ and __TIME__ is specified by the ANSI C Standard, 29 + // __TIME__ is exactly "hh:mm:ss". 36 + const char kDateTime[] = __DATE__ " " __TIME__ " PST";
|
/external/aac/libMpegTPDec/src/ |
D | tp_version.h | 116 #define TP_LIB_BUILD_TIME __TIME__
|
/external/aac/libPCMutils/src/ |
D | version.h | 116 #define PCMUTIL_LIB_BUILD_TIME __TIME__
|
/external/aac/libMpegTPEnc/src/ |
D | tp_version.h | 116 #define TP_LIB_BUILD_TIME __TIME__
|
/external/llvm-project/clang/test/Preprocessor/ |
D | print-pragma-microsoft.c | 6 #pragma comment(user, "Compiled on " __DATE__ " at " __TIME__)
|
D | pragma_ps4.c | 15 #pragma comment(user, "Compiled on " __DATE__ " at " __TIME__ ) // expected-warning {{'#pragma comm…
|
/external/clang/test/Preprocessor/ |
D | print-pragma-microsoft.c | 6 #pragma comment(user, "Compiled on " __DATE__ " at " __TIME__)
|
D | pragma_ps4.c | 15 #pragma comment(user, "Compiled on " __DATE__ " at " __TIME__ ) // expected-warning {{'#pragma comm…
|
D | pragma_microsoft.c | 15 #pragma comment( user, "Compiled on " __DATE__ " at " __TIME__ )
|
/external/libchrome/base/ |
D | build_time.cc | 29 const char kDateTime[] = __DATE__ " " __TIME__ " PST"; in GetBuildTime()
|
/external/mdnsresponder/mDNSPosix/ |
D | PosixDaemon.c | 277 …ring_SCCS[] = "@(#) mDNSResponder-" STRINGIFY(mDNSResponderVersion) " (" __DATE__ " " __TIME__ ")"; 281 …sponderVersionString_SCCS[] = "@(#) mDNSResponder (Engineering Build) (" __DATE__ " " __TIME__ ")";
|
/external/aac/libFDK/src/ |
D | FDK_core.cpp | 115 #define FDK_TOOLS_LIB_BUILD_TIME __TIME__
|
/external/libavc/encoder/ |
D | ih264e_version.c | 97 codec_name, codec_release_type, codec_release_ver, codec_vendor, __DATE__, __TIME__)
|
/external/libhevc/decoder/ |
D | ihevcd_version.c | 86 codec_name, codec_release_type, codec_release_ver, codec_vendor, __DATE__, __TIME__)
|
/external/ms-tpm-20-ref/Samples/Nucleo-TPM/L4A6RG/Drivers/STM32L4xx_HAL_Driver/Inc/ |
D | stm32l4xx_hal_uart.h | 1201 #define IS_UART_ASSERTIONTIME(__TIME__) ((__TIME__) <= 0x1FU) argument 1207 #define IS_UART_DEASSERTIONTIME(__TIME__) ((__TIME__) <= 0x1FU) argument
|
/external/ms-tpm-20-ref/Samples/Nucleo-TPM/L476RG/Drivers/STM32L4xx_HAL_Driver/Inc/ |
D | stm32l4xx_hal_uart.h | 1201 #define IS_UART_ASSERTIONTIME(__TIME__) ((__TIME__) <= 0x1FU) argument 1207 #define IS_UART_DEASSERTIONTIME(__TIME__) ((__TIME__) <= 0x1FU) argument
|
/external/tensorflow/tensorflow/lite/testing/ |
D | nnapi_example.cc | 65 "Compiled " __DATE__ __TIME__ in main()
|
/external/eigen/bench/btl/generic_bench/utils/ |
D | utilities.h | 48 cout << " at " << __TIME__ << endl ;\
|