Home
last modified time | relevance | path

Searched refs:__TIME__ (Results 1 – 25 of 54) sorted by relevance

123

/external/clang/test/Lexer/
Dwarn-date-time.c12 __TIME__ // expected-warning {{expansion of date or time macro is not reproducible}}
16 #define __TIME__ macro
17 __TIME__
Dbuiltin_redef.c11 int n = __TIME__;
/external/llvm-project/clang/test/Lexer/
Dwarn-date-time.c12 __TIME__ // expected-warning {{expansion of date or time macro is not reproducible}}
16 #define __TIME__ macro
17 __TIME__
Dbuiltin_redef.c11 int n = __TIME__;
/external/llvm-project/clang/test/PCH/
Dbuiltin-macro.c11 #define __TIME__ macro
28 const char s[] = __DATE__ " " __TIME__ " " __TIMESTAMP__;
/external/python/cpython3/Modules/
Dgetbuildinfo.c16 #ifdef __TIME__
17 #define TIME __TIME__
/external/python/cpython2/Modules/
Dgetbuildinfo.c16 #ifdef __TIME__
17 #define TIME __TIME__
/external/libchrome/libchrome_tools/patch/
Dbuild_time.patch25 + // 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/
Dtp_version.h116 #define TP_LIB_BUILD_TIME __TIME__
/external/aac/libPCMutils/src/
Dversion.h116 #define PCMUTIL_LIB_BUILD_TIME __TIME__
/external/aac/libMpegTPEnc/src/
Dtp_version.h116 #define TP_LIB_BUILD_TIME __TIME__
/external/llvm-project/clang/test/Preprocessor/
Dprint-pragma-microsoft.c6 #pragma comment(user, "Compiled on " __DATE__ " at " __TIME__)
Dpragma_ps4.c15 #pragma comment(user, "Compiled on " __DATE__ " at " __TIME__ ) // expected-warning {{'#pragma comm…
/external/clang/test/Preprocessor/
Dprint-pragma-microsoft.c6 #pragma comment(user, "Compiled on " __DATE__ " at " __TIME__)
Dpragma_ps4.c15 #pragma comment(user, "Compiled on " __DATE__ " at " __TIME__ ) // expected-warning {{'#pragma comm…
Dpragma_microsoft.c15 #pragma comment( user, "Compiled on " __DATE__ " at " __TIME__ )
/external/libchrome/base/
Dbuild_time.cc29 const char kDateTime[] = __DATE__ " " __TIME__ " PST"; in GetBuildTime()
/external/mdnsresponder/mDNSPosix/
DPosixDaemon.c277 …ring_SCCS[] = "@(#) mDNSResponder-" STRINGIFY(mDNSResponderVersion) " (" __DATE__ " " __TIME__ ")";
281 …sponderVersionString_SCCS[] = "@(#) mDNSResponder (Engineering Build) (" __DATE__ " " __TIME__ ")";
/external/aac/libFDK/src/
DFDK_core.cpp115 #define FDK_TOOLS_LIB_BUILD_TIME __TIME__
/external/libavc/encoder/
Dih264e_version.c97 codec_name, codec_release_type, codec_release_ver, codec_vendor, __DATE__, __TIME__)
/external/libhevc/decoder/
Dihevcd_version.c86 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/
Dstm32l4xx_hal_uart.h1201 #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/
Dstm32l4xx_hal_uart.h1201 #define IS_UART_ASSERTIONTIME(__TIME__) ((__TIME__) <= 0x1FU) argument
1207 #define IS_UART_DEASSERTIONTIME(__TIME__) ((__TIME__) <= 0x1FU) argument
/external/tensorflow/tensorflow/lite/testing/
Dnnapi_example.cc65 "Compiled " __DATE__ __TIME__ in main()
/external/eigen/bench/btl/generic_bench/utils/
Dutilities.h48 cout << " at " << __TIME__ << endl ;\

123