Home
last modified time | relevance | path

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

1234

/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/cldr/tools/java/org/unicode/cldr/util/data/
DlangtagRegex.txt18 # Now do the components. The structure is slightly different to allow for capturing the right compo…
19 …e notation (?:....) is a non-capturing version of (...): so the "?:" can be deleted if someone doe…
41 # the results from the capturing groups.
77 # 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.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()
240 while (capturing && !pcm_read(pcm, buffer, size)) { in capture_sample()
/external/ltp/pan/
Dltp-pan.c909 int capturing = 0; /* output is going to a file instead of stdout */ in run_child() local
917 capturing = 1; in run_child()
946 if (capturing) { in run_child()
965 if (capturing) { in run_child()
992 if (capturing) { in run_child()
1122 if (capturing) { in run_child()
1130 if (capturing) in run_child()
1148 if (capturing) in run_child()
/external/pcre/dist2/testdata/
Dtestoutput2037 Named capturing subpatterns:
70 Named capturing subpatterns:
/external/perfetto/protos/
DREADME.md6 when capturing a trace.
/external/e2fsprogs/doc/RelNotes/
Dv1.43.3.txt16 Support reproducible builds by not capturing the build directory into
/external/autotest/client/site_tests/camera_V4L2/
Dcontrol14 - If a required resolution is not supported when capturing a stream
Dcontrol.certification16 - 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/libtextclassifier/actions/
Dactions_model.fbs367 // Entity data to set from capturing groups.
373 // If set, the text of the capturing group will be used to set a field
377 // If set, the capturing group will be used to create a text annotation
383 // If set, the capturing group text will be used to create a text
/external/pcre/dist2/
DHACKING141 for data, for example, the capturing group number. The only situation in which
223 META_CAPTURE start of capturing group
418 OP_COMMIT ) verbs". If OP_ACCEPT is inside capturing
612 reference number when the reference is to a unique capturing group (either by
649 A pair of non-capturing round brackets is wrapped round each expression at
656 Non-capturing brackets use the opcode OP_BRA, capturing brackets use OP_CBRA. A
660 next one, or to the final opcode. For capturing brackets, the bracket number is
699 When a repeated group (capturing or non-capturing) is marked as possessive by
735 reference number, provided that the reference is to a unique capturing group.
782 their minimum repetitions, and then wrapped in non-capturing brackets for the
/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/libpcap/doc/
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/tensorflow/tensorflow/core/profiler/
Dtrace_events.proto11 // All trace events capturing in the profiling period.
/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/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 …]
/external/python/cpython3/Doc/howto/
Dregex.rst856 capturing group must also be found at the current location in the string. For
874 Non-capturing and Named Groups
895 assertion) and ``(?:foo)`` is something else (a non-capturing group containing
908 explicit by using a non-capturing group: ``(?:...)``, where you can replace the
919 matched, a non-capturing group behaves exactly the same as a capturing group;
921 as ``*``, and nest it within other groups (capturing or non-capturing).
925 capturing and non-capturing groups; neither form is any faster than the other.
932 behave exactly like capturing groups, and additionally associate a name
934 capturing groups all accept either integers that refer to the group by number
1085 Split *string* by the matches of the regular expression. If capturing
[all …]
/external/skqp/src/sksl/
DSkSLCompiler.cpp959 bool capturing = false; in block_for_case() local
963 capturing = true; in block_for_case()
965 if (capturing) { in block_for_case()
971 capturing = false; in block_for_case()
976 if (!capturing) { in block_for_case()

1234