/external/grpc-grpc-java/alts/src/test/java/io/grpc/alts/internal/ |
D | BufUnwrapperTest.java | 21 import com.google.common.truth.Truth; 43 Truth.assertThat(readableBufs).hasLength(1); in closeEmptiesBuffers() 44 Truth.assertThat(readableBufs[0]).isNotNull(); in closeEmptiesBuffers() 45 Truth.assertThat(writableBufs).hasLength(1); in closeEmptiesBuffers() 46 Truth.assertThat(writableBufs[0]).isNotNull(); in closeEmptiesBuffers() 50 Truth.assertThat(readableBufs[0]).isNull(); in closeEmptiesBuffers() 51 Truth.assertThat(writableBufs[0]).isNull(); in closeEmptiesBuffers() 62 Truth.assertThat(internalBufs).hasLength(1); in readableNioBuffers_worksWithNormal() 76 Truth.assertThat(internalBufs).hasLength(1); in readableNioBuffers_worksWithComposite() 92 Truth.assertThat(internalBufs).hasLength(1); in writableNioBuffers_indexesPreserved() [all …]
|
/external/grpc-grpc-java/examples/android/clientcache/app/src/test/java/io/grpc/clientcacheexample/ |
D | SafeMethodCachingInterceptorTest.java | 3 import com.google.common.truth.Truth; 244 Truth.assertThat(cache.internalCache).isEmpty(); in responseNoCacheDirective_notCached() 245 Truth.assertThat(cache.removedKeys).isEmpty(); in responseNoCacheDirective_notCached() 260 Truth.assertThat(cache.internalCache).isEmpty(); in responseNoStoreDirective_notCached() 261 Truth.assertThat(cache.removedKeys).isEmpty(); in responseNoStoreDirective_notCached() 276 Truth.assertThat(cache.internalCache).isEmpty(); in responseNoTransformDirective_notCached() 277 Truth.assertThat(cache.removedKeys).isEmpty(); in responseNoTransformDirective_notCached() 306 Truth.assertThat(cache.internalCache).isEmpty(); in responseMaxAge_caseInsensitive() 307 Truth.assertThat(cache.removedKeys).isEmpty(); in responseMaxAge_caseInsensitive() 322 Truth.assertThat(cache.internalCache).isEmpty(); in responseNoCache_caseInsensitive() [all …]
|
/external/grpc-grpc-java/core/src/test/java/io/grpc/inprocess/ |
D | InProcessServerTest.java | 19 import com.google.common.truth.Truth; 43 Truth.assertThat(s.getPort()).isEqualTo(-1); in getPort_notStarted() 68 Truth.assertThat(pool.count).isEqualTo(0); in serverHoldsRefToScheduler() 76 Truth.assertThat(pool.count).isEqualTo(1); in serverHoldsRefToScheduler() 78 Truth.assertThat(pool.count).isEqualTo(0); in serverHoldsRefToScheduler()
|
/external/clang/test/CodeGenCXX/ |
D | temp-order.cpp | 23 bool Truth; member 26 : TT(_TT), P(_P), Truth(_Truth) {} in A() 27 A(const A &RHS) : TT(RHS.TT), P(RHS.P), Truth(RHS.Truth) { RHS.P = 0; } in A() 36 Truth = RHS.Truth; in operator =() 41 operator bool () { return Truth; } in operator bool()
|
/external/grpc-grpc-java/testing/ |
D | build.gradle | 12 // pulled in via Truth, for users that don't use Truth. Truth requires a 15 // compileOnly means only users using Truth would have the problem and
|
/external/swiftshader/third_party/LLVM/test/TableGen/ |
D | eq.td | 10 class Derived<string Truth> : 11 Base<!if(!eq(Truth, "true"), 1, 0)>;
|
/external/llvm/test/TableGen/ |
D | eq.td | 10 class Derived<string Truth> : 11 Base<!if(!eq(Truth, "true"), 1, 0)>;
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/TableGen/ |
D | eq.td | 21 class Derived<string Truth> : 22 Base<!if(!eq(Truth, "true"), 1, 0)>;
|
/external/grpc-grpc-java/context/src/test/java/io/grpc/ |
D | DeadlineTest.java | 19 import static com.google.common.truth.Truth.assertAbout; 29 import com.google.common.truth.Truth; 228 Truth.assertThat(d2).isGreaterThan(d1); in compareTo_greater() 236 Truth.assertThat(d1).isLessThan(d2); in compareTo_less() 243 Truth.assertThat(d1).isEquivalentAccordingToCompareTo(d2); in compareTo_same()
|
/external/dagger2/compiler/src/it/functional-tests/src/test/java/test/staticprovides/ |
D | StaticProvidesTest.java | 29 import static com.google.common.truth.Truth.assertThat; 30 import static com.google.common.truth.Truth.assertWithMessage;
|
/external/robolectric-shadows/processor/src/test/java/org/robolectric/annotation/processing/validator/ |
D | ImplementsValidatorTest.java | 3 import static com.google.common.truth.Truth.assertAbout; 4 import static com.google.common.truth.Truth.assertThat;
|
/external/robolectric-shadows/processor/src/test/java/org/robolectric/annotation/processing/ |
D | JavadocJsonGeneratorTest.java | 3 import static com.google.common.truth.Truth.assertAbout; 4 import static com.google.common.truth.Truth.assertThat;
|
/external/grpc-grpc-java/interop-testing/src/test/java/io/grpc/ |
D | ChannelAndServerBuilderTest.java | 24 import com.google.common.truth.Truth; 70 Truth.assertWithMessage("Unable to find any builder classes").that(classes).isNotEmpty(); in params()
|
/external/dagger2/compiler/src/test/java/dagger/internal/codegen/ |
D | ValidationReportTest.java | 30 import static com.google.common.truth.Truth.assertAbout; 31 import static com.google.common.truth.Truth.assertThat;
|
D | ErrorMessagesTest.java | 22 import static com.google.common.truth.Truth.assertThat;
|
/external/guice/extensions/throwingproviders/test/com/google/inject/throwingproviders/ |
D | CheckedProvidersTest.java | 3 import static com.google.common.truth.Truth.assertThat; 4 import static com.google.common.truth.Truth.assertWithMessage;
|
/external/opencensus-java/impl_core/src/test/java/io/opencensus/implcore/trace/propagation/ |
D | BinaryFormatImplTest.java | 19 import static com.google.common.truth.Truth.assertThat; 20 import static com.google.common.truth.Truth.assertWithMessage;
|
/external/dagger2/compiler/src/it/functional-tests/src/test/java/test/ |
D | DependsOnGeneratedCodeTest.java | 22 import static com.google.common.truth.Truth.assertThat;
|
/external/tensorflow/tensorflow/lite/java/src/test/java/org/tensorflow/lite/ |
D | TensorFlowLiteTest.java | 18 import static com.google.common.truth.Truth.assertThat;
|
/external/opencensus-java/api/src/test/java/io/opencensus/metrics/export/ |
D | ExportComponentTest.java | 19 import static com.google.common.truth.Truth.assertThat;
|
/external/guice/core/test/com/google/inject/internal/ |
D | InternalProvisionExceptionTest.java | 18 import static com.google.common.truth.Truth.assertThat;
|
/external/opencensus-java/impl_core/src/test/java/io/opencensus/implcore/metrics/export/ |
D | ExportComponentImplTest.java | 19 import static com.google.common.truth.Truth.assertThat;
|
/external/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/ |
D | ShadowBroadcastPendingResultTest.java | 3 import static com.google.common.truth.Truth.assertThat;
|
/external/robolectric-shadows/robolectric/src/test/java/org/robolectric/internal/dependency/ |
D | DependencyJarTest.java | 3 import static com.google.common.truth.Truth.assertThat;
|
/external/opencensus-java/api/src/test/java/io/opencensus/trace/propagation/ |
D | PropagationComponentTest.java | 19 import static com.google.common.truth.Truth.assertThat;
|