Searched refs:h_ (Results 1 - 11 of 11) sorted by relevance

/external/jdiff/src/jdiff/
H A DHTMLFiles.java17 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_
[all...]
H A DHTMLStatistics.java19 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_
[all...]
H A DHTMLIndexes.java17 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_
[all...]
/external/pdfium/samples/
H A Dimage_diff.cc41 Image() : w_(0), h_(0) {
46 h_(image.h_),
51 return w_ > 0 && h_ > 0;
59 return h_;
84 &data_, &w_, &h_)) {
92 w_ = h_ = 0;
98 if (x >= 0 && x < w_ && y >= 0 && y < h_)
104 if (x >= 0 && x < w_ && y >= 0 && y < h_) {
112 int w_, h_; member in class:Image
[all...]
/external/openfst/src/include/fst/
H A Dbi-table.h342 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/
H A Djdiff.jarMETA-INF/ META-INF/MANIFEST.MF jdiff/ jdiff/API.class API.java package jdiff ...
/external/opencv/cv/src/
H A D_cvlist.h371 DECLARE_LIST( _index, h_ )
H A Dcvhough.cpp187 //DECLARE_AND_IMPLEMENT_LIST( _index, h_ );
188 IMPLEMENT_LIST( _index, h_ )
/external/deqp/modules/gles2/functional/
H A Des2fVertexTextureTests.cpp116 Rect (int x_, int y_, int w_, int h_) : x(x_), y(y_), w(w_), h(h_) {} argument
/external/deqp/modules/gles3/functional/
H A Des3fVertexTextureTests.cpp144 Rect (int x_, int y_, int w_, int h_) : x(x_), y(y_), w(w_), h(h_) {} argument
/external/v8/tools/profviz/
H A Dgnuplot-4.6.3-emscripten.js[all...]

Completed in 464 milliseconds