Home
last modified time | relevance | path

Searched refs:this_result (Results 1 – 25 of 96) sorted by relevance

1234

/dports/net-mgmt/nagios-plugins/nagios-plugins-2.3.3/plugins-scripts/
H A Dcheck_file_age.pl39 …elist, $filename, $safe_filename, $counter, $summary, $high_water_mark, $this_level, $this_result);
98 $this_result = "OK";
106 $this_result = "CRITICAL";
113 $result = $this_result;
133 $this_result = 'OK';
137 $this_result = 'CRITICAL';
141 $this_result = 'WARNING';
148 $result = $this_result;
157 $output = $output . "FILE_AGE $this_result: $filename is $age seconds old and $size bytes ";
/dports/comms/uhd/uhd-90ce6062b6b5df2eddeee723777be85108e4e7c7/host/tests/devtest/
H A Dusrp_probe.py28 this_result = {k: v for k, v in re.findall(" ([a-z]+): (.*)", uhd_string)}
29 if this_result.get('reachable') == "No":
33 args_string = "type={},serial={}".format(this_result['type'], this_result['serial'])
36 this_result['args'] = args_string
37 result.append(this_result)
/dports/security/gpgme/gpgme-1.15.1/lang/qt/src/
H A Dqgpgmekeylistjob.cpp110 … const KeyListResult this_result = do_list_keys(ctx, pats.mid(0, chunkSize), keys, secretOnly); in list_keys() local
111 if (this_result.error().code() == GPG_ERR_LINE_TOO_LONG) { in list_keys()
117 return std::make_tuple(this_result, keys, QString(), Error()); in list_keys()
121 } else if (this_result.error().code() == GPG_ERR_EOF) { in list_keys()
127 result.mergeWith(this_result); in list_keys()
/dports/security/gpgme-qt5/gpgme-1.15.1/lang/qt/src/
H A Dqgpgmekeylistjob.cpp110 … const KeyListResult this_result = do_list_keys(ctx, pats.mid(0, chunkSize), keys, secretOnly); in list_keys() local
111 if (this_result.error().code() == GPG_ERR_LINE_TOO_LONG) { in list_keys()
117 return std::make_tuple(this_result, keys, QString(), Error()); in list_keys()
121 } else if (this_result.error().code() == GPG_ERR_EOF) { in list_keys()
127 result.mergeWith(this_result); in list_keys()
/dports/security/gpgme-cpp/gpgme-1.15.1/lang/qt/src/
H A Dqgpgmekeylistjob.cpp110 … const KeyListResult this_result = do_list_keys(ctx, pats.mid(0, chunkSize), keys, secretOnly); in list_keys() local
111 if (this_result.error().code() == GPG_ERR_LINE_TOO_LONG) { in list_keys()
117 return std::make_tuple(this_result, keys, QString(), Error()); in list_keys()
121 } else if (this_result.error().code() == GPG_ERR_EOF) { in list_keys()
127 result.mergeWith(this_result); in list_keys()
/dports/security/py-gpgme/gpgme-1.15.1/lang/qt/src/
H A Dqgpgmekeylistjob.cpp110 … const KeyListResult this_result = do_list_keys(ctx, pats.mid(0, chunkSize), keys, secretOnly); in list_keys() local
111 if (this_result.error().code() == GPG_ERR_LINE_TOO_LONG) { in list_keys()
117 return std::make_tuple(this_result, keys, QString(), Error()); in list_keys()
121 } else if (this_result.error().code() == GPG_ERR_EOF) { in list_keys()
127 result.mergeWith(this_result); in list_keys()
/dports/graphics/open3d/Open3D-0.2/src/Core/Registration/
H A DRegistration.cpp213 auto this_result = EvaluateRANSACBasedOnCorrespondence(pcd, target, in RegistrationRANSACBasedOnCorrespondence() local
215 if (this_result.fitness_ > result.fitness_ || in RegistrationRANSACBasedOnCorrespondence()
216 (this_result.fitness_ == result.fitness_ && in RegistrationRANSACBasedOnCorrespondence()
217 this_result.inlier_rmse_ < result.inlier_rmse_)) { in RegistrationRANSACBasedOnCorrespondence()
218 result = this_result; in RegistrationRANSACBasedOnCorrespondence()
318 auto this_result = GetRegistrationResultAndCorrespondences( in RegistrationRANSACBasedOnFeatureMatching() local
321 if (this_result.fitness_ > result_private.fitness_ || in RegistrationRANSACBasedOnFeatureMatching()
322 (this_result.fitness_ == result_private.fitness_ && in RegistrationRANSACBasedOnFeatureMatching()
323 this_result.inlier_rmse_ < result_private.inlier_rmse_)) { in RegistrationRANSACBasedOnFeatureMatching()
324 result_private = this_result; in RegistrationRANSACBasedOnFeatureMatching()
/dports/graphics/py-open3d-python/Open3D-0.2/src/Core/Registration/
H A DRegistration.cpp213 auto this_result = EvaluateRANSACBasedOnCorrespondence(pcd, target, in RegistrationRANSACBasedOnCorrespondence() local
215 if (this_result.fitness_ > result.fitness_ || in RegistrationRANSACBasedOnCorrespondence()
216 (this_result.fitness_ == result.fitness_ && in RegistrationRANSACBasedOnCorrespondence()
217 this_result.inlier_rmse_ < result.inlier_rmse_)) { in RegistrationRANSACBasedOnCorrespondence()
218 result = this_result; in RegistrationRANSACBasedOnCorrespondence()
318 auto this_result = GetRegistrationResultAndCorrespondences( in RegistrationRANSACBasedOnFeatureMatching() local
321 if (this_result.fitness_ > result_private.fitness_ || in RegistrationRANSACBasedOnFeatureMatching()
322 (this_result.fitness_ == result_private.fitness_ && in RegistrationRANSACBasedOnFeatureMatching()
323 this_result.inlier_rmse_ < result_private.inlier_rmse_)) { in RegistrationRANSACBasedOnFeatureMatching()
324 result_private = this_result; in RegistrationRANSACBasedOnFeatureMatching()
/dports/benchmarks/phoronix-test-suite/phoronix-test-suite-10.6.1/pts-core/objects/client/
H A Dpts_tests.php335 …$this_result = call_user_func(self::$override_test_script_execution_handler, $test_directory, $sh,…
339 if(!isset($this_result) || $this_result == '-1')
346 $this_result = null;
358 $this_result = stream_get_contents($pipes[1]);
370 …$this_result = pts_client::shell_exec('cd ' . $test_directory . (phodevi::is_windows() ? '; ' : '…
374 if($this_result && trim($this_result) != null)
376 $result = $this_result;
/dports/net-mgmt/monitoring-plugins/monitoring-plugins-2.3.1/plugins/
H A Dcheck_ping.c80 int this_result = STATE_UNKNOWN; in main() local
136 this_result = run_ping (cmd, addresses[i]); in main()
145 this_result = STATE_CRITICAL; in main()
147 this_result = STATE_WARNING; in main()
149 this_result = max_state (STATE_OK, this_result); in main()
151 if (n_addresses > 1 && this_result != STATE_UNKNOWN) in main()
157 printf (_("PING %s - %sPacket loss = %d%%"), state_text (this_result), warn_text, in main()
161 state_text (this_result), warn_text, pl, rta); in main()
178 result = max_state (result, this_result); in main()
/dports/net-mgmt/nagios-plugins/nagios-plugins-2.3.3/plugins/
H A Dcheck_ping.c83 int this_result = STATE_UNKNOWN; in main() local
139 this_result = run_ping (cmd, addresses[i]); in main()
147 this_result = STATE_CRITICAL; in main()
149 this_result = STATE_WARNING; in main()
151 this_result = max_state (STATE_OK, this_result); in main()
153 if (n_addresses > 1 && this_result != STATE_UNKNOWN) in main()
159 printf (_("PING %s - %sPacket loss = %d%%"), state_text (this_result), warn_text, in main()
163 state_text (this_result), warn_text, pl, rta); in main()
186 result = max_state (result, this_result); in main()
/dports/devel/android-tools-adb/platform_system_core-android-9.0.0_r3/liblog/tests/
H A Dlog_id_test.cpp96 int this_result = reinterpret_cast<uintptr_t>(result); in TEST() local
97 if ((0 < ret) && (ret != this_result)) { in TEST()
98 ret = this_result; in TEST()
/dports/devel/android-tools-fastboot/platform_system_core-platform-tools-29.0.5/liblog/tests/
H A Dlog_id_test.cpp96 int this_result = reinterpret_cast<uintptr_t>(result); in TEST() local
97 if ((0 < ret) && (ret != this_result)) { in TEST()
98 ret = this_result; in TEST()
/dports/devel/gn/gn-1962/src/base/files/
H A Dfile_util_win.cc74 DWORD this_result = ERROR_SUCCESS; in DeleteFileRecursive() local
77 this_result = DeleteFileRecursive(current, pattern, true); in DeleteFileRecursive()
78 if (this_result == ERROR_SUCCESS && in DeleteFileRecursive()
80 this_result = ::GetLastError(); in DeleteFileRecursive()
84 this_result = ::GetLastError(); in DeleteFileRecursive()
87 result = this_result; in DeleteFileRecursive()
/dports/www/chromium-legacy/chromium-88.0.4324.182/tools/gn/src/base/files/
H A Dfile_util_win.cc73 DWORD this_result = ERROR_SUCCESS; in DeleteFileRecursive() local
76 this_result = DeleteFileRecursive(current, pattern, true); in DeleteFileRecursive()
77 if (this_result == ERROR_SUCCESS && in DeleteFileRecursive()
79 this_result = ::GetLastError(); in DeleteFileRecursive()
83 this_result = ::GetLastError(); in DeleteFileRecursive()
86 result = this_result; in DeleteFileRecursive()
/dports/devel/R-cran-promises/promises/R/
H A Dutils.R151 this_result <- .f(.x[[pos]], ...) functionVar
152 promise_resolve(this_result) %...>%
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/gn/base/files/
H A Dfile_util_win.cc68 DWORD this_result = ERROR_SUCCESS; in DeleteFileRecursive() local
71 this_result = DeleteFileRecursive(current, pattern, true); in DeleteFileRecursive()
72 if (this_result == ERROR_SUCCESS && in DeleteFileRecursive()
74 this_result = ::GetLastError(); in DeleteFileRecursive()
78 this_result = ::GetLastError(); in DeleteFileRecursive()
81 result = this_result; in DeleteFileRecursive()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/base/files/
H A Dfile_util_win.cc147 DWORD this_result = ERROR_SUCCESS; in DeleteFileRecursive() local
150 this_result = DeleteFileRecursive(current, pattern, true); in DeleteFileRecursive()
151 DCHECK_NE(static_cast<LONG>(this_result), ERROR_FILE_NOT_FOUND); in DeleteFileRecursive()
152 DCHECK_NE(static_cast<LONG>(this_result), ERROR_PATH_NOT_FOUND); in DeleteFileRecursive()
153 if (this_result == ERROR_SUCCESS && in DeleteFileRecursive()
155 this_result = ReturnLastErrorOrSuccessOnNotFound(); in DeleteFileRecursive()
159 this_result = ReturnLastErrorOrSuccessOnNotFound(); in DeleteFileRecursive()
162 result = this_result; in DeleteFileRecursive()
/dports/math/scilab/scilab-6.1.1/scilab/modules/atoms/macros/
H A DatomsUpdate.sci151 this_result = atomsInstall([name(i) this_package_MRV_ava],this_package_ins_section);
154 result = [ result ; this_result ];
176this_result = atomsInstall([dependencies(j,3) dependencies(j,4)],this_package_ins_section);
183 result = [ result ; this_result ];
/dports/benchmarks/phoronix-test-suite/phoronix-test-suite-10.6.1/pts-core/modules/
H A Duse_wine.php217 …$this_result = pts_client::shell_exec('cd ' . $test_directory . ' && ' . $shell . ' ' . $new_run_…
223 return $this_result;
/dports/www/chromium-legacy/chromium-88.0.4324.182/base/files/
H A Dfile_util_win.cc147 DWORD this_result = ERROR_SUCCESS; in DeleteFileRecursive() local
150 this_result = DeleteFileRecursive(current, pattern, true); in DeleteFileRecursive()
151 DCHECK_NE(static_cast<LONG>(this_result), ERROR_FILE_NOT_FOUND); in DeleteFileRecursive()
152 DCHECK_NE(static_cast<LONG>(this_result), ERROR_PATH_NOT_FOUND); in DeleteFileRecursive()
153 if (this_result == ERROR_SUCCESS && in DeleteFileRecursive()
155 this_result = ReturnLastErrorOrSuccessOnNotFound(); in DeleteFileRecursive()
159 this_result = ReturnLastErrorOrSuccessOnNotFound(); in DeleteFileRecursive()
162 result = this_result; in DeleteFileRecursive()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/tools/binary_size/
H A Dsizes.py249 this_result, this_sizes = check_linux_binary(binary, output_directory)
251 result = this_result
300 this_result, this_sizes = check_linux_binary(binary, output_directory)
302 result = this_result
/dports/www/chromium-legacy/chromium-88.0.4324.182/tools/binary_size/
H A Dsizes.py249 this_result, this_sizes = check_linux_binary(binary, output_directory)
251 result = this_result
300 this_result, this_sizes = check_linux_binary(binary, output_directory)
302 result = this_result
/dports/www/chromium-legacy/chromium-88.0.4324.182/infra/scripts/
H A Dsizes.py274 this_result, this_sizes = check_linux_binary(target_dir, binary, options,
277 result = this_result
324 this_result, this_sizes = check_linux_binary(target_dir, binary, options,
327 result = this_result
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/infra/scripts/legacy/scripts/slave/chromium/
H A Dsizes.py273 this_result, this_sizes = check_linux_binary(target_dir, binary, options,
276 result = this_result
323 this_result, this_sizes = check_linux_binary(target_dir, binary, options,
326 result = this_result

1234