Home
last modified time | relevance | path

Searched full:regular (Results 1 – 25 of 2018) sorted by relevance

12345678910>>...81

/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/include/c++/10.3.1/tr1/
H A Dregex53 * @defgroup tr1_regex Regular Expressions
54 * A facility for performing regular expression pattern matching.
64 * @name 5.1 Regular Expression Syntax Options
96 * Specifies that the matching of regular expressions against a character
102 * Specifies that when a regular expression is matched against a character
109 * Specifies that the regular expression engine should pay more attention to
110 * the speed with which regular expressions are matched, and less to the
111 * speed with which regular expression objects are constructed. Otherwise
123 * Specifies that the grammar recognized by the regular expression engine is
128 * POSIX regular expression grammar.
[all …]
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/include/c++/10.3.1/tr1/
H A Dregex53 * @defgroup tr1_regex Regular Expressions
54 * A facility for performing regular expression pattern matching.
64 * @name 5.1 Regular Expression Syntax Options
96 * Specifies that the matching of regular expressions against a character
102 * Specifies that when a regular expression is matched against a character
109 * Specifies that the regular expression engine should pay more attention to
110 * the speed with which regular expressions are matched, and less to the
111 * speed with which regular expression objects are constructed. Otherwise
123 * Specifies that the grammar recognized by the regular expression engine is
128 * POSIX regular expression grammar.
[all …]
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/include/c++/10.3.1/bits/
H A Dregex.h70 * @brief Describes aspects of a regular expression. in _GLIBCXX_VISIBILITY()
72 * A regular expression traits class that satisfies the requirements of in _GLIBCXX_VISIBILITY()
381 * Objects of specializations of this class represent regular expressions in _GLIBCXX_VISIBILITY()
384 * Storage for the regular expression is allocated and deallocated as in _GLIBCXX_VISIBILITY()
420 * Constructs a basic regular expression that does not match any in _GLIBCXX_VISIBILITY()
428 * @brief Constructs a basic regular expression from the in _GLIBCXX_VISIBILITY()
433 * containing a regular expression. in _GLIBCXX_VISIBILITY()
436 * @throws regex_error if @p __p is not a valid regular expression. in _GLIBCXX_VISIBILITY()
444 * @brief Constructs a basic regular expression from the sequence in _GLIBCXX_VISIBILITY()
447 * @param __p A pointer to the start of a string containing a regular in _GLIBCXX_VISIBILITY()
[all …]
H A Dregex_constants.h38 * @defgroup regex Regular Expressions in _GLIBCXX_VISIBILITY()
40 * A facility for performing regular expression pattern matching. in _GLIBCXX_VISIBILITY()
51 * @name 5.1 Regular Expression Syntax Options in _GLIBCXX_VISIBILITY()
84 * Specifies that the matching of regular expressions against a character in _GLIBCXX_VISIBILITY()
91 * Specifies that when a regular expression is matched against a character in _GLIBCXX_VISIBILITY()
99 * Specifies that the regular expression engine should pay more attention to in _GLIBCXX_VISIBILITY()
100 * the speed with which regular expressions are matched, and less to the in _GLIBCXX_VISIBILITY()
101 * speed with which regular expression objects are constructed. Otherwise in _GLIBCXX_VISIBILITY()
115 * Specifies that the grammar recognized by the regular expression engine is in _GLIBCXX_VISIBILITY()
120 * POSIX regular expression grammar. in _GLIBCXX_VISIBILITY()
[all …]
H A Dregex_error.h106 * One of <em>*?+{</em> was not preceded by a valid regular expression. in _GLIBCXX_VISIBILITY()
111 * The complexity of an attempted match against a regular expression in _GLIBCXX_VISIBILITY()
118 * regular expression could match the specified character sequence. in _GLIBCXX_VISIBILITY()
127 * @brief A regular expression exception class. in _GLIBCXX_VISIBILITY()
130 * The regular expression library throws objects of this class on error. in _GLIBCXX_VISIBILITY()
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/include/c++/10.3.1/bits/
H A Dregex.h70 * @brief Describes aspects of a regular expression. in _GLIBCXX_VISIBILITY()
72 * A regular expression traits class that satisfies the requirements of in _GLIBCXX_VISIBILITY()
381 * Objects of specializations of this class represent regular expressions in _GLIBCXX_VISIBILITY()
384 * Storage for the regular expression is allocated and deallocated as in _GLIBCXX_VISIBILITY()
420 * Constructs a basic regular expression that does not match any in _GLIBCXX_VISIBILITY()
428 * @brief Constructs a basic regular expression from the in _GLIBCXX_VISIBILITY()
433 * containing a regular expression. in _GLIBCXX_VISIBILITY()
436 * @throws regex_error if @p __p is not a valid regular expression. in _GLIBCXX_VISIBILITY()
444 * @brief Constructs a basic regular expression from the sequence in _GLIBCXX_VISIBILITY()
447 * @param __p A pointer to the start of a string containing a regular in _GLIBCXX_VISIBILITY()
[all …]
H A Dregex_constants.h38 * @defgroup regex Regular Expressions in _GLIBCXX_VISIBILITY()
40 * A facility for performing regular expression pattern matching. in _GLIBCXX_VISIBILITY()
51 * @name 5.1 Regular Expression Syntax Options in _GLIBCXX_VISIBILITY()
84 * Specifies that the matching of regular expressions against a character in _GLIBCXX_VISIBILITY()
91 * Specifies that when a regular expression is matched against a character in _GLIBCXX_VISIBILITY()
99 * Specifies that the regular expression engine should pay more attention to in _GLIBCXX_VISIBILITY()
100 * the speed with which regular expressions are matched, and less to the in _GLIBCXX_VISIBILITY()
101 * speed with which regular expression objects are constructed. Otherwise in _GLIBCXX_VISIBILITY()
115 * Specifies that the grammar recognized by the regular expression engine is in _GLIBCXX_VISIBILITY()
120 * POSIX regular expression grammar. in _GLIBCXX_VISIBILITY()
[all …]
H A Dregex_error.h106 * One of <em>*?+{</em> was not preceded by a valid regular expression. in _GLIBCXX_VISIBILITY()
111 * The complexity of an attempted match against a regular expression in _GLIBCXX_VISIBILITY()
118 * regular expression could match the specified character sequence. in _GLIBCXX_VISIBILITY()
127 * @brief A regular expression exception class. in _GLIBCXX_VISIBILITY()
130 * The regular expression library throws objects of this class on error. in _GLIBCXX_VISIBILITY()
/OK3568_Linux_fs/kernel/arch/nds32/mm/
H A Dalignment.c198 int imm, regular, load, len, addr_mode, idx_mode; in do_16() local
205 regular = 1; in do_16()
213 regular = 1; in do_16()
221 regular = 0; in do_16()
229 regular = 1; in do_16()
237 regular = 1; in do_16()
245 regular = 1; in do_16()
253 regular = 0; in do_16()
261 regular = 1; in do_16()
288 if (regular) in do_16()
[all …]
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/share/gdb/python/gdb/command/
H A Dxmethods.py37 A 3-tuple: (<locus matching regular expression>,
38 <matcher matching regular expression>,
39 <name matching regular experession>)
71 matcher_re: The regular expression matching the names of xmethods.
91 looked up in it only if its filename matches the regular
95 matcher_re: The regular expression to match the xmethod matcher
182 LOCUS-REGEXP is a regular expression matching the location of the
184 from all loci are listed. A locus could be 'global', a regular expression
185 matching the current program space's filename, or a regular expression
189 NAME-REGEXP is a regular expression matching the names of xmethod
[all …]
H A Dunwinders.py36 A 2-tuple of compiled regular expressions.
61 LOCUS-REGEXP is a regular expression matching the location of the
64 the unwinders from the current progspace, or a regular expression
67 NAME-REGEXP is a regular expression to filter unwinder names. If
149 LOCUS-REGEXP is a regular expression specifying the unwinders to
153 NAME_REGEXP is a regular expression to filter unwinder names. If
171 LOCUS-REGEXP is a regular expression specifying the unwinders to
175 NAME_REGEXP is a regular expression to filter unwinder names. If
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/share/gdb/python/gdb/command/
H A Dxmethods.py37 A 3-tuple: (<locus matching regular expression>,
38 <matcher matching regular expression>,
39 <name matching regular experession>)
71 matcher_re: The regular expression matching the names of xmethods.
91 looked up in it only if its filename matches the regular
95 matcher_re: The regular expression to match the xmethod matcher
182 LOCUS-REGEXP is a regular expression matching the location of the
184 from all loci are listed. A locus could be 'global', a regular expression
185 matching the current program space's filename, or a regular expression
189 NAME-REGEXP is a regular expression matching the names of xmethod
[all …]
H A Dunwinders.py36 A 2-tuple of compiled regular expressions.
61 LOCUS-REGEXP is a regular expression matching the location of the
64 the unwinders from the current progspace, or a regular expression
67 NAME-REGEXP is a regular expression to filter unwinder names. If
149 LOCUS-REGEXP is a regular expression specifying the unwinders to
153 NAME_REGEXP is a regular expression to filter unwinder names. If
171 LOCUS-REGEXP is a regular expression specifying the unwinders to
175 NAME_REGEXP is a regular expression to filter unwinder names. If
/OK3568_Linux_fs/kernel/Documentation/power/
H A Dsuspend-and-cpuhotplug.rst11 How does the regular CPU hotplug code differ from how the Suspend-to-RAM
21 What happens when regular CPU hotplug and Suspend-to-RAM race with each other
79 Disable regular cpu hotplug
99 | Decrease cpu_hotplug_disabled, thereby enabling regular cpu hotplug
117 Regular CPU hotplug call path
149 regular CPU hotplug]
154 regular CPU hotplug and the suspend code path converge at the _cpu_down() and
156 in that during regular CPU hotplug, 0 is passed for the 'tasks_frozen'
207 a regular CPU hotplug operation, upon receiving the CPU_DEAD notification
259 Are there any known problems when regular CPU hotplug and suspend race
[all …]
/OK3568_Linux_fs/kernel/tools/testing/selftests/bpf/progs/
H A Dtest_tcp_hdr_options.c90 struct tcp_opt regular; in store_option() member
103 write_opt.regular.kind = test_kind; in store_option()
104 write_opt.regular.len = option_total_len(test_opt->flags); in store_option()
105 write_opt.regular.data32 = 0; in store_option()
106 write_test_option(test_opt, write_opt.regular.data); in store_option()
107 err = bpf_store_hdr_opt(skops, &write_opt.regular, in store_option()
108 sizeof(write_opt.regular), 0); in store_option()
135 struct tcp_opt regular; in load_option() member
150 search_opt.regular.kind = test_kind; in load_option()
151 search_opt.regular.len = 0; in load_option()
[all …]
/OK3568_Linux_fs/kernel/include/linux/
H A Dinstrumented.h16 * instrument_read - instrument regular read access
18 * Instrument a regular read access. The instrumentation should be inserted
31 * instrument_write - instrument regular write access
33 * Instrument a regular write access. The instrumentation should be inserted
46 * instrument_read_write - instrument regular read-write access
48 * Instrument a regular write access. The instrumentation should be inserted
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-graphics/ttf-fonts/
H A Dttf-noto-emoji_20200916.bb11 PACKAGES = "${PN}-color ${PN}-regular"
12 FONT_PACKAGES = "${PN}-color ${PN}-regular"
17 FILES:${PN}-regular = "${datadir}/fonts/truetype/NotoEmoji-Regular.ttf"
/OK3568_Linux_fs/yocto/poky/meta/recipes-support/libpcre/
H A Dlibpcre_8.45.bb1 DESCRIPTION = "The PCRE library is a set of functions that implement regular \
4 to the POSIX regular expression API."
5 SUMMARY = "Perl Compatible Regular Expressions"
45 SUMMARY:pcretest = "program for testing Perl-comatible regular expressions"
46 SUMMARY:pcretest-doc = "program for testing Perl-comatible regular expressions - docs"
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-support/onig/
H A Donig_6.9.4.bb1 SUMMARY = "Regular expressions library"
2 DESCRIPTION = "Oniguruma is a modern and flexible regular expressions library. \
3 It encompasses features from different regular expression \
5 Character encoding can be specified per regular expression object."
/OK3568_Linux_fs/kernel/Documentation/vm/
H A Dbalance.rst31 regular memory requests by allocating one from the dma pool, instead
32 of incurring the overhead of regular zone balancing.
36 right ratio of dma and regular memory, it is quite possible that balancing
60 Note that if the size of the regular zone is huge compared to dma zone,
62 deciding whether to balance the regular zone. The first solution
70 fall back into regular zone. This also makes sure that HIGHMEM pages
/OK3568_Linux_fs/kernel/Documentation/admin-guide/device-mapper/
H A Ddm-zoned.rst6 ZAC compliant devices) as a regular block device without any write
40 metadata. It can also use a regular block device together with the zoned
41 block device; in that case the regular block device will be split logically
95 chunk, resulting in native random write performance similar to a regular
134 If a regular device is used in conjunction with the zoned block device,
139 are located at the start of the regular block device.
154 regular block device as the first device.
/OK3568_Linux_fs/kernel/arch/x86/lib/
H A Dkaslr.c5 * kernel and memory randomization is done early when the regular
7 * normally linked in the regular.
17 * When built for the regular kernel, several functions need to be stubbed out
18 * or changed to their regular kernel equivalent.
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-kernel/oprofile/oprofile/
H A D0010-oprofile-Determine-the-root-home-directory-dynamical.patch28 …ename>/root</filename> to avoid storing sample data files in locations accessible by regular users.
30 …ename>~root</filename> to avoid storing sample data files in locations accessible by regular users.
41 …filename">/root</code> to avoid storing sample data files in locations accessible by regular users.
43 …filename">~root</code> to avoid storing sample data files in locations accessible by regular users.
/OK3568_Linux_fs/device/rockchip/common/fonts/
HDliberation-2.00.1.tar ... usr/share/fonts/liberation/LiberationMono-Regular.ttf ./usr/share/fonts/
/OK3568_Linux_fs/kernel/Documentation/powerpc/
H A Dpmu-ebb.rst46 concurrently with regular 'perf' commands, or any other perf events.
52 The exclusion between EBB events and regular events is implemented using the
55 If an EBB event and a regular event are both pinned, then whichever is enabled
118 regular event. If this is the last EBB event the PMU will be deconfigured and
125 The EBB handler is just regular userspace code, however it must be written in

12345678910>>...81