Home
last modified time | relevance | path

Searched refs:capturing (Results 1 – 25 of 68) sorted by relevance

123

/external/clang/test/SemaObjC/
Dwarn-retain-cycle.m12 …^{ [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 …]
/external/icu/icu4j/main/tests/translit/src/com/ibm/icu/dev/test/translit/
DlangtagRegex.txt21 # 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
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/translit/
DlangtagRegex.txt21 # 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
/external/autotest/client/site_tests/audio_Microphone/
Dcontrol10 Mono and stereo capturing should work fine @ 44.1KHz and 48KHz.
11 Low latency capturing should work fine with low CPU usage.
/external/tinyalsa/
Dtinycap.c60 int capturing = 1; variable
69 capturing = 0; in sigint_handler()
238 while (capturing && !pcm_read(pcm, buffer, size)) { in capture_sample()
/external/regex-re2/doc/
Dsyntax.txt48 (re) numbered capturing group
49 (?P<name>re) named & numbered capturing group
50 (?<name>re) named & numbered capturing group NOT SUPPORTED
51 (?'name're) named & numbered capturing group NOT SUPPORTED
52 (?:re) non-capturing group
53 (?flags) set flags within current group; non-capturing
54 (?flags:re) set flags during re; non-capturing
59 %(re) non-capturing group NOT SUPPORTED vim
348 (?n) recursive call to regexp capturing group «n» NOT SUPPORTED
/external/pcre/dist2/testdata/
Dtestoutput2037 Named capturing subpatterns:
70 Named capturing subpatterns:
Dtestoutput21588 (?: # Non-capturing bracket
3988 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 …]
/external/ltp/pan/
Dltp-pan.c901 int capturing = 0; /* output is going to a file instead of stdout */ in run_child() local
909 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()
/external/autotest/client/site_tests/camera_V4L2/
Dcontrol14 - If a required resolution is not supported when capturing a stream
Dcontrol.constant_framerate14 - If a required resolution is not supported when capturing a stream
/external/autotest/server/site_tests/network_WiFi_ChaosConnectDisconnect/
Dcontrol.local24 # IP or DNS name of host to use as a packet capturing device.
/external/pcre/dist2/
DHACKING221 OP_COMMIT ) verbs". If OP_ACCEPT is inside capturing
395 reference number when the reference is to a unique capturing group (either by
432 A pair of non-capturing round brackets is wrapped round each expression at
439 Non-capturing brackets use the opcode OP_BRA, capturing brackets use OP_CBRA. A
443 to the next one, or to the OP_KET opcode. For capturing brackets, the bracket
481 When a repeated group (capturing or non-capturing) is marked as possessive by
492 OP_ONCE or OP_ONCE_NC. The former is used when there are no capturing brackets
525 reference number, provided that the reference is to a unique capturing group.
/external/icu/icu4c/source/i18n/
Dregexcmp.h77 capturing = -2, enumerator
/external/autotest/server/site_tests/network_WiFi_ChaosLongConnect/
Dcontrol.debug26 # IP or DNS name of host to use as a packet capturing device.
/external/skia/src/sksl/
DSkSLCompiler.cpp823 bool capturing = false; in block_for_case() local
827 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()
/external/libpcap/
DREADME.dag29 capture stream (linux or bpf) and for capturing from DAG cards. To build
85 Some DAG cards now support capturing to multiple virtual interfaces, called
DREADME.septel32 packet capture stream and for capturing from Septel cards. To build
DREADME.sita30 The SITA extension provides a remote datascope operation for capturing
DCHANGES31 Add support for capturing on FreeBSD usbusN interfaces.
130 capturing and reading capture files
197 Support capturing NetFilter log messages on Linux.
237 Do filtering on USB and Bluetooth capturing
277 Fix USB memory-mapped capturing on Linux; it requires a new DLT_
379 Add USB capturing support on Linux
507 device for capturing on all interfaces. Cleans up promiscuous
/external/webrtc/talk/session/media/
Dchannelmanager.h137 bool capturing() const { return capturing_; } in capturing() function
/external/webrtc/webrtc/modules/desktop_capture/
Dmouse_cursor_monitor_mac.mm120 // If we are capturing cursor for a specific window then we need to figure out
203 // For single screen capturing, convert the position to relative to the
/external/vulkan-validation-layers/tests/gtest-1.7.0/src/
Dgtest-port.cc.orig634 // 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.
/external/clang/test/Analysis/
Dlambdas.mm107 // The block should copy the lambda before capturing.
/external/python/cpython2/Doc/howto/
Dregex.rst834 capturing group must also be found at the current location in the string. For
852 Non-capturing and Named Groups
874 assertion) and ``(?:foo)`` is something else (a non-capturing group containing
894 explicit by using a non-capturing group: ``(?:...)``, where you can replace the
905 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 name
920 capturing groups all accept either integers that refer to the group by number
1070 Split *string* by the matches of the regular expression. If capturing
[all …]

123