/third_party/openssl/test/ |
D | stack_test.c | 63 } 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) ? ¬present 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) ? ¬present 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/ |
D | finders_test.dart | 12 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)…
|
D | widget_tester_test.dart | 52 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/ |
D | annotated_region_test.dart | 11 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/ |
D | 09-alpn.conf | 6 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 …]
|
D | 08-npn.conf | 6 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/ |
D | flutter_test.dart | 25 /// 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/ |
D | ares_build.h.in | 65 /* 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/ |
D | find.dart | 191 /// 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.
|
D | enum_util.dart | 33 /// Given a [simpleName] finds the corresponding enum value.
|
/third_party/boost/libs/range/doc/reference/algorithm/ |
D | adjacent_find.qbk | 56 `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/ |
D | quick_start.qbk | 17 … give _regex_match_ a _match_results_, it will write into it any marked sub-expressions it finds.]] 18 …finds 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.]]
|
D | examples.qbk | 70 // 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/ |
D | alignment_traits.qbk | 11 specific alignment properties. The template `__type_with_alignment` finds the smallest
|
/third_party/typescript_eslint/packages/eslint-plugin/docs/rules/ |
D | ban-ts-comment.md | 42 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/ |
D | HOWTO_INDEX | 5 HOWTO_BugReport - dealing with a test failure the suite finds
|
/third_party/gstreamer/gstplugins_good/ext/jpeg/ |
D | README | 7 new image and finds all 16x16 blocks that have a squared difference bigger than
|
/third_party/ejdb/cmake/Modules/ |
D | FindLibIberty.cmake | 2 # This module finds libiberty.
|
/third_party/iowow/cmake/Modules/ |
D | FindLibIberty.cmake | 2 # This module finds libiberty.
|
/third_party/node/deps/npm/docs/content/cli-commands/ |
D | npm-help.md | 23 finds a single subject, then it will run `help` on that topic, so unique
|
/third_party/boost/libs/math/doc/sf/ |
D | beta_derivative.qbk | 21 This function finds some uses in statistical distributions: it
|
/third_party/boost/libs/hana/cmake/ |
D | FindMPL11.cmake | 6 # This CMake module finds the MPL11 include directory. This module sets the
|
/third_party/node/deps/npm/node_modules/caseless/ |
D | README.md | 17 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/ |
D | Latin_NumericPinyin.txt | 27 # 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/ |
D | Latin_NumericPinyin.txt | 26 # The following backs up until it finds the right vowel, then deposits the tone
|