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

12 3 4

  /external/chromium_org/dbus/
object_proxy.cc 95 error->is_set() ? error->name() : "unknown error type",
96 error->is_set() ? error->message() : "");
215 if (error.is_set()) {
605 if (error.is_set()) {
635 if (error.is_set()) {
mock_unittest.cc 186 ASSERT_TRUE(error.is_set());
bus.cc 435 << (error.is_set() ? error.message() : "");
447 << (error.is_set() ? error.message() : "");
592 << (error.is_set() ? error.message() : "");
620 << (error.is_set() ? error.message() : "")
966 if (error.is_set()) {
    [all...]
object_manager.cc 163 if (error.is_set())
226 if (error.is_set()) {
exported_object.cc 169 << ": " << (error.is_set() ? error.message() : "");
  /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 170 while not self._stop_event.is_set():
192 if self._get_data_event.is_set():
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
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/
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/v8/tools/testrunner/local/
pool.py 33 if done.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/oprofile/libpp/
profile_spec.cpp 209 if (!cl.is_set())
214 if (!value.is_set())
  /external/chromium_org/v8/src/compiler/
graph-builder.cc 240 if (!dead_control_.is_set()) {
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/x86_64-linux/include/c++/4.6/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> ??
  /prebuilts/ndk/7/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/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/ext/pb_ds/
tag_and_trait.hpp 87 // XXX should this be a trait of the form is_set<T> ??
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/pb_ds/
tag_and_trait.hpp 88 // XXX should this be a trait of the form is_set<T> ??
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/pb_ds/
tag_and_trait.hpp 88 // XXX should this be a trait of the form is_set<T> ??
  /external/chromium_org/third_party/mesa/src/src/glx/
glxextensions.c 40 #define IS_SET(m,b) ((m[ (b) / 8 ] & (1U << ((b) % 8))) != 0)
47 #define EXT_ENABLED(bit,supported) (IS_SET( supported, bit ))
631 if (!IS_SET(server_support, ARB_create_context_profile_bit)) {

Completed in 4136 milliseconds

12 3 4