Searched refs:server (Results 1 – 4 of 4) sorted by relevance
/art/tools/luci/config/ |
D | luci-scheduler.cfg | 134 server: "cr-buildbucket.appspot.com" 144 server: "cr-buildbucket.appspot.com" 154 server: "cr-buildbucket.appspot.com" 164 server: "cr-buildbucket.appspot.com" 174 server: "cr-buildbucket.appspot.com" 184 server: "cr-buildbucket.appspot.com" 194 server: "cr-buildbucket.appspot.com" 204 server: "cr-buildbucket.appspot.com" 214 server: "cr-buildbucket.appspot.com" 224 server: "cr-buildbucket.appspot.com" [all …]
|
/art/tools/ahat/src/main/com/android/ahat/ |
D | Main.java | 167 HttpServer server = null; in main() local 169 server = HttpServer.create(addr, 0); in main() 184 server.createContext("/", in main() 186 server.createContext("/rooted", new AhatHttpHandler(new RootedHandler(ahat))); in main() 187 server.createContext("/object", new AhatHttpHandler(new ObjectHandler(ahat))); in main() 188 server.createContext("/objects", new AhatHttpHandler(new ObjectsHandler(ahat))); in main() 189 server.createContext("/site", new AhatHttpHandler(new SiteHandler(ahat))); in main() 190 server.createContext("/bitmap", new BitmapHandler(ahat)); in main() 191 server.createContext("/style.css", new StaticHandler("etc/style.css", "text/css")); in main() 192 server.setExecutor(Executors.newFixedThreadPool(1)); in main() [all …]
|
/art/tools/ahat/src/ri-test-dump/ |
D | Main.java | 38 MBeanServer server = ManagementFactory.getPlatformMBeanServer(); in main() local 39 HotSpotDiagnosticMXBean bean = ManagementFactory.newPlatformMXBeanProxy(server, in main()
|
/art/tools/ahat/ |
D | README.txt | 5 Launch an http server for viewing the given Android heap dump FILE. 109 Launch ahat server before processing the heap dump.
|