HomeSort by relevance Sort by last modified time
    Searched full:is_set (Results 26 - 50 of 99) sorted by null

12 3 4

  /external/chromium_org/dbus/
bus_unittest.cc 319 ASSERT_FALSE(error.is_set());
324 ASSERT_FALSE(error.is_set());
330 ASSERT_FALSE(error.is_set());
337 ASSERT_FALSE(error.is_set());
object_proxy.cc 104 error.is_set() ? error.name() : "unknown error type",
105 error.is_set() ? error.message() : "");
218 if (error.is_set()) {
598 if (error.is_set()) {
628 if (error.is_set()) {
bus.cc 398 << (error.is_set() ? error.message() : "");
410 << (error.is_set() ? error.message() : "");
549 << (error.is_set() ? error.message() : "");
577 << (error.is_set() ? error.message() : "")
923 if (error.is_set()) {
    [all...]
exported_object.cc 177 << ": " << (error.is_set() ? error.message() : "");
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
lock_tests.py 244 self.assertFalse(evt.is_set())
246 self.assertTrue(evt.is_set())
248 self.assertTrue(evt.is_set())
250 self.assertFalse(evt.is_set())
252 self.assertFalse(evt.is_set())
test_queue.py 54 if not self.t.startedEvent.is_set():
81 if not self.t.startedEvent.is_set():
test_capi.py 47 if context and not context.event.is_set():
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
lock_tests.py 244 self.assertFalse(evt.is_set())
246 self.assertTrue(evt.is_set())
248 self.assertTrue(evt.is_set())
250 self.assertFalse(evt.is_set())
252 self.assertFalse(evt.is_set())
test_queue.py 54 if not self.t.startedEvent.is_set():
81 if not self.t.startedEvent.is_set():
test_capi.py 47 if context and not context.event.is_set():
  /external/chromium_org/tools/telemetry/telemetry/core/platform/profiler/
monsoon_profiler.py 39 while is_collecting.is_set():
  /external/chromium_org/third_party/mesa/src/src/mapi/glapi/gen/
glX_proto_size.py 107 def is_set( self ): member in class: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/mesa3d/src/mapi/glapi/gen/
glX_proto_size.py 107 def is_set( self ): member in class: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_org/build/android/pylib/perf/
surface_stats_collector.py 164 while not self._stop_event.is_set():
186 if self._get_data_event.is_set():
test_runner.py 97 while not self._stopped.is_set():
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
threading.py 571 is_set = isSet variable in class:_Event
714 if self.__started.is_set():
736 if self.__started.is_set():
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
threading.py 571 is_set = isSet variable in class:_Event
714 if self.__started.is_set():
736 if self.__started.is_set():
    [all...]
  /external/chromium_org/build/android/
adb_profile_chrome.py 206 while not self._done.is_set():
208 if not self._ring_buffer or self._done.is_set():
  /external/oprofile/libpp/
profile_spec.cpp 209 if (!cl.is_set())
214 if (!value.is_set())
  /external/chromium_org/tools/android/memdump/
memreport.py 232 while not should_quit.is_set():
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/pb_ds/
tag_and_trait.hpp 87 // XXX should this be a trait of the form is_set<T> ??
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/ext/pb_ds/
tag_and_trait.hpp 88 // XXX should this be a trait of the form is_set<T> ??
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/ext/pb_ds/
tag_and_trait.hpp 88 // XXX should this be a trait of the form is_set<T> ??
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/
tag_and_trait.hpp 87 // XXX should this be a trait of the form is_set<T> ??
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/
tag_and_trait.hpp 87 // XXX should this be a trait of the form is_set<T> ??

Completed in 935 milliseconds

12 3 4