Searched
refs:Preconditions (Results
401 -
425 of
1035) sorted by null
<<11121314151617181920>>
/external/guava/guava-testlib/src/com/google/common/testing/ |
TearDownStack.java | 19 import static com.google.common.base.Preconditions.checkNotNull;
|
/external/guava/guava-tests/benchmark/com/google/common/cache/ |
SegmentBenchmark.java | 19 import static com.google.common.base.Preconditions.checkState;
|
/external/guava/guava-tests/test/com/google/common/io/ |
TestOutputStream.java | 19 import static com.google.common.base.Preconditions.checkNotNull;
|
/external/guice/core/src/com/google/inject/ |
ConfigurationException.java | 19 import static com.google.common.base.Preconditions.checkState;
|
/external/guice/core/src/com/google/inject/internal/ |
InternalFactoryToInitializableAdapter.java | 19 import static com.google.common.base.Preconditions.checkNotNull;
|
MethodAspect.java | 19 import static com.google.common.base.Preconditions.checkNotNull;
|
ProviderInternalFactory.java | 19 import static com.google.common.base.Preconditions.checkNotNull;
|
/external/guice/core/src/com/google/inject/internal/util/ |
Classes.java | 19 import static com.google.common.base.Preconditions.checkNotNull;
|
/external/guice/core/src/com/google/inject/spi/ |
InjectionRequest.java | 19 import static com.google.common.base.Preconditions.checkNotNull;
|
InterceptorBinding.java | 19 import static com.google.common.base.Preconditions.checkNotNull;
|
TypeConverterBinding.java | 19 import static com.google.common.base.Preconditions.checkNotNull;
|
/external/opencensus-java/contrib/agent/src/main/java/io/opencensus/contrib/agent/ |
Resources.java | 19 import static com.google.common.base.Preconditions.checkArgument;
|
/external/opencensus-java/contrib/agent/src/main/java/io/opencensus/contrib/agent/instrumentation/ |
TraceStrategyImpl.java | 19 import static com.google.common.base.Preconditions.checkNotNull;
|
/external/opencensus-java/exporters/trace/instana/src/main/java/io/opencensus/exporter/trace/instana/ |
InstanaTraceExporter.java | 19 import static com.google.common.base.Preconditions.checkState;
|
/external/opencensus-java/exporters/trace/ocagent/src/main/java/io/opencensus/exporter/trace/ocagent/ |
OcAgentTraceExporter.java | 19 import static com.google.common.base.Preconditions.checkState;
|
/external/opencensus-java/exporters/trace/zipkin/src/main/java/io/opencensus/exporter/trace/zipkin/ |
ZipkinTraceExporter.java | 19 import static com.google.common.base.Preconditions.checkState;
|
/external/opencensus-java/impl_core/src/main/java/io/opencensus/implcore/internal/ |
CurrentState.java | 19 import static com.google.common.base.Preconditions.checkState;
|
/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/ |
ShadowUsbManager.java | 20 import com.google.common.base.Preconditions; 127 Preconditions.checkNotNull(usbDevice); 128 Preconditions.checkNotNull(usbDevice.getDeviceName()); 139 Preconditions.checkNotNull(usbDevice);
|
/external/turbine/java/com/google/turbine/binder/lookup/ |
CompoundTopLevelIndex.java | 19 import static com.google.common.base.Preconditions.checkNotNull;
|
/external/desugar/java/com/google/devtools/common/options/ |
OptionsParserImpl.java | 21 import com.google.common.base.Preconditions; 90 Preconditions.checkNotNull(optionsData); 108 this.argsPreProcessor = Preconditions.checkNotNull(preProcessor); 363 Preconditions.checkNotNull(option); 364 Preconditions.checkNotNull( 368 Preconditions.checkNotNull( 375 Preconditions.checkArgument(
|
/external/grpc-grpc-java/okhttp/src/main/java/io/grpc/okhttp/ |
OkHttpChannelBuilder.java | 19 import static com.google.common.base.Preconditions.checkNotNull; 25 import com.google.common.base.Preconditions; 202 Preconditions.checkNotNull(type, "type"); 253 Preconditions.checkArgument(keepAliveTime > 0L, "keepalive time must be positive"); 270 Preconditions.checkArgument(keepAliveTimeout > 0L, "keepalive timeout must be positive"); 336 Preconditions.checkArgument(connectionSpec.isTls(), "plaintext ConnectionSpec is not accepted"); 508 Preconditions.checkNotNull(transportTracerFactory, "transportTracerFactory");
|
OkHttpClientTransport.java | 19 import static com.google.common.base.Preconditions.checkState; 24 import com.google.common.base.Preconditions; 211 this.address = Preconditions.checkNotNull(address, "address"); 214 this.executor = Preconditions.checkNotNull(executor, "executor"); 221 this.connectionSpec = Preconditions.checkNotNull(connectionSpec, "connectionSpec"); 226 Preconditions.checkNotNull(tooManyPingsRunnable, "tooManyPingsRunnable"); 227 this.transportTracer = Preconditions.checkNotNull(transportTracer); 252 this.executor = Preconditions.checkNotNull(executor, "executor"); 254 this.testFrameReader = Preconditions.checkNotNull(frameReader, "frameReader"); 255 this.testFrameWriter = Preconditions.checkNotNull(testFrameWriter, "testFrameWriter") [all...] |
/external/grpc-grpc-java/core/src/main/java/io/grpc/internal/ |
AbstractClientStream.java | 19 import static com.google.common.base.Preconditions.checkNotNull; 20 import static com.google.common.base.Preconditions.checkState; 27 import com.google.common.base.Preconditions; 183 Preconditions.checkArgument(frame != null || endOfStream, "null frame before EOS"); 197 Preconditions.checkArgument(!reason.isOk(), "Should not cancel with OK status");
|
AbstractManagedChannelImplBuilder.java | 19 import static com.google.common.base.Preconditions.checkArgument; 22 import com.google.common.base.Preconditions; 174 this.target = Preconditions.checkNotNull(target, "target"); 227 Preconditions.checkState(directServerAddress == null, 240 Preconditions.checkState(directServerAddress == null,
|
/external/grpc-grpc-java/netty/src/main/java/io/grpc/netty/ |
NettyClientStream.java | 19 import static com.google.common.base.Preconditions.checkArgument; 20 import static com.google.common.base.Preconditions.checkNotNull; 21 import static com.google.common.base.Preconditions.checkState; 24 import com.google.common.base.Preconditions; 162 Preconditions.checkArgument(numMessages >= 0);
|
Completed in 1674 milliseconds
<<11121314151617181920>>