HomeSort by relevance Sort by last modified time
    Searched refs:Issue (Results 1 - 4 of 4) sorted by null

  /sdk/layoutopt/libs/uix/src/com/android/layoutopt/uix/
LayoutAnalysis.java 44 private final List<Issue> mIssues = new ArrayList<Issue>();
71 * Adds an issue to the layout analysis.
73 * @param issue The issue to add.
75 public void addIssue(Issue issue) {
76 mIssues.add(issue);
80 * Adds an issue to the layout analysis.
82 * @param description Description of the issue
    [all...]
  /sdk/layoutopt/app/src/com/android/layoutopt/cli/
Main.java 63 for (LayoutAnalysis.Issue issue : analysis.getIssues()) {
64 System.out.print(String.format("\t%d:%d ", issue.getStartLine(), issue.getEndLine()));
65 System.out.println(issue.getDescription());
  /external/blktrace/btt/doc/
btt.tex 137 issued (issue trace) to the lower level driver.
139 Referred to as \emph{I2D} time\footnote{The \emph{issue} trace
141 btt to refer to issue traces. Note that an I is used to refer to
630 \item issue traces
639 stream. The issue and completion traces are replicated per IO.
    [all...]
  /external/v8/src/
array.js 171 // See issue 877615.
711 // Issue 95: Keep the pivot element out of the comparisons to avoid
    [all...]

Completed in 284 milliseconds