/third_party/node/deps/openssl/openssl/include/openssl/ |
D | macros.h | 43 # define OSSL_DEPRECATED(since) \ argument 45 # define OSSL_DEPRECATED_FOR(since, message) \ argument 48 # define OSSL_DEPRECATED(since) __declspec(deprecated) argument 49 # define OSSL_DEPRECATED_FOR(since, message) __declspec(deprecated) argument 57 # define OSSL_DEPRECATED(since) \ argument 59 # define OSSL_DEPRECATED_FOR(since, message) \ argument 62 # define OSSL_DEPRECATED(since) __attribute__((deprecated)) argument 63 # define OSSL_DEPRECATED_FOR(since, message) __attribute__((deprecated)) argument 67 # define OSSL_DEPRECATED(since) __attribute__ ((deprecated)) argument 68 # define OSSL_DEPRECATED_FOR(since, message) __attribute__ ((deprecated)) argument [all …]
|
/third_party/openssl/include/openssl/ |
D | macros.h | 43 # define OSSL_DEPRECATED(since) \ argument 45 # define OSSL_DEPRECATED_FOR(since, message) \ argument 48 # define OSSL_DEPRECATED(since) __declspec(deprecated) argument 49 # define OSSL_DEPRECATED_FOR(since, message) __declspec(deprecated) argument 57 # define OSSL_DEPRECATED(since) \ argument 59 # define OSSL_DEPRECATED_FOR(since, message) \ argument 62 # define OSSL_DEPRECATED(since) __attribute__((deprecated)) argument 63 # define OSSL_DEPRECATED_FOR(since, message) __attribute__((deprecated)) argument 67 # define OSSL_DEPRECATED(since) __attribute__ ((deprecated)) argument 68 # define OSSL_DEPRECATED_FOR(since, message) __attribute__ ((deprecated)) argument [all …]
|
/third_party/json/include/nlohmann/thirdparty/hedley/ |
D | hedley.hpp | 1028 #define JSON_HEDLEY_DEPRECATED(since) __declspec(deprecated("Since " # since)) argument 1029 …#define JSON_HEDLEY_DEPRECATED_FOR(since, replacement) __declspec(deprecated("Since " #since "; us… argument 1043 #define JSON_HEDLEY_DEPRECATED(since) __attribute__((__deprecated__("Since " #since))) argument 1044 …#define JSON_HEDLEY_DEPRECATED_FOR(since, replacement) __attribute__((__deprecated__("Since " #sin… argument 1046 …#define JSON_HEDLEY_DEPRECATED(since) JSON_HEDLEY_DIAGNOSTIC_DISABLE_CPP98_COMPAT_WRAP_([[deprecat… argument 1047 …#define JSON_HEDLEY_DEPRECATED_FOR(since, replacement) JSON_HEDLEY_DIAGNOSTIC_DISABLE_CPP98_COMPAT… argument 1065 #define JSON_HEDLEY_DEPRECATED(since) __attribute__((__deprecated__)) argument 1066 #define JSON_HEDLEY_DEPRECATED_FOR(since, replacement) __attribute__((__deprecated__)) argument 1071 #define JSON_HEDLEY_DEPRECATED(since) __declspec(deprecated) argument 1072 #define JSON_HEDLEY_DEPRECATED_FOR(since, replacement) __declspec(deprecated) argument [all …]
|
/third_party/icu/icu4j/samples/src/com/ibm/icu/samples/util/timezone/ |
D | BasicTimeZoneExample.java | 93 long since = 1104537600000L; // 2005-01-01 0:00 UTC in timeZoneRulesExample() local
|
/third_party/typescript/src/compiler/ |
D | debug.ts | 18 since?: Version | string; property 749 …const since = typeof options.since === "string" ? new Version(options.since) : options.since ?? wa… constant
|
/third_party/ntfs-3g/ntfsprogs/ |
D | ntfsundelete.h | 56 time_t since; /* Since this time */ member
|
D | ntfsundelete.c | 541 static int parse_time(const char *value, time_t *since) in parse_time()
|
/third_party/pulseaudio/src/modules/raop/ |
D | raop-sink.c | 531 pa_usec_t since = now - last_timing; in thread_func() local
|
/third_party/json/tests/abi/include/nlohmann/ |
D | json_v3_10_5.hpp | 1207 #define JSON_HEDLEY_DEPRECATED(since) __declspec(deprecated("Since " # since)) argument 1208 …#define JSON_HEDLEY_DEPRECATED_FOR(since, replacement) __declspec(deprecated("Since " #since "; us… argument 1222 #define JSON_HEDLEY_DEPRECATED(since) __attribute__((__deprecated__("Since " #since))) argument 1223 …#define JSON_HEDLEY_DEPRECATED_FOR(since, replacement) __attribute__((__deprecated__("Since " #sin… argument 1225 …#define JSON_HEDLEY_DEPRECATED(since) JSON_HEDLEY_DIAGNOSTIC_DISABLE_CPP98_COMPAT_WRAP_([[deprecat… argument 1226 …#define JSON_HEDLEY_DEPRECATED_FOR(since, replacement) JSON_HEDLEY_DIAGNOSTIC_DISABLE_CPP98_COMPAT… argument 1244 #define JSON_HEDLEY_DEPRECATED(since) __attribute__((__deprecated__)) argument 1245 #define JSON_HEDLEY_DEPRECATED_FOR(since, replacement) __attribute__((__deprecated__)) argument 1250 #define JSON_HEDLEY_DEPRECATED(since) __declspec(deprecated) argument 1251 #define JSON_HEDLEY_DEPRECATED_FOR(since, replacement) __declspec(deprecated) argument [all …]
|
/third_party/json/single_include/nlohmann/ |
D | json.hpp | 1344 #define JSON_HEDLEY_DEPRECATED(since) __declspec(deprecated("Since " # since)) argument 1345 …#define JSON_HEDLEY_DEPRECATED_FOR(since, replacement) __declspec(deprecated("Since " #since "; us… argument
|
/third_party/typescript/lib/ |
D | tsc.js | 2650 function formatDeprecationMessage(name, error, errorAfter, since, message) { argument 2658 function createErrorDeprecation(name, errorAfter, since, message) { argument 2664 function createWarningDeprecation(name, errorAfter, since, message) { argument
|
D | typingsInstaller.js | 3088 function formatDeprecationMessage(name, error, errorAfter, since, message) { argument 3096 function createErrorDeprecation(name, errorAfter, since, message) { argument 3102 function createWarningDeprecation(name, errorAfter, since, message) { argument
|