Searched defs:query (Results 1 – 15 of 15) sorted by relevance
/art/tools/ahat/test/ |
D | QueryTest.java | 28 Query query = new Query(new URI(uri)); in simple() local 48 Query query = new Query(new URI(uri)); in multiValue() local 62 Query query = new Query(new URI(uri)); in empty() local
|
D | PerformanceTest.java | 48 Query query = new Query(DocString.uri(uri)); in bigArray() local
|
/art/tools/ahat/src/ |
D | ObjectHandler.java | 53 public void handle(Doc doc, Query query) throws IOException { in handle() 104 Doc doc, Query query, AhatSnapshot snapshot, ClassInstance inst) { in printClassInstanceFields() 120 Doc doc, Query query, AhatSnapshot snapshot, ArrayInstance array) { in printArrayElements() 135 Doc doc, Query query, AhatSnapshot snapshot, ClassObj clsobj) { in printClassInfo() 161 Doc doc, Query query, AhatSnapshot snapshot, Instance inst) { in printReferences() 189 private void printAllocationSite(Doc doc, Query query, Instance inst) { in printAllocationSite() 205 private void printDominatorPath(Doc doc, Query query, Instance inst) { in printDominatorPath() 251 public void printDominatedObjects(Doc doc, Query query, Instance inst) { in printDominatedObjects()
|
D | OverviewHandler.java | 38 public void handle(Doc doc, Query query) throws IOException { in handle() 70 private void printHeapSizes(Doc doc, Query query) { in printHeapSizes()
|
D | SubsetSelector.java | 46 public SubsetSelector(Query query, String id, List<T> elements) { in SubsetSelector() 69 private static int getSelectedLimit(Query query, String id, int size) { in getSelectedLimit()
|
D | AhatHandler.java | 31 void handle(Doc doc, Query query) throws IOException; in handle()
|
D | RootedHandler.java | 32 public void handle(Doc doc, Query query) throws IOException { in handle()
|
D | SitePrinter.java | 25 public static void printSite(AhatSnapshot snapshot, Doc doc, Query query, String id, Site site) { in printSite()
|
D | BitmapHandler.java | 38 Query query = new Query(exchange.getRequestURI()); in handle() local
|
D | NativeAllocationsHandler.java | 34 public void handle(Doc doc, Query query) throws IOException { in handle()
|
D | ObjectsHandler.java | 35 public void handle(Doc doc, Query query) throws IOException { in handle()
|
D | DominatedList.java | 42 Doc doc, Query query, String id, Collection<Instance> instances) { in render()
|
D | SiteHandler.java | 37 public void handle(Doc doc, Query query) throws IOException { in handle()
|
D | Query.java | 38 String query = uri.getQuery(); in Query() local
|
D | HeapTable.java | 51 public static <T> void render(Doc doc, Query query, String id, in render()
|