HomeSort by relevance Sort by last modified time
    Searched defs:h_ (Results 1 - 11 of 11) 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...]
  /art/runtime/mirror/
proxy.h 49 Object* h_; member in class:art::mirror::Proxy
  /frameworks/base/core/jni/android/graphics/
TextLayout.cpp 93 SkScalar h_ = SkFloatToScalar(hOffset); local
103 canvas->drawTextOnPathHV(value->getGlyphs(), value->getGlyphsCount() * 2, *path, h_, v_, *paint);
  /external/chromium_org/chrome_frame/test/
test_server_test.cc 48 : h_(handle) {
51 if (h_) {
52 InternetCloseHandle(h_);
57 return h_;
61 HINTERNET h_; member in class:__anon9609::ScopedInternet
  /external/chromium_org/courgette/
memory_monitor.cc 20 m_[s], c_[s], h_[s], h_[s] * s);
79 if (c_[s] > h_[s]) h_[s] = c_[s];
103 M h_; member in struct:H
  /external/chromium_org/skia/ext/
platform_canvas_unittest.cc 152 h_(h) {
167 int h() const { return h_; }
171 int bottom() const { return y_ + h_; }
175 int x_, y_, w_, h_; member in class:skia::__anon12365::LayerSaver
  /external/chromium_org/tools/imagediff/
image_diff.cc 48 Image() : w_(0), h_(0) {
53 h_(image.h_),
58 return w_ > 0 && h_ > 0;
66 return h_;
84 &data_, &w_, &h_)) {
109 &data_, &w_, &h_)) {
117 w_ = h_ = 0;
124 DCHECK(y >= 0 && y < h_);
130 DCHECK(y >= 0 && y < h_);
137 int w_, h_; member in class:Image
    [all...]
  /external/openfst/src/include/fst/
bi-table.h 342 h_(h ? h : new H()),
355 h_(table.h_ ? new H(*table.h_) : 0),
367 delete h_;
412 const H &Hash() const { return *h_; }
424 return (*(ht_->h_))(ht_->Key2Entry(k));
459 H *h_; // Hash function used when hashing entry into hash_set member in class:fst::VectorHashBiTable
465 // state IDs using the hash function 'h_'
  /external/guava/guava/lib/
jdiff.jar 

Completed in 450 milliseconds