HomeSort by relevance Sort by last modified time
    Searched refs:Preconditions (Results 301 - 325 of 1035) sorted by null

<<11121314151617181920>>

  /cts/tests/tests/location/src/android/location/cts/asn1/base/
Asn1SequenceOf.java 19 import com.google.common.base.Preconditions;
107 Preconditions.checkState(sequence.size() >= minimumSize,
109 Preconditions.checkState(maximumSize == null
Asn1Enumerated.java 19 import com.google.common.base.Preconditions;
88 Preconditions.checkNotNull(value, "No value set.");
Asn1ObjectIdentifier.java 19 import com.google.common.base.Preconditions;
73 Preconditions.checkNotNull(value);
  /external/caliper/caliper/src/main/java/com/google/caliper/platform/jvm/
JvmPlatform.java 19 import static com.google.common.base.Preconditions.checkState;
26 import com.google.common.base.Preconditions;
84 Preconditions.checkState(bin.exists() && bin.isDirectory(),
  /external/grpc-grpc-java/core/src/main/java/io/grpc/
ClientInterceptors.java 19 import com.google.common.base.Preconditions;
87 Preconditions.checkNotNull(channel, "channel");
150 this.interceptor = Preconditions.checkNotNull(interceptor, "interceptor");
Metadata.java 20 import static com.google.common.base.Preconditions.checkArgument;
21 import static com.google.common.base.Preconditions.checkNotNull;
24 import com.google.common.base.Preconditions;
285 Preconditions.checkNotNull(key, "key");
286 Preconditions.checkNotNull(value, "value");
317 Preconditions.checkNotNull(key, "key");
318 Preconditions.checkNotNull(value, "value");
441 Preconditions.checkNotNull(other, "other");
741 Preconditions.checkArgument(
746 this.marshaller = Preconditions.checkNotNull(marshaller, "marshaller")
    [all...]
ServerServiceDefinition.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;
DecompressorRegistry.java 19 import static com.google.common.base.Preconditions.checkArgument;
20 import static com.google.common.base.Preconditions.checkNotNull;
  /external/grpc-grpc-java/core/src/main/java/io/grpc/internal/
Http2ClientStreamTransportState.java 20 import com.google.common.base.Preconditions;
87 Preconditions.checkNotNull(headers, "headers");
164 Preconditions.checkNotNull(trailers, "trailers");
InternalSubchannel.java 27 import com.google.common.base.Preconditions;
170 Preconditions.checkNotNull(addressGroups, "addressGroups");
171 Preconditions.checkArgument(!addressGroups.isEmpty(), "addressGroups is empty");
220 Preconditions.checkState(reconnectTask == null, "Should have no reconnectTask scheduled");
293 Preconditions.checkState(reconnectTask == null, "previous reconnectTask is not done");
328 Preconditions.checkState(state.getState() != SHUTDOWN,
350 Preconditions.checkNotNull(newAddressGroups, "newAddressGroups");
352 Preconditions.checkArgument(!newAddressGroups.isEmpty(), "newAddressGroups is empty");
531 Preconditions.checkNotNull(item, msg);
558 Preconditions.checkState(activeTransport == null
    [all...]
ServerImpl.java 19 import static com.google.common.base.Preconditions.checkState;
29 import com.google.common.base.Preconditions;
131 this.executorPool = Preconditions.checkNotNull(builder.executorPool, "executorPool");
132 this.registry = Preconditions.checkNotNull(builder.registryBuilder.build(), "registryBuilder");
134 Preconditions.checkNotNull(builder.fallbackRegistry, "fallbackRegistry");
135 this.transportServer = Preconditions.checkNotNull(transportServer, "transportServer");
138 this.rootContext = Preconditions.checkNotNull(rootContext, "rootContext").fork();
167 executor = Preconditions.checkNotNull(executorPool.getObject(), "executor");
398 attributes = Preconditions.checkNotNull(filter.transportReady(attributes),
433 final StatsTraceContext statsTraceCtx = Preconditions.checkNotNull
    [all...]
  /external/grpc-grpc-java/interop-testing/src/main/java/io/grpc/testing/integration/
StressTestClient.java 28 import com.google.common.base.Preconditions;
208 Preconditions.checkState(!shutdown, "client was shutdown.");
218 Preconditions.checkState(!shutdown, "client was shutdown.");
246 Preconditions.checkState(!shutdown, "client was shutdown.");
398 Preconditions.checkArgument(durationSec >= -1, "durationSec must be gte -1.");
399 this.channel = Preconditions.checkNotNull(channel, "channel");
401 Preconditions.checkNotNull(testCaseWeightPairs, "testCaseWeightPairs");
403 this.gaugeName = Preconditions.checkNotNull(gaugeName, "gaugeName");
541 Preconditions.checkNotNull(testCaseWeightPairs, "testCaseWeightPairs");
542 Preconditions.checkArgument(testCaseWeightPairs.size() > 0)
    [all...]
  /external/grpc-grpc-java/services/src/main/java/io/grpc/services/
BinaryLogProvider.java 20 import com.google.common.base.Preconditions;
179 Preconditions.checkNotNull(from);
180 Preconditions.checkNotNull(to);
  /external/guava/guava/src/com/google/common/hash/
AbstractStreamingHashFunction.java 17 import static com.google.common.base.Preconditions.checkArgument;
19 import com.google.common.base.Preconditions;
65 Preconditions.checkArgument(expectedInputSize >= 0);
108 // TODO(kevinb): check more preconditions (as bufferSize >= chunkSize) if this is ever public
  /external/guava/guava/src/com/google/common/net/
HostAndPort.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;
  /external/guice/core/src/com/google/inject/internal/
PrivateElementsImpl.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;
  /external/libbackup/src/com/google/android/libraries/backup/shadow/
SharedPreferencesBackupHelperSimulator.java 11 import com.google.common.base.Preconditions;
32 this.prefGroups = Preconditions.checkNotNull(prefGroups);
64 this.preferences = Preconditions.checkNotNull(data);
  /external/setupcompat/main/java/com/google/android/setupcompat/internal/
PersistableBundles.java 51 Preconditions.checkArgument(
101 Preconditions.checkNotNull(persistableBundle, "PersistableBundle cannot be null!");
104 Preconditions.checkArgument(
  /frameworks/base/apct-tests/perftests/core/src/android/database/
SQLiteDatabaseIoPerfTest.java 33 import com.android.internal.util.Preconditions;
134 Preconditions.checkState(mWriteBytes == null, "Measurement already started");
139 Preconditions.checkState(mWriteBytes != null, "Measurement wasn't started");
  /art/tools/class2greylist/src/com/android/class2greylist/
CovariantReturnTypeHandler.java 3 import com.google.common.base.Preconditions;
76 Preconditions.checkState(closingBrace != -1,
  /external/caliper/caliper/src/main/java/com/google/caliper/model/
InstrumentSpec.java 20 import static com.google.common.base.Preconditions.checkNotNull;
21 import static com.google.common.base.Preconditions.checkState;
Measurement.java 19 import static com.google.common.base.Preconditions.checkArgument;
20 import static com.google.common.base.Preconditions.checkNotNull;
Scenario.java 20 import static com.google.common.base.Preconditions.checkNotNull;
21 import static com.google.common.base.Preconditions.checkState;
  /external/cldr/tools/java/org/unicode/cldr/draft/keyboard/
ModifierKey.java 3 import static com.google.common.base.Preconditions.checkArgument;
4 import static com.google.common.base.Preconditions.checkNotNull;
  /external/cldr/tools/java/org/unicode/cldr/draft/keyboard/out/
XmlWriter.java 3 import static com.google.common.base.Preconditions.checkNotNull;
4 import static com.google.common.base.Preconditions.checkState;

Completed in 2480 milliseconds

<<11121314151617181920>>