Home
last modified time | relevance | path

Searched refs:extra_options (Results 1 – 14 of 14) sorted by relevance

/third_party/harfbuzz/test/shaping/
Drun-tests.py89 extra_options = ["--shaper=ot"] variable
91 extra_options.append("--verify")
100 (hb_shape, fontfile, ' '.join(extra_options), ' '.join(options), unicodes))
107 …glyphs1 = cmd ([hb_shape, fontfile, "--font-funcs=ot"] + extra_options + ["--unicodes", unicodes] …
109 …glyphs1 = cmd ([hb_shape, fontfile, "--font-funcs=ft"] + extra_options + ["--unicodes", unicodes] …
110 …glyphs2 = cmd ([hb_shape, fontfile, "--font-funcs=ot"] + extra_options + ["--unicodes", unicodes] …
/third_party/flutter/skia/third_party/externals/harfbuzz/test/shaping/
Drun-tests.py84 extra_options = ["--shaper=ot"] variable
86 extra_options.append("--verify")
95 (hb_shape, fontfile, ' '.join(extra_options), options, unicodes))
104 fontfile] + extra_options + ["--unicodes",
108 fontfile] + extra_options + ["--unicodes",
/third_party/skia/third_party/externals/harfbuzz/test/shape/
Drun-tests.py82 extra_options = ["--shaper=ot"] variable
84 extra_options.append("--verify")
95 …glyphs1 = shape_cmd ([fontfile, "--font-funcs=ot"] + extra_options + ["--unicodes", unicodes] + op…
97 …glyphs1 = shape_cmd ([fontfile, "--font-funcs=ft"] + extra_options + ["--unicodes", unicodes] + op…
98 …glyphs2 = shape_cmd ([fontfile, "--font-funcs=ot"] + extra_options + ["--unicodes", unicodes] + op…
/third_party/node/benchmark/
Dcommon.js29 this.extra_options = parsed_args.extra;
152 this.extra_options.benchmarker ||
193 for (const [key, value] of Object.entries(this.extra_options)) {
/third_party/lwip/src/netif/ppp/
Dauth.c157 static struct wordlist *extra_options;
908 if (extra_options) { in network_phase()
909 options_from_list(extra_options, 1); in network_phase()
910 free_wordlist(extra_options); in network_phase()
911 extra_options = 0; in network_phase()
2054 if (extra_options != NULL)
2055 free_wordlist(extra_options);
2056 extra_options = opts;
/third_party/pcre2/pcre2/src/
Dpcre2_compile.c1501 int *errorcodeptr, uint32_t options, uint32_t extra_options, BOOL isclass, in PRIV()
1538 if (c == CHAR_CR && (extra_options & PCRE2_EXTRA_ESCAPED_CR_IS_LF) != 0) in PRIV()
1602 ((options & PCRE2_ALT_BSUX) | (extra_options & PCRE2_EXTRA_ALT_BSUX)) != 0; in PRIV()
1640 (extra_options & PCRE2_EXTRA_ALT_BSUX) != 0) in PRIV()
1684 (extra_options & PCRE2_EXTRA_ALLOW_SURROGATE_ESCAPES) == 0) in PRIV()
1879 (extra_options & PCRE2_EXTRA_ALLOW_SURROGATE_ESCAPES) == 0) in PRIV()
1952 (extra_options & PCRE2_EXTRA_ALLOW_SURROGATE_ESCAPES) == 0) in PRIV()
2527 uint32_t extra_options = cb->cx->extra_options; in parse_regex() local
2551 if ((extra_options & PCRE2_EXTRA_MATCH_LINE) != 0) in parse_regex()
2556 else if ((extra_options & PCRE2_EXTRA_MATCH_WORD) != 0) in parse_regex()
[all …]
Dpcre2_intmodedep.h574 uint32_t extra_options; member
627 uint32_t extra_options; /* Taken from compile_context */ member
Dpcre2_substitute.c133 code->overall_options, code->extra_options, FALSE, NULL); in find_text_end()
832 code->overall_options, code->extra_options, FALSE, NULL); in pcre2_substitute()
Dpcre2_pattern_info.c149 *((uint32_t *)where) = re->extra_options; in pcre2_pattern_info()
Dpcre2_context.c383 ccontext->extra_options = options; in pcre2_set_compile_extra_options()
Dpcre2grep.c263 static uint32_t extra_options = 0; variable
3567 case N_ALLABSK: extra_options |= PCRE2_EXTRA_ALLOW_LOOKAROUND_BSK; break; in handle_option()
3592 case 'w': extra_options |= PCRE2_EXTRA_MATCH_WORD; break; in handle_option()
3593 case 'x': extra_options |= PCRE2_EXTRA_MATCH_LINE; break; in handle_option()
4350 (void)pcre2_set_compile_extra_options(compile_context, extra_options); in main()
Dpcre2test.c627 …w_lookaround_bsk", MOD_CTC, MOD_OPT, PCRE2_EXTRA_ALLOW_LOOKAROUND_BSK, CO(extra_options) },
628 …urrogate_escapes", MOD_CTC, MOD_OPT, PCRE2_EXTRA_ALLOW_SURROGATE_ESCAPES, CO(extra_options) },
637 …scape_is_literal", MOD_CTC, MOD_OPT, PCRE2_EXTRA_BAD_ESCAPE_IS_LITERAL, CO(extra_options) },
664 …escaped_cr_is_lf", MOD_CTC, MOD_OPT, PCRE2_EXTRA_ESCAPED_CR_IS_LF, CO(extra_options) },
668 …{ "extra_alt_bsux", MOD_CTC, MOD_OPT, PCRE2_EXTRA_ALT_BSUX, CO(extra_options) …
688 …{ "match_line", MOD_CTC, MOD_OPT, PCRE2_EXTRA_MATCH_LINE, CO(extra_options) …
690 …{ "match_word", MOD_CTC, MOD_OPT, PCRE2_EXTRA_MATCH_WORD, CO(extra_options) …
4414 uint32_t compile_options, overall_options, extra_options; in show_pattern_info() local
4602 pattern_info(PCRE2_INFO_EXTRAOPTIONS, &extra_options, FALSE); in show_pattern_info()
4630 if (extra_options != 0) in show_pattern_info()
[all …]
/third_party/pcre2/pcre2/doc/
Dpcre2.txt272 uint32_t extra_options);
879 uint32_t extra_options);
/third_party/chromium/patch/
D0001-cve.patch50765 …glyphs1 = shape_cmd ([fontfile, "--font-funcs=ot"] + extra_options + ["--unicodes", unicodes] + op…