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

/external/chromium_org/dbus/
H A Dscoped_dbus_error.cc17 bool ScopedDBusError::is_set() const { function in class:dbus::ScopedDBusError
/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_org/base/debug/
H A Ddebugger_posix.cc64 // the result is cached (see |is_set| and |being_debugged| static variables
70 static bool is_set = false; local
73 if (is_set)
104 is_set = true;
110 is_set = true;
/external/chromium_org/mojo/public/cpp/system/tests/
H A Dmacros_unittest.cc95 assert(is_set());
98 bool is_set() const { return is_set_; } function in class:mojo::__anon8796::MoveOnlyInt
107 EXPECT_TRUE(x.is_set());
110 EXPECT_FALSE(y.is_set());
112 EXPECT_FALSE(x.is_set());
113 EXPECT_TRUE(y.is_set());
116 EXPECT_FALSE(y.is_set());
117 EXPECT_TRUE(z.is_set());
120 EXPECT_TRUE(z.is_set());
/external/chromium_org/chrome/browser/chromeos/system/
H A Dinput_device_settings.h43 bool is_set() const { function in class:chromeos::system::internal::Optional
48 DCHECK(is_set());
/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/net/dns/
H A Dmdns_client_unittest.cc364 bool is_set() const { return set_; } function in class:net::__anon9213::PtrRecordCopyContainer
/external/chromium_org/v8/src/
H A Dscanner.h397 void IsGetOrSet(bool* is_get, bool* is_set) { argument
404 *is_set = !*is_get && strncmp(token, "set", 3) == 0;
H A Dutils.h410 bool is_set() const { return pointer_ != NULL; } function in class:v8::internal::SetOncePointer
H A Dpreparser.h477 bool* is_set,
485 IdentifierT ParsePropertyName(bool* is_get, bool* is_set, bool* is_static,
1700 bool* is_set,
1704 scanner()->IsGetOrSet(is_get, is_set);
1920 bool* is_get, bool* is_set, bool* is_static, bool* ok) {
1933 return ParseIdentifierNameOrGetOrSet(is_get, is_set, ok);
1946 bool is_set = false; local
1953 ParsePropertyName(&is_get, &is_set, &name_is_static,
1997 } else if (is_get || is_set) {
1699 ParseIdentifierNameOrGetOrSet(bool* is_get, bool* is_set, bool* ok) argument
1919 ParsePropertyName( bool* is_get, bool* is_set, bool* is_static, 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/boringssl/src/include/openssl/
H A Dasn1.h735 /* for the is_set parameter to i2d_ASN1_SET */
848 OPENSSL_EXPORT int i2d_ASN1_SET(STACK_OF(OPENSSL_BLOCK) *a, unsigned char **pp, i2d_of_void *i2d, int ex_tag, int ex_class, 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 507 milliseconds