Home
last modified time | relevance | path

Searched refs:finds (Results 1 – 25 of 317) sorted by relevance

12345678910>>...13

/third_party/openssl/test/
Dstack_test.c63 } finds[] = { in test_int_stack() local
70 const int n_finds = OSSL_NELEM(finds); in test_int_stack()
111 int *val = (finds[i].unsorted == -1) ? &notpresent in test_int_stack()
112 : v + finds[i].unsorted; in test_int_stack()
114 if (!TEST_int_eq(sk_sint_find(s, val), finds[i].unsorted)) { in test_int_stack()
122 int *val = (finds[i].unsorted == -1) ? &notpresent in test_int_stack()
123 : v + finds[i].unsorted; in test_int_stack()
125 if (!TEST_int_eq(sk_sint_find_ex(s, val), finds[i].unsorted)) { in test_int_stack()
141 if (!TEST_int_eq(sk_sint_find(s, &finds[i].value), finds[i].sorted)) { in test_int_stack()
148 if (!TEST_int_eq(sk_sint_find_ex(s, &finds[i].value), finds[i].ex)) { in test_int_stack()
/third_party/flutter/flutter/packages/flutter_test/test/
Dfinders_test.dart12 testWidgets('finds Text widgets', (WidgetTester tester) async {
19 testWidgets('finds Text.rich widgets', (WidgetTester tester) async {
38 testWidgets('finds Semantically labeled widgets', (WidgetTester tester) async {
54 testWidgets('finds Semantically labeled widgets by RegExp', (WidgetTester tester) async {
70 …testWidgets('finds Semantically labeled widgets without explicit Semantics', (WidgetTester tester)…
Dwidget_tester_test.dart52 testWidgets('finds exactly one widget', (WidgetTester tester) async {
74 testWidgets('finds no widgets', (WidgetTester tester) async {
184 testWidgets('finds one descendant', (WidgetTester tester) async {
198 testWidgets('finds two descendants with different ancestors', (WidgetTester tester) async {
243 testWidgets('finds one ancestor', (WidgetTester tester) async {
257 testWidgets('finds two matching ancestors, one descendant', (WidgetTester tester) async {
/third_party/flutter/flutter/packages/flutter/test/rendering/
Dannotated_region_test.dart11 test('finds the first value in a OffsetLayer when sized', () {
30 test('finds a value within the clip in a ClipRectLayer', () {
50 test('finds a value within the clip in a ClipRRectLayer', () {
69 test('finds a value under a TransformLayer', () {
140 test('finds the first value in a OffsetLayer when sized', () {
159 test('finds a value within the clip in a ClipRectLayer', () {
179 test('finds a value within the clip in a ClipRRectLayer', () {
198 test('finds a value under a TransformLayer', () {
226 test('finds multiple nested, overlapping regions', () {
/third_party/openssl/test/ssl-tests/
D09-alpn.conf6 test-1 = 1-alpn-server-finds-match
54 [1-alpn-server-finds-match]
55 ssl_conf = 1-alpn-server-finds-match-ssl
57 [1-alpn-server-finds-match-ssl]
58 server = 1-alpn-server-finds-match-server
59 client = 1-alpn-server-finds-match-client
61 [1-alpn-server-finds-match-server]
66 [1-alpn-server-finds-match-client]
73 server = 1-alpn-server-finds-match-server-extra
74 client = 1-alpn-server-finds-match-client-extra
[all …]
D08-npn.conf6 test-1 = 1-npn-client-finds-match
59 [1-npn-client-finds-match]
60 ssl_conf = 1-npn-client-finds-match-ssl
62 [1-npn-client-finds-match-ssl]
63 server = 1-npn-client-finds-match-server
64 client = 1-npn-client-finds-match-client
66 [1-npn-client-finds-match-server]
71 [1-npn-client-finds-match-client]
79 server = 1-npn-client-finds-match-server-extra
80 client = 1-npn-client-finds-match-client-extra
[all …]
/third_party/flutter/flutter/packages/flutter_test/lib/
Dflutter_test.dart25 /// resides, looking for a file named `flutter_test_config.dart`. If it finds
37 /// After the test framework finds a configuration file, it will stop scanning
41 /// directory hierarchy when it finds a `pubspec.yaml`, since that signals the
/third_party/node/deps/cares/include/
Dares_build.h.in65 /* Configure process defines this to 1 when it finds out that system */
77 /* Configure process defines this to 1 when it finds out that system */
84 /* Configure process defines this to 1 when it finds out that system */
/third_party/flutter/flutter/packages/flutter_driver/lib/src/common/
Dfind.dart191 /// A Flutter Driver finder that finds widgets by tooltip text.
213 /// A Flutter Driver finder that finds widgets by semantic label.
251 /// A Flutter Driver finder that finds widgets by [text] inside a [Text] or
274 /// A Flutter Driver finder that finds widgets by `ValueKey`.
319 /// A Flutter Driver finder that finds widgets by their [runtimeType].
341 /// A Flutter Driver finder that finds the back button on the page's Material
355 /// A Flutter Driver finder that finds a descendant of [of] that matches
412 /// A Flutter Driver finder that finds an ancestor of [of] that matches
483 /// Creates a command which finds a Widget and then looks up the semantic id.
Denum_util.dart33 /// Given a [simpleName] finds the corresponding enum value.
/third_party/boost/libs/range/doc/reference/algorithm/
Dadjacent_find.qbk56 `adjacent_find` finds the first adjacent elements `[x,y]` in `rng` where `x == y`
60 `adjacent_find` finds the first adjacent elements `[x,y]` in `rng` where `pred(x,y)` is `true`.
/third_party/boost/libs/xpressive/doc/
Dquick_start.qbk17 … give _regex_match_ a _match_results_, it will write into it any marked sub-expressions it finds.]]
18finds a match or when the string is exhausted. As with _regex_match_, if you give _regex_search_ a…
20 …_regex_iterator_ returns a _match_results_. Incrementing a _regex_iterator_ finds the next match.]]
Dexamples.qbk70 // this regex finds a date
106 The following program finds dates in a string and marks them up with pseudo-HTML.
141 The following program finds the words in a wide-character string.
184 The following program finds race times in a string and displays first
/third_party/boost/libs/type_traits/doc/
Dalignment_traits.qbk11 specific alignment properties. The template `__type_with_alignment` finds the smallest
/third_party/typescript_eslint/packages/eslint-plugin/docs/rules/
Dban-ts-comment.md42 A value of `true` for a particular directive means that this rule will report if it finds any usage…
70 …ption'` for a particular directive means that this rule will report if it finds a directive that d…
/third_party/ltp/testcases/open_posix_testsuite/Documentation/
DHOWTO_INDEX5 HOWTO_BugReport - dealing with a test failure the suite finds
/third_party/gstreamer/gstplugins_good/ext/jpeg/
DREADME7 new image and finds all 16x16 blocks that have a squared difference bigger than
/third_party/ejdb/cmake/Modules/
DFindLibIberty.cmake2 # This module finds libiberty.
/third_party/iowow/cmake/Modules/
DFindLibIberty.cmake2 # This module finds libiberty.
/third_party/node/deps/npm/docs/content/cli-commands/
Dnpm-help.md23 finds a single subject, then it will run `help` on that topic, so unique
/third_party/boost/libs/math/doc/sf/
Dbeta_derivative.qbk21 This function finds some uses in statistical distributions: it
/third_party/boost/libs/hana/cmake/
DFindMPL11.cmake6 # This CMake module finds the MPL11 include directory. This module sets the
/third_party/node/deps/npm/node_modules/caseless/
DREADME.md17 Has takes a name and if it finds a matching header will return that header name with the preserved …
/third_party/icu/icu4c/source/data/translit/
DLatin_NumericPinyin.txt27 # The following backs up until it finds the right vowel, then deposits the tone
/third_party/flutter/skia/third_party/externals/icu/source/data/translit/
DLatin_NumericPinyin.txt26 # The following backs up until it finds the right vowel, then deposits the tone

12345678910>>...13