Home
last modified time | relevance | path

Searched refs:Never (Results 1 - 25 of 51) sorted by relevance

123

/third_party/rust/crates/env_logger/src/fmt/
H A Dmod.rs430 .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 Dmod.rs94 /// 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 DTexturesPerf.cpp27 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 Dextern_impl.rs184 WriteStyle::Never => ColorChoice::Never, in into_color_choice()
/third_party/rust/crates/clap/src/util/
H A Dcolor.rs55 /// .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 DUtilsGL.cpp23 case wgpu::CompareFunction::Never: in ToOpenGLCompareFunction()
/third_party/rust/crates/codespan/codespan-reporting/src/
H A Dterm.rs69 _ if src.eq_ignore_ascii_case("never") => Ok(ColorArg(ColorChoice::Never)), in from_str()
/third_party/node/test/async-hooks/
H A Dhook-checks.js42 const msg1 = `${stageInfo} Never called "${k}", ` +
/third_party/rust/crates/clap/examples/
H A Dgit-derive.rs65 Never,
/third_party/rust/crates/clap/src/output/
H A Dfmt.rs42 _ => DepColorChoice::Never,
76 /// Color-unaware printing. Never uses coloring.
/third_party/skia/third_party/externals/abseil-cpp/absl/synchronization/internal/
H A Dkernel_timeout.h54 static KernelTimeout Never() { return {}; } in Never() function in absl::synchronization_internal::KernelTimeout
H A Dper_thread_sem_test.cc98 : KernelTimeout::Never(); in TestTiming()
/third_party/rust/crates/clap/src/error/
H A Dmod.rs133 color_when: ColorChoice::Never, in new()
134 color_help_when: ColorChoice::Never, in new()
/third_party/rust/crates/clap/clap_bench/benches/
H A D05_ripgrep.rs720 "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 DUtilsVulkan.cpp31 case wgpu::CompareFunction::Never: in ToVulkanCompareOp()
/third_party/rust/crates/serde/serde_derive_internals/src/
H A Dreceiver.rs149 Type::Infer(_) | Type::Never(_) | Type::Verbatim(_) => {} in visit_type_mut_impl()
/third_party/rust/crates/serde/serde_derive/src/internals/
H A Dreceiver.rs149 Type::Infer(_) | Type::Never(_) | Type::Verbatim(_) => {} in visit_type_mut_impl()
/third_party/rust/crates/clap/tests/builder/
H A Dapp_settings.rs1205 .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 DPackedGLEnums_autogen.cpp36 return AlphaTestFunc::Never; in FromGLenum()
60 case AlphaTestFunc::Never: in ToGLenum()
92 case AlphaTestFunc::Never: in operator <<()
H A DPackedGLEnums_autogen.h34 Never = 6, member in gl::AlphaTestFunc
/third_party/skia/third_party/externals/dawn/src/tests/end2end/
H A DDepthStencilStateTests.cpp451 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 DQueryTests.cpp137 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 DDepthStencilSamplingTests.cpp34 wgpu::CompareFunction::Never, wgpu::CompareFunction::Less,
464 case wgpu::CompareFunction::Never: in CompareFunctionPasses()
/third_party/rust/crates/syn/tests/common/
H A Deq.rs535 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 Dlib.rs103 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()

Completed in 28 milliseconds

123