Searched refs:max_pattern_length (Results 1 – 10 of 10) sorted by relevance
/aosp_15_r20/external/OpenCL-CTS/test_conformance/extensions/cl_khr_command_buffer/ |
H A D | command_buffer_printf.cpp | 161 * max_pattern_length; in data_size() 170 sizeof(cl_char) * (max_pattern_length + 1), in SetUpKernelArgs() 178 cl_int offset[] = { 0, max_pattern_length }; in SetUpKernelArgs() 334 std::vector<cl_char> output_data(num_elements * max_pattern_length); in RunSingle() 339 std::max(min_pattern_length, rand() % max_pattern_length); in RunSingle() 405 cl_int offset = static_cast<cl_int>(num_elements * max_pattern_length); in RunSimultaneous() 426 std::max(min_pattern_length, rand() % max_pattern_length); in RunSimultaneous() 516 const unsigned max_pattern_length = 6; member
|
/aosp_15_r20/external/pcre/testdata/ |
H A D | testoutput18 | 26 /abc/allow_surrogate_escapes,max_pattern_length=2 27 ** Ignored with POSIX interface: allow_surrogate_escapes max_pattern_length
|
H A D | testinput18 | 20 /abc/allow_surrogate_escapes,max_pattern_length=2
|
H A D | testinput2 | 4688 /abcd/max_pattern_length=3 4690 /abc/max_pattern_length=3 4693 /abcdefab/hex,max_pattern_length=3 4695 /abcdef/hex,max_pattern_length=3
|
H A D | testoutput2 | 14944 /abcd/max_pattern_length=3 14947 /abc/max_pattern_length=3 14950 /abcdefab/hex,max_pattern_length=3 14953 /abcdef/hex,max_pattern_length=3
|
/aosp_15_r20/external/pcre/src/ |
H A D | pcre2_context.c | 352 ccontext->max_pattern_length = length; in pcre2_set_max_pattern_length()
|
H A D | pcre2_intmodedep.h | 570 PCRE2_SIZE max_pattern_length; member
|
H A D | pcre2test.c | 723 …_pattern_length", MOD_CTC, MOD_SIZ, 0, CO(max_pattern_length) }, 5662 if (FLD(pat_context, max_pattern_length) != PCRE2_UNSET) in process_pattern()
|
H A D | pcre2_compile.c | 10228 if (patlen > ccontext->max_pattern_length) in pcre2_compile()
|
/aosp_15_r20/external/pcre/doc/ |
H A D | pcre2test.txt | 635 max_pattern_length=<n> set maximum pattern length (code units) 913 The max_pattern_length modifier sets a limit, in code units, to the
|