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/opencv3/cmake/templates/
Dcvconfig.h.in19 /* V4L capturing support */
22 /* V4L2 capturing support */
52 /* IEEE1394 capturing support */
55 /* IEEE1394 capturing support - libdc1394 v2.x */
113 /* V4L/V4L2 capturing support via libv4l */
166 /* V4L2 capturing support in videoio.h */
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/translit/
DlangtagRegex.txt19 # Now do the components. The structure is slightly different to allow for capturing the right compo…
20 …e notation (?:....) is a non-capturing version of (...): so the "?:" can be deleted if someone doe…
42 # the results from the capturing groups.
78 # Here is the final breakdown, with capturing groups for each of these components
/external/icu/icu4j/main/tests/translit/src/com/ibm/icu/dev/test/translit/
DlangtagRegex.txt19 # Now do the components. The structure is slightly different to allow for capturing the right compo…
20 …e notation (?:....) is a non-capturing version of (...): so the "?:" can be deleted if someone doe…
42 # the results from the capturing groups.
78 # 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/chromium-trace/catapult/third_party/typ/typ/
Dhost.py258 self.capturing = False
262 if self.capturing:
271 if self.capturing:
278 self.capturing = True
284 self.capturing = False
/external/tinyalsa/
Dtinycap.c59 int capturing = 1; variable
68 capturing = 0; in sigint_handler()
223 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/dist/testdata/
Dtestoutput22-3245 Named capturing subpatterns:
72 Named capturing subpatterns:
Dtestoutput22-1633 Named capturing subpatterns:
60 Named capturing subpatterns:
Dtestoutput21-3258 Named capturing subpatterns:
91 Named capturing subpatterns:
Dtestoutput21-1646 Named capturing subpatterns:
79 Named capturing subpatterns:
/external/pcre/dist/
DHACKING200 OP_COMMIT ) verbs". If OP_ACCEPT is inside capturing
359 reference number if the reference is to a unique capturing group (either by
395 A pair of non-capturing round brackets is wrapped round each expression at
402 Non-capturing brackets use the opcode OP_BRA. Originally PCRE was limited to 99
403 capturing brackets and it used a different opcode for each one. From release
405 higher-numbered brackets. From release 7.0 all capturing brackets are handled
411 the next one, or to the OP_KET opcode. For capturing brackets, the bracket
449 When a repeated group (capturing or non-capturing) is marked as possessive by
460 OP_ONCE or OP_ONCE_NC. The former is used when there are no capturing brackets
493 reference number, provided that the reference is to a unique capturing group.
/external/autotest/client/site_tests/camera_V4L2/
Dcontrol14 - 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/icu/icu4c/source/i18n/
Dregexcmp.h74 capturing = -2, enumerator
/external/v8/test/webkit/
Dregexp-many-brackets-expected.txt24 Test regular expression processing with many capturing brackets (200).
/external/v8/test/webkit/fast/regex/
Dnon-capturing-backtracking-expected.txt24 This page tests for proper backtracking with greedy quantifiers and non-capturing parentheses.
Dearly-acid3-86-expected.txt24 Test that covers capturing brackets, and was adapted from a part of an early version of Acid3.
/external/autotest/server/site_tests/network_WiFi_ChaosLongConnect/
Dcontrol.debug26 # IP or DNS name of host to use as a packet capturing device.
/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
/external/webrtc/talk/session/media/
Dchannelmanager.h137 bool capturing() const { return capturing_; } in capturing() function
/external/clang/test/Analysis/
Dlambdas.mm94 // The block should copy the lambda before capturing.
/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

123