OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:dive
(Results
1 - 2
of
2
) sorted by null
/art/test/074-gc-thrash/src/
Main.java
211
dive
(0, iter);
262
* Recursively
dive
down, setting one or more local variables.
267
private String
dive
(int depth, int iteration) {
method in class:Deep
308
dive
(depth+1, iteration+1);
/development/samples/ApiDemos/src/com/example/android/apis/app/
MenuInflateFromXml.java
149
case R.id.
dive
:
150
Toast.makeText(this, "
Dive
into the water!", Toast.LENGTH_SHORT).show();
Completed in 58 milliseconds