Home
last modified time | relevance | path

Searched refs:throwIllegalArgumentException (Results 1 – 7 of 7) sorted by relevance

/external/opencensus-java/api/src/test/java/io/opencensus/trace/
DAttributeValueTest.java61 Functions.throwIllegalArgumentException()); in stringAttributeValue()
92 Functions.throwIllegalArgumentException()); in booleanAttributeValue()
123 Functions.throwIllegalArgumentException()); in longAttributeValue()
162 Functions.throwIllegalArgumentException()); in doubleAttributeValue()
/external/ukey2/src/main/java/com/google/security/cryptauth/lib/securegcm/
DUkey2Handshake.java289 throwIllegalArgumentException("Invalid handshake cipher"); in Ukey2Handshake()
354 throwIllegalArgumentException("Minimum length is 1 byte, max is 32 bytes"); in getVerificationString()
937 throwIllegalArgumentException("Invalid message type: " + messageType); in makeUkey2Message()
944 throwIllegalArgumentException("Cannot send empty message data for non-alert messages"); in makeUkey2Message()
1037 private void throwIllegalArgumentException(String logMessage) { in throwIllegalArgumentException() method in Ukey2Handshake
/external/opencensus-java/api/src/test/java/io/opencensus/common/
DFunctionsTest.java52 Function<Object, Void> f = Functions.throwIllegalArgumentException(); in testThrowIllegalArgumentException()
/external/opencensus-java/api/src/main/java/io/opencensus/common/
DFunctions.java110 public static <T> Function<Object, T> throwIllegalArgumentException() {
/external/opencensus-java/api/src/test/java/io/opencensus/stats/
DViewDataTest.java142 Functions.<Void>throwIllegalArgumentException()); in testAggregationWindowDataMatch()
158 Functions.<Void>throwIllegalArgumentException()); in testAggregationWindowDataMatch()
DAggregationDataTest.java224 Functions.<Void>throwIllegalArgumentException()); in testMatchAndGet()
/external/opencensus-java/exporters/stats/stackdriver/src/main/java/io/opencensus/exporter/stats/stackdriver/
DStackdriverExportUtils.java383 Functions.<TimeInterval>throwIllegalArgumentException(), in createTimeInterval() method
384 Functions.<TimeInterval>throwIllegalArgumentException()); in createTimeInterval() method