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

  /art/runtime/mirror/
proxy.h 31 HeapReference<Object> h_; member in class:art::mirror::FINAL
  /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...]
  /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 149 h_(h) {
164 int h() const { return h_; }
168 int bottom() const { return y_ + h_; }
172 int x_, y_, w_, h_; member in class:skia::__anon15303::LayerSaver
  /external/chromium_org/tools/imagediff/
image_diff.cc 53 Image() : w_(0), h_(0) {
58 h_(image.h_),
63 return w_ > 0 && h_ > 0;
71 return h_;
89 &data_, &w_, &h_)) {
114 &data_, &w_, &h_)) {
122 w_ = h_ = 0;
129 DCHECK(y >= 0 && y < h_);
135 DCHECK(y >= 0 && y < h_);
142 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 146 milliseconds