Searched refs:capturing (Results 1 – 25 of 68) sorted by relevance
123
12 …^{ [x actNow]; }]; // expected-warning {{capturing 'x' strongly in this block is likely to lead to…14 …^{ [x actNow]; }; // expected-warning {{capturing 'x' strongly in this block is likely to lead to …17 …^{ [x actNow]; }]; // expected-warning {{capturing 'x' strongly in this block is likely to lead to…31 …x.block = ^{ (void)x.actNow; }; // expected-warning {{capturing 'x' strongly in this block is lik…74 …(void) owner; }; // expected-warning {{capturing 'self' strongly in this block is likely to lead t…94 …test2_helper(x); // expected-warning {{capturing 'self' strongly in this block is likely to lead t…126 …doSomething(count); // expected-warning {{capturing 'self' strongly in this block is likely to lea…149 …b1(); // expected-warning{{capturing 'b1' strongly in this block is likely to lead to a retain cyc…154 …b2(); // expected-warning{{capturing 'b2' strongly in this block is likely to lead to a retain cyc…170 …[obj actNow]; // expected-warning{{capturing 'obj' strongly in this block is likely to lead to a r…[all …]
21 # Now do the components. The structure is slightly different to allow for capturing the right compo…22 …e notation (?:....) is a non-capturing version of (...): so the "?:" can be deleted if someone doe…44 # the results from the capturing groups.80 # Here is the final breakdown, with capturing groups for each of these components
10 Mono and stereo capturing should work fine @ 44.1KHz and 48KHz.11 Low latency capturing should work fine with low CPU usage.
60 int capturing = 1; variable69 capturing = 0; in sigint_handler()238 while (capturing && !pcm_read(pcm, buffer, size)) { in capture_sample()
48 (re) numbered capturing group49 (?P<name>re) named & numbered capturing group50 (?<name>re) named & numbered capturing group NOT SUPPORTED51 (?'name're) named & numbered capturing group NOT SUPPORTED52 (?:re) non-capturing group53 (?flags) set flags within current group; non-capturing54 (?flags:re) set flags during re; non-capturing59 %(re) non-capturing group NOT SUPPORTED vim348 (?n) recursive call to regexp capturing group «n» NOT SUPPORTED
37 Named capturing subpatterns:70 Named capturing subpatterns:
1588 (?: # Non-capturing bracket3988 Named capturing subpatterns:4022 Named capturing subpatterns:4048 Named capturing subpatterns:4057 Named capturing subpatterns:4215 Named capturing subpatterns:4238 Named capturing subpatterns:4275 Named capturing subpatterns:4315 Named capturing subpatterns:4332 Named capturing subpatterns:[all …]
901 int capturing = 0; /* output is going to a file instead of stdout */ in run_child() local909 capturing = 1; in run_child()938 if (capturing) { in run_child()958 if (capturing) { in run_child()985 if (capturing) { in run_child()1116 if (capturing) { in run_child()1124 if (capturing) in run_child()1142 if (capturing) in run_child()
14 - If a required resolution is not supported when capturing a stream
24 # IP or DNS name of host to use as a packet capturing device.
221 OP_COMMIT ) verbs". If OP_ACCEPT is inside capturing395 reference number when the reference is to a unique capturing group (either by432 A pair of non-capturing round brackets is wrapped round each expression at439 Non-capturing brackets use the opcode OP_BRA, capturing brackets use OP_CBRA. A443 to the next one, or to the OP_KET opcode. For capturing brackets, the bracket481 When a repeated group (capturing or non-capturing) is marked as possessive by492 OP_ONCE or OP_ONCE_NC. The former is used when there are no capturing brackets525 reference number, provided that the reference is to a unique capturing group.
77 capturing = -2, enumerator
26 # IP or DNS name of host to use as a packet capturing device.
823 bool capturing = false; in block_for_case() local827 capturing = true; in block_for_case()829 if (capturing) { in block_for_case()832 capturing = false; in block_for_case()840 if (!capturing) { in block_for_case()
29 capture stream (linux or bpf) and for capturing from DAG cards. To build85 Some DAG cards now support capturing to multiple virtual interfaces, called
32 packet capture stream and for capturing from Septel cards. To build
30 The SITA extension provides a remote datascope operation for capturing
31 Add support for capturing on FreeBSD usbusN interfaces.130 capturing and reading capture files197 Support capturing NetFilter log messages on Linux.237 Do filtering on USB and Bluetooth capturing277 Fix USB memory-mapped capturing on Linux; it requires a new DLT_379 Add USB capturing support on Linux507 device for capturing on all interfaces. Cleans up promiscuous
137 bool capturing() const { return capturing_; } in capturing() function
120 // If we are capturing cursor for a specific window then we need to figure out203 // For single screen capturing, convert the position to relative to the
634 // Starts capturing an output stream (stdout/stderr).643 // Stops capturing the output stream and returns the captured string.653 // Starts capturing stdout.658 // Starts capturing stderr.663 // Stops capturing stdout and returns the captured string.668 // Stops capturing stderr and returns the captured string.
107 // The block should copy the lambda before capturing.
834 capturing group must also be found at the current location in the string. For852 Non-capturing and Named Groups874 assertion) and ``(?:foo)`` is something else (a non-capturing group containing894 explicit by using a non-capturing group: ``(?:...)``, where you can replace the905 matched, a non-capturing group behaves exactly the same as a capturing group;907 as ``*``, and nest it within other groups (capturing or non-capturing).911 capturing and non-capturing groups; neither form is any faster than the other.918 also behave exactly like capturing groups, and additionally associate a name920 capturing groups all accept either integers that refer to the group by number1070 Split *string* by the matches of the regular expression. If capturing[all …]