OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:say_nothing
(Results
1 - 2
of
2
) sorted by null
/art/test/916-obsolete-jit/src/
Main.java
153
Runnable
say_nothing
= () -> { w.accept("Not doing anything here"); };
local
160
t.sayHi(
say_nothing
, w);
162
t.sayHi(
say_nothing
, w);
/art/test/919-obsolete-fields/src/art/
Test919.java
163
Runnable
say_nothing
= () -> { w.accept("Not doing anything here"); };
local
166
t.sayHi(
say_nothing
);
168
t.sayHi(
say_nothing
);
Completed in 70 milliseconds