Home
last modified time | relevance | path

Searched defs:condition (Results 1 – 25 of 2971) sorted by relevance

12345678910>>...119

/aosp_15_r20/external/cronet/net/third_party/quiche/src/quiche/common/platform/default/quiche_platform_impl/
H A Dquiche_logging_impl.h36 #define QUICHE_LOG_IF_IMPL(severity, condition) \ argument
38 #define QUICHE_LOG_IF_IMPL_FATAL(condition) ABSL_LOG_IF(FATAL, condition) argument
39 #define QUICHE_LOG_IF_IMPL_ERROR(condition) ABSL_LOG_IF(ERROR, condition) argument
40 #define QUICHE_LOG_IF_IMPL_WARNING(condition) ABSL_LOG_IF(WARNING, condition) argument
41 #define QUICHE_LOG_IF_IMPL_INFO(condition) ABSL_LOG_IF(INFO, condition) argument
43 #define QUICHE_PLOG_IF_IMPL(severity, condition) \ argument
45 #define QUICHE_PLOG_IF_IMPL_FATAL(condition) ABSL_PLOG_IF(FATAL, condition) argument
46 #define QUICHE_PLOG_IF_IMPL_ERROR(condition) ABSL_PLOG_IF(ERROR, condition) argument
47 #define QUICHE_PLOG_IF_IMPL_WARNING(condition) ABSL_PLOG_IF(WARNING, condition) argument
48 #define QUICHE_PLOG_IF_IMPL_INFO(condition) ABSL_PLOG_IF(INFO, condition) argument
[all …]
/aosp_15_r20/external/abseil-cpp/absl/log/internal/
H A Dconditions.h64 #define ABSL_LOG_INTERNAL_STATELESS_CONDITION(condition) \ argument
85 #define ABSL_LOG_INTERNAL_STATEFUL_CONDITION(condition) \ argument
108 #define ABSL_LOG_INTERNAL_CONDITION_INFO(type, condition) \ argument
112 #define ABSL_LOG_INTERNAL_CONDITION_WARNING(type, condition) \ argument
116 #define ABSL_LOG_INTERNAL_CONDITION_ERROR(type, condition) \ argument
122 #define ABSL_LOG_INTERNAL_CONDITION_FATAL(type, condition) \ argument
132 #define ABSL_LOG_INTERNAL_CONDITION_QFATAL(type, condition) \ argument
140 #define ABSL_LOG_INTERNAL_CONDITION_DFATAL(type, condition) \ argument
157 #define ABSL_LOG_INTERNAL_CONDITION_LEVEL_IMPL(type, condition) \ argument
165 #define ABSL_LOG_INTERNAL_CONDITION_INFO(type, condition) \ argument
[all …]
H A Dlog_impl.h74 #define ABSL_LOG_INTERNAL_LOG_IF_IMPL(severity, condition) \ argument
77 #define ABSL_LOG_INTERNAL_PLOG_IF_IMPL(severity, condition) \ argument
83 #define ABSL_LOG_INTERNAL_DLOG_IF_IMPL(severity, condition) \ argument
87 #define ABSL_LOG_INTERNAL_DLOG_IF_IMPL(severity, condition) \ argument
203 #define ABSL_LOG_INTERNAL_LOG_IF_EVERY_N_IMPL(severity, condition, n) \ argument
207 #define ABSL_LOG_INTERNAL_LOG_IF_FIRST_N_IMPL(severity, condition, n) \ argument
211 #define ABSL_LOG_INTERNAL_LOG_IF_EVERY_POW_2_IMPL(severity, condition) \ argument
215 #define ABSL_LOG_INTERNAL_LOG_IF_EVERY_N_SEC_IMPL(severity, condition, \ argument
221 #define ABSL_LOG_INTERNAL_PLOG_IF_EVERY_N_IMPL(severity, condition, n) \ argument
226 #define ABSL_LOG_INTERNAL_PLOG_IF_FIRST_N_IMPL(severity, condition, n) \ argument
[all …]
/aosp_15_r20/external/cronet/third_party/abseil-cpp/absl/log/internal/
H A Dconditions.h64 #define ABSL_LOG_INTERNAL_STATELESS_CONDITION(condition) \ argument
85 #define ABSL_LOG_INTERNAL_STATEFUL_CONDITION(condition) \ argument
108 #define ABSL_LOG_INTERNAL_CONDITION_INFO(type, condition) \ argument
112 #define ABSL_LOG_INTERNAL_CONDITION_WARNING(type, condition) \ argument
116 #define ABSL_LOG_INTERNAL_CONDITION_ERROR(type, condition) \ argument
122 #define ABSL_LOG_INTERNAL_CONDITION_FATAL(type, condition) \ argument
132 #define ABSL_LOG_INTERNAL_CONDITION_QFATAL(type, condition) \ argument
140 #define ABSL_LOG_INTERNAL_CONDITION_DFATAL(type, condition) \ argument
157 #define ABSL_LOG_INTERNAL_CONDITION_LEVEL_IMPL(type, condition) \ argument
165 #define ABSL_LOG_INTERNAL_CONDITION_INFO(type, condition) \ argument
[all …]
H A Dlog_impl.h74 #define ABSL_LOG_INTERNAL_LOG_IF_IMPL(severity, condition) \ argument
77 #define ABSL_LOG_INTERNAL_PLOG_IF_IMPL(severity, condition) \ argument
83 #define ABSL_LOG_INTERNAL_DLOG_IF_IMPL(severity, condition) \ argument
87 #define ABSL_LOG_INTERNAL_DLOG_IF_IMPL(severity, condition) \ argument
203 #define ABSL_LOG_INTERNAL_LOG_IF_EVERY_N_IMPL(severity, condition, n) \ argument
207 #define ABSL_LOG_INTERNAL_LOG_IF_FIRST_N_IMPL(severity, condition, n) \ argument
211 #define ABSL_LOG_INTERNAL_LOG_IF_EVERY_POW_2_IMPL(severity, condition) \ argument
215 #define ABSL_LOG_INTERNAL_LOG_IF_EVERY_N_SEC_IMPL(severity, condition, \ argument
221 #define ABSL_LOG_INTERNAL_PLOG_IF_EVERY_N_IMPL(severity, condition, n) \ argument
226 #define ABSL_LOG_INTERNAL_PLOG_IF_FIRST_N_IMPL(severity, condition, n) \ argument
[all …]
/aosp_15_r20/external/angle/third_party/abseil-cpp/absl/log/internal/
H A Dconditions.h64 #define ABSL_LOG_INTERNAL_STATELESS_CONDITION(condition) \ argument
85 #define ABSL_LOG_INTERNAL_STATEFUL_CONDITION(condition) \ argument
108 #define ABSL_LOG_INTERNAL_CONDITION_INFO(type, condition) \ argument
112 #define ABSL_LOG_INTERNAL_CONDITION_WARNING(type, condition) \ argument
116 #define ABSL_LOG_INTERNAL_CONDITION_ERROR(type, condition) \ argument
122 #define ABSL_LOG_INTERNAL_CONDITION_FATAL(type, condition) \ argument
132 #define ABSL_LOG_INTERNAL_CONDITION_QFATAL(type, condition) \ argument
140 #define ABSL_LOG_INTERNAL_CONDITION_DFATAL(type, condition) \ argument
157 #define ABSL_LOG_INTERNAL_CONDITION_LEVEL_IMPL(type, condition) \ argument
165 #define ABSL_LOG_INTERNAL_CONDITION_INFO(type, condition) \ argument
[all …]
H A Dlog_impl.h74 #define ABSL_LOG_INTERNAL_LOG_IF_IMPL(severity, condition) \ argument
77 #define ABSL_LOG_INTERNAL_PLOG_IF_IMPL(severity, condition) \ argument
83 #define ABSL_LOG_INTERNAL_DLOG_IF_IMPL(severity, condition) \ argument
87 #define ABSL_LOG_INTERNAL_DLOG_IF_IMPL(severity, condition) \ argument
203 #define ABSL_LOG_INTERNAL_LOG_IF_EVERY_N_IMPL(severity, condition, n) \ argument
207 #define ABSL_LOG_INTERNAL_LOG_IF_FIRST_N_IMPL(severity, condition, n) \ argument
211 #define ABSL_LOG_INTERNAL_LOG_IF_EVERY_POW_2_IMPL(severity, condition) \ argument
215 #define ABSL_LOG_INTERNAL_LOG_IF_EVERY_N_SEC_IMPL(severity, condition, \ argument
221 #define ABSL_LOG_INTERNAL_PLOG_IF_EVERY_N_IMPL(severity, condition, n) \ argument
226 #define ABSL_LOG_INTERNAL_PLOG_IF_FIRST_N_IMPL(severity, condition, n) \ argument
[all …]
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/log/internal/
Dlog_impl.h44 #define ABSL_LOG_IF_IMPL(severity, condition) \ argument
47 #define ABSL_PLOG_IF_IMPL(severity, condition) \ argument
53 #define ABSL_DLOG_IF_IMPL(severity, condition) \ argument
57 #define ABSL_DLOG_IF_IMPL(severity, condition) \ argument
137 #define ABSL_LOG_IF_EVERY_N_IMPL(severity, condition, n) \ argument
141 #define ABSL_LOG_IF_FIRST_N_IMPL(severity, condition, n) \ argument
145 #define ABSL_LOG_IF_EVERY_POW_2_IMPL(severity, condition) \ argument
149 #define ABSL_LOG_IF_EVERY_N_SEC_IMPL(severity, condition, n_seconds) \ argument
154 #define ABSL_PLOG_IF_EVERY_N_IMPL(severity, condition, n) \ argument
159 #define ABSL_PLOG_IF_FIRST_N_IMPL(severity, condition, n) \ argument
[all …]
Dconditions.h59 #define ABSL_LOG_INTERNAL_STATELESS_CONDITION(condition) \ argument
79 #define ABSL_LOG_INTERNAL_STATEFUL_CONDITION(condition) \ argument
102 #define ABSL_LOG_INTERNAL_CONDITION_INFO(type, condition) \ argument
106 #define ABSL_LOG_INTERNAL_CONDITION_WARNING(type, condition) \ argument
110 #define ABSL_LOG_INTERNAL_CONDITION_ERROR(type, condition) \ argument
116 #define ABSL_LOG_INTERNAL_CONDITION_FATAL(type, condition) \ argument
126 #define ABSL_LOG_INTERNAL_CONDITION_QFATAL(type, condition) \ argument
142 #define ABSL_LOG_INTERNAL_CONDITION_LEVEL_IMPL(type, condition) \ argument
150 #define ABSL_LOG_INTERNAL_CONDITION_INFO(type, condition) \ argument
152 #define ABSL_LOG_INTERNAL_CONDITION_WARNING(type, condition) \ argument
[all …]
/aosp_15_r20/external/private-join-and-compute/third_party/abseil-cpp-20230125.2/absl/log/internal/
H A Dlog_impl.h44 #define ABSL_LOG_IF_IMPL(severity, condition) \ argument
47 #define ABSL_PLOG_IF_IMPL(severity, condition) \ argument
53 #define ABSL_DLOG_IF_IMPL(severity, condition) \ argument
57 #define ABSL_DLOG_IF_IMPL(severity, condition) \ argument
137 #define ABSL_LOG_IF_EVERY_N_IMPL(severity, condition, n) \ argument
141 #define ABSL_LOG_IF_FIRST_N_IMPL(severity, condition, n) \ argument
145 #define ABSL_LOG_IF_EVERY_POW_2_IMPL(severity, condition) \ argument
149 #define ABSL_LOG_IF_EVERY_N_SEC_IMPL(severity, condition, n_seconds) \ argument
154 #define ABSL_PLOG_IF_EVERY_N_IMPL(severity, condition, n) \ argument
159 #define ABSL_PLOG_IF_FIRST_N_IMPL(severity, condition, n) \ argument
[all …]
H A Dconditions.h59 #define ABSL_LOG_INTERNAL_STATELESS_CONDITION(condition) \ argument
79 #define ABSL_LOG_INTERNAL_STATEFUL_CONDITION(condition) \ argument
102 #define ABSL_LOG_INTERNAL_CONDITION_INFO(type, condition) \ argument
106 #define ABSL_LOG_INTERNAL_CONDITION_WARNING(type, condition) \ argument
110 #define ABSL_LOG_INTERNAL_CONDITION_ERROR(type, condition) \ argument
116 #define ABSL_LOG_INTERNAL_CONDITION_FATAL(type, condition) \ argument
126 #define ABSL_LOG_INTERNAL_CONDITION_QFATAL(type, condition) \ argument
142 #define ABSL_LOG_INTERNAL_CONDITION_LEVEL_IMPL(type, condition) \ argument
150 #define ABSL_LOG_INTERNAL_CONDITION_INFO(type, condition) \ argument
152 #define ABSL_LOG_INTERNAL_CONDITION_WARNING(type, condition) \ argument
[all …]
/aosp_15_r20/external/webrtc/third_party/abseil-cpp/absl/log/
H A Dlog.h199 #define LOG_IF(severity, condition) \ argument
202 #define PLOG_IF(severity, condition) \ argument
208 #define DLOG_IF(severity, condition) \ argument
212 #define DLOG_IF(severity, condition) \ argument
325 #define LOG_IF_EVERY_N(severity, condition, n) \ argument
329 #define LOG_IF_FIRST_N(severity, condition, n) \ argument
333 #define LOG_IF_EVERY_POW_2(severity, condition) \ argument
337 #define LOG_IF_EVERY_N_SEC(severity, condition, n_seconds) \ argument
342 #define PLOG_IF_EVERY_N(severity, condition, n) \ argument
347 #define PLOG_IF_FIRST_N(severity, condition, n) \ argument
[all …]
/aosp_15_r20/prebuilts/misc/darwin-x86_64/sdl2/include/SDL2/
H A DSDL_assert.h95 #define SDL_disabled_assert(condition) \ argument
111 const char *condition; member
141 #define SDL_enabled_assert(condition) \ argument
164 # define SDL_assert(condition) SDL_disabled_assert(condition) argument
165 # define SDL_assert_release(condition) SDL_disabled_assert(condition) argument
166 # define SDL_assert_paranoid(condition) SDL_disabled_assert(condition) argument
168 # define SDL_assert(condition) SDL_disabled_assert(condition) argument
169 # define SDL_assert_release(condition) SDL_enabled_assert(condition) argument
170 # define SDL_assert_paranoid(condition) SDL_disabled_assert(condition) argument
172 # define SDL_assert(condition) SDL_enabled_assert(condition) argument
[all …]
/aosp_15_r20/external/webrtc/third_party/abseil-cpp/absl/log/internal/
H A Dconditions.h59 #define ABSL_LOG_INTERNAL_STATELESS_CONDITION(condition) \ argument
79 #define ABSL_LOG_INTERNAL_STATEFUL_CONDITION(condition) \ argument
102 #define ABSL_LOG_INTERNAL_CONDITION_INFO(type, condition) \ argument
106 #define ABSL_LOG_INTERNAL_CONDITION_WARNING(type, condition) \ argument
110 #define ABSL_LOG_INTERNAL_CONDITION_ERROR(type, condition) \ argument
116 #define ABSL_LOG_INTERNAL_CONDITION_FATAL(type, condition) \ argument
126 #define ABSL_LOG_INTERNAL_CONDITION_QFATAL(type, condition) \ argument
142 #define ABSL_LOG_INTERNAL_CONDITION_LEVEL_IMPL(type, condition) \ argument
150 #define ABSL_LOG_INTERNAL_CONDITION_INFO(type, condition) \ argument
152 #define ABSL_LOG_INTERNAL_CONDITION_WARNING(type, condition) \ argument
[all …]
/aosp_15_r20/external/private-join-and-compute/third_party/abseil-cpp-20230125.2/absl/log/
H A Dlog.h219 #define LOG_IF(severity, condition) ABSL_LOG_IF_IMPL(_##severity, condition) argument
220 #define PLOG_IF(severity, condition) ABSL_PLOG_IF_IMPL(_##severity, condition) argument
221 #define DLOG_IF(severity, condition) ABSL_DLOG_IF_IMPL(_##severity, condition) argument
281 #define LOG_IF_EVERY_N(severity, condition, n) \ argument
283 #define LOG_IF_FIRST_N(severity, condition, n) \ argument
285 #define LOG_IF_EVERY_POW_2(severity, condition) \ argument
287 #define LOG_IF_EVERY_N_SEC(severity, condition, n_seconds) \ argument
290 #define PLOG_IF_EVERY_N(severity, condition, n) \ argument
292 #define PLOG_IF_FIRST_N(severity, condition, n) \ argument
294 #define PLOG_IF_EVERY_POW_2(severity, condition) \ argument
[all …]
H A Dabsl_log.h42 #define ABSL_LOG_IF(severity, condition) \ argument
44 #define ABSL_PLOG_IF(severity, condition) \ argument
46 #define ABSL_DLOG_IF(severity, condition) \ argument
67 #define ABSL_LOG_IF_EVERY_N(severity, condition, n) \ argument
69 #define ABSL_LOG_IF_FIRST_N(severity, condition, n) \ argument
71 #define ABSL_LOG_IF_EVERY_POW_2(severity, condition) \ argument
73 #define ABSL_LOG_IF_EVERY_N_SEC(severity, condition, n_seconds) \ argument
76 #define ABSL_PLOG_IF_EVERY_N(severity, condition, n) \ argument
78 #define ABSL_PLOG_IF_FIRST_N(severity, condition, n) \ argument
80 #define ABSL_PLOG_IF_EVERY_POW_2(severity, condition) \ argument
[all …]
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/log/
Dabsl_log.h42 #define ABSL_LOG_IF(severity, condition) \ argument
44 #define ABSL_PLOG_IF(severity, condition) \ argument
46 #define ABSL_DLOG_IF(severity, condition) \ argument
67 #define ABSL_LOG_IF_EVERY_N(severity, condition, n) \ argument
69 #define ABSL_LOG_IF_FIRST_N(severity, condition, n) \ argument
71 #define ABSL_LOG_IF_EVERY_POW_2(severity, condition) \ argument
73 #define ABSL_LOG_IF_EVERY_N_SEC(severity, condition, n_seconds) \ argument
76 #define ABSL_PLOG_IF_EVERY_N(severity, condition, n) \ argument
78 #define ABSL_PLOG_IF_FIRST_N(severity, condition, n) \ argument
80 #define ABSL_PLOG_IF_EVERY_POW_2(severity, condition) \ argument
[all …]
Dlog.h219 #define LOG_IF(severity, condition) ABSL_LOG_IF_IMPL(_##severity, condition) argument
220 #define PLOG_IF(severity, condition) ABSL_PLOG_IF_IMPL(_##severity, condition) argument
221 #define DLOG_IF(severity, condition) ABSL_DLOG_IF_IMPL(_##severity, condition) argument
281 #define LOG_IF_EVERY_N(severity, condition, n) \ argument
283 #define LOG_IF_FIRST_N(severity, condition, n) \ argument
285 #define LOG_IF_EVERY_POW_2(severity, condition) \ argument
287 #define LOG_IF_EVERY_N_SEC(severity, condition, n_seconds) \ argument
290 #define PLOG_IF_EVERY_N(severity, condition, n) \ argument
292 #define PLOG_IF_FIRST_N(severity, condition, n) \ argument
294 #define PLOG_IF_EVERY_POW_2(severity, condition) \ argument
[all …]
/aosp_15_r20/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/shared/condition/
H A DConditionExtensionsTest.kt35 val condition = flow.toCondition(scope = this, Condition.START_EAGERLY) in flowInitiallyTrue() constant
50 val condition = flow.toCondition(scope = this, Condition.START_EAGERLY) in flowInitiallyFalse() constant
65 val condition = flow.toCondition(scope = this, Condition.START_EAGERLY) in emptyFlowWithNoInitialValue() constant
77 val condition = in emptyFlowWithInitialValueOfTrue() constant
94 val condition = in emptyFlowWithInitialValueOfFalse() constant
111 val condition = flow.toCondition(scope = this, strategy = Condition.START_EAGERLY) in conditionUpdatesWhenFlowEmitsNewValue() constant
133 val condition = flow.toCondition(scope = this, strategy = Condition.START_EAGERLY) in stoppingConditionUnsubscribesFromFlow() constant
/aosp_15_r20/external/abseil-cpp/absl/log/
H A Dlog.h255 #define LOG_IF(severity, condition) \ argument
257 #define PLOG_IF(severity, condition) \ argument
259 #define DLOG_IF(severity, condition) \ argument
338 #define LOG_IF_EVERY_N(severity, condition, n) \ argument
340 #define LOG_IF_FIRST_N(severity, condition, n) \ argument
342 #define LOG_IF_EVERY_POW_2(severity, condition) \ argument
344 #define LOG_IF_EVERY_N_SEC(severity, condition, n_seconds) \ argument
347 #define PLOG_IF_EVERY_N(severity, condition, n) \ argument
349 #define PLOG_IF_FIRST_N(severity, condition, n) \ argument
351 #define PLOG_IF_EVERY_POW_2(severity, condition) \ argument
[all …]
H A Dabsl_log.h45 #define ABSL_LOG_IF(severity, condition) \ argument
47 #define ABSL_PLOG_IF(severity, condition) \ argument
49 #define ABSL_DLOG_IF(severity, condition) \ argument
88 #define ABSL_LOG_IF_EVERY_N(severity, condition, n) \ argument
90 #define ABSL_LOG_IF_FIRST_N(severity, condition, n) \ argument
92 #define ABSL_LOG_IF_EVERY_POW_2(severity, condition) \ argument
94 #define ABSL_LOG_IF_EVERY_N_SEC(severity, condition, n_seconds) \ argument
97 #define ABSL_PLOG_IF_EVERY_N(severity, condition, n) \ argument
99 #define ABSL_PLOG_IF_FIRST_N(severity, condition, n) \ argument
101 #define ABSL_PLOG_IF_EVERY_POW_2(severity, condition) \ argument
[all …]
/aosp_15_r20/external/angle/third_party/abseil-cpp/absl/log/
H A Dabsl_log.h45 #define ABSL_LOG_IF(severity, condition) \ argument
47 #define ABSL_PLOG_IF(severity, condition) \ argument
49 #define ABSL_DLOG_IF(severity, condition) \ argument
88 #define ABSL_LOG_IF_EVERY_N(severity, condition, n) \ argument
90 #define ABSL_LOG_IF_FIRST_N(severity, condition, n) \ argument
92 #define ABSL_LOG_IF_EVERY_POW_2(severity, condition) \ argument
94 #define ABSL_LOG_IF_EVERY_N_SEC(severity, condition, n_seconds) \ argument
97 #define ABSL_PLOG_IF_EVERY_N(severity, condition, n) \ argument
99 #define ABSL_PLOG_IF_FIRST_N(severity, condition, n) \ argument
101 #define ABSL_PLOG_IF_EVERY_POW_2(severity, condition) \ argument
[all …]
/aosp_15_r20/external/cronet/third_party/abseil-cpp/absl/log/
H A Dlog.h255 #define LOG_IF(severity, condition) \ argument
257 #define PLOG_IF(severity, condition) \ argument
259 #define DLOG_IF(severity, condition) \ argument
338 #define LOG_IF_EVERY_N(severity, condition, n) \ argument
340 #define LOG_IF_FIRST_N(severity, condition, n) \ argument
342 #define LOG_IF_EVERY_POW_2(severity, condition) \ argument
344 #define LOG_IF_EVERY_N_SEC(severity, condition, n_seconds) \ argument
347 #define PLOG_IF_EVERY_N(severity, condition, n) \ argument
349 #define PLOG_IF_FIRST_N(severity, condition, n) \ argument
351 #define PLOG_IF_EVERY_POW_2(severity, condition) \ argument
[all …]
H A Dabsl_log.h45 #define ABSL_LOG_IF(severity, condition) \ argument
47 #define ABSL_PLOG_IF(severity, condition) \ argument
49 #define ABSL_DLOG_IF(severity, condition) \ argument
88 #define ABSL_LOG_IF_EVERY_N(severity, condition, n) \ argument
90 #define ABSL_LOG_IF_FIRST_N(severity, condition, n) \ argument
92 #define ABSL_LOG_IF_EVERY_POW_2(severity, condition) \ argument
94 #define ABSL_LOG_IF_EVERY_N_SEC(severity, condition, n_seconds) \ argument
97 #define ABSL_PLOG_IF_EVERY_N(severity, condition, n) \ argument
99 #define ABSL_PLOG_IF_FIRST_N(severity, condition, n) \ argument
101 #define ABSL_PLOG_IF_EVERY_POW_2(severity, condition) \ argument
[all …]
/aosp_15_r20/external/cronet/net/third_party/quiche/overrides/quiche_platform_impl/
H A Dquiche_logging_impl.h22 #define QUICHE_DLOG_IF_IMPL(severity, condition) \ argument
24 #define QUICHE_LOG_IF_IMPL(severity, condition) \ argument
44 #define QUICHE_CHROMIUM_LOG_IF_INFO(condition) VLOG_IF(1, condition) argument
45 #define QUICHE_CHROMIUM_LOG_IF_WARNING(condition) DLOG_IF(WARNING, condition) argument
46 #define QUICHE_CHROMIUM_LOG_IF_ERROR(condition) DLOG_IF(ERROR, condition) argument
47 #define QUICHE_CHROMIUM_LOG_IF_FATAL(condition) LOG_IF(FATAL, condition) argument
48 #define QUICHE_CHROMIUM_LOG_IF_DFATAL(condition) LOG_IF(DFATAL, condition) argument
50 #define QUICHE_CHROMIUM_DLOG_IF_INFO(condition) DVLOG_IF(1, condition) argument
51 #define QUICHE_CHROMIUM_DLOG_IF_WARNING(condition) DLOG_IF(WARNING, condition) argument
52 #define QUICHE_CHROMIUM_DLOG_IF_ERROR(condition) DLOG_IF(ERROR, condition) argument
[all …]

12345678910>>...119