OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:toStringFunction
(Results
1 - 19
of
19
) sorted by null
/external/guava/guava-tests/test/com/google/common/base/
EquivalenceTest.java
99
EquivalenceTester.of(Equivalences.equals().onResultOf(Functions.
toStringFunction
()))
108
Equivalences.identity().onResultOf(Functions.
toStringFunction
()),
109
Equivalences.identity().onResultOf(Functions.
toStringFunction
()))
110
.addEqualityGroup(Equivalences.equals().onResultOf(Functions.
toStringFunction
()))
FunctionsTest.java
58
assertEquals("3", Functions.
toStringFunction
().apply(3));
59
assertEquals("hiya", Functions.
toStringFunction
().apply("hiya"));
61
Functions.
toStringFunction
().apply(
68
Functions.
toStringFunction
().apply(null);
77
checkCanReserializeSingleton(Functions.
toStringFunction
());
367
.addEqualityGroup(Functions.
toStringFunction
())
374
.addEqualityGroup(Functions.
toStringFunction
())
421
.addEqualityGroup(Functions.
toStringFunction
())
/external/guava/guava-tests/test/com/google/common/collect/
MapsSortedTransformValuesTest.java
46
return Maps.transformValues(underlying, Functions.
toStringFunction
());
MapsTransformValuesTest.java
68
return Maps.transformValues(underlying, Functions.
toStringFunction
());
98
ImmutableMap.<String, Integer>of(), Functions.
toStringFunction
());
104
ImmutableMap.of("a", 1), Functions.
toStringFunction
());
119
ImmutableMap.of("a", 1), Functions.
toStringFunction
());
143
= Maps.transformValues(underlying, Functions.
toStringFunction
());
177
= Maps.transformValues(underlying, Functions.
toStringFunction
());
202
= Maps.transformValues(underlying, Functions.
toStringFunction
());
MapsTransformValuesUnmodifiableIteratorTest.java
112
new UnmodifiableIteratorMap<String, Integer>(underlying), Functions.
toStringFunction
());
121
new UnmodifiableIteratorMap<String, Integer>(underlying), Functions.
toStringFunction
());
151
ImmutableMap.<String, Integer>of(), Functions.
toStringFunction
());
157
ImmutableMap.of("a", 1), Functions.
toStringFunction
());
172
ImmutableMap.of("a", 1), Functions.
toStringFunction
());
196
= Maps.transformValues(underlying, Functions.
toStringFunction
());
230
= Maps.transformValues(underlying, Functions.
toStringFunction
());
255
= Maps.transformValues(underlying, Functions.
toStringFunction
());
MultimapsTest.java
697
Functions.
toStringFunction
());
713
Functions.
toStringFunction
());
746
Multimaps.index(iterIter, Functions.
toStringFunction
());
[
all
...]
TableCollectionTest.java
599
return Tables.transformValues(table, Functions.
toStringFunction
()).column(1).keySet();
[
all
...]
/external/chromium_org/third_party/WebKit/Source/bindings/v8/
V8LazyEventListener.cpp
209
v8::Local<v8::Function>
toStringFunction
;
211
toStringFunction
= toStringTemplate->GetFunction();
212
if (!
toStringFunction
.IsEmpty()) {
215
wrappedFunction->Set(v8AtomicString(isolate, "toString"),
toStringFunction
);
/external/guava/guava/src/com/google/common/base/
Functions.java
51
public static Function<Object, String>
toStringFunction
() {
52
return
ToStringFunction
.INSTANCE;
56
private enum
ToStringFunction
implements Function<Object, String> {
/external/droiddriver/libs/
guava-13.0.jar
/prebuilts/devtools/tools/lib/
guava-13.0.1.jar
/prebuilts/misc/common/tradefed/
tradefed-prebuilt.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
Completed in 673 milliseconds