/third_party/rust/crates/env_logger/src/fmt/ |
H A D | mod.rs | 430 .write_style(WriteStyle::Never) in format_with_header() 452 .write_style(WriteStyle::Never) in format_no_header() 474 .write_style(WriteStyle::Never) in format_indent_spaces() 496 .write_style(WriteStyle::Never) in format_indent_zero_spaces() 518 .write_style(WriteStyle::Never) in format_indent_spaces_no_header() 540 .write_style(WriteStyle::Never) in format_suffix() 562 .write_style(WriteStyle::Never) in format_suffix_with_indent() 584 .write_style(WriteStyle::Never) in format_target() 609 .write_style(WriteStyle::Never) in format_empty_target() 631 .write_style(WriteStyle::Never) in format_no_target() [all...] |
/third_party/rust/crates/env_logger/src/fmt/writer/ |
H A D | mod.rs | 94 /// Never print styles. 95 Never, 187 WriteStyle::Never 222 "never" => WriteStyle::Never, in parse_write_style() 236 ("never", WriteStyle::Never), in parse_write_style_valid()
|
/third_party/skia/third_party/externals/angle2/src/tests/perf_tests/ |
H A D | TexturesPerf.cpp | 27 Never 36 case Frequency::Never: in GetFrequencyValue() 54 case Frequency::Never: in FrequencyToString() 380 VulkanParams(false, Frequency::Always, Frequency::Never));
|
/third_party/rust/crates/env_logger/src/fmt/writer/termcolor/ |
H A D | extern_impl.rs | 184 WriteStyle::Never => ColorChoice::Never, in into_color_choice()
|
/third_party/rust/crates/clap/src/util/ |
H A D | color.rs | 55 /// .color(ColorChoice::Never) 58 Never, 91 &[Self::Auto, Self::Always, Self::Never] in value_variants() 100 Self::Never => PossibleValue::new("never").help("Never use colored output"), in to_possible_value()
|
/third_party/skia/third_party/externals/dawn/src/dawn_native/opengl/ |
H A D | UtilsGL.cpp | 23 case wgpu::CompareFunction::Never: in ToOpenGLCompareFunction()
|
/third_party/rust/crates/codespan/codespan-reporting/src/ |
H A D | term.rs | 69 _ if src.eq_ignore_ascii_case("never") => Ok(ColorArg(ColorChoice::Never)), in from_str()
|
/third_party/node/test/async-hooks/ |
H A D | hook-checks.js | 42 const msg1 = `${stageInfo} Never called "${k}", ` +
|
/third_party/rust/crates/clap/examples/ |
H A D | git-derive.rs | 65 Never,
|
/third_party/rust/crates/clap/src/output/ |
H A D | fmt.rs | 42 _ => DepColorChoice::Never, 76 /// Color-unaware printing. Never uses coloring.
|
/third_party/skia/third_party/externals/abseil-cpp/absl/synchronization/internal/ |
H A D | kernel_timeout.h | 54 static KernelTimeout Never() { return {}; } in Never() function in absl::synchronization_internal::KernelTimeout
|
H A D | per_thread_sem_test.cc | 98 : KernelTimeout::Never(); in TestTiming()
|
/third_party/rust/crates/clap/src/error/ |
H A D | mod.rs | 133 color_when: ColorChoice::Never, in new() 134 color_help_when: ColorChoice::Never, in new()
|
/third_party/rust/crates/clap/clap_bench/benches/ |
H A D | 05_ripgrep.rs | 720 "Never show the file name for a match.", 721 "Never show the file name for a match. This is the default when \ 796 "Never use memory maps.", 797 "Never use memory maps, even when they might be faster."
|
/third_party/skia/third_party/externals/dawn/src/dawn_native/vulkan/ |
H A D | UtilsVulkan.cpp | 31 case wgpu::CompareFunction::Never: in ToVulkanCompareOp()
|
/third_party/rust/crates/serde/serde_derive_internals/src/ |
H A D | receiver.rs | 149 Type::Infer(_) | Type::Never(_) | Type::Verbatim(_) => {} in visit_type_mut_impl()
|
/third_party/rust/crates/serde/serde_derive/src/internals/ |
H A D | receiver.rs | 149 Type::Infer(_) | Type::Never(_) | Type::Verbatim(_) => {} in visit_type_mut_impl()
|
/third_party/rust/crates/clap/tests/builder/ |
H A D | app_settings.rs | 1205 .color(clap::ColorChoice::Never) in color_is_global() 1208 assert_eq!(cmd.get_color(), clap::ColorChoice::Never); in color_is_global() 1211 assert_eq!(sub.get_color(), clap::ColorChoice::Never); in color_is_global()
|
/third_party/skia/third_party/externals/angle2/src/common/ |
H A D | PackedGLEnums_autogen.cpp | 36 return AlphaTestFunc::Never; in FromGLenum() 60 case AlphaTestFunc::Never: in ToGLenum() 92 case AlphaTestFunc::Never: in operator <<()
|
H A D | PackedGLEnums_autogen.h | 34 Never = 6, member in gl::AlphaTestFunc
|
/third_party/skia/third_party/externals/dawn/src/tests/end2end/ |
H A D | DepthStencilStateTests.cpp | 451 CheckDepthCompareFunction(wgpu::CompareFunction::Never, false, false, false); in TEST_P() 529 CheckStencilCompareFunction(wgpu::CompareFunction::Never, false, false, false); in TEST_P() 783 state.stencilBack.compare = wgpu::CompareFunction::Never; in TEST_P()
|
H A D | QueryTests.cpp | 137 depthTestEnabled ? wgpu::CompareFunction::Never : wgpu::CompareFunction::Always; in TestOcclusionQueryWithDepthStencilTest() 139 stencilTestEnabled ? wgpu::CompareFunction::Never : wgpu::CompareFunction::Always; in TestOcclusionQueryWithDepthStencilTest() 141 stencilTestEnabled ? wgpu::CompareFunction::Never : wgpu::CompareFunction::Always; in TestOcclusionQueryWithDepthStencilTest()
|
H A D | DepthStencilSamplingTests.cpp | 34 wgpu::CompareFunction::Never, wgpu::CompareFunction::Less, 464 case wgpu::CompareFunction::Never: in CompareFunctionPasses()
|
/third_party/rust/crates/syn/tests/common/ |
H A D | eq.rs | 535 spanless_eq_enum!(BoundConstness; Never Always(0) Maybe(0)); 611 Never Paren(0) MacCall(0)); 612 spanless_eq_enum!(TyKind; Slice(0) Array(0 1) Ptr(0) Ref(0 1) BareFn(0) Never
|
/third_party/rust/crates/termcolor/src/ |
H A D | lib.rs | 103 choice = ColorChoice::Never; 217 /// Never emit colors. 218 Never, 235 "never" => Ok(ColorChoice::Never), in from_str() 250 ColorChoice::Never => false, in should_attempt_color() 302 ColorChoice::Never => false, in should_ansi()
|