Home
last modified time | relevance | path

Searched refs:who (Results 1 – 3 of 3) sorted by relevance

/art/tools/luci/config/
Dluci-logdog.cfg6 # Auth groups who can read log streams.
11 # Auth groups who can register and emit new log streams.
/art/test/443-not-bool-inline/
Dinfo.txt1 Regression test for optimizing, who used a wrong instruction
/art/test/979-const-method-handle/src/
DMain.java95 static void helloWorld(String who) { in helloWorld() argument
97 System.out.println(who); in helloWorld()