Home
last modified time | relevance | path

Searched refs:new_options (Results 1 – 5 of 5) sorted by relevance

/third_party/rust/crates/regex/src/
Dre_builder.rs70 ExecBuilder::new_options(self.0.clone())
270 ExecBuilder::new_options(self.0.clone())
Dexec.rs151 Self::new_options(opts) in new_many()
155 pub fn new_options(opts: RegexOptions) -> Self { in new_options() method
/third_party/mesa3d/src/gallium/auxiliary/nir/
Dnir_to_tgsi.c3550 nir_shader_compiler_options *new_options = ralloc(s, nir_shader_compiler_options); in ntt_fix_nir_options() local
3551 *new_options = *s->options; in ntt_fix_nir_options()
3553 new_options->lower_extract_byte = true; in ntt_fix_nir_options()
3554 new_options->lower_extract_word = true; in ntt_fix_nir_options()
3555 new_options->lower_insert_byte = true; in ntt_fix_nir_options()
3556 new_options->lower_insert_word = true; in ntt_fix_nir_options()
3557 new_options->lower_fdph = true; in ntt_fix_nir_options()
3558 new_options->lower_flrp64 = true; in ntt_fix_nir_options()
3559 new_options->lower_fmod = true; in ntt_fix_nir_options()
3560 new_options->lower_rotate = true; in ntt_fix_nir_options()
[all …]
/third_party/node/test/fixtures/wpt/resources/
Didlharness.js234 const new_options = { only: [] } variable
301 if (!new_options.only.includes(name)) {
302 new_options.only.push(name);
321 if (!new_options.only.includes(dep)) {
322 new_options.only.push(dep);
346 if (new_options.only.length) {
347 this.internal_add_idls(parsed_idls, new_options);
/third_party/python/Lib/distutils/
Ddist.py1253 new_options = []
1255 new_options.append(help_tuple[0:3])
1256 return new_options