Home
last modified time | relevance | path

Searched refs:is_set (Results 1 – 25 of 43) sorted by relevance

12

/external/autotest/server/cros/
Dstress_unittest.py36 self.assertTrue(event.is_set(), 'The stress event did not run')
50 self.assertTrue(event.is_set())
64 self.assertTrue(event.is_set())
71 if event.is_set():
82 self.assertTrue(event.is_set(),
91 if start_event.is_set():
104 self.assertTrue(start_event.is_set(),
Dstress.py136 while not self._complete.is_set():
/external/autotest/client/cros/
Dhttpd_unittest.py23 if not (get_done.is_set() and get_resp):
36 while not post_done.is_set():
52 if not (post_done.is_set() and
84 while not latch.is_set():
/external/libchrome/base/debug/
Ddebugger_posix.cc71 static bool is_set = false; in BeingDebugged() local
74 if (is_set) in BeingDebugged()
105 is_set = true; in BeingDebugged()
111 is_set = true; in BeingDebugged()
/external/parameter-framework/asio-1.10.6/include/asio/detail/
Dposix_fd_set_adapter.hpp71 bool is_set(socket_type descriptor) const in is_set() function in asio::detail::posix_fd_set_adapter
93 if (is_set(op_iter->first)) in perform()
/external/mesa3d/src/mapi/glapi/gen/
DglX_proto_size.py107 def is_set( self ): member in glx_enum_function
357 if (ef.is_set() and self.emit_set) or (not ef.is_set() and self.emit_get):
395 if (ef.is_set() and self.emit_set) or (not ef.is_set() and self.emit_get):
/external/chromium-trace/catapult/systrace/profile_chrome/
Dsystrace_controller.py87 while not self._done.is_set():
89 if not self._ring_buffer or self._done.is_set():
/external/autotest/site_utils/
Dmetadata_reporter.py55 if _queue_full.is_set():
60 if not _queue_full.is_set():
/external/chromium-trace/catapult/devil/devil/android/perf/
Dsurface_stats_collector.py59 while not self._stop_event.is_set():
81 if self._get_data_event.is_set():
/external/libchrome/dbus/
Dscoped_dbus_error.cc17 bool ScopedDBusError::is_set() const { in is_set() function in dbus::ScopedDBusError
Dobject_proxy.cc98 error->is_set() ? error->name() : "unknown error type", in CallMethodAndBlockWithErrorDetails()
99 error->is_set() ? error->message() : ""); in CallMethodAndBlockWithErrorDetails()
217 if (error.is_set()) { in Detach()
609 if (error.is_set()) { in AddMatchRuleWithCallback()
639 if (error.is_set()) { in AddMatchRuleWithoutCallback()
Dscoped_dbus_error.h23 bool is_set() const;
Dbus.cc428 << (error.is_set() ? error.message() : ""); in Connect()
440 << (error.is_set() ? error.message() : ""); in Connect()
577 << (error.is_set() ? error.message() : ""); in RequestOwnershipAndBlock()
605 << (error.is_set() ? error.message() : "") in ReleaseOwnership()
945 if (error.is_set()) { in ListenForServiceOwnerChangeInternal()
Dobject_manager.cc164 if (error.is_set()) in CleanUp()
224 if (error.is_set()) { in SetupMatchRuleAndFilter()
Dexported_object.cc182 << ": " << (error.is_set() ? error.message() : ""); in Register()
/external/autotest/client/site_tests/login_ChromeProfileSanitary/
Dlogin_ChromeProfileSanitary.py75 if not latch.is_set():
/external/chromium-trace/catapult/telemetry/telemetry/internal/platform/profiler/
Dmonsoon_profiler.py38 while is_collecting.is_set():
/external/chromium-trace/catapult/telemetry/telemetry/internal/platform/power_monitor/
Dmonsoon_power_monitor.py33 while is_collecting.is_set():
/external/v8/tools/testrunner/local/
Dpool.py54 if done.is_set():
/external/autotest/client/cros/cellular/mbim_compliance/
Dmbim_channel_endpoint.py99 while not self._stop_requested.is_set():
/external/v8/src/parsing/
Dscanner.h399 void IsGetOrSet(bool* is_get, bool* is_set) { in IsGetOrSet() argument
406 *is_set = !*is_get && strncmp(token, "set", 3) == 0; in IsGetOrSet()
Dparser-base.h719 IdentifierT ParseIdentifierNameOrGetOrSet(bool* is_get, bool* is_set,
734 ExpressionT ParsePropertyName(IdentifierT* name, bool* is_get, bool* is_set,
1177 bool* is_set, in ParseIdentifierNameOrGetOrSet() argument
1181 scanner()->IsGetOrSet(is_get, is_set); in ParseIdentifierNameOrGetOrSet()
1557 IdentifierT* name, bool* is_get, bool* is_set, bool* is_static, in ParsePropertyName() argument
1604 *name = ParseIdentifierNameOrGetOrSet(is_get, is_set, CHECK_OK); in ParsePropertyName()
1613 *name = ParseIdentifierNameOrGetOrSet(is_get, is_set, CHECK_OK); in ParsePropertyName()
1633 bool is_set = false; in ParsePropertyDefinition() local
1643 name, &is_get, &is_set, &name_is_static, is_computed_name, &is_identifier, in ParsePropertyDefinition()
1783 if (is_get || is_set) { in ParsePropertyDefinition()
/external/chromium-trace/catapult/third_party/gsutil/gslib/
Ddaisy_chain_wrapper.py161 if self.stop_download.is_set():
/external/libbrillo/brillo/dbus/
Ddbus_method_invoker.h109 if (dbus_error.is_set()) { in CallMethodAndBlockWithTimeout()
/external/autotest/client/site_tests/graphics_WebGLAquarium/
Dsampler.py68 return self.stop_sampling.is_set()

12