Home
last modified time | relevance | path

Searched refs:update_success (Results 1 – 25 of 76) sorted by relevance

1234

/dports/devel/ros-wstool/wstool-0.1.18/test/local/
H A Dmock_client.py46 update_success=True, argument
55 self.update_success = update_success
94 return self.update_success
/dports/sysutils/istio/istio-1.6.7/pilot/cmd/pilot-agent/status/ready/
H A Dprobe_test.go65 listener_manager.lds.update_success: 1`,
71 cluster_manager.cds.update_success: 1
72 listener_manager.lds.update_success: 1
80 cluster_manager.cds.update_success: 1
81 listener_manager.lds.update_success: 1
/dports/databases/couchdb3/apache-couchdb-3.2.1/src/couch_replicator/src/
H A Dcouch_replicator_rate_limiter.erl131 update_success(Key, Interval, Timestamp, now_msec()).
166 -spec update_success(any(), interval(), msec(), msec()) -> interval().
167 update_success(_Key, _Interval, _Timestamp = 0, _Now) -> function
170 update_success(_Key, Interval, Timestamp, Now) function
174 update_success(Key, Interval, Timestamp, Now) -> function
/dports/science/dakota/dakota-6.13.0-release-public.src-UI/packages/external/NOMAD/src/
H A DPhase_One_Evaluator.hpp77 virtual void update_success ( const NOMAD::Stats & s , const NOMAD::Eval_Point & x ) in update_success() function in NOMAD::Phase_One_Evaluator
79 _basic_ev.update_success ( s , x ); in update_success()
H A DEvaluator.hpp177 virtual void update_success ( const NOMAD::Stats & stats , in update_success() function in NOMAD::Evaluator
/dports/net/p5-POE-Component-Client-Twitter/POE-Component-Client-Twitter-0.01/lib/POE/Component/Client/
H A DTwitter.pm38 update_success => 'update_success',
124 sub update_success { subroutine
151 $kernel->yield(update_success => $response);
/dports/net/py-softlayer/SoftLayer-5.9.7/SoftLayer/managers/
H A Duser.py352 update_success = self.user_service.updateVpnUser(id=user_id)
353 if not update_success:
365 update_success = self.user_service.updateVpnUser(id=user_id)
366 if not update_success:
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/chromeos/login/app_mode/
H A Dkiosk_browsertest.cc1764 *update_success = waiter.update_success(); in SimulateUpdateAppFromUsbStick()
2063 bool update_success; in IN_PROC_BROWSER_TEST_F() local
2067 EXPECT_TRUE(update_success); in IN_PROC_BROWSER_TEST_F()
2098 bool update_success; in IN_PROC_BROWSER_TEST_F() local
2102 EXPECT_FALSE(update_success); in IN_PROC_BROWSER_TEST_F()
2119 bool update_success; in IN_PROC_BROWSER_TEST_F() local
2123 EXPECT_FALSE(update_success); in IN_PROC_BROWSER_TEST_F()
2142 bool update_success; in IN_PROC_BROWSER_TEST_F() local
2146 EXPECT_FALSE(update_success); in IN_PROC_BROWSER_TEST_F()
2165 bool update_success; in IN_PROC_BROWSER_TEST_F() local
[all …]
/dports/misc/vxl/vxl-3.3.2/contrib/brl/bseg/bvxm/tests/
H A Dtest_tangent_update.cxx197 bool update_success = edge_proc.update_von_mises_edge_tangents(obs2); in test_tangent_update() local
198 TEST("update", update_success, true); in test_tangent_update()
234 update_success = true; in test_tangent_update()
240 update_success = edge_proc.update_von_mises_edge_tangents(obs2); in test_tangent_update()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/components/optimization_guide/
H A Doptimization_guide_store_unittest.cc245 db()->UpdateCallback(update_success); in UpdateComponentHints()
246 if (update_success) { in UpdateComponentHints()
253 bool update_success = true, in UpdateFetchedHints() argument
261 db()->UpdateCallback(update_success); in UpdateFetchedHints()
262 if (update_success) { in UpdateFetchedHints()
270 bool update_success = true, in UpdatePredictionModels() argument
278 db()->UpdateCallback(update_success); in UpdatePredictionModels()
279 if (update_success) { in UpdatePredictionModels()
287 bool update_success = true, in UpdateHostModelFeatures() argument
295 db()->UpdateCallback(update_success); in UpdateHostModelFeatures()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/components/optimization_guide/
H A Doptimization_guide_store_unittest.cc245 db()->UpdateCallback(update_success); in UpdateComponentHints()
246 if (update_success) { in UpdateComponentHints()
253 bool update_success = true, in UpdateFetchedHints() argument
261 db()->UpdateCallback(update_success); in UpdateFetchedHints()
262 if (update_success) { in UpdateFetchedHints()
270 bool update_success = true, in UpdatePredictionModels() argument
278 db()->UpdateCallback(update_success); in UpdatePredictionModels()
279 if (update_success) { in UpdatePredictionModels()
287 bool update_success = true, in UpdateHostModelFeatures() argument
295 db()->UpdateCallback(update_success); in UpdateHostModelFeatures()
[all …]
/dports/science/dakota/dakota-6.13.0-release-public.src-UI/packages/external/NOMAD/examples/advanced/plot/
H A Dnomad_plot.cpp232 virtual void update_success ( const Stats & stats , const Eval_Point & x );
247 void My_Evaluator::update_success ( const Stats & stats , const Eval_Point & x ) { in update_success() function in My_Evaluator
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/win/
H A Djumplist.h126 bool update_success = false; member
H A Djumplist.cc618 if (update_transaction->update_success) { in OnRunUpdateCompletion()
831 update_transaction->update_success = true; in CreateNewJumpListAndNotifyOS()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/lldb/source/DataFormatters/
H A DValueObjectPrinter.cpp101 bool update_success = m_orig_valobj->UpdateValueIfNeeded(true); in GetMostSpecializedValue() local
102 if (!update_success) { in GetMostSpecializedValue()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/lldb/source/DataFormatters/
H A DValueObjectPrinter.cpp101 bool update_success = m_orig_valobj->UpdateValueIfNeeded(true); in GetMostSpecializedValue() local
102 if (!update_success) { in GetMostSpecializedValue()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/lldb/source/DataFormatters/
H A DValueObjectPrinter.cpp101 bool update_success = m_orig_valobj->UpdateValueIfNeeded(true); in GetMostSpecializedValue() local
102 if (!update_success) { in GetMostSpecializedValue()
/dports/devel/llvm12/llvm-project-12.0.1.src/lldb/source/DataFormatters/
H A DValueObjectPrinter.cpp101 bool update_success = m_orig_valobj->UpdateValueIfNeeded(true); in GetMostSpecializedValue() local
102 if (!update_success) { in GetMostSpecializedValue()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/lldb/source/DataFormatters/
H A DValueObjectPrinter.cpp101 bool update_success = m_orig_valobj->UpdateValueIfNeeded(true); in GetMostSpecializedValue() local
102 if (!update_success) { in GetMostSpecializedValue()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/lldb/source/DataFormatters/
H A DValueObjectPrinter.cpp101 bool update_success = m_orig_valobj->UpdateValueIfNeeded(true); in GetMostSpecializedValue() local
102 if (!update_success) { in GetMostSpecializedValue()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/lldb/source/DataFormatters/
H A DValueObjectPrinter.cpp101 bool update_success = m_orig_valobj->UpdateValueIfNeeded(true); in GetMostSpecializedValue() local
102 if (!update_success) { in GetMostSpecializedValue()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/lldb/source/DataFormatters/
H A DValueObjectPrinter.cpp101 bool update_success = m_orig_valobj->UpdateValueIfNeeded(true); in GetMostSpecializedValue() local
102 if (!update_success) { in GetMostSpecializedValue()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/lldb/source/DataFormatters/
H A DValueObjectPrinter.cpp101 bool update_success = m_orig_valobj->UpdateValueIfNeeded(true); in GetMostSpecializedValue() local
102 if (!update_success) { in GetMostSpecializedValue()
/dports/devel/llvm13/llvm-project-13.0.1.src/lldb/source/DataFormatters/
H A DValueObjectPrinter.cpp101 bool update_success = m_orig_valobj->UpdateValueIfNeeded(true); in GetMostSpecializedValue() local
102 if (!update_success) { in GetMostSpecializedValue()
/dports/sysutils/cfengine/cfengine-3.19.0/examples/
H A Dsoftware_dist.cf140 classes => if_else("update_success", "update_fail");

1234