Home
last modified time | relevance | path

Searched refs:found (Results 26 – 50 of 33334) sorted by relevance

12345678910>>...1334

/dports/ftp/proftpd-mod_vroot/proftpd-1.3.7c/src/
H A Dexpr.c95 found = !found; in pr_expr_eval_class_and()
106 found = !found; in pr_expr_eval_class_and()
135 found = !found; in pr_expr_eval_class_or()
143 found = !found; in pr_expr_eval_class_or()
170 found = !found; in pr_expr_eval_group_and()
176 found = !found; in pr_expr_eval_group_and()
216 found = !found; in pr_expr_eval_group_or()
222 found = !found; in pr_expr_eval_group_or()
262 found = !found; in pr_expr_eval_user_and()
268 found = !found; in pr_expr_eval_user_and()
[all …]
/dports/net/ns3/ns-allinone-3.35/ns-3.35/src/core/test/
H A Dnames-test-suite.cc130 std::string found; in DoRun() local
196 std::string found; in DoRun() local
261 std::string found; in DoRun() local
330 std::string found; in DoRun() local
395 std::string found; in DoRun() local
457 std::string found; in DoRun() local
519 std::string found; in DoRun() local
581 std::string found; in DoRun() local
643 std::string found; in DoRun() local
698 Ptr<TestObject> found; in DoRun() local
[all …]
/dports/graphics/qgis/qgis-3.22.3/tests/src/core/
H A Dtestqgsgenericspatialindex.cpp71 found.append( p ); in testIndex()
94 found.append( p ); in testIndex()
101 found.clear(); in testIndex()
106 found.append( p ); in testIndex()
112 found.clear(); in testIndex()
117 found.append( p ); in testIndex()
122 found.clear(); in testIndex()
132 found.clear(); in testIndex()
144 found.clear(); in testIndex()
160 found.clear(); in testIndex()
[all …]
/dports/graphics/qgis-ltr/qgis-3.16.16/tests/src/core/
H A Dtestqgsgenericspatialindex.cpp71 found.append( p ); in testIndex()
94 found.append( p ); in testIndex()
101 found.clear(); in testIndex()
106 found.append( p ); in testIndex()
112 found.clear(); in testIndex()
117 found.append( p ); in testIndex()
122 found.clear(); in testIndex()
132 found.clear(); in testIndex()
144 found.clear(); in testIndex()
160 found.clear(); in testIndex()
[all …]
/dports/misc/vxl/vxl-3.3.2/core/vul/tests/
H A Dtest_file_iterator.cxx46 ++found[f()]; in test_file_iterator_unix()
49 ++found[f()]; in test_file_iterator_unix()
52 ++found[f()]; in test_file_iterator_unix()
55 ++found[f()]; in test_file_iterator_unix()
58 ++found[f()]; in test_file_iterator_unix()
76 ++found[f()]; in test_file_iterator_unix()
79 ++found[f()]; in test_file_iterator_unix()
94 ++found[f()]; in test_file_iterator_unix()
97 ++found[f()]; in test_file_iterator_unix()
112 ++found[f()]; in test_file_iterator_unix()
[all …]
/dports/lang/ghc/ghc-8.10.7/libraries/base/tests/
H A DhTell001.stdout1 At position: 0, found: '-'
2 At position: 1, found: '-'
3 At position: 2, found: ' '
4 At position: 3, found: '!'
5 At position: 4, found: '!'
7 At position: 4, found: '!'
8 At position: 3, found: '!'
9 At position: 2, found: ' '
10 At position: 1, found: '-'
11 At position: 0, found: '-'
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/components/mirroring/service/
H A Dvalue_util.cc11 if (!found || found->is_none()) in GetInt()
13 if (found->is_int()) { in GetInt()
24 if (!found || found->is_none()) in GetDouble()
30 if (found->is_int()) { in GetDouble()
41 if (!found || found->is_none()) in GetString()
52 if (!found || found->is_none()) in GetBool()
54 if (found->is_bool()) { in GetBool()
65 if (!found || found->is_none()) in GetIntArray()
67 if (!found->is_list()) in GetIntArray()
82 if (!found || found->is_none()) in GetStringArray()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/components/mirroring/service/
H A Dvalue_util.cc11 if (!found || found->is_none()) in GetInt()
13 if (found->is_int()) { in GetInt()
24 if (!found || found->is_none()) in GetDouble()
30 if (found->is_int()) { in GetDouble()
41 if (!found || found->is_none()) in GetString()
52 if (!found || found->is_none()) in GetBool()
54 if (found->is_bool()) { in GetBool()
65 if (!found || found->is_none()) in GetIntArray()
67 if (!found->is_list()) in GetIntArray()
82 if (!found || found->is_none()) in GetStringArray()
[all …]
/dports/net/samba412/samba-4.12.15/lib/tdb/common/
H A Drescue.c29 struct found { struct
86 if (found->num + 1 > found->max) { in add_to_table()
88 found->max = (found->max ? found->max * 2 : 128); in add_to_table()
89 new = realloc(found->arr, found->max * sizeof(found->arr[0])); in add_to_table()
95 found->arr[found->num].head = off; in add_to_table()
96 found->arr[found->num].rec = *rec; in add_to_table()
97 found->arr[found->num].key = key; in add_to_table()
98 found->arr[found->num].in_hash = false; in add_to_table()
99 found->arr[found->num].in_free = false; in add_to_table()
300 qsort(found.arr, found.num, sizeof(found.arr[0]), cmp_key); in tdb_rescue()
[all …]
/dports/databases/tdb/tdb-1.4.3/common/
H A Drescue.c29 struct found { struct
86 if (found->num + 1 > found->max) { in add_to_table()
88 found->max = (found->max ? found->max * 2 : 128); in add_to_table()
89 new = realloc(found->arr, found->max * sizeof(found->arr[0])); in add_to_table()
95 found->arr[found->num].head = off; in add_to_table()
96 found->arr[found->num].rec = *rec; in add_to_table()
97 found->arr[found->num].key = key; in add_to_table()
98 found->arr[found->num].in_hash = false; in add_to_table()
99 found->arr[found->num].in_free = false; in add_to_table()
300 qsort(found.arr, found.num, sizeof(found.arr[0]), cmp_key); in tdb_rescue()
[all …]
/dports/databases/ldb20/ldb-2.0.10/lib/tdb/common/
H A Drescue.c29 struct found { struct
86 if (found->num + 1 > found->max) { in add_to_table()
88 found->max = (found->max ? found->max * 2 : 128); in add_to_table()
89 new = realloc(found->arr, found->max * sizeof(found->arr[0])); in add_to_table()
95 found->arr[found->num].head = off; in add_to_table()
96 found->arr[found->num].rec = *rec; in add_to_table()
97 found->arr[found->num].key = key; in add_to_table()
98 found->arr[found->num].in_hash = false; in add_to_table()
99 found->arr[found->num].in_free = false; in add_to_table()
300 qsort(found.arr, found.num, sizeof(found.arr[0]), cmp_key); in tdb_rescue()
[all …]
/dports/databases/ldb21/ldb-2.1.5/lib/tdb/common/
H A Drescue.c29 struct found { struct
86 if (found->num + 1 > found->max) { in add_to_table()
88 found->max = (found->max ? found->max * 2 : 128); in add_to_table()
89 new = realloc(found->arr, found->max * sizeof(found->arr[0])); in add_to_table()
95 found->arr[found->num].head = off; in add_to_table()
96 found->arr[found->num].rec = *rec; in add_to_table()
97 found->arr[found->num].key = key; in add_to_table()
98 found->arr[found->num].in_hash = false; in add_to_table()
99 found->arr[found->num].in_free = false; in add_to_table()
300 qsort(found.arr, found.num, sizeof(found.arr[0]), cmp_key); in tdb_rescue()
[all …]
/dports/databases/ldb22/ldb-2.2.1/lib/tdb/common/
H A Drescue.c29 struct found { struct
86 if (found->num + 1 > found->max) { in add_to_table()
88 found->max = (found->max ? found->max * 2 : 128); in add_to_table()
89 new = realloc(found->arr, found->max * sizeof(found->arr[0])); in add_to_table()
95 found->arr[found->num].head = off; in add_to_table()
96 found->arr[found->num].rec = *rec; in add_to_table()
97 found->arr[found->num].key = key; in add_to_table()
98 found->arr[found->num].in_hash = false; in add_to_table()
99 found->arr[found->num].in_free = false; in add_to_table()
300 qsort(found.arr, found.num, sizeof(found.arr[0]), cmp_key); in tdb_rescue()
[all …]
/dports/databases/ldb15/ldb-1.5.6/lib/tdb/common/
H A Drescue.c29 struct found {
86 if (found->num + 1 > found->max) {
88 found->max = (found->max ? found->max * 2 : 128);
89 new = realloc(found->arr, found->max * sizeof(found->arr[0]));
95 found->arr[found->num].head = off;
96 found->arr[found->num].rec = *rec;
97 found->arr[found->num].key = key;
98 found->arr[found->num].in_hash = false;
99 found->arr[found->num].in_free = false;
101 found->num++;
[all …]
/dports/editors/neovim/neovim-0.6.1/test/functional/shada/
H A Dmerging_spec.lua41 found = found + 1
60 found = found + 1
79 found = found + 1
96 found = found + 1
113 found = found + 1
130 found = found + 1
154 found = found + 1
175 found = found + 1
204 found = found + 1
229 found = found + 1
[all …]
H A Dcompatibility_spec.lua184 found = found + 1
197 found = found + 1
252 found = found + 1
258 found = 0
265 found = found + 1
290 found = found + 1
303 found = found + 1
396 found = found + 1
409 found = found + 1
433 found = found + 1
[all …]
/dports/lang/solidity/solidity_0.8.11/test/libyul/yulSyntaxTests/invalid/
H A Dpush_disallowed.yul37 // DeclarationError 4619: (6-11): Function "push0" not found.
38 // DeclarationError 4619: (18-23): Function "push1" not found.
39 // DeclarationError 4619: (30-35): Function "push2" not found.
40 // DeclarationError 4619: (42-47): Function "push3" not found.
41 // DeclarationError 4619: (54-59): Function "push4" not found.
42 // DeclarationError 4619: (66-71): Function "push5" not found.
43 // DeclarationError 4619: (78-83): Function "push6" not found.
44 // DeclarationError 4619: (90-95): Function "push7" not found.
45 // DeclarationError 4619: (102-107): Function "push8" not found.
46 // DeclarationError 4619: (114-119): Function "push9" not found.
[all …]
/dports/lang/solidity/solidity_0.8.11/test/libsolidity/syntaxTests/
H A Dmore_than_256_importerrors.sol265 // ParserError 6275: (0-15): Source "a.sol" not found: File not supplied initially.
266 // ParserError 6275: (16-31): Source "a.sol" not found: File not supplied initially.
267 // ParserError 6275: (32-47): Source "a.sol" not found: File not supplied initially.
268 // ParserError 6275: (48-63): Source "a.sol" not found: File not supplied initially.
269 // ParserError 6275: (64-79): Source "a.sol" not found: File not supplied initially.
270 // ParserError 6275: (80-95): Source "a.sol" not found: File not supplied initially.
271 // ParserError 6275: (96-111): Source "a.sol" not found: File not supplied initially.
272 // ParserError 6275: (112-127): Source "a.sol" not found: File not supplied initially.
273 // ParserError 6275: (128-143): Source "a.sol" not found: File not supplied initially.
274 // ParserError 6275: (144-159): Source "a.sol" not found: File not supplied initially.
[all …]
/dports/games/easyrpg-player/Player-0.7.0/src/
H A Ddecoder_wildmidi.cpp130 if (!found) { in Initialize()
140 if (!found) { in Initialize()
146 if (!found) { in Initialize()
152 if (!found) { in Initialize()
156 if (!found) { in Initialize()
160 if (!found) { in Initialize()
172 if (!found) { in Initialize()
178 if (!found) { in Initialize()
186 if (!found) { in Initialize()
199 if (!found) { in Initialize()
[all …]
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/test/langtools/jdk/javadoc/doclet/testModules/
H A DTestModules.java686 void checkDescription(boolean found) { in checkDescription() argument
720 void checkNoDescription(boolean found) { in checkNoDescription() argument
1119 checkFiles(found, in checkModuleClickThrough()
1138 checkFiles(found, in checkModuleFilesAndLinks()
1145 checkFiles(found, in checkModuleFrameFiles()
1161 checkOutput("index-all.html", found, in checkModulesInSearch()
1295 void checkModuleModeApi(boolean found) { in checkModuleModeApi() argument
1341 void checkModuleModeAll(boolean found) { in checkModuleModeAll() argument
1441 checkOutput("index.html", !found, in checkOverviewFrame()
1443 checkOutput("index.html", found, in checkOverviewFrame()
[all …]
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/test/langtools/jdk/javadoc/doclet/testModules/
H A DTestModules.java685 void checkDescription(boolean found) { in checkDescription() argument
721 void checkNoDescription(boolean found) { in checkNoDescription() argument
1130 checkFiles(found, in checkModuleClickThrough()
1149 checkFiles(found, in checkModuleFilesAndLinks()
1156 checkFiles(found, in checkModuleFrameFiles()
1173 checkOutput("index-all.html", found, in checkModulesInSearch()
1312 void checkModuleModeApi(boolean found) { in checkModuleModeApi() argument
1359 void checkModuleModeAll(boolean found) { in checkModuleModeAll() argument
1466 checkOutput("index.html", !found, in checkOverviewFrame()
1468 checkOutput("index.html", found, in checkOverviewFrame()
[all …]
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/test/langtools/jdk/javadoc/doclet/testModules/
H A DTestModules.java686 void checkDescription(boolean found) { in checkDescription() argument
720 void checkNoDescription(boolean found) { in checkNoDescription() argument
1119 checkFiles(found, in checkModuleClickThrough()
1138 checkFiles(found, in checkModuleFilesAndLinks()
1145 checkFiles(found, in checkModuleFrameFiles()
1161 checkOutput("index-all.html", found, in checkModulesInSearch()
1295 void checkModuleModeApi(boolean found) { in checkModuleModeApi() argument
1341 void checkModuleModeAll(boolean found) { in checkModuleModeAll() argument
1441 checkOutput("index.html", !found, in checkOverviewFrame()
1443 checkOutput("index.html", found, in checkOverviewFrame()
[all …]
/dports/dns/knot3-lib/knot-3.1.5/tests/libknot/
H A Dtest_lookup.c37 found = knot_lookup_by_id(test_table, 2); in main()
38 ok(found && found->id == 2 && strcmp(found->name, "test item 2") == 0, in main()
41 found = knot_lookup_by_id(NULL, 2); in main()
45 found = knot_lookup_by_name(test_table, "test item 2"); in main()
46 ok(found && found->id == 2 && strcmp(found->name, "test item 2") == 0, in main()
49 found = knot_lookup_by_name(test_table, ""); in main()
50 ok(found && found->id == 10 && strcmp(found->name, "") == 0, in main()
53 found = knot_lookup_by_name(test_table, NULL); in main()
54 ok(found == NULL, "lookup table: find by name - NULL name"); in main()
56 found = knot_lookup_by_name(NULL, "test item 2"); in main()
[all …]
/dports/dns/knot3/knot-3.1.5/tests/libknot/
H A Dtest_lookup.c37 found = knot_lookup_by_id(test_table, 2); in main()
38 ok(found && found->id == 2 && strcmp(found->name, "test item 2") == 0, in main()
41 found = knot_lookup_by_id(NULL, 2); in main()
45 found = knot_lookup_by_name(test_table, "test item 2"); in main()
46 ok(found && found->id == 2 && strcmp(found->name, "test item 2") == 0, in main()
49 found = knot_lookup_by_name(test_table, ""); in main()
50 ok(found && found->id == 10 && strcmp(found->name, "") == 0, in main()
53 found = knot_lookup_by_name(test_table, NULL); in main()
54 ok(found == NULL, "lookup table: find by name - NULL name"); in main()
56 found = knot_lookup_by_name(NULL, "test item 2"); in main()
[all …]
/dports/www/fusionpbx/fusionpbx-4.4.1/app/devices/
H A Ddevice_key_edit.php442 <?php $found = false; ?> variable
446 …<option value='line' <?php if ($device_key_type == "0") { echo $selected;$found=true; } ?>>line</o… variable
452 …<option value='2' <?php if ($device_key_type == "2") { echo $selected;$found=true; } ?>>2-Forward<… variable
454 …<option value='4' <?php if ($device_key_type == "4") { echo $selected;$found=true; } ?>>4-Hold</op… variable
455 …<option value='5' <?php if ($device_key_type == "5") { echo $selected;$found=true; } ?>>5-DND</opt… variable
456 …<option value='6' <?php if ($device_key_type == "6") { echo $selected;$found=true; } ?>>6-Redial</… variable
458 …<option value='8' <?php if ($device_key_type == "8") { echo $selected;$found=true; } ?>>8-SMS</opt… variable
466 …<option value='16' <?php if ($device_key_type == "16") { echo $selected;$found=true; } ?>>16-BLF</… variable
467 …<option value='17' <?php if ($device_key_type == "17") { echo $selected;$found=true; } ?>>17-URL</… variable
487 …<option value='42' <?php if ($device_key_type == "42") { echo $selected;$found=true; } ?>>42-ACD</… variable
[all …]

12345678910>>...1334