OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:Preconditions
(Results
251 - 275
of
1035
) sorted by null
<<
11
12
13
14
15
16
17
18
19
20
>>
/external/guava/guava/src/com/google/common/hash/
Funnels.java
18
import com.google.common.base.
Preconditions
;
92
this.charset =
Preconditions
.checkNotNull(charset);
169
this.elementFunnel =
Preconditions
.checkNotNull(elementFunnel);
233
this.sink =
Preconditions
.checkNotNull(sink);
HashingOutputStream.java
17
import static com.google.common.base.
Preconditions
.checkNotNull;
/external/guava/guava/src/com/google/common/reflect/
TypeParameter.java
19
import static com.google.common.base.
Preconditions
.checkArgument;
/external/guava/guava/src/com/google/common/util/concurrent/
FakeTimeLimiter.java
19
import static com.google.common.base.
Preconditions
.checkNotNull;
/external/guava/guava-gwt/src/com/google/common/collect/
SingletonImmutableBiMap_CustomFieldSerializer.java
19
import static com.google.common.base.
Preconditions
.checkNotNull;
/external/guava/guava-testlib/src/com/google/common/testing/
FakeTicker.java
19
import static com.google.common.base.
Preconditions
.checkArgument;
Platform.java
19
import static com.google.common.base.
Preconditions
.checkNotNull;
/external/guava/guava-tests/test/com/google/common/io/
TestByteSource.java
19
import static com.google.common.base.
Preconditions
.checkNotNull;
TestWriter.java
20
import static com.google.common.base.
Preconditions
.checkNotNull;
/external/guice/core/src/com/google/inject/
CreationException.java
19
import static com.google.common.base.
Preconditions
.checkArgument;
ProvisionException.java
19
import static com.google.common.base.
Preconditions
.checkArgument;
/external/guice/core/src/com/google/inject/internal/
InternalFactoryToProviderAdapter.java
19
import static com.google.common.base.
Preconditions
.checkNotNull;
ScopeBindingProcessor.java
19
import static com.google.common.base.
Preconditions
.checkNotNull;
SingletonScope.java
3
import com.google.common.base.
Preconditions
;
168
Preconditions
.checkState(
195
Preconditions
.checkNotNull(
222
Preconditions
.checkState(
/external/guice/core/src/com/google/inject/name/
NamedImpl.java
19
import static com.google.common.base.
Preconditions
.checkNotNull;
/external/guice/core/src/com/google/inject/spi/
ModuleAnnotatedMethodScannerBinding.java
19
import static com.google.common.base.
Preconditions
.checkNotNull;
ScopeBinding.java
19
import static com.google.common.base.
Preconditions
.checkNotNull;
StaticInjectionRequest.java
19
import static com.google.common.base.
Preconditions
.checkNotNull;
/external/libbackup/src/com/google/android/libraries/backup/shadow/
FileBackupHelperSimulator.java
7
import com.google.common.base.
Preconditions
;
32
this.fileNames =
Preconditions
.checkNotNull(fileNames);
60
this.files =
Preconditions
.checkNotNull(files);
83
this.bytes =
Preconditions
.checkNotNull(bytes);
/external/robolectric-shadows/robolectric/src/main/java/org/robolectric/android/internal/
LocalPermissionGranter.java
3
import static com.google.common.base.
Preconditions
.checkNotNull;
/external/turbine/java/com/google/turbine/binder/lookup/
CompoundScope.java
19
import static com.google.common.base.
Preconditions
.checkNotNull;
/cts/tests/tests/location/src/android/location/cts/asn1/base/
Asn1IA5String.java
21
import com.google.common.base.
Preconditions
;
61
Preconditions
.checkNotNull(value, "No value set.");
66
Preconditions
.checkNotNull(value, "No value set.");
75
Preconditions
.checkNotNull(alphabet);
76
Preconditions
.checkArgument(alphabet.length() > 0, "Empty alphabet");
101
Preconditions
.checkArgument(value.length() >= minimumSize,
103
Preconditions
.checkArgument(maximumSize == null
116
Preconditions
.checkNotNull(value, "No value set.");
/development/tools/idegen/src/com/android/idegen/
ModuleIndexes.java
19
import com.google.common.base.
Preconditions
;
93
Preconditions
.checkState(moduleNameToMakeFileMap != null,
/external/caliper/caliper/src/main/java/com/google/caliper/config/
InstrumentConfig.java
19
import static com.google.common.base.
Preconditions
.checkNotNull;
20
import static com.google.common.base.
Preconditions
.checkState;
/external/caliper/caliper/src/main/java/com/google/caliper/model/
Run.java
19
import static com.google.common.base.
Preconditions
.checkNotNull;
20
import static com.google.common.base.
Preconditions
.checkState;
Completed in 1037 milliseconds
<<
11
12
13
14
15
16
17
18
19
20
>>