/external/jdiff/src/jdiff/ |
D | HTMLFiles.java | 17 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() 48 …h_.writeText("<frameset cols=\"242,**\" framespacing=\"1\" frameborder=\"yes\" border=\"1\" border… in emitTopLevelFile() [all …]
|
D | HTMLStatistics.java | 19 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 …]
|
D | HTMLIndexes.java | 17 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/compiler-rt/lib/sanitizer_common/ |
D | sanitizer_symbolizer_win.cc | 153 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/pdfium/samples/ |
D | image_diff.cc | 41 Image() : w_(0), h_(0) { in Image() 46 h_(image.h_), in Image() 51 return w_ > 0 && h_ > 0; in has_image() 59 return h_; in h() 84 &w_, &h_)) { in CreateFromFilename() 92 w_ = h_ = 0; in Clear() 113 return x >= 0 && x < w_ && y >= 0 && y < h_; in pixel_in_bounds() 120 int h_; member in Image
|
/external/libmojo/mojo/edk/system/ |
D | multiprocess_message_pipe_unittest.cc | 45 explicit CommandDrivenClientController(MojoHandle h) : h_(h) {} in CommandDrivenClientController() 48 WriteMessage(h_, command); in Send() 49 EXPECT_EQ("ok", ReadMessage(h_)); in Send() 53 WriteMessageWithHandles(h_, "take:" + name, &p, 1); in SendHandle() 54 EXPECT_EQ("ok", ReadMessage(h_)); in SendHandle() 58 WriteMessage(h_, "return:" + name); in RetrieveHandle() 60 EXPECT_EQ("ok", ReadMessageWithHandles(h_, &p, 1)); in RetrieveHandle() 64 void Exit() { WriteMessage(h_, "exit"); } in Exit() 67 MojoHandle h_; member in mojo::edk::__anon823fed740111::MultiprocessMessagePipeTest::CommandDrivenClientController
|
/external/ImageMagick/PerlMagick/t/reference/read/ |
D | input_uyvy.miff | 14 …h_�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���}��}�}��}��|��|��…
|
D | input_gray_msb_08bit_mat.miff | 127 …UVUSQOL Vg1uI*�c9vT.hH&m^1uw@ru<tr9yt;rd6o=$c"bi'j1lC$h_*h�;l�Er�Go�Hn�K87<#…
|
/external/deqp/modules/gles2/functional/ |
D | es2fVertexTextureTests.cpp | 119 Rect (int x_, int y_, int w_, int h_) : x(x_), y(y_), w(w_), h(h_) {} in Rect()
|
/external/ImageMagick/PerlMagick/t/reference/write/filter/ |
D | Gamma.miff | 43 …h_�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��…
|
D | Blur.miff | 43 …: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…
|
D | Rotate.miff | 42 …2��+9��56��80��6,��57��-/��0*��3%��5 ��4!��6'��G<��[H�h_D�nYC��WG��ZP��g]��h_��wi��ui�tUK�I;1�>62�…
|
/external/ImageMagick/PerlMagick/t/reference/composite/ |
D | Difference.miff | 19 …o{kyi}n|plki8ku5tzrf3igY^>UkNDfB[:[TQ�fQ�cKnXBaO6UF-H@&D<$OA&WC^Lh_\��p{�gn�IPt7+R@'RA%U…
|
/external/ImageMagick/PerlMagick/t/reference/filter/ |
D | Blur.miff | 15 …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…
|
D | MotionBlur.miff | 15 …?;�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/ |
D | input_uyvy.miff | 41 ….L*.I'+A+#H2*p4.y=7�:3�;4�A1�A1�<,�:*}>*z;'s8+r7*|>4�G=~QF�_To�r������t�{f�h_�aRbP.>,*$#+%$)*))*)'…
|
D | granite.miff | 118 �3�{(��������n����A+g@�%6h_\�KA`����|�j��~����|,#��K�fd�~�c��|�Sh�`�c@�l��Aд…
|
/external/deqp/modules/gles3/functional/ |
D | es3fVertexTextureTests.cpp | 146 Rect (int x_, int y_, int w_, int h_) : x(x_), y(y_), w(w_), h(h_) {} in Rect()
|
/external/ImageMagick/PerlMagick/t/reference/write/composite/ |
D | Difference.miff | 51 …u�5tz�rf�2ig�Y^�>Uk�NDf�B[�9[T�P�f�P�c�JnX�AaO�5UF�,H@�%D<�#OA�%WC�^L�h_�\���p{��gn��IPt�7+R�…
|
/external/webrtc/talk/media/testdata/ |
D | voice.rtpdump | 4 …�����}|�����������lh~�~�����9@�4�j��pj�ycn���t_`i���s����j\hl{~nnk���h_^dbdehd_h��������rn��… 8 ��pjoz����u������~{�woqzw���������������~q}���t����ph��h_]frzs}�}n``���~nz���t��}|x��������xw���…
|
D | video.rtpdump | 277 /�+�t/��}l����e��2������n�{�/�~���6A����lcɎh_'��(�A^��F���3a�w(h�n�t/������p�v>����c� ����…
|
/external/llvm/docs/ |
D | LibFuzzer.rst | 674 see FuzzerInterface.h_
|
/external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_source_files/pkb/es-ES/ |
D | es-ES_zl0_kpdf_mgc.pkb | 1088 ���<�F�jD`XZ�XBUd��h_\JIH~7N�DCPU+5OPR\*935,=6:B@VdnPBpFG->!,0+):5;A@>24"&8T6FFYNP���&����…
|
/external/e2fsprogs/po/ |
D | sr.po | 1657 msgid "@a @b %b has h_@bs > 1. " 1658 msgstr "блок „%b“ проширеног атрибута има h_блокове > 1. "
|
D | id.po | 1640 msgid "@a @b %b has h_@bs > 1. " 1641 msgstr "@a @b %b memiliki h_@bs > 1. "
|