HomeSort by relevance Sort by last modified time
    Searched defs:h_ (Results 1 - 6 of 6) sorted by null

  /external/jdiff/src/jdiff/
HTMLFiles.java 17 h_ = h;
21 private HTMLReportGenerator h_ = null; field in class:HTMLFiles
30 h_.reportFile = new PrintWriter(fos);
32 h_.writeStartHTMLHeaderWithDate();
40 if (h_.windowTitle == null)
41 h_.writeHTMLTitle("API Differences between " + oldAPIName + " and " + newAPIName);
43 h_.writeHTMLTitle(h_.windowTitle);
45 h_.writeStyleSheetRef(true);
46 h_.writeText("</HEAD>")
    [all...]
HTMLStatistics.java 19 h_ = h;
23 private HTMLReportGenerator h_ = null; field in class:HTMLStatistics
32 h_.reportFile = new PrintWriter(fos);
34 h_.writeStartHTMLHeader();
42 h_.writeHTMLTitle("API Change Statistics");
43 h_.writeStyleSheetRef();
44 h_.writeText("</HEAD>");
45 h_.writeText("<body class=\"gc-documentation\">");
52 h_.writeText("<!-- Start of nav bar -->");
58 h_.writeText("<div id=\"gc-container\" style=\"padding-left:1em;padding-right:1em;\">")
    [all...]
HTMLIndexes.java 17 h_ = h;
21 private HTMLReportGenerator h_ = null; field in class:HTMLIndexes
75 filename += "_removals" + h_.reportFileExt;
78 filename += "_additions" + h_.reportFileExt;
81 filename += "_changes" + h_.reportFileExt;
84 filename += "_all" + h_.reportFileExt;
89 h_.reportFile = new PrintWriter(fos);
90 h_.writeStartHTMLHeader();
91 h_.writeHTMLTitle(title);
92 h_.writeStyleSheetRef()
    [all...]
  /frameworks/base/core/jni/android/graphics/
TextLayout.cpp 101 SkScalar h_ = SkFloatToScalar(hOffset); local
111 canvas->drawTextOnPathHV(value->getGlyphs(), value->getGlyphsCount() * 2, *path, h_, v_, *paint);
  /external/openfst/src/include/fst/
bi-table.h 238 h_(h),
251 delete h_;
288 const H &Hash() const { return *h_; }
298 size_t operator()(I k) const { return (*(ht_->h_))(ht_->Key2Entry(k)); }
328 H *h_; // Hash function used when hashing entry into hash_set member in class:fst::VectorHashBiTable
334 // state IDs using the hash function 'h_'
  /external/guava/guava/lib/
jdiff.jar 

Completed in 275 milliseconds