Home
last modified time | relevance | path

Searched defs:emptyToken (Results 1 – 6 of 6) sorted by relevance

/external/tink/java_src/src/test/java/com/google/crypto/tink/jwt/
DVerifiedJwtTest.java32 VerifiedJwt emptyToken = new VerifiedJwt(RawJwt.newBuilder().withoutExpiration().build()); in emptyToken_getMethodsShouldThrow() local
50 RawJwt emptyToken = RawJwt.newBuilder().withoutExpiration().build(); in emptyToken_hasMethodsShouldReturnFalse() local
67 RawJwt emptyToken = RawJwt.newBuilder().withoutExpiration().build(); in emptyToken_isNullClaimReturnFalse() local
/external/sdk-platform-java/gax-java/gax/src/main/java/com/google/api/gax/rpc/
DPagedListDescriptor.java41 String emptyToken(); in emptyToken() method
/external/guava/android/guava-tests/test/com/google/common/base/
DSplitterTest.java129 String emptyToken = "a. .c"; in testCharacterSplitEmptyToken() local
135 String emptyToken = "a. .c"; in testCharacterSplitEmptyTokenOmitEmptyStrings() local
221 String emptyToken = "a. .c"; in testStringSplitEmptyToken() local
227 String emptyToken = "a. .c"; in testStringSplitEmptyTokenOmitEmptyStrings() local
412 String emptyToken = "a. .c"; in testPatternSplitEmptyToken() local
420 String emptyToken = "a. .c"; in testPatternSplitEmptyTokenOmitEmptyStrings() local
/external/guava/guava-tests/test/com/google/common/base/
DSplitterTest.java136 String emptyToken = "a. .c"; in testCharacterSplitEmptyToken() local
142 String emptyToken = "a. .c"; in testCharacterSplitEmptyTokenOmitEmptyStrings() local
228 String emptyToken = "a. .c"; in testStringSplitEmptyToken() local
234 String emptyToken = "a. .c"; in testStringSplitEmptyTokenOmitEmptyStrings() local
419 String emptyToken = "a. .c"; in testPatternSplitEmptyToken() local
427 String emptyToken = "a. .c"; in testPatternSplitEmptyTokenOmitEmptyStrings() local
/external/android-nn-driver/test/
DDriverTestHelpers.cpp182 armnn_driver::ArmnnDriver::HidlToken emptyToken; in PrepareModelWithStatus_1_2() local
208 armnn_driver::ArmnnDriver::HidlToken emptyToken; in PrepareModelWithStatus_1_3() local
/external/sdk-platform-java/gax-java/gax/src/test/java/com/google/api/gax/rpc/testing/
DFakePagedApi.java74 public String emptyToken() { in emptyToken() method in FakePagedApi.StashPagedListDescriptor