Home
last modified time | relevance | path

Searched refs:throwAssertionError (Results 1 – 15 of 15) sorted by relevance

/external/opencensus-java/contrib/zpages/src/test/java/io/opencensus/contrib/zpages/
DStatszZPageHandlerTest.java209 Functions.throwAssertionError()); in assertContainsMeasure()
248 Functions.</*@Nullable*/ Void>throwAssertionError(), in assertContainsViewData()
249 Functions.</*@Nullable*/ Void>throwAssertionError(), in assertContainsViewData()
250 Functions.</*@Nullable*/ Void>throwAssertionError(), in assertContainsViewData()
263 Functions.</*@Nullable*/ Void>throwAssertionError(), in assertContainsViewData()
264 Functions.</*@Nullable*/ Void>throwAssertionError(), in assertContainsViewData()
/external/opencensus-java/api/src/main/java/io/opencensus/stats/
DViewData.java156 Functions.<ViewData>throwAssertionError()); in create() method
225 Functions.</*@Nullable*/ Void>throwAssertionError());
267 Functions.</*@Nullable*/ Void>throwAssertionError());
309 Functions.</*@Nullable*/ Void>throwAssertionError());
DNoopStats.java192 Functions.<ViewData.AggregationWindowData>throwAssertionError())); in getView()
/external/opencensus-java/impl_core/src/main/java/io/opencensus/implcore/stats/
DRecordUtils.java111 Functions.<MutableAggregation>throwAssertionError()); in createMutableAggregation()
122 Functions.<MutableAggregation>throwAssertionError()); in createMutableAggregation()
143 Functions.<Double>throwAssertionError());
DMetricUtils.java104 Functions.<Type>throwAssertionError();
DMutableViewData.java83 Functions.<MutableViewData>throwAssertionError()); in create()
/external/opencensus-java/api/src/test/java/io/opencensus/metrics/export/
DValueTest.java150 Functions.throwAssertionError()); in testMatch()
164 Functions.throwAssertionError()); in testMatch()
DDistributionTest.java94 Functions.throwAssertionError()); in createAndGet_ExplicitBuckets()
127 Functions.throwAssertionError()); in createAndGet_ExplicitBucketsEmptyBounds()
170 Functions.throwAssertionError()); in createAndGet_Distribution()
/external/conscrypt/common/src/jni/main/include/conscrypt/
Djniutil.h161 extern int throwAssertionError(JNIEnv* env, const char* msg);
294 throwAssertionError(env, result); in ~ErrorQueueChecker()
/external/opencensus-java/api/src/test/java/io/opencensus/common/
DFunctionsTest.java59 Function<Object, Void> f = Functions.throwAssertionError(); in testThrowAssertionError()
/external/opencensus-java/api/src/main/java/io/opencensus/common/
DFunctions.java124 public static <T> Function<Object, T> throwAssertionError() {
/external/opencensus-java/api/src/test/java/io/opencensus/stats/
DMeasureTest.java119 Functions.<String>throwAssertionError())); in testMatch()
/external/opencensus-java/contrib/zpages/src/main/java/io/opencensus/contrib/zpages/
DStatszZPageHandler.java355 Functions.</*@Nullable*/ Void>throwAssertionError(), // No interval views will be displayed. in emitViewInfo()
356 Functions.</*@Nullable*/ Void>throwAssertionError()); in emitViewInfo()
592 Functions.throwAssertionError()); in emitMeasureTableRow()
/external/opencensus-java/impl_core/src/test/java/io/opencensus/implcore/stats/
DStatsTestUtil.java182 Functions.<AggregationWindowData>throwAssertionError())); in createEmptyViewData()
/external/conscrypt/common/src/jni/main/cpp/conscrypt/
Djniutil.cc148 int throwAssertionError(JNIEnv* env, const char* msg) { in throwAssertionError() function