OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:is_set
(Results
1 - 22
of
22
) sorted by null
/external/chromium_org/ppapi/c/dev/
pp_optional_structs_dev.h
27
PP_Bool
is_set
;
member in struct:PP_Optional_Double_Dev
/external/chromium_org/dbus/
scoped_dbus_error.h
24
bool
is_set
() const { return dbus_error_is_set(&error_); }
function in class:dbus::ScopedDBusError
/external/oprofile/libutil++/
generic_spec.h
41
bool
is_set
() const {
function in class:generic_spec
45
/// return the specific value (only if
is_set
() == true)
comma_list.h
38
bool
is_set
() const {
function in class:comma_list
/external/chromium/base/debug/
debugger_posix.cc
61
static bool
is_set
= false;
local
64
if (
is_set
) {
85
is_set
= true;
91
is_set
= true;
/external/chromium_org/base/debug/
debugger_posix.cc
82
// the result is cached (see |
is_set
| and |being_debugged| static variables
88
static bool
is_set
= false;
local
91
if (
is_set
)
122
is_set
= true;
128
is_set
= true;
/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):
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/multiprocessing/
synchronize.py
305
def
is_set
(self):
member in class:Event
managers.py
1006
_exposed_ = ('
is_set
', 'set', 'clear', 'wait')
1007
def
is_set
(self):
member in class:EventProxy
1008
return self._callmethod('
is_set
')
[
all
...]
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/multiprocessing/
synchronize.py
305
def
is_set
(self):
member in class:Event
managers.py
1006
_exposed_ = ('
is_set
', 'set', 'clear', 'wait')
1007
def
is_set
(self):
member in class:EventProxy
1008
return self._callmethod('
is_set
')
[
all
...]
/art/runtime/entrypoints/
entrypoint_utils.cc
81
bool
is_set
;
local
84
case InstanceObjectRead: is_primitive = false;
is_set
= false; is_static = false; break;
85
case InstanceObjectWrite: is_primitive = false;
is_set
= true; is_static = false; break;
86
case InstancePrimitiveRead: is_primitive = true;
is_set
= false; is_static = false; break;
87
case InstancePrimitiveWrite: is_primitive = true;
is_set
= true; is_static = false; break;
88
case StaticObjectRead: is_primitive = false;
is_set
= false; is_static = true; break;
89
case StaticObjectWrite: is_primitive = false;
is_set
= true; is_static = true; break;
90
case StaticPrimitiveRead: is_primitive = true;
is_set
= false; is_static = true; break;
92
default: is_primitive = true;
is_set
= true; is_static = true; break;
126
if (UNLIKELY(
is_set
&& resolved_field->IsFinal() && (fields_class != referring_class)))
[
all
...]
entrypoint_utils.h
150
bool
is_set
;
local
153
case InstanceObjectRead: is_primitive = false;
is_set
= false; is_static = false; break;
154
case InstanceObjectWrite: is_primitive = false;
is_set
= true; is_static = false; break;
155
case InstancePrimitiveRead: is_primitive = true;
is_set
= false; is_static = false; break;
156
case InstancePrimitiveWrite: is_primitive = true;
is_set
= true; is_static = false; break;
157
case StaticObjectRead: is_primitive = false;
is_set
= false; is_static = true; break;
158
case StaticObjectWrite: is_primitive = false;
is_set
= true; is_static = true; break;
159
case StaticPrimitiveRead: is_primitive = true;
is_set
= false; is_static = true; break;
160
case StaticPrimitiveWrite: is_primitive = true;
is_set
= true; is_static = true; break;
164
is_set
= true
[
all
...]
/external/chromium_org/net/dns/
mdns_client_unittest.cc
345
bool
is_set
() const { return set_; }
function in class:net::__anon9060::PtrRecordCopyContainer
[
all
...]
/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/opencv/cxcore/src/
cxdatastructs.cpp
2614
int
is_set
;
local
[
all
...]
/external/chromium_org/third_party/openssl/openssl/crypto/asn1/
asn1.h
770
/* for the
is_set
parameter to i2d_ASN1_SET */
772
#define
IS_SET
1
895
int
is_set
);
variable
[
all
...]
/external/chromium_org/third_party/openssl/openssl/include/openssl/
asn1.h
770
/* for the
is_set
parameter to i2d_ASN1_SET */
772
#define
IS_SET
1
895
int
is_set
);
variable
[
all
...]
/external/openssl/crypto/asn1/
asn1.h
770
/* for the
is_set
parameter to i2d_ASN1_SET */
772
#define
IS_SET
1
895
int
is_set
);
variable
[
all
...]
/external/openssl/include/openssl/
asn1.h
770
/* for the
is_set
parameter to i2d_ASN1_SET */
772
#define
IS_SET
1
895
int
is_set
);
variable
[
all
...]
Completed in 543 milliseconds