OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:Iterables
(Results
201 - 225
of
248
) sorted by null
1
2
3
4
5
6
7
8
9
10
/external/guice/core/test/com/google/inject/spi/
InjectionPointTest.java
19
import static com.google.common.collect.
Iterables
.getOnlyElement;
/external/turbine/java/com/google/turbine/binder/
DisambiguateTypeAnnotations.java
19
import static com.google.common.collect.
Iterables
.getOnlyElement;
/external/grpc-grpc-java/core/src/test/java/io/grpc/internal/
DnsNameResolverTest.java
34
import com.google.common.collect.
Iterables
;
789
(InetSocketAddress)
Iterables
.getOnlyElement(addrGroup.getAddresses());
/external/guava/guava-testlib/src/com/google/common/testing/
FreshValueGenerator.java
48
import com.google.common.collect.
Iterables
;
273
return
Iterables
.get(instances, (freshInt() - 1) % instances.size());
/external/guava/guava-tests/test/com/google/common/collect/
ImmutableListTest.java
19
import static com.google.common.collect.
Iterables
.getOnlyElement;
20
import static com.google.common.collect.
Iterables
.unmodifiableIterable;
Collections2Test.java
19
import static com.google.common.collect.
Iterables
.concat;
ConcurrentHashMultisetTest.java
564
RemovalNotification<String, Number> notification =
Iterables
.getOnlyElement(notificationQueue);
FilteredCollectionsTest.java
64
* NavigableSets inherit the tests for filtered
Iterables
, Collections, Sets, and SortedSets. The
380
return
Iterables
.filter(elements, predicate);
/external/guava/guava-tests/test/com/google/common/math/
DoubleMathTest.java
42
import com.google.common.collect.
Iterables
;
540
Iterables
.concat(FINITE_TOLERANCE_CANDIDATES, ImmutableList.of(Double.POSITIVE_INFINITY));
/external/guice/core/src/com/google/inject/internal/
RealOptionalBinder.java
28
import com.google.common.collect.
Iterables
;
701
return
Iterables
.getOnlyElement(dependencies);
/external/dagger2/lib/
auto-value-1.4.1.jar
/external/guice/core/test/com/google/inject/internal/
OptionalBinderTest.java
29
import com.google.common.collect.
Iterables
;
[
all
...]
/external/dagger2/compiler/src/main/java/dagger/internal/codegen/
ComponentDescriptor.java
56
import static com.google.common.collect.
Iterables
.getOnlyElement;
MembersInjectorGenerator.java
62
import static com.google.common.collect.
Iterables
.getOnlyElement;
/external/grpc-grpc-java/core/src/test/java/io/grpc/
ServerInterceptorsTest.java
19
import static com.google.common.collect.
Iterables
.getOnlyElement;
/external/guava/guava/src/com/google/common/collect/
ImmutableMultimap.java
193
"null key in entry: null=" +
Iterables
.toString(values));
ImmutableRangeSet.java
196
this.positiveBoundedAbove =
Iterables
.getLast(ranges).hasUpperBound();
Lists.java
128
* {@link
Iterables
#addAll}.
238
* {@link
Iterables
#addAll}.
259
Iterables
.addAll(list, elements);
531
* {@link Collections2#transform} or {@link
Iterables
#transform}.
[
all
...]
Maps.java
[
all
...]
/external/guava/guava-gwt/src-super/com/google/common/collect/super/com/google/common/collect/
Lists.java
126
* {@link
Iterables
#addAll}.
236
* {@link
Iterables
#addAll}.
257
Iterables
.addAll(list, elements);
497
* {@link Collections2#transform} or {@link
Iterables
#transform}.
[
all
...]
/external/turbine/java/com/google/turbine/parse/
ConstExpressionParser.java
19
import static com.google.common.collect.
Iterables
.getOnlyElement;
/external/owasp/sanitizer/distrib/lib/
guava.jar
/external/owasp/sanitizer/lib/guava-libraries/
guava.jar
/external/smali/smali/src/main/antlr/
smaliTreeWalker.g
40
import com.google.common.collect.
Iterables
;
410
if (
Iterables
.isEmpty(methodImplementation.getInstructions())) {
434
if (!
Iterables
.isEmpty(methodImplementation.getDebugItems())) {
[
all
...]
/external/testng/ant/3rdparty/
doclava-1.0.3.jar
Completed in 1385 milliseconds
1
2
3
4
5
6
7
8
9
10