OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:is_set
(Results
26 - 50
of
83
) sorted by null
1
2
3
4
/external/chromium_org/tools/telemetry/telemetry/core/platform/power_monitor/
monsoon_power_monitor.py
32
while is_collecting.
is_set
():
/external/chromium_org/tools/telemetry/telemetry/core/platform/profiler/
monsoon_profiler.py
38
while is_collecting.
is_set
():
/external/chromium_org/dbus/
object_proxy.cc
104
error.
is_set
() ? error.name() : "unknown error type",
105
error.
is_set
() ? error.message() : "");
218
if (error.
is_set
()) {
600
if (error.
is_set
()) {
630
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() : "");
/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
())
/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)) {
/external/mesa3d/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 1577 milliseconds
1
2
3
4