Searched defs:description (Results 1 – 6 of 6) sorted by relevance
/art/test/ |
D | knownfailures.json | 4 "description": ["Disable 153-reference-stress temporarily until a fix", array 10 "description": "Disable 080-oom-fragmentation due to flakes.", string 16 "description": ["Disable 497-inlining-and-class-loader and ", array 25 "description": "Disable 149-suspend-all-stress, its output is flaky", string 33 "description": ["Tests that are timing sensitive and flaky on heavily", array 39 "description": ["147-stripped-dex-fallback isn't supported on device", array 45 "description": ["569-checker-pattern-replacement tests behaviour", array 53 "description": ["Note 116-nodex2oat is not broken per-se it just", array 72 "description": ["117-nopatchoat is not broken per-se it just doesn't", array 79 "description": ["Temporarily disable some broken tests when forcing", array [all …]
|
/art/tools/ahat/src/ |
D | Doc.java | 71 void table(DocString description, List<Column> subcols, List<Column> cols); in table() 91 void description(DocString key, DocString value); in description() method
|
D | HtmlDoc.java | 102 public void table(DocString description, List<Column> subcols, List<Column> cols) { in table() 175 public void description(DocString key, DocString value) { in description() method in HtmlDoc
|
/art/tools/jfuzz/ |
D | run_jfuzz_test.py | 81 def description(self): member in TestRunner 148 def description(self): member in TestRunnerRIOnHost 203 def description(self): member in TestRunnerArtIntOnHost 226 def description(self): member in TestRunnerArtOptOnHost 294 def description(self): member in TestRunnerArtIntOnTarget 318 def description(self): member in TestRunnerArtOptOnTarget
|
/art/compiler/optimizing/ |
D | scheduler.cc | 257 void SchedulingGraph::DumpAsDotGraph(const std::string& description, in DumpAsDotGraph() 410 std::stringstream description; in Schedule() local
|
/art/oatdump/ |
D | oatdump.cc | 1807 const char* description = image_methods_descriptions_[i]; in Dump() local
|