/external/bzip2/ |
D | bzip2.1.preformatted | 19 _b_z_i_p_2 compresses files using the Burrows‐Wheeler block 27 those of _G_N_U _g_z_i_p_, but they are not identical. 29 _b_z_i_p_2 expects a list of file names to accompany the com 41 _b_z_i_p_2 and _b_u_n_z_i_p_2 will by default not overwrite existing 44 If no file names are specified, _b_z_i_p_2 compresses from 45 standard input to standard output. In this case, _b_z_i_p_2 50 _b_u_n_z_i_p_2 (or _b_z_i_p_2 _−_d_) decompresses all specified files. 51 Files which were not created by _b_z_i_p_2 will be detected and 52 ignored, and a warning issued. _b_z_i_p_2 attempts to guess 63 …_._b_z_2_, _._b_z_, _._t_b_z_2 or _._t_b_z_, _b_z_i_p_2 complains that i… [all …]
|
/external/yapf/ |
D | pylintrc | 224 #function-rgx=[a-z_][a-z0-9_]{2,30}$ 228 function-name-hint=[a-z_][a-z0-9_]{2,30}$ 231 variable-rgx=[a-z_][a-z0-9_]{2,30}$ 234 variable-name-hint=[a-z_][a-z0-9_]{2,30}$ 245 attr-rgx=[a-z_][a-z0-9_]{2,30}$ 248 attr-name-hint=[a-z_][a-z0-9_]{2,30}$ 251 argument-rgx=[a-z_][a-z0-9_]{2,30}$ 254 argument-name-hint=[a-z_][a-z0-9_]{2,30}$ 258 #class-attribute-rgx=([A-Za-z_][A-Za-z0-9_]{2,30}|(__.*__))$ 259 class-attribute-rgx=([A-Za-z_][A-Za-z0-9_]{2,40}|(__.*__))$ [all …]
|
/external/antlr/runtime/Python3/ |
D | pylintrc | 92 module-rgx=(([a-z_][a-z0-9_]*)|([A-Z][a-zA-Z0-9]+))$ 101 function-rgx=[a-z_][a-z0-9_]{2,30}$ 104 method-rgx=[a-z_][a-z0-9_]{2,30}$ 107 attr-rgx=[a-z_][a-z0-9_]{2,30}$ 110 argument-rgx=[a-z_][a-z0-9_]{2,30}$ 113 variable-rgx=[a-z_][a-z0-9_]{2,30}$ 117 inlinevar-rgx=[A-Za-z_][A-Za-z0-9_]*$
|
/external/antlr/runtime/Python/ |
D | pylintrc | 166 module-rgx=(([a-z_][a-z0-9_]*)|([A-Z][a-zA-Z0-9]+))$ 175 function-rgx=[a-z_][a-z0-9_]{2,30}$ 178 method-rgx=[a-z_][a-z0-9_]{2,30}$ 181 attr-rgx=[a-z_][a-z0-9_]{2,30}$ 184 argument-rgx=[a-z_][a-z0-9_]{2,30}$ 187 variable-rgx=[a-z_][a-z0-9_]{2,30}$ 191 inlinevar-rgx=[A-Za-z_][A-Za-z0-9_]*$
|
/external/google-breakpad/src/testing/test/ |
D | gmock_stress_test.cc | 87 Derived2(int a_x, int a_z) : Base(a_x), z_(a_z) {} in Derived2() 88 int z() const { return z_; } in z() 90 int z_; member in testing::__anonee4ac5270111::Derived2
|
/external/llvm/test/Instrumentation/MemorySanitizer/ |
D | atomics.ll | 86 ; CHECK: [[SHADOW:%[01-9a-z_]+]] = load i32, i32* {{.*}}, align 16 101 ; CHECK: [[SHADOW:%[01-9a-z_]+]] = load i32, i32* {{.*}}, align 16 116 ; CHECK: [[SHADOW:%[01-9a-z_]+]] = load i32, i32* {{.*}}, align 16 131 ; CHECK: [[SHADOW:%[01-9a-z_]+]] = load i32, i32* {{.*}}, align 16
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/Instrumentation/MemorySanitizer/ |
D | atomics.ll | 86 ; CHECK: [[SHADOW:%[01-9a-z_]+]] = load i32, i32* {{.*}}, align 16 101 ; CHECK: [[SHADOW:%[01-9a-z_]+]] = load i32, i32* {{.*}}, align 16 116 ; CHECK: [[SHADOW:%[01-9a-z_]+]] = load i32, i32* {{.*}}, align 16 131 ; CHECK: [[SHADOW:%[01-9a-z_]+]] = load i32, i32* {{.*}}, align 16
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/AMDGPU/ |
D | smrd-vccz-bug.ll | 11 ; GCN: s_cbranch_vccnz [[EXIT:[0-9A-Za-z_]+]] 31 ; GCN: s_cbranch_vccnz [[EXIT:[0-9A-Za-z_]+]]
|
D | endcf-loop-header.ll | 12 ; CHECK: [[LOOP_LABEL:[0-9A-Za-z_]+]]: ; %loop{{$}}
|
/external/llvm/test/CodeGen/AMDGPU/ |
D | smrd-vccz-bug.ll | 12 ; GCN: s_cbranch_vccnz [[EXIT:[0-9A-Za-z_]+]] 33 ; GCN: s_cbranch_vccnz [[EXIT:[0-9A-Za-z_]+]]
|
D | endcf-loop-header.ll | 12 ; CHECK: [[LOOP_LABEL:[0-9A-Za-z_]+]]: ; %loop{{$}}
|
/external/deqp/framework/common/ |
D | tcuVector.hpp | 108 Vector (T x_, T y_, T z_); 109 Vector (T x_, T y_, T z_, T w_); 195 inline Vector<T, Size>::Vector (T x_, T y_, T z_) in Vector() argument 200 m_data[2] = z_; in Vector() 204 inline Vector<T, Size>::Vector (T x_, T y_, T z_, T w_) in Vector() argument 209 m_data[2] = z_; in Vector()
|
/external/ImageMagick/Magick++/lib/Magick++/ |
D | Image.h | 703 void chromaBluePrimary(const double x_,const double y_,const double z_); 704 void chromaBluePrimary(double *x_,double *y_,double *z_) const; 707 void chromaGreenPrimary(const double x_,const double y_,const double z_); 708 void chromaGreenPrimary(double *x_,double *y_,double *z_) const; 711 void chromaRedPrimary(const double x_,const double y_,const double z_); 712 void chromaRedPrimary(double *x_,double *y_,double *z_) const; 715 void chromaWhitePoint(const double x_,const double y_,const double z_); 716 void chromaWhitePoint(double *x_,double *y_,double *z_) const;
|
/external/autotest/utils/ |
D | pylintrc | 152 #module-rgx=(([a-z_][a-z0-9_]*)|([A-Z][a-zA-Z0-9]+))$ 182 #attr-rgx=[a-z_][a-z0-9_]{2,30}$ 185 #argument-rgx=[a-z_][a-z0-9_]{2,30}$ 188 #variable-rgx=[a-z_][a-z0-9_]{2,30}$ 192 #inlinevar-rgx=[A-Za-z_][A-Za-z0-9_]*$
|
/external/ImageMagick/Magick++/lib/ |
D | STL.cpp | 1222 const double y_,const double z_) in chromaBluePrimaryImage() argument 1225 _z(z_) in chromaBluePrimaryImage() 1235 const double y_,const double z_) in chromaGreenPrimaryImage() argument 1238 _z(z_) in chromaGreenPrimaryImage() 1248 const double y_,const double z_) in chromaRedPrimaryImage() argument 1251 _z(z_) in chromaRedPrimaryImage() 1261 const double y_,const double z_) in chromaWhitePointImage() argument 1264 _z(z_) in chromaWhitePointImage()
|
/external/v8/tools/torque/vim-torque/syntax/ |
D | torque.vim | 43 syn match torqueType /\v(\<)@<=([A-Za-z][0-9A-Za-z_]*)(>)@=/ 44 syn match torqueType /\v(:\s*(constexpr\s*)?)@<=([A-Za-z][0-9A-Za-z_]*)/
|
/external/python/apitools/ |
D | default.pylintrc | 195 # DEFAULT: class-attribute-rgx=([A-Za-z_][A-Za-z0-9_]{2,30}|(__.*__))$ 214 # DEFAULT: attr-rgx=[a-z_][a-z0-9_]{2,30}$ 218 # DEFAULT: argument-rgx=[a-z_][a-z0-9_]{2,30}$ 222 # DEFAULT: variable-rgx=[a-z_][a-z0-9_]{2,30}$ 226 # DEFAULT: inlinevar-rgx=[A-Za-z_][A-Za-z0-9_]*$
|
/external/webrtc/data/voice_engine/stereo_rtp_files/ |
D | stereo_pcmu.rtp | 34 …z_{`z]y[xYxZ{`|h{`z]xXy[z^|f~v��������������������������~r}k~s}i~q�~�����������������z}k}jy[uQrLoI… 36 …z_{a{��������������`{������|k~Yxg|j|��p~����m~w~��g|l}h|����k}��h}��n}j|w~��������h|y��m}Zyq~q~o… 43 …z_��}k}oy[����{uRy[��������|e������}l��}l��|h}my[��|h��wW��~r�����~v����~o{c{a���������~���~}kt…
|
D | stereo_pcmu_vad_jitter.rtp | 5 …~�zx�����������������������������������~���|�x�s~n}l}i}f|f|b|`{^z^z^z^z_{`{f|~��������������… 40 …^wWtOmDlAmCwW��������������{cxYxXtOoIoGrMy\}p��TLX�}[� �I��X~r~n|gz^z_{b{bz^{`{az^}m}h~s��~… 41 …z_{`z]y[xYxZ{`|h{`z]xXy[z^|f~v��������������������������~r}k~s}i~q�~�����������������z}k}jy[uQrLoI… 44 …z_{a{��������������`{������|k~Yxg|j|��p~����m~w~��g|l}h|����k}��h}��n}j|w~��������h|y��m}Zyq~q~o… 45 …z_{q~��������_{UvOtNsKpMsGnBl@lAlFnYx�����������������������������h|MrHoFnOti}TL+��}��l�I��X… 47 …yRv}��Pu\y`{]z��k|f|���g|��TL/,�}���I��X����]z����^z������c|h}��^z_{����Sv����c{Zyl}��Ww… 57 …�rLk?k@qLoIk>c5_0]-^.[*f9ا͛Оئצ���i<[*V$b4|jwXwX�������y[wU��vTza�������|�}z_}iwWxWy~nnFi<k?mDk?h…
|
/external/honggfuzz/examples/apache-httpd/corpus_http1/ |
D | 4fff405bcccc4571d9935066e4f292e6.000005c8.honggfuzz.cov | 13 ��}�xKn��X �S8���bh���gK���A1������z_��*�MB�:����~�Jֆ�k�=����,?�@�6#��݅��}��C�����^I�
|
D | 26304cc92903afafc0ef5a6de1eb346a.00005f21.honggfuzz.cov | 22 …��^���� �KI�Fb���/���lLNV��㓩s��%� �e�?��N�����:m� ��i}�Rf����c��~+�N�8�dJ*�>��Y�۟Zʱ�^�xz_� 91 …��^���� �KI�Fb���/���lLNV��㓩s��%� �e�?��N�����:m� ��i}�Rf����c��~+�N�8�dJ*�>��Y�۟Zʱ�^�xz_� 114 …��^���� �KI�Fb���/���lLNV��㓩s��%� �e�?��N�����:m� ��i}�Rf����c��~+�N�8�dJ*�>��Y�۟Zʱ�^�xz_�
|
/external/honggfuzz/examples/apache-httpd/corpus_http2/ |
D | 4fff405bcccc4571d9935066e4f292e6.000005c8.honggfuzz.cov | 13 ��}�xKn��X �S8���bh���gK���A1������z_��*�MB�:����~�Jֆ�k�=����,?�@�6#��݅��}��C�����^I�
|
D | 26304cc92903afafc0ef5a6de1eb346a.00005f21.honggfuzz.cov | 22 …��^���� �KI�Fb���/���lLNV��㓩s��%� �e�?��N�����:m� ��i}�Rf����c��~+�N�8�dJ*�>��Y�۟Zʱ�^�xz_� 91 …��^���� �KI�Fb���/���lLNV��㓩s��%� �e�?��N�����:m� ��i}�Rf����c��~+�N�8�dJ*�>��Y�۟Zʱ�^�xz_� 114 …��^���� �KI�Fb���/���lLNV��㓩s��%� �e�?��N�����:m� ��i}�Rf����c��~+�N�8�dJ*�>��Y�۟Zʱ�^�xz_�
|
/external/pdfium/testing/resources/pixel/ |
D | bug_591137.in | 88 ID &����ᇄ0�zM��M����o��/��4�.3N|�� ^^���z_�_������ɪ��'���p�M���Bk!hP
|
/external/llvm/utils/vim/syntax/ |
D | llvm.vim | 175 syn match llvmConstant /\<DW_TAG_[a-z_]\+\>/ 179 syn match llvmConstant /\<DW_VIRTUALITY_[a-z_]\+\>/
|