Home
last modified time | relevance | path

Searched defs:actual (Results 226 – 250 of 16689) sorted by relevance

12345678910>>...668

/dports/devel/R-cran-foreach/foreach/tests/testthat/
H A Dtest_foreach.R5 actual <- foreach(i=x) %do% i globalVar
7 actual <- foreach(i=x, .combine='c') %do% i globalVar
13 actual <- foreach(i=x, .combine='+') %dopar% i globalVar
21 actual <- foreach(i=x, .combine='c', .inorder=TRUE) %dopar% { globalVar
H A Dtest_error.R13 actual <- foreach(i=x, .errorhandling='remove') %do% globalVar
17 actual <- foreach(i=x, .errorhandling='remove') %do% stop('remove') globalVar
23 actual <- foreach(i=x, .errorhandling='pass') %do% globalVar
32 actual <- foreach(icount(n)) %:% globalVar
/dports/devel/google-cloud-cpp117/google-cloud-cpp-1.17.0/google/cloud/storage/internal/
H A Dgrpc_client_object_request_test.cc51 auto actual = GrpcClient::ToProto(request); in TEST() local
114 auto actual = GrpcClient::ToProto(request); in TEST() local
170 auto actual = GrpcClient::ToProto(request); in TEST() local
184 auto actual = GrpcClient::ToProto(request); in TEST() local
212 auto actual = GrpcClient::ToProto(request); in TEST() local
229 auto actual = GrpcClient::ToProto(req); in TEST() local
285 auto actual = GrpcClient::ToProto(req); in TEST() local
331 auto actual = GrpcClient::ToProto(req); in TEST() local
345 auto actual = GrpcClient::ToProto(req); in TEST() local
359 auto const actual = GrpcClient::ToProto(req); in TEST() local
[all …]
H A Dpatch_builder_test.cc39 auto actual = nlohmann::json::parse(builder.ToString()); in TEST() local
50 auto actual = nlohmann::json::parse(builder.ToString()); in TEST() local
63 auto actual = nlohmann::json::parse(builder.ToString()); in TEST() local
77 auto actual = nlohmann::json::parse(builder.ToString()); in TEST() local
93 auto actual = nlohmann::json::parse(builder.ToString()); in TEST() local
107 auto actual = nlohmann::json::parse(builder.ToString()); in TEST() local
123 auto actual = nlohmann::json::parse(builder.ToString()); in TEST() local
135 auto actual = nlohmann::json::parse(builder.ToString()); in TEST() local
147 auto actual = nlohmann::json::parse(builder.ToString()); in TEST() local
159 auto actual = nlohmann::json::parse(builder.ToString()); in TEST() local
[all …]
/dports/devel/google-cloud-cpp/google-cloud-cpp-1.21.0/google/cloud/storage/internal/
H A Dgrpc_client_object_request_test.cc53 auto actual = GrpcClient::ToProto(request); in TEST() local
116 auto actual = GrpcClient::ToProto(request); in TEST() local
172 auto actual = GrpcClient::ToProto(request); in TEST() local
186 auto actual = GrpcClient::ToProto(request); in TEST() local
214 auto actual = GrpcClient::ToProto(request); in TEST() local
231 auto actual = GrpcClient::ToProto(req); in TEST() local
287 auto actual = GrpcClient::ToProto(req); in TEST() local
333 auto actual = GrpcClient::ToProto(req); in TEST() local
347 auto actual = GrpcClient::ToProto(req); in TEST() local
361 auto const actual = GrpcClient::ToProto(req); in TEST() local
[all …]
/dports/devel/cppcheck-gui/cppcheck-2.6.3/test/
H A Dtestpreprocessor.cpp503 std::map<std::string, std::string> actual; in ifdefwithfile() local
722 std::map<std::string, std::string> actual; in if_cond10() local
732 std::map<std::string, std::string> actual; in if_cond11() local
795 std::map<std::string, std::string> actual; in ticket_3675() local
808 std::map<std::string, std::string> actual; in ticket_3699() local
819 std::map<std::string, std::string> actual; in ticket_4922() local
1155 std::map<std::string, std::string> actual; in string1() local
1258 std::map<std::string, std::string> actual; in preprocessor_include_in_str() local
1322 std::map<std::string, std::string> actual; in multi_character_character() local
1386 std::map<std::string, std::string> actual; in pragma() local
[all …]
/dports/devel/cppcheck/cppcheck-2.6.3/test/
H A Dtestpreprocessor.cpp503 std::map<std::string, std::string> actual; in ifdefwithfile() local
722 std::map<std::string, std::string> actual; in if_cond10() local
732 std::map<std::string, std::string> actual; in if_cond11() local
795 std::map<std::string, std::string> actual; in ticket_3675() local
808 std::map<std::string, std::string> actual; in ticket_3699() local
819 std::map<std::string, std::string> actual; in ticket_4922() local
1155 std::map<std::string, std::string> actual; in string1() local
1258 std::map<std::string, std::string> actual; in preprocessor_include_in_str() local
1322 std::map<std::string, std::string> actual; in multi_character_character() local
1386 std::map<std::string, std::string> actual; in pragma() local
[all …]
/dports/security/vault/vault-1.8.2/vendor/github.com/apache/arrow/rust/datafusion/tests/
H A Dsql.rs98 let actual = execute(&mut ctx, sql).join("\n"); in parquet_query() localVariable
127 let actual = execute(&mut ctx, sql).join("\n"); in csv_count_star() localVariable
138 let actual = execute(&mut ctx, sql).join("\n"); in csv_query_with_predicate() localVariable
149 let mut actual = execute(&mut ctx, sql); in csv_query_group_by_int_min_max() localVariable
161 let mut actual = execute(&mut ctx, sql); in csv_query_avg_sqrt() localVariable
204 let mut actual = execute(&mut ctx, sql); in csv_query_avg() localVariable
216 let mut actual = execute(&mut ctx, sql); in csv_query_group_by_avg() localVariable
228 let mut actual = execute(&mut ctx, sql); in csv_query_group_by_avg_with_projection() localVariable
247 let actual = array.value(0); in csv_query_avg_multi_batch() localVariable
271 let mut actual = execute(&mut ctx, sql); in csv_query_group_by_int_count() localVariable
[all …]
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.ui/org.eclipse.jdt.ui.tests.refactoring/test cases/org/eclipse/jdt/ui/tests/refactoring/
H A DChangeTypeRefactoringTests.java174 String[] actual= types.toArray(new String[types.size()]); in testLocalSuperTypesOfArrayList() local
280 String[] actual= types.toArray(new String[types.size()]); in testLocalVarCast() local
291 String[] actual= types.toArray(new String[types.size()]); in testReturnType() local
329 String[] actual= types.toArray(new String[types.size()]); in testString() local
346 String[] actual= types.toArray(new String[types.size()]); in testImport() local
356 String[] actual= types.toArray(new String[types.size()]); in testParametricTypeWithParametricSuperType() local
366 String[] actual= types.toArray(new String[types.size()]); in testParametricTypeWithParametricSuperType2() local
376 String[] actual= types.toArray(new String[types.size()]); in testParametricTypeWithNonParametricSuperType() local
386 String[] actual= types.toArray(new String[types.size()]); in testNonParametricTypeWithParametricSuperType() local
399 String[] actual= types.toArray(new String[types.size()]); in testNestedParametricType() local
[all …]
/dports/databases/arrow/apache-arrow-6.0.1/cpp/src/arrow/json/
H A Dchunked_builder_test.cc91 std::shared_ptr<ChunkedArray> actual; in TEST() local
104 std::shared_ptr<ChunkedArray> actual; in TEST() local
139 std::shared_ptr<ChunkedArray> actual; in TEST() local
158 std::shared_ptr<ChunkedArray> actual; in TEST() local
182 std::shared_ptr<ChunkedArray> actual; in TEST() local
195 std::shared_ptr<ChunkedArray> actual; in TEST() local
212 std::shared_ptr<ChunkedArray> actual; in TEST() local
232 std::shared_ptr<ChunkedArray> actual; in TEST() local
252 std::shared_ptr<ChunkedArray> actual; in TEST() local
273 std::shared_ptr<ChunkedArray> actual; in TEST() local
[all …]
/dports/devel/google-cloud-cpp/google-cloud-cpp-1.21.0/google/cloud/internal/
H A Dpolling_loop_test.cc152 StatusOr<google::protobuf::Value> actual = in TEST() local
168 StatusOr<google::protobuf::Value> actual = in TEST() local
184 StatusOr<google::protobuf::Value> actual = in TEST() local
215 StatusOr<google::protobuf::Value> actual = in TEST() local
244 StatusOr<google::protobuf::Value> actual = in TEST() local
275 StatusOr<google::protobuf::Value> actual = in TEST() local
292 StatusOr<google::protobuf::Value> actual = in TEST() local
309 StatusOr<google::protobuf::Value> actual = in TEST() local
326 StatusOr<google::protobuf::Value> actual = in TEST() local
338 StatusOr<google::protobuf::Value> actual = in TEST() local
[all …]
/dports/devel/google-cloud-cpp117/google-cloud-cpp-1.17.0/google/cloud/spanner/internal/
H A Dpolling_loop_test.cc131 StatusOr<google::protobuf::Value> actual = in TEST() local
147 StatusOr<google::protobuf::Value> actual = in TEST() local
163 StatusOr<google::protobuf::Value> actual = in TEST() local
194 StatusOr<google::protobuf::Value> actual = in TEST() local
223 StatusOr<google::protobuf::Value> actual = in TEST() local
254 StatusOr<google::protobuf::Value> actual = in TEST() local
271 StatusOr<google::protobuf::Value> actual = in TEST() local
288 StatusOr<google::protobuf::Value> actual = in TEST() local
305 StatusOr<google::protobuf::Value> actual = in TEST() local
317 StatusOr<google::protobuf::Value> actual = in TEST() local
[all …]
/dports/sysutils/ansible2/ansible-2.9.27/test/integration/targets/win_module_utils/library/
H A Dbackup_file_test.ps149 $actual = Backup-File -path (Join-Path -Path $tmp_dir -ChildPath "missing") variable
50 $actual | Assert-Equals -Expected $null variable
56 $actual = Backup-File -path $orig_file -WhatIf variable
58 (Test-Path -LiteralPath $actual) | Assert-Equals -Expected $false variable
70 $actual = Backup-File -path $orig_file variable
72 (Test-Path -LiteralPath $actual) | Assert-Equals -Expected $true variable
78 (Get-Content -Path $actual -Raw) | Assert-Equals -Expected "$content`r`n" variable
/dports/sysutils/py-ansible-core/ansible-core-2.11.6/test/integration/targets/module_utils_Ansible.ModuleUtils.Backup/library/
H A Dbackup_file_test.ps149 $actual = Backup-File -path (Join-Path -Path $tmp_dir -ChildPath "missing") variable
50 $actual | Assert-Equals -Expected $null variable
56 $actual = Backup-File -path $orig_file -WhatIf variable
58 (Test-Path -LiteralPath $actual) | Assert-Equals -Expected $false variable
70 $actual = Backup-File -path $orig_file variable
72 (Test-Path -LiteralPath $actual) | Assert-Equals -Expected $true variable
78 (Get-Content -LiteralPath $actual -Raw) | Assert-Equals -Expected "$content`r`n" variable
/dports/devel/R-cran-ModelMetrics/ModelMetrics/R/
H A Drmsle.R17 rmsle.default <- function(actual, predicted, ...){ argument
26 actual <- modelObject$residuals + predicted functionVar
38 actual <- modelObject$y functionVar
51 actual <- as.numeric(modelObject$y) - 1 functionVar
61 actual <- modelObject@resp$y functionVar
71 actual <- modelObject$data$y functionVar
81 actual <- modelObject$y functionVar
H A Dce.R17 ce.default <- function(actual, predicted, ...){ argument
26 actual <- modelObject$residuals + predicted functionVar
38 actual <- modelObject$y functionVar
51 actual <- as.numeric(modelObject$y) - 1 functionVar
61 actual <- modelObject@resp$y functionVar
71 actual <- modelObject$data$y functionVar
81 actual <- modelObject$y functionVar
H A Dmsle.R17 msle.default <- function(actual, predicted, ...){ argument
26 actual <- modelObject$residuals + predicted functionVar
38 actual <- modelObject$y functionVar
51 actual <- as.numeric(modelObject$y) - 1 functionVar
61 actual <- modelObject@resp$y functionVar
71 actual <- modelObject$data$y functionVar
81 actual <- modelObject$y functionVar
/dports/net/ntp/ntp-4.2.8p15/tests/libntp/
H A Dhextolfp.c20 l_fp actual; in test_PositiveInteger() local
31 l_fp actual; in test_NegativeInteger() local
42 l_fp actual; in test_PositiveFraction() local
53 l_fp actual; in test_NegativeFraction() local
64 l_fp actual; in test_IllegalNumberOfInteger() local
72 l_fp actual; in test_IllegalChar() local
/dports/sysutils/py-ansible-base/ansible-base-2.10.15/test/integration/targets/module_utils_Ansible.ModuleUtils.CamelConversion/tasks/
H A Dmain.yml8 - camel_conversion.data == 'success'
/dports/textproc/bat/bat-0.18.3/cargo-crates/path_abs-0.5.1/src/
H A Dlib.rs1066 let actual = Path::new("foo") in _test_pathops_concat() localVariable
1072 let actual = Path::new("foo") in _test_pathops_concat() localVariable
1078 let actual = Path::new("foo") in _test_pathops_concat() localVariable
1084 let actual = Path::new("foo") in _test_pathops_concat() localVariable
1097 let actual = Path::new("foo") in _test_pathops_concat() localVariable
1103 let actual = Path::new("foo") in _test_pathops_concat() localVariable
1251 let actual = Path::new("foo") in test_pathops_concat() localVariable
1258 let actual = Path::new("foo") in test_pathops_concat() localVariable
1265 let actual = Path::new("foo") in test_pathops_concat() localVariable
1272 let actual = Path::new("foo") in test_pathops_concat() localVariable
[all …]
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.ui/org.eclipse.jdt.ui.tests/ui/org/eclipse/jdt/junit/tests/
H A DTestRunListenerTest3.java72 String[] actual= runSequenceTest(aTestCase); in testOK() local
91 String[] actual= runSequenceTest(aTestCase); in testFail() local
151 String[] actual= runSequenceTest(aTestCase); in testSimpleTest() local
170 String[] actual= runTreeTest(aTestCase, 1); in testTreeOnSessionStarted() local
188 String[] actual= runTreeTest(aTestCase, 4); in testTreeOnSessionEnded() local
218 String[] actual= runTreeTest(aTestCase, 4); in testTreeOnSecondTestStarted() local
248 String[] actual= runTreeTest(aTestCase, 4); in testTreeOnSecondTestStarted2() local
293 String[] actual= runTreeTest(aTestCase, 6); in testTreeUnrootedEnded() local
354 String[] actual= runTreeTest(aTestCase, 12); in testTreeJUnit4TestAdapter() local
H A DTestRunListenerTest4.java80 String[] actual= runSequenceTest(aTestCase); in testOK() local
123 String[] actual= runTreeTest(aTestCase, 6); in testTreeOK() local
144 String[] actual= runSequenceTest(aTestCase); in testFail() local
195 String[] actual= runSequenceTest(aTestCase); in testSimpleTest() local
215 String[] actual= runTreeTest(aTestCase, 1); in testTreeOnSessionStarted() local
235 String[] actual= runTreeTest(aTestCase, 4); in testTreeOnSessionEnded() local
261 String[] actual= runTreeTest(aTestCase, 4); in testTreeOnSecondTestStarted() local
288 String[] actual= runTreeTest(aTestCase, 4); in testTreeOnSecondTestStarted2() local
338 String[] actual= runTreeTest(aTestCase, 12); in testParametrizedWithEvilChars() local
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Reflection.Metadata/tests/TestUtilities/
H A DAssertEx.cs21 public static unsafe void Equal(byte* expected, byte* actual) in Equal()
128 …public static void AreEqual<T>(T expected, T actual, string message = null, IEqualityComparer<T> c… in AreEqual()
157 …public static void Equal<T>(ImmutableArray<T> expected, IEnumerable<T> actual, IEqualityComparer<T… in Equal()
186 …public static void Equal<T>(IEnumerable<T> expected, IEnumerable<T> actual, IEqualityComparer<T> c… in Equal()
215 …private static bool SequenceEqual<T>(IEnumerable<T> expected, IEnumerable<T> actual, IEqualityComp… in SequenceEqual()
264 public static void SetEqual<T>(IEnumerable<T> actual, params T[] expected) in SetEqual()
270 public static void None<T>(IEnumerable<T> actual, Func<T, bool> predicate) in None()
282 public static void Any<T>(IEnumerable<T> actual, Func<T, bool> predicate) in Any()
288 public static void All<T>(IEnumerable<T> actual, Func<T, bool> predicate) in All()
332 string actual, in AssertEqualToleratingWhitespaceDifferences()
[all …]
/dports/devel/R-cran-ModelMetrics/ModelMetrics/src/
H A DRcppExports.cpp25 Rcpp::traits::input_parameter< NumericVector >::type actual(actualSEXP); in _ModelMetrics_auc_() local
37 Rcpp::traits::input_parameter< NumericVector >::type actual(actualSEXP); in _ModelMetrics_auc2_() local
49 Rcpp::traits::input_parameter< NumericVector >::type actual(actualSEXP); in _ModelMetrics_auc3_() local
62 Rcpp::traits::input_parameter< NumericVector >::type actual(actualSEXP); in _ModelMetrics_confusionMatrix_() local
75 Rcpp::traits::input_parameter< NumericVector >::type actual(actualSEXP); in _ModelMetrics_ppv_() local
88 Rcpp::traits::input_parameter< NumericVector >::type actual(actualSEXP); in _ModelMetrics_npv_() local
101 Rcpp::traits::input_parameter< NumericVector >::type actual(actualSEXP); in _ModelMetrics_tnr_() local
114 Rcpp::traits::input_parameter< NumericVector >::type actual(actualSEXP); in _ModelMetrics_recall_() local
127 Rcpp::traits::input_parameter< NumericVector >::type actual(actualSEXP); in _ModelMetrics_fScore_() local
141 Rcpp::traits::input_parameter< NumericVector >::type actual(actualSEXP); in _ModelMetrics_f1Score_() local
[all …]
/dports/devel/cutter/cutter-1.2.6/gcutter/
H A Dgcut-assertions-helper.c36 GType actual, in gcut_assert_equal_type_helper()
53 GValue *actual, in gcut_assert_equal_value_helper()
82 const GList *actual, in gcut_assert_equal_list_helper()
114 const GList *actual, in gcut_assert_equal_list_int_helper()
253 GHashTable *actual, in gcut_assert_equal_hash_table_helper()
341 const GError *actual, in gcut_assert_equal_error_helper()
394 gint actual, in gcut_assert_equal_enum_helper()
421 gint actual, in gcut_assert_equal_flags_helper()
447 GObject *actual, in gcut_assert_equal_object_helper()
479 gint64 actual, in gcut_assert_equal_int64_helper()
[all …]

12345678910>>...668