/art/tools/ahat/src/main/com/android/ahat/ |
D | AsciiProgress.java | 28 private String description; field in AsciiProgress 32 private static void display(String description, long percent) { in display() argument 33 System.out.print(String.format("\r[ %3d%% ] %s ...", percent, description)); in display() 38 public void start(String description, long duration) { in start() argument 39 assert this.description == null; in start() 40 this.description = description; in start() 43 display(description, 0); in start() 53 assert description != null; in update() 59 display(description, newPercent); in update() 67 this.description = null; in done()
|
D | OverviewHandler.java | 46 doc.description( in handle() 49 doc.description( in handle() 52 doc.description(DocString.text("hprof file"), DocString.text(mHprof.toString())); in handle() 54 doc.description(DocString.text("baseline hprof file"), DocString.text(mBaseHprof.toString())); in handle()
|
D | ObjectsHandler.java | 83 doc.description(DocString.text("Site"), Summarizer.summarize(site)); in handle() 84 doc.description(DocString.text("Class"), DocString.text(className)); in handle() 91 doc.description(DocString.text("Subclasses"), subclassChoice); in handle() 112 doc.description(DocString.text("Heap"), heapChoice); in handle() 114 doc.description(DocString.text("Count"), DocString.format("%,14d", insts.size())); in handle()
|
D | Doc.java | 71 void table(DocString description, List<Column> subcols, List<Column> cols); in table() argument 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() argument 119 ps.format("<tr><th colspan=\"%d\">%s</th>", visibleSubCols, description.html()); in table() 175 public void description(DocString key, DocString value) { in description() method in HtmlDoc
|
/art/tools/ |
D | libcore_failures.txt | 12 description: "Os.memfd_create() only supports bionic-based platforms.", 20 description: "Assert.java differences between vogar and junit.", 26 description: "Differences between vogar and cts in user directory", 32 description: "Differences between vogar and cts. Passes with --mode activity", 38 description: "Differences between vogar and cts. EACCESS when run with vogar. 47 description: "TCP_USER_TIMEOUT is not defined on host's tcp.h (glibc-2.15-4.8).", 56 description: "Issue with incorrect device time (1970)", 65 description: "Issue with incorrect device time (1970). Test assumes that DateTime.now() 72 description: "Failing due to a locale problem on hammerhead.", 86 description: "Failing due to missing localhost on hammerhead and volantis.", [all …]
|
D | prebuilt_libjdwp_art_failures.txt | 10 description: "Test fails due to unexpectedly getting the thread-groups of zombie threads", 16 description: "Test fails due to modifiers not including ACC_SUPER", 22 description: "Test fails due to static values not being set correctly.", 28 description: "Tests fail with assertion error on slot number", 35 description: "Test fails with assertion error 'Invalid Path' for class path.", 41 description: "Test fails with Error VM_DEAD when trying to resume during VM_DEATH event", 47 …description: "Test fails with OPAQUE_FRAME error due to attempting a GetLocalReference on a proxy … 53 description: "Test fails with unexpected TYPE_MISMATCH error", 59 description: "Tests that fail only on ART with INVALID_SLOT error", 71 description: "Tests for VMDebug functionality not implemented in the upstream libjdwp", [all …]
|
D | libcore_gcstress_failures.txt | 8 description: "Timeouts on target with gcstress.", 14 description: "Timeouts.", 19 description: "Timeouts.", 27 description: "Timeouts.", 44 description: "Timeouts.",
|
D | external_oj_libjdwp_art_failures.txt | 10 description: "Test fails due to unexpectedly getting the thread-groups of zombie threads", 16 description: "Test fails due to static values not being set correctly.", 23 description: "Tests that fail on both ART and RI. These tests are likely incorrect", 52 description: "Test times out on fugu-debug",
|
D | libcore_gcstress_debug_failures.txt | 8 description: "Timeouts on target with gcstress and debug.", 32 description: "Timeouts on host with gcstress and debug.",
|
/art/tools/jfuzz/ |
D | run_jfuzz_test.py | 81 def description(self): member in TestRunner 157 def description(self): member in TestRunnerRIOnHost 215 def description(self): member in TestRunnerArtIntOnHost 239 def description(self): member in TestRunnerArtOptOnHost 309 def description(self): member in TestRunnerArtIntOnTarget 334 def description(self): member in TestRunnerArtOptOnTarget 424 print('Exec-mode1:', self._runner1.description) 425 print('Exec-mode2:', self._runner2.description) 536 self._runner1.description, self._runner2.description)
|
/art/test/499-bce-phi-array-length/ |
D | info.txt | 2 for a description of the bug.
|
/art/tools/ahat/src/main/com/android/ahat/progress/ |
D | Progress.java | 31 void start(String description, long duration); in start() argument
|
D | NullProgress.java | 23 @Override public void start(String description, long duration) { } in start() argument
|
/art/test/utils/ |
D | regen-test-files | 680 def create_mts_test_shard(self, description, tests, shard_num, copyright_year, comments = []): argument 683 description, tests, shard_num, copyright_year, comments) 688 def __init__(self, mts_config_dir, description, tests, shard_num, copyright_year, comments): argument 690 self.description = description 765 test_declarations_comments = [self.description + "."] 969 description=textwrap.dedent("Regenerate some ART test related files."),
|
/art/test/006-args/ |
D | info.txt | 6 TODO: Real description goes here.
|
/art/test/015-switch/ |
D | info.txt | 6 TODO: Real description goes here.
|
/art/test/043-privates/ |
D | info.txt | 6 TODO: Real description goes here.
|
/art/test/007-count10/ |
D | info.txt | 6 TODO: Real description goes here.
|
/art/test/046-reflect/ |
D | info.txt | 6 TODO: Real description goes here.
|
/art/test/044-proxy/ |
D | info.txt | 6 TODO: Real description goes here.
|
/art/test/022-interface/ |
D | info.txt | 6 TODO: Real description goes here.
|
/art/test/051-thread/ |
D | info.txt | 6 TODO: Real description goes here.
|
/art/test/010-instance/ |
D | info.txt | 6 TODO: Real description goes here.
|
/art/test/038-inner-null/ |
D | info.txt | 6 TODO: Real description goes here.
|