OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:Preconditions
(Results
101 - 125
of
1035
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/cts/common/device-side/util-axt/src/com/android/compatibility/common/util/
DeviceConfigStateManager.java
29
import com.google.common.base.
Preconditions
;
55
mContext =
Preconditions
.checkNotNull(context);
56
mNamespace =
Preconditions
.checkNotNull(namespace);
57
mKey =
Preconditions
.checkNotNull(key);
/external/caliper/caliper/src/main/java/com/google/caliper/bridge/
VmOptionLogMessage.java
19
import static com.google.common.base.
Preconditions
.checkNotNull;
/external/conscrypt/repackaged/common/src/main/java/com/android/org/conscrypt/
AllocatedBuffer.java
35
import static com.android.org.conscrypt.
Preconditions
.checkNotNull;
/external/grpc-grpc-java/core/src/main/java/io/grpc/
InternalMethodDescriptor.java
19
import static com.google.common.base.
Preconditions
.checkNotNull;
EquivalentAddressGroup.java
19
import com.google.common.base.
Preconditions
;
54
Preconditions
.checkArgument(!addrs.isEmpty(), "addrs is empty");
56
this.attrs =
Preconditions
.checkNotNull(attrs, "attrs");
/external/grpc-grpc-java/grpclb/src/main/java/io/grpc/grpclb/
LbAddressGroup.java
19
import static com.google.common.base.
Preconditions
.checkNotNull;
/external/guava/guava/src/com/google/common/collect/
SingletonImmutableList.java
19
import static com.google.common.base.
Preconditions
.checkNotNull;
22
import com.google.common.base.
Preconditions
;
45
Preconditions
.checkElementIndex(index, 1);
67
Preconditions
.checkPositionIndexes(fromIndex, toIndex, 1);
/external/guava/guava/src/com/google/common/eventbus/
DeadEvent.java
19
import static com.google.common.base.
Preconditions
.checkNotNull;
/external/guava/guava/src/com/google/common/reflect/
TypeCapture.java
19
import static com.google.common.base.
Preconditions
.checkArgument;
/external/guava/guava-gwt/src-super/com/google/common/collect/super/com/google/common/collect/
SingletonImmutableList.java
19
import static com.google.common.base.
Preconditions
.checkNotNull;
/external/guice/core/src/com/google/inject/spi/
ElementSource.java
19
import com.google.common.base.
Preconditions
;
93
Preconditions
.checkNotNull(declaringSource, "declaringSource cannot be null.");
94
Preconditions
.checkNotNull(moduleSource, "moduleSource cannot be null.");
95
Preconditions
.checkNotNull(partialCallStack, "partialCallStack cannot be null.");
/external/grpc-grpc-java/core/src/main/java/io/grpc/inprocess/
InProcessServerBuilder.java
19
import static com.google.common.base.
Preconditions
.checkNotNull;
21
import com.google.common.base.
Preconditions
;
99
this.name =
Preconditions
.checkNotNull(name, "name");
/external/grpc-grpc-java/core/src/main/java/io/grpc/internal/
ProxyParameters.java
20
import com.google.common.base.
Preconditions
;
37
Preconditions
.checkNotNull(proxyAddress);
40
Preconditions
.checkState(!proxyAddress.isUnresolved());
/external/grpc-grpc-java/netty/src/main/java/io/grpc/netty/
CancelServerStreamCommand.java
21
import com.google.common.base.
Preconditions
;
32
this.stream =
Preconditions
.checkNotNull(stream, "stream");
33
this.reason =
Preconditions
.checkNotNull(reason, "reason");
NettySocketSupport.java
19
import com.google.common.base.
Preconditions
;
52
Preconditions
.checkNotNull(otherInfo);
63
instance =
Preconditions
.checkNotNull(helper);
/external/guice/core/src/com/google/inject/internal/
ExposureBuilder.java
19
import com.google.common.base.
Preconditions
;
45
Preconditions
.checkNotNull(annotationType, "annotationType");
52
Preconditions
.checkNotNull(annotation, "annotation");
/external/guice/extensions/service/src/com/google/inject/service/
AsyncService.java
19
import com.google.common.base.
Preconditions
;
48
Preconditions
.checkState(
75
Preconditions
.checkState(state != null, "Must start this service before you stop it!");
/external/opencensus-java/exporters/stats/signalfx/src/main/java/io/opencensus/exporter/stats/signalfx/
SignalFxStatsConfiguration.java
20
import com.google.common.base.
Preconditions
;
146
Preconditions
.checkArgument(
148
Preconditions
.checkArgument(
SignalFxStatsExporter.java
20
import com.google.common.base.
Preconditions
;
52
Preconditions
.checkNotNull(configuration, "SignalFx stats exporter configuration");
78
Preconditions
.checkState(exporter == null, "SignalFx stats exporter is already created.");
/external/opencensus-java/impl_core/src/main/java/io/opencensus/implcore/metrics/export/
MetricProducerManagerImpl.java
19
import com.google.common.base.
Preconditions
;
36
Preconditions
.checkNotNull(metricProducer, "metricProducer");
49
Preconditions
.checkNotNull(metricProducer, "metricProducer");
/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
ShadowGeocoder.java
5
import com.google.common.base.
Preconditions
;
35
Preconditions
.checkArgument(
37
Preconditions
.checkArgument(
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/builder/instruction/
BuilderInstruction22c.java
39
import org.jf.dexlib2.util.
Preconditions
;
55
this.registerA =
Preconditions
.checkNibbleRegister(registerA);
56
this.registerB =
Preconditions
.checkNibbleRegister(registerB);
BuilderInstruction22cs.java
40
import org.jf.dexlib2.util.
Preconditions
;
56
this.registerA =
Preconditions
.checkNibbleRegister(registerA);
57
this.registerB =
Preconditions
.checkNibbleRegister(registerB);
BuilderInstruction3rc.java
39
import org.jf.dexlib2.util.
Preconditions
;
56
this.startRegister =
Preconditions
.checkShortRegister(startRegister);
57
this.registerCount =
Preconditions
.checkRegisterRangeCount(registerCount);
BuilderInstruction3rms.java
40
import org.jf.dexlib2.util.
Preconditions
;
56
this.startRegister =
Preconditions
.checkShortRegister(startRegister);
57
this.registerCount =
Preconditions
.checkRegisterRangeCount(registerCount);
Completed in 387 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>