OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:defaultMethod
(Results
1 - 17
of
17
) sorted by null
/art/test/DefaultMethods/
IterableBase.java
18
default void
defaultMethod
() {
/libcore/luni/src/test/java/libcore/java/lang/reflect/
MethodTest.java
390
default String
defaultMethod
() {
400
Method
defaultMethod
= interfaceWithDefaultClass.getDeclaredMethod("
defaultMethod
");
401
assertEquals(InterfaceWithDefault.class,
defaultMethod
.getDeclaringClass());
402
assertTrue(
defaultMethod
.isDefault());
408
Method
defaultMethod
= interfaceWithDefaultClass.getDeclaredMethod("
defaultMethod
");
412
Method inheritedDefaultMethod = anonClass.getMethod("
defaultMethod
");
413
assertEquals(inheritedDefaultMethod,
defaultMethod
);
416
assertEquals(interfaceWithDefaultClassName,
defaultMethod
.invoke(anon))
[
all
...]
/external/guice/jdk8-tests/test/com/google/inject/jdk8/
DefaultMethodInterceptionTest.java
65
default String
defaultMethod
() {
74
return "NonOverriding-" +
defaultMethod
();
89
assertEquals("Foo", foo.
defaultMethod
());
112
public String
defaultMethod
() {
134
assertEquals("BaseClass", foo.
defaultMethod
());
145
public String
defaultMethod
() {
169
assertEquals("BaseClass2", foo.
defaultMethod
());
/external/apache-xml/src/main/java/org/apache/xalan/templates/
OutputProperties.java
309
String
defaultMethod
= m_properties.getProperty(OutputKeys.METHOD);
311
if((null ==
defaultMethod
) || !
defaultMethod
.equals(method)
319
||
defaultMethod
.equals("xml")
/external/guice/extensions/assistedinject/src/com/google/inject/assistedinject/
FactoryProvider2.java
331
Method
defaultMethod
= entry.getValue();
332
MethodHandleWrapper handle = MethodHandleWrapper.create(
defaultMethod
, factory);
334
methodHandleBuilder.put(
defaultMethod
, handle);
337
for (Method otherMethod : otherMethods.get(
defaultMethod
.getName())) {
338
if (dataSoFar.containsKey(otherMethod) && isCompatible(
defaultMethod
, otherMethod)) {
344
defaultMethod
, Arrays.asList(
defaultMethod
.getParameterTypes()));
346
assistDataBuilder.put(
defaultMethod
, dataSoFar.get(otherMethod));
352
throw new IllegalStateException("Can't find method compatible with: " +
defaultMethod
);
[
all
...]
/external/mockito/lib/
byte-buddy-1.6.9.jar
/prebuilts/devtools/tools/lib/
ecj-4.4.jar
ecj-4.6.1.jar
/prebuilts/tools/common/m2/repository/net/bytebuddy/byte-buddy/1.4.33/
byte-buddy-1.4.33.jar
/prebuilts/tools/common/m2/repository/net/bytebuddy/byte-buddy/1.6.5/
byte-buddy-1.6.5.jar
/prebuilts/tools/common/m2/repository/org/eclipse/jdt/core/compiler/ecj/4.4/
ecj-4.4.jar
/prebuilts/tools/common/m2/repository/org/eclipse/jdt/core/compiler/ecj/4.4.2/
ecj-4.4.2.jar
/prebuilts/tools/common/m2/repository/org/eclipse/jdt/core/compiler/ecj/4.5.1/
ecj-4.5.1.jar
/prebuilts/tools/common/m2/repository/org/eclipse/jdt/core/compiler/ecj/4.6.1/
ecj-4.6.1.jar
/prebuilts/tools/common/m2/repository/xalan/xalan/2.6.0/
xalan-2.6.0.jar
/prebuilts/tools/common/m2/repository/xalan/xalan/2.7.1/
xalan-2.7.1.jar
/prebuilts/tools/common/offline-m2/org/eclipse/jdt/core/compiler/ecj/4.5.1/
ecj-4.5.1.jar
Completed in 386 milliseconds