Searched refs:eff (Results 1 - 9 of 9) sorted by relevance
/third_party/skia/modules/androidkit/src/ |
H A D | RuntimeShaderBuilder.cpp | 18 auto [eff,err] = SkRuntimeEffect::MakeForShader( in ShaderBuilder_Create() 21 if (!eff) { in ShaderBuilder_Create() 28 return reinterpret_cast<jlong>(new SkRuntimeShaderBuilder(std::move(eff))); in ShaderBuilder_Create()
|
/third_party/rust/crates/clap/examples/ |
H A D | escaped-positional-derive.rs | 7 eff: bool, 20 println!("-f used: {:?}", args.eff); // -f used: true in main()
|
H A D | escaped-positional.rs | 5 .arg(arg!(eff: -f).action(ArgAction::SetTrue)) in main() 19 println!("-f used: {:?}", matches.get_flag("eff")); in main()
|
/third_party/libwebsockets/lib/core-net/ |
H A D | service.c | 165 int eff = vwsi->leave_pollout_active; in lws_handle_POLLOUT_event() local 167 if (!eff) { in lws_handle_POLLOUT_event() 177 if (!eff && wsi->leave_pollout_active) { in lws_handle_POLLOUT_event() 179 * got set inbetween sampling eff and clearing in lws_handle_POLLOUT_event()
|
/third_party/rust/crates/regex/regex-syntax/src/unicode_tables/ |
H A D | script_extension.rs | 201 ('\u{10efd}', '\u{10eff}'),
|
H A D | script.rs | 207 ('\u{10efd}', '\u{10eff}'),
|
H A D | general_category.rs | 2001 ('\u{10efd}', '\u{10eff}'), 2511 ('\u{10efd}', '\u{10eff}'), 3017 ('\u{ee0}', '\u{eff}'), 3134 ('\u{2ef4}', '\u{2eff}'), 3379 ('\u{11ef9}', '\u{11eff}'), 3405 ('\u{16e9b}', '\u{16eff}'), 5349 ('\u{ee0}', '\u{eff}'), 5463 ('\u{2ef4}', '\u{2eff}'), 5709 ('\u{11ef9}', '\u{11eff}'), 5734 ('\u{16e9b}', '\u{16eff}'), [all...] |
H A D | word_break.rs | 819 ('\u{10efd}', '\u{10eff}'),
|
H A D | property_bool.rs | 1237 ('\u{10efd}', '\u{10eff}'), 4361 ('\u{10efd}', '\u{10eff}'), 5942 ('\u{10efd}', '\u{10eff}'),
|
Completed in 18 milliseconds