Home
last modified time | relevance | path

Searched full:on_failure (Results 1 – 25 of 25) sorted by relevance

/third_party/mesa3d/src/gtest/include/gtest/
Dgtest_pred_impl.h75 #define GTEST_ASSERT_(expression, on_failure) \ argument
80 on_failure(gtest_ar.failure_message())
101 #define GTEST_PRED_FORMAT1_(pred_format, v1, on_failure)\ argument
103 on_failure)
107 #define GTEST_PRED1_(pred, v1, on_failure)\ argument
111 v1), on_failure)
148 #define GTEST_PRED_FORMAT2_(pred_format, v1, v2, on_failure)\ argument
150 on_failure)
154 #define GTEST_PRED2_(pred, v1, v2, on_failure)\ argument
160 v2), on_failure)
[all …]
/third_party/googletest/googletest/include/gtest/
Dgtest_pred_impl.h75 #define GTEST_ASSERT_(expression, on_failure) \ argument
80 on_failure(gtest_ar.failure_message())
101 #define GTEST_PRED_FORMAT1_(pred_format, v1, on_failure)\ argument
103 on_failure)
107 #define GTEST_PRED1_(pred, v1, on_failure)\ argument
111 v1), on_failure)
148 #define GTEST_PRED_FORMAT2_(pred_format, v1, v2, on_failure)\ argument
150 on_failure)
154 #define GTEST_PRED2_(pred, v1, v2, on_failure)\ argument
160 v2), on_failure)
[all …]
/third_party/grpc/src/python/grpcio/grpc/_cython/_cygrpc/
Dchannel.pyx.pxi145 on_success, on_failure, deadline): argument
150 `on_failure` will be invoked with no arguments. Note that this situation
158 on_failure: A callable object to be invoked in case a Python exception is
167 if on_failure is not None:
168 on_failure()
332 def on_failure(): function
339 self._channel_state, self._c_completion_queue, on_success, on_failure, None)
488 # NOTE(gnossen): It is acceptable for on_failure to be None here because
/third_party/nghttp2/src/
Dshrpx_live_check.cc45 live_check->on_failure(); in readcb()
59 live_check->on_failure(); in writecb()
74 live_check->on_failure(); in timeoutcb()
85 live_check->on_failure(); in backoff_timeoutcb()
99 live_check->on_failure(); in settings_timeout_cb()
239 this->on_failure(); in initiate_connection()
662 void LiveCheck::on_failure() { in on_failure() function in shrpx::LiveCheck
Dshrpx_memcached_connection.cc220 connect_blocker_.on_failure(); in connected()
270 connect_blocker_.on_failure(); in tls_handshake()
282 connect_blocker_.on_failure(); in tls_handshake()
718 connect_blocker_.on_failure(); in add_request()
771 connect_blocker_.on_failure(); in reconnect_or_fail()
Dshrpx_connect_blocker.h52 void on_failure();
Dshrpx_live_check.h56 void on_failure();
Dshrpx_connect_blocker.cc75 void ConnectBlocker::on_failure() { in on_failure() function in shrpx::ConnectBlocker
Dshrpx_http2_session.cc391 worker_blocker->on_failure(); in initiate_connection()
402 worker_blocker->on_failure(); in initiate_connection()
512 worker_blocker->on_failure(); in initiate_connection()
577 worker_blocker->on_failure(); in initiate_connection()
2361 worker_blocker->on_failure(); in on_timeout()
Dshrpx_worker.cc723 connect_blocker->on_failure(); in downstream_failure()
Dshrpx_http_downstream_connection.cc374 worker_blocker->on_failure(); in initiate_connection()
/third_party/googletest/googletest/scripts/
Dgen_gtest_pred_impl.py156 #define GTEST_ASSERT_(expression, on_failure) \\
161 on_failure(gtest_ar.failure_message())
261 #define GTEST_PRED_FORMAT%(n)s_(pred_format, %(vs)s, on_failure)\\
263 on_failure)
267 #define GTEST_PRED%(n)s_(pred, %(vs)s, on_failure)\\
279 impl += """), on_failure)
/third_party/node/deps/npm/node_modules/retry/
D.travis.yml14 # on_failure: always
/third_party/libsoup/
D.gitlab-ci.yml18 when: on_failure
/third_party/node/deps/npm/node_modules/encoding/
D.travis.yml24 on_failure: always # options: [always|never|change] default: always
/third_party/gn/src/util/test/
Dtest.h114 #define TEST_ASSERT_(expression, on_failure) \ argument
119 on_failure(test_result)
/third_party/python/
D.travis.yml209 on_failure: always
218 on_failure: always
/third_party/cJSON/
Dappveyor.yml84 on_failure:
/third_party/flutter/skia/third_party/externals/spirv-tools/
D.travis.yml88 on_failure: always
/third_party/mesa3d/
D.gitlab-ci.yml617 when: on_failure
1052 when: on_failure
1219 when: on_failure
1228 when: on_failure
1246 when: on_failure
1275 when: on_failure
/third_party/node/deps/npm/node_modules/node-gyp/
D.travis.yml108 on_failure: change # `always` will be the setting once code changes slow down
/third_party/boost/libs/pfr/test/
Dappveyor.yml99 on_failure:
/third_party/jerryscript/
D.travis.yml175 on_failure: always
/third_party/flutter/flutter/
D.cirrus.yml511 on_failure:
525 on_failure:
/third_party/cef/tools/distrib/gtest/
Dgtest.h9988 #define GTEST_ASSERT_(expression, on_failure) \
9993 on_failure(gtest_ar.failure_message())
10014 #define GTEST_PRED_FORMAT1_(pred_format, v1, on_failure)\
10016 on_failure)
10020 #define GTEST_PRED1_(pred, v1, on_failure)\
10024 v1), on_failure)
10061 #define GTEST_PRED_FORMAT2_(pred_format, v1, v2, on_failure)\
10063 on_failure)
10067 #define GTEST_PRED2_(pred, v1, v2, on_failure)\
10073 v2), on_failure)
[all …]