/third_party/pcre2/pcre2/ |
H A D | RunTest | 262 0) do0=yes;; 263 1) do1=yes;; 264 2) do2=yes;; 265 3) do3=yes;; 266 4) do4=yes;; 267 5) do5=yes;; 268 6) do6=yes;; 269 7) do7=yes;; 270 8) do8=yes;; 271 9) do9=yes;; [all...] |
H A D | RunTest.bat | 111 set all=yes
115 for %%v in (1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23) do if %%v == %%a set valid=yes
116 if "!valid!" == "yes" (
117 set do%%a=yes
128 if "%all%" == "yes" (
129 set do1=yes
130 set do2=yes
131 set do3=yes
132 set do4=yes
133 set do5=yes
[all...] |
/third_party/rust/crates/regex/src/ |
H A D | re_builder.rs | 82 yes: bool, in case_insensitive() 84 self.0.case_insensitive = yes; in case_insensitive() 94 pub fn multi_line(&mut self, yes: bool) -> &mut RegexBuilder { in multi_line() 95 self.0.multi_line = yes; in multi_line() 108 yes: bool, in dot_matches_new_line() 110 self.0.dot_matches_new_line = yes; in dot_matches_new_line() 120 pub fn swap_greed(&mut self, yes: bool) -> &mut RegexBuilder { in swap_greed() 121 self.0.swap_greed = yes; in swap_greed() 132 yes: bool, in ignore_whitespace() 134 self.0.ignore_whitespace = yes; in ignore_whitespace() [all...] |
/third_party/rust/crates/regex/regex-syntax/src/ |
H A D | parser.rs | 76 pub fn octal(&mut self, yes: bool) -> &mut ParserBuilder { in octal() 77 self.ast.octal(yes); in octal() 92 pub fn allow_invalid_utf8(&mut self, yes: bool) -> &mut ParserBuilder { in allow_invalid_utf8() 93 self.hir.allow_invalid_utf8(yes); in allow_invalid_utf8() 105 pub fn ignore_whitespace(&mut self, yes: bool) -> &mut ParserBuilder { in ignore_whitespace() 106 self.ast.ignore_whitespace(yes); in ignore_whitespace() 114 pub fn case_insensitive(&mut self, yes: bool) -> &mut ParserBuilder { in case_insensitive() 115 self.hir.case_insensitive(yes); in case_insensitive() 123 pub fn multi_line(&mut self, yes: bool) -> &mut ParserBuilder { in multi_line() 124 self.hir.multi_line(yes); in multi_line() [all...] |
/third_party/eudev/ |
H A D | test-driver | 46 [--expect-failure={yes|no}] [--color-tests={yes|no}] 47 [--enable-hard-errors={yes|no}] [--] 58 enable_hard_errors=yes 88 if test $color_tests = yes; then 117 0:yes) col=$red res=XPASS recheck=yes gcopy=yes;; 119 77:*) col=$blu res=SKIP recheck=no gcopy=yes;; 120 99:*) col=$mgn res=ERROR recheck=yes gcop [all...] |
H A D | configure | 211 as_have_required=yes 232 CONFIG_SHELL=$as_shell as_have_required=yes 243 CONFIG_SHELL=$SHELL as_have_required=yes 933 *) ac_optarg=yes ;; 940 ac_dashdash=yes ;; 1027 with_gas=yes ;; 1094 no_create=yes ;; 1098 no_recursion=yes ;; 1157 silent=yes ;; 1199 verbose=yes ;; [all...] |
/third_party/node/deps/cares/config/ |
H A D | test-driver | 46 [--expect-failure {yes|no}] [--color-tests {yes|no}] 47 [--enable-hard-errors {yes|no}] [--] 60 enable_hard_errors=yes 90 if test $color_tests = yes; then 122 0:yes) col=$red res=XPASS recheck=yes gcopy=yes;; 124 77:*) col=$blu res=SKIP recheck=no gcopy=yes;; 125 99:*) col=$mgn res=ERROR recheck=yes gcop [all...] |
/third_party/libevdev/build-aux/ |
H A D | test-driver | 46 [--expect-failure {yes|no}] [--color-tests {yes|no}] 47 [--enable-hard-errors {yes|no}] [--] 60 enable_hard_errors=yes 90 if test $color_tests = yes; then 122 0:yes) col=$red res=XPASS recheck=yes gcopy=yes;; 124 77:*) col=$blu res=SKIP recheck=no gcopy=yes;; 125 99:*) col=$mgn res=ERROR recheck=yes gcop [all...] |
/third_party/skia/third_party/externals/libpng/ |
H A D | test-driver | 46 [--expect-failure={yes|no}] [--color-tests={yes|no}] 47 [--enable-hard-errors={yes|no}] [--] 58 enable_hard_errors=yes 88 if test $color_tests = yes; then 117 0:yes) col=$red res=XPASS recheck=yes gcopy=yes;; 119 77:*) col=$blu res=SKIP recheck=no gcopy=yes;; 120 99:*) col=$mgn res=ERROR recheck=yes gcop [all...] |
H A D | configure | 211 as_have_required=yes 232 CONFIG_SHELL=$as_shell as_have_required=yes 243 CONFIG_SHELL=$SHELL as_have_required=yes 899 *) ac_optarg=yes ;; 906 ac_dashdash=yes ;; 993 with_gas=yes ;; 1060 no_create=yes ;; 1064 no_recursion=yes ;; 1123 silent=yes ;; 1165 verbose=yes ;; [all...] |
/third_party/skia/third_party/externals/microhttpd/ |
H A D | test-driver | 46 [--expect-failure={yes|no}] [--color-tests={yes|no}] 47 [--enable-hard-errors={yes|no}] [--] 58 enable_hard_errors=yes 88 if test $color_tests = yes; then 114 0:yes) col=$red res=XPASS recheck=yes gcopy=yes;; 116 77:*) col=$blu res=SKIP recheck=no gcopy=yes;; 117 99:*) col=$mgn res=ERROR recheck=yes gcop [all...] |
/third_party/ffmpeg/tests/fate/ |
H A D | fft.mak | 19 fate-dct-float: $(FATE_DCT-yes) 20 fate-fft-float: $(FATE_FFT-yes) 21 fate-mdct-float: $(FATE_MDCT-yes) 22 fate-rdft-float: $(FATE_RDFT-yes) 24 FATE_FFT_ALL = $(FATE_DCT-yes) $(FATE_FFT-yes) $(FATE_MDCT-yes) $(FATE_RDFT-yes) 66 fate-av-dct-float: $(FATE_AV_DCT-yes) 67 fate-av-fft-float: $(FATE_AV_FFT-yes) [all...] |
H A D | oma.mak | 5 FATE_OMA_REMUX_FFPROBE-yes += fate-oma-atrac3p-remux 11 FATE_OMA_FFMPEG-$(call REMUX, OMA) += $(FATE_OMA_REMUX-yes) 12 FATE_OMA_FFMPEG_FFPROBE-$(call REMUX, OMA) += $(FATE_OMA_REMUX_FFPROBE-yes) 13 FATE_SAMPLES_FFMPEG += $(FATE_OMA_FFMPEG-yes) 14 FATE_SAMPLES_FFMPEG_FFPROBE += $(FATE_OMA_FFMPEG_FFPROBE-yes) 15 fate-oma: $(FATE_OMA_FFMPEG-yes) $(FATE_OMA_FFMPEG_FFPROBE-yes)
|
H A D | mxf.mak | 57 FATE_SAMPLES_AVCONV += $(FATE_MXF-yes) $(FATE_MXF_REEL_NAME-yes) 58 FATE_SAMPLES_AVCONV += $(FATE_MXF_USER_COMMENTS-yes) $(FATE_MXF_OPATOM_USER_COMMENTS-yes) 59 FATE_SAMPLES_FFMPEG_FFPROBE += $(FATE_MXF_D10_USER_COMMENTS-yes) 60 FATE_SAMPLES_FFPROBE += $(FATE_MXF_PROBE-yes) 62 fate-mxf: $(FATE_MXF-yes) $(FATE_MXF_PROBE-yes) $(FATE_MXF_REEL_NAME-yes) $(FATE_MXF_USER_COMMENTS-yes) [all...] |
H A D | wma.mak | 16 $(FATE_WMAPRO-yes): CMP = oneoff 18 FATE_SAMPLES_AVCONV += $(FATE_WMAPRO-yes) 19 fate-wmapro: $(FATE_WMAPRO-yes) 36 $(FATE_WMAVOICE-yes): CMP = stddev 38 FATE_SAMPLES_AVCONV += $(FATE_WMAVOICE-yes) 39 fate-wmavoice: $(FATE_WMAVOICE-yes) 53 $(FATE_WMA_ENCODE-yes): CMP = stddev 54 $(FATE_WMA_ENCODE-yes): REF = $(SAMPLES)/audio-reference/luckynight_2ch_44kHz_s16.wav 56 FATE_SAMPLES_AVCONV += $(FATE_WMA_ENCODE-yes) 57 fate-wma-encode: $(FATE_WMA_ENCODE-yes) [all...] |
H A D | microsoft.mak | 22 FATE_MICROSOFT += $(FATE_MSS2-yes) 23 fate-mss2: $(FATE_MSS2-yes) 28 FATE_MICROSOFT += $(FATE_MTS2-yes) 29 fate-mts2: $(FATE_MTS2-yes) 35 FATE_MICROSOFT += $(FATE_MSVIDEO1-yes) 36 fate-msvideo1: $(FATE_MSVIDEO1-yes) 46 FATE_MICROSOFT += $(FATE_WMV3_DRM-yes) 47 fate-wmv3-drm: $(FATE_WMV3_DRM-yes) 79 FATE_MICROSOFT += $(FATE_VC1-yes) 80 fate-vc1: $(FATE_VC1-yes) [all...] |
H A D | cbs.mak | 41 FATE_SAMPLES_AVCONV += $(FATE_CBS_AV1-yes) 42 fate-cbs-av1: $(FATE_CBS_AV1-yes) 69 FATE_SAMPLES_AVCONV += $(FATE_CBS_H264-yes) 70 fate-cbs-h264: $(FATE_CBS_H264-yes) 99 FATE_SAMPLES_AVCONV += $(FATE_CBS_HEVC-yes) 100 fate-cbs-hevc: $(FATE_CBS_HEVC-yes) 112 FATE_SAMPLES_AVCONV += $(FATE_CBS_MPEG2-yes) 113 fate-cbs-mpeg2: $(FATE_CBS_MPEG2-yes) 136 FATE_SAMPLES_AVCONV += $(FATE_CBS_VP9-yes) 137 fate-cbs-vp9: $(FATE_CBS_VP9-yes) [all...] |
H A D | screen.mak | 18 FATE_SCREEN += $(FATE_FMVC-yes) 19 fate-fmvc: $(FATE_FMVC-yes) 40 FATE_SCREEN += $(FATE_FRAPS-yes) 41 fate-fraps: $(FATE_FRAPS-yes) 71 FATE_SCREEN += $(FATE_RSCC-yes) 72 fate-rscc: $(FATE_RSCC-yes) 84 FATE_SCREEN += $(FATE_SCREENPRESSO-yes) 85 fate-screenpresso: $(FATE_SCREENPRESSO-yes) 97 FATE_SCREEN += $(FATE_TSCC-yes) 98 fate-tscc: $(FATE_TSCC-yes) [all...] |
/third_party/ffmpeg/doc/ |
H A D | Makefile | 17 MANPAGES1 = $(AVPROGS-yes:%=doc/%.1) $(AVPROGS-yes:%=doc/%-all.1) $(COMPONENTS-yes:%=doc/%.1) 18 MANPAGES3 = $(LIBRARIES-yes:%=doc/%.3) 20 PODPAGES = $(AVPROGS-yes:%=doc/%.pod) $(AVPROGS-yes:%=doc/%-all.pod) $(COMPONENTS-yes:%=doc/%.pod) $(LIBRARIES-yes:%=doc/%.pod) 21 HTMLPAGES = $(AVPROGS-yes:%=doc/%.html) $(AVPROGS-yes [all...] |
/third_party/skia/third_party/externals/abseil-cpp/absl/types/internal/ |
H A D | conformance_testing_test.cc | 182 case ti::default_constructible::yes: in TYPED_TEST_P() 244 case ti::move_constructible::yes: in TYPED_TEST_P() 306 case ti::copy_constructible::yes: in TYPED_TEST_P() 361 case ti::destructible::yes: in TYPED_TEST_P() 423 case ti::move_assignable::yes: in TYPED_TEST_P() 452 case ti::copy_assignable::yes: in TYPED_TEST_P() 534 case ti::equality_comparable::yes: in TYPED_TEST_P() 552 case ti::inequality_comparable::yes: in TYPED_TEST_P() 570 case ti::less_than_comparable::yes: in TYPED_TEST_P() 588 case ti::less_equal_comparable::yes in TYPED_TEST_P() [all...] |
/third_party/python/ |
H A D | configure | 189 as_have_required=yes 216 CONFIG_SHELL=$as_shell as_have_required=yes 234 CONFIG_SHELL=$SHELL as_have_required=yes 1199 *) ac_optarg=yes ;; 1204 ac_dashdash=yes ;; 1291 with_gas=yes ;; 1358 no_create=yes ;; 1362 no_recursion=yes ;; 1421 silent=yes ;; 1472 verbose=yes ;; [all...] |
/third_party/musl/ |
H A D | configure | 75 echo "#error yes" >> "$tmpc" 90 printf "yes\n" 104 printf "yes\n" 139 warnings=yes 141 static=yes 157 --enable-shared|--enable-shared=yes) shared=yes ;; 159 --enable-static|--enable-static=yes) static=yes ;; 161 --enable-optimize) optimize=yes ;; [all...] |
/third_party/rust/crates/clap/src/builder/ |
H A D | arg.rs | 519 pub fn trailing_var_arg(self, yes: bool) -> Self { in trailing_var_arg() 520 if yes { in trailing_var_arg() 605 pub fn last(self, yes: bool) -> Self { in last() 606 if yes { in last() 668 pub fn required(self, yes: bool) -> Self { in required() 669 if yes { in required() 773 pub fn exclusive(self, yes: bool) -> Self { in exclusive() 774 if yes { in exclusive() 816 pub fn global(self, yes: bool) -> Self { in global() 817 if yes { in global() [all...] |
/third_party/libevdev/ |
H A D | configure | 197 as_have_required=yes 224 CONFIG_SHELL=$as_shell as_have_required=yes 242 CONFIG_SHELL=$SHELL as_have_required=yes 919 *) ac_optarg=yes ;; 924 ac_dashdash=yes ;; 1011 with_gas=yes ;; 1078 no_create=yes ;; 1082 no_recursion=yes ;; 1141 silent=yes ;; 1192 verbose=yes ;; [all...] |
/third_party/lame/ |
H A D | configure | 211 as_have_required=yes 232 CONFIG_SHELL=$as_shell as_have_required=yes 243 CONFIG_SHELL=$SHELL as_have_required=yes 913 *) ac_optarg=yes ;; 920 ac_dashdash=yes ;; 1007 with_gas=yes ;; 1074 no_create=yes ;; 1078 no_recursion=yes ;; 1137 silent=yes ;; 1179 verbose=yes ;; [all...] |