Home
last modified time | relevance | path

Searched refs:h_ (Results 1 – 25 of 59) sorted by relevance

123

/external/jdiff/src/jdiff/
DHTMLFiles.java17 h_ = h; in HTMLFiles()
21 private HTMLReportGenerator h_ = null; field in HTMLFiles
30 h_.reportFile = new PrintWriter(fos); in emitTopLevelFile()
32 h_.writeStartHTMLHeaderWithDate(); in emitTopLevelFile()
40 if (h_.windowTitle == null) in emitTopLevelFile()
41 h_.writeHTMLTitle("API Differences between " + oldAPIName + " and " + newAPIName); in emitTopLevelFile()
43 h_.writeHTMLTitle(h_.windowTitle); in emitTopLevelFile()
45 h_.writeStyleSheetRef(true); in emitTopLevelFile()
46 h_.writeText("</head>"); in emitTopLevelFile()
48h_.writeText("<frameset cols=\"242,**\" framespacing=\"1\" frameborder=\"yes\" border=\"1\" border… in emitTopLevelFile()
[all …]
DHTMLStatistics.java19 h_ = h; in HTMLStatistics()
23 private HTMLReportGenerator h_ = null; field in HTMLStatistics
32 h_.reportFile = new PrintWriter(fos); in emitStatistics()
34 h_.writeStartHTMLHeader(); in emitStatistics()
42 h_.writeHTMLTitle("API Change Statistics"); in emitStatistics()
43 h_.writeStyleSheetRef(); in emitStatistics()
44 h_.writeText("</HEAD>"); in emitStatistics()
45 h_.writeText("<body class=\"gc-documentation\">"); in emitStatistics()
52 h_.writeText("<!-- Start of nav bar -->"); in emitStatistics()
58 h_.writeText("<a name=\"top\"></a>"); in emitStatistics()
[all …]
DHTMLIndexes.java17 h_ = h; in HTMLIndexes()
21 private HTMLReportGenerator h_ = null; field in HTMLIndexes
75 filename += "_removals" + h_.reportFileExt; in emitBottomLeftFile()
78 filename += "_additions" + h_.reportFileExt; in emitBottomLeftFile()
81 filename += "_changes" + h_.reportFileExt; in emitBottomLeftFile()
84 filename += "_all" + h_.reportFileExt; in emitBottomLeftFile()
89 h_.reportFile = new PrintWriter(fos); in emitBottomLeftFile()
90 h_.writeStartHTMLHeader(); in emitBottomLeftFile()
91 h_.writeHTMLTitle(title); in emitBottomLeftFile()
92 h_.writeStyleSheetRef(); in emitBottomLeftFile()
[all …]
/external/tensorflow/tensorflow/core/graph/
Doptimizer_cse.cc96 uint64 hash() { return h_ == kIllegalNodeHash ? kIllegalNodeHash + 1 : h_; } in hash()
98 void MixString(const string& s) { h_ = Hash64(s.data(), s.size(), h_); } in MixString()
100 void MixInteger(size_t z) { h_ = Hash64Combine(h_, z); } in MixInteger()
113 h_ = Hash64Combine(h_, hasher.hash()); in MixProto()
182 return h_; in hash()
188 h_ = Hash64(p, n, h_); in Mix()
193 uint64 h_ = kDefaultSeed; member in tensorflow::Hasher::HashingOutputStream
196 uint64 h_ = HashingOutputStream::kDefaultSeed; member in tensorflow::Hasher
/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_symbolizer_win.cc153 ScopedHandle() : h_(nullptr) {} in ScopedHandle()
154 explicit ScopedHandle(HANDLE h) : h_(h) {} in ScopedHandle()
156 if (h_) in ~ScopedHandle()
157 ::CloseHandle(h_); in ~ScopedHandle()
159 HANDLE get() { return h_; } in get()
160 HANDLE *receive() { return &h_; } in receive()
162 HANDLE h = h_; in release()
163 h_ = nullptr; in release()
166 HANDLE h_; member
/external/webrtc/modules/audio_processing/aec3/
Dreverb_model_estimator_unittest.cc48 h_(num_capture_channels, in ReverbModelEstimatorTest()
72 std::vector<std::vector<float>> h_; member in webrtc::ReverbModelEstimatorTest
79 for (const auto& h_k : h_) { in CreateImpulseResponseWithDecay()
90 for (auto& h_i : h_) { in CreateImpulseResponseWithDecay()
102 std::copy(h_[ch].begin() + k, h_[ch].begin() + k + kBlockSize, in CreateImpulseResponseWithDecay()
121 estimator.Update(h_, H2_, quality_linear_, filter_delay_blocks, in RunEstimator()
/external/llvm-project/compiler-rt/lib/sanitizer_common/
Dsanitizer_symbolizer_win.cpp183 ScopedHandle() : h_(nullptr) {} in ScopedHandle()
184 explicit ScopedHandle(HANDLE h) : h_(h) {} in ScopedHandle()
186 if (h_) in ~ScopedHandle()
187 ::CloseHandle(h_); in ~ScopedHandle()
189 HANDLE get() { return h_; } in get()
190 HANDLE *receive() { return &h_; } in receive()
192 HANDLE h = h_; in release()
193 h_ = nullptr; in release()
196 HANDLE h_; member
/external/libaom/libaom/test/
Dblend_a64_mask_test.cc87 h_ = block_size_high[block_size]; in RunOneTest()
115 for (int r = 0; r < h_; ++r) { in RunOneTest()
119 << w_ << "x" << h_ << " subx " << subx_ << " suby " << suby_ in RunOneTest()
148 int h_; member in __anonc3c2443a0111::BlendA64MaskTest
173 kMaxMaskWidth, w_, h_, subx_, suby_); in Execute()
182 kMaxMaskWidth, w_, h_, subx_, suby_); in Execute()
187 printf("%3dx%-3d subx %d suby %d :%7.2f/%7.2fns", w_, h_, subx_, suby_, in Execute()
287 kMaxMaskWidth, w_, h_, subx_, suby_, &conv_params); in Execute()
296 kMaxMaskWidth, w_, h_, subx_, suby_, &conv_params); in Execute()
301 printf("%3dx%-3d subx %d suby %d :%7.2f/%7.2fns", w_, h_, subx_, suby_, in Execute()
[all …]
Dav1_horz_only_frame_superres_test.cc42 : w_src_(w_src), h_(h), superres_denom_(superres_denom), x0_(x0), in TestImage()
67 int src_block_size() const { return (h_ + 2 * kVPad) * src_stride(); } in src_block_size()
68 int dst_block_size() const { return (h_ + 2 * kVPad) * dst_stride(); } in dst_block_size()
72 int height() const { return h_; } in height()
86 int w_src_, w_dst_, h_, superres_denom_, x0_, bd_; member in __anon367619cd0111::TestImage
132 PrepBuffers(rnd, w_src_, h_, src_stride_, bd_, false, &src_data_[0]); in Initialize()
133 PrepBuffers(rnd, w_dst_, h_, dst_stride_, bd_, true, &dst_data_[0]); in Initialize()
148 for (int r = kVPad; r < h_ + kVPad; ++r) { in Check()
155 << ", superres_denom: " << superres_denom_ << ", height: " << h_ in Check()
Dblend_a64_mask_1d_test.cc50 h_ = 2 << this->rng_(MAX_SB_SIZE_LOG2); in Common()
86 for (int r = 0; r < h_; ++r) { in Common()
110 int h_; member in __anonf2fde9ae0111::BlendA64Mask1DTest
127 w_, h_); in Execute()
130 src0_stride_, p_src1 + src1_offset_, src1_stride_, mask_, w_, h_)); in Execute()
234 mask_, w_, h_, bit_depth_); in Execute()
238 CONVERT_TO_BYTEPTR(p_src1 + src1_offset_), src1_stride_, mask_, w_, h_, in Execute()
Dav1_convolve_scale_test.cc114 TestImage(int w, int h, int bd) : w_(w), h_(h), bd_(bd) { in TestImage()
136 int src_block_size() const { return (h_ + 2 * kVPad) * src_stride(); } in src_block_size()
137 int dst_block_size() const { return (h_ + 2 * kVPad) * dst_stride(); } in dst_block_size()
155 int w_, h_, bd_; member in __anon16ec98ba0111::TestImage
202 PrepBuffers(rnd, w_, h_, src_stride_, bd_, false, &src_data_[0]); in Initialize()
203 PrepBuffers(rnd, w_, h_, dst_stride_, bd_, true, &dst_data_[0]); in Initialize()
204 PrepBuffers(rnd, w_, h_, dst_stride_, bd_, true, &dst_16_data_[0]); in Initialize()
224 for (int r = 0; r < h_ + 2 * kVPad; ++r) { in Check()
234 for (int r = 0; r < h_ + 2 * kVPad; ++r) { in Check()
/external/pdfium/testing/image_diff/
Dimage_diff.cpp42 Image() : w_(0), h_(0) {} in Image()
43 Image(const Image& image) : w_(image.w_), h_(image.h_), data_(image.data_) {} in Image()
45 bool has_image() const { return w_ > 0 && h_ > 0; } in has_image()
47 int h() const { return h_; } in h()
62 w_ = h_ = 0; in Clear()
98 data_ = image_diff_png::DecodePNG(compressed, reverse_byte_order, &w_, &h_); in CreateFromFilenameImpl()
107 return x >= 0 && x < w_ && y >= 0 && y < h_; in pixel_in_bounds()
114 int h_; member in Image
/external/vixl/test/aarch64/
Dtest-utils-aarch64.h99 VIXL_ASSERT(sizeof(dump_.h_[0]) == kHRegSizeInBytes); in RegisterDump()
136 return dump_.h_[code]; in hreg_bits()
279 ((dump_.s_[code] & kHRegMask) == dump_.h_[code])); in VRegAliasesMatch()
309 uint16_t h_[kNumberOfVRegisters]; member
Dtest-utils-aarch64.cc656 const int h_offset = offsetof(dump_t, h_); in Dump()
/external/libchrome/mojo/core/
Dmultiprocess_message_pipe_unittest.cc93 explicit CommandDrivenClientController(MojoHandle h) : h_(h) {} in CommandDrivenClientController()
96 WriteMessage(h_, command); in Send()
97 EXPECT_EQ("ok", ReadMessage(h_)); in Send()
101 WriteMessageWithHandles(h_, "take:" + name, &p, 1); in SendHandle()
102 EXPECT_EQ("ok", ReadMessage(h_)); in SendHandle()
106 WriteMessage(h_, "return:" + name); in RetrieveHandle()
108 EXPECT_EQ("ok", ReadMessageWithHandles(h_, &p, 1)); in RetrieveHandle()
112 void Exit() { WriteMessage(h_, "exit"); } in Exit()
115 MojoHandle h_; member in mojo::core::__anon07f50ba60111::MultiprocessMessagePipeTest::CommandDrivenClientController
/external/ImageMagick/PerlMagick/t/reference/read/
Dinput_uyvy.miff14h_�r]�s]�g\�h\�f_�__�c^�e^�db�xb�mb�]b�_a�ea�vf�jf�ye�~eɄmΊm΅tҋtҋmэmщl�tlǀx��x���}��}�}��}��|��|��…
/external/exoplayer/tree/testdata/src/test/assets/ts/
Dsample_eac3.ts37 …�������������������������������������������GGl���]Ȅ�!�- w����[�0� 0Ď\�h_�w�� �[���X���}
/external/ImageMagick/PerlMagick/t/reference/composite/
DDifference.miff19 …o{ky i}n|plki8ku5tzrf3igY^>UkNDfB[:[TQ�fQ�cKnXBaO6UF-H@&D<$OA&WC^Lh_\��p{�gn�IPt7+R@'RA%U…
/external/ImageMagick/PerlMagick/t/reference/write/filter/
DGamma.miff43h_�gZ�m\�gV�rq�tq�aY�`Y�cS�eM�h`�el�����a]�mt�jq�ac�_`�_Z�]Y�eX�f]�`_�ab�`^�`V�aP�ZS�]_�YX�^R�om��…
DBlur.miff43 …:1B80@60B61K63W75\73`80k90{;2�=5�?6�@6�?5�>5�=4�<2�<1�>5�C<�J?�O@UD�\K�aU�h_�sj�}q��p�l�yg�k^wVO…
/external/deqp/modules/gles2/functional/
Des2fVertexTextureTests.cpp119 Rect (int x_, int y_, int w_, int h_) : x(x_), y(y_), w(w_), h(h_) {} in Rect()
/external/ImageMagick/PerlMagick/t/reference/filter/
DBlur.miff15 …81H81N82W83a83k92t:2~;2�<2�=3�>4�?4�>4�>3�=3�=3�=3�?4�B7�F;�K?�QD�VK�\R�bY�h_�lb�lc�h`�`\�WV�MO}DI…
DMotionBlur.miff15 …?;�C@�DA�A;�=3�;/�:.�:/�:1�;2�<4�=6�>7�@9�B;�D<�E<�F=�H?�LB�QE�TH�XL�\R�aX�h_�oe�um�{vف~܈�ގ����⛜䣥䪬…
/external/ImageMagick/PerlMagick/t/reference/write/read/
Dinput_uyvy.miff41 ….L*.I'+A+#H2*p4.y=7�:3�;4�A1�A1�<,�:*}>*z;'s8+r7*|>4�G=~QF�_To�r������t�{f�h_�aRbP.>,*$#+%$)*))*)'…
Dgranite.miff118 �3�{(��������n����A+g@�%6h_\�KA`����|�j��~����|,#���������K�fd�~�c��| �Sh�`�c@�l��Aд…

123