Searched defs:is_set (Results 1 - 18 of 18) sorted by relevance

/external/oprofile/libutil++/
H A Dgeneric_spec.h41 bool is_set() const { function in class:generic_spec
45 /// return the specific value (only if is_set() == true)
H A Dcomma_list.h38 bool is_set() const { function in class:comma_list
/external/chromium/base/debug/
H A Ddebugger_posix.cc61 static bool is_set = false; local
64 if (is_set) {
85 is_set = true;
91 is_set = true;
/external/chromium_org/dbus/
H A Dscoped_dbus_error.h24 bool is_set() const { return dbus_error_is_set(&error_); } function in class:dbus::ScopedDBusError
/external/chromium_org/base/debug/
H A Ddebugger_posix.cc82 // 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/
H A DglX_proto_size.py107 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/
H A DglX_proto_size.py107 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/media/audio/
H A Dcross_process_notification_unittest.cc136 bool is_set(size_t index) const { function in struct:__anon8374::FlagArray
172 if (signals_->is_set(s)) {
197 EXPECT_FALSE(flags.is_set(i));
199 EXPECT_TRUE(flags.is_set(i));
201 EXPECT_FALSE(flags.is_set(i));
/external/chromium_org/net/dns/
H A Dmdns_client_unittest.cc345 bool is_set() const { return set_; } function in class:net::__anon8694::PtrRecordCopyContainer
/external/chromium_org/v8/src/
H A Dpreparser.cc1675 bool* is_set,
1683 *is_set = !*is_get && strncmp(token, "set", 3) == 0;
1674 ParseIdentifierNameOrGetOrSet(bool* is_get, bool* is_set, bool* ok) argument
H A Dparser.cc4860 bool* is_set,
4867 *is_set = !*is_get && strncmp(token, "set", 3) == 0;
4859 ParseIdentifierNameOrGetOrSet(bool* is_get, bool* is_set, bool* ok) argument
/external/v8/src/
H A Dpreparser.cc1635 bool* is_set,
1643 *is_set = !*is_get && strncmp(token, "set", 3) == 0;
1634 ParseIdentifierNameOrGetOrSet(bool* is_get, bool* is_set, bool* ok) argument
H A Dparser.cc4899 bool* is_set,
4906 *is_set = !*is_get && strncmp(token, "set", 3) == 0;
4898 ParseIdentifierNameOrGetOrSet(bool* is_get, bool* is_set, bool* ok) argument
/external/opencv/cxcore/src/
H A Dcxdatastructs.cpp2614 int is_set; local
2628 is_set = CV_IS_SET(seq);
2642 if( !is_set || CV_IS_SET_ELEM( reader.ptr ))
/external/chromium_org/third_party/openssl/openssl/crypto/asn1/
H A Dasn1.h770 /* for the is_set parameter to i2d_ASN1_SET */
895 int is_set); variable
/external/chromium_org/third_party/openssl/openssl/include/openssl/
H A Dasn1.h770 /* for the is_set parameter to i2d_ASN1_SET */
895 int is_set); variable
/external/openssl/crypto/asn1/
H A Dasn1.h770 /* for the is_set parameter to i2d_ASN1_SET */
895 int is_set); variable
/external/openssl/include/openssl/
H A Dasn1.h770 /* for the is_set parameter to i2d_ASN1_SET */
895 int is_set); variable

Completed in 1000 milliseconds