OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:fromCollection
(Results
1 - 13
of
13
) sorted by null
/external/guava/guava/src/com/google/common/collect/
Collections2.java
243
* {@code
fromCollection
}. The returned collection is a live view of {@code
244
*
fromCollection
}; changes to one affect the other.
248
* methods are supported, as long as {@code
fromCollection
} supports them.
251
* {@code
fromCollection
} is.
260
public static <F, T> Collection<T> transform(Collection<F>
fromCollection
,
262
return new TransformedCollection<F, T>(
fromCollection
, function);
266
final Collection<F>
fromCollection
;
269
TransformedCollection(Collection<F>
fromCollection
,
271
this.
fromCollection
= checkNotNull(
fromCollection
);
[
all
...]
/frameworks/base/tests/SmokeTest/tests/src/com/android/smoketest/
ProcessErrorsTest.java
153
ProcessError.
fromCollection
(mActivityManager.getProcessesInErrorState());
175
ProcessError.
fromCollection
(mActivityManager.getProcessesInErrorState());
314
public static Collection<ProcessError>
fromCollection
(Collection<ProcessErrorStateInfo> in)
/frameworks/testing/app-tests/AppLaunchTest/src/com/android/applaunchtest/
AppLaunchTest.java
114
ProcessError.
fromCollection
(mActivityManager.getProcessesInErrorState());
131
ProcessError.
fromCollection
(mActivityManager.getProcessesInErrorState());
258
public static Collection<ProcessError>
fromCollection
(Collection<ProcessErrorStateInfo> in)
/libcore/benchmarks/libs/
caliper.jar
/prebuilts/devtools/tools/lib/
guava-13.0.1.jar
/prebuilts/sdk/tools/lib/
guava-10.0.1.jar
lint.jar
lint_api.jar
lint_checks.jar
/prebuilts/tools/common/gradle-plugins/repository/com/google/guava/guava/14.0/
guava-14.0.jar
/prebuilts/tools/common/guava-tools/
guava-13.0.1.jar
/prebuilts/tools/common/m2/repository/com/google/guava/guava/13.0.1/
guava-13.0.1.jar
/prebuilts/misc/common/tradefed/
tradefed-prebuilt.jar
Completed in 1323 milliseconds