Home
last modified time | relevance | path

Searched refs:is_set (Results 1 – 25 of 50) sorted by relevance

12

/external/chromium_org/mojo/public/cpp/system/tests/
Dmacros_unittest.cc95 assert(is_set()); in value()
98 bool is_set() const { return is_set_; } in is_set() function in mojo::__anonb6ff7b940111::MoveOnlyInt
107 EXPECT_TRUE(x.is_set()); in TEST()
110 EXPECT_FALSE(y.is_set()); in TEST()
112 EXPECT_FALSE(x.is_set()); in TEST()
113 EXPECT_TRUE(y.is_set()); in TEST()
116 EXPECT_FALSE(y.is_set()); in TEST()
117 EXPECT_TRUE(z.is_set()); in TEST()
120 EXPECT_TRUE(z.is_set()); in TEST()
/external/chromium_org/v8/src/compiler/
Djs-graph.cc27 if (!c_entry_stub_constant_.is_set()) { in CEntryStubConstant()
36 if (!undefined_constant_.is_set()) { in UndefinedConstant()
45 if (!the_hole_constant_.is_set()) { in TheHoleConstant()
53 if (!true_constant_.is_set()) { in TrueConstant()
61 if (!false_constant_.is_set()) { in FalseConstant()
69 if (!null_constant_.is_set()) { in NullConstant()
77 if (!zero_constant_.is_set()) zero_constant_.set(NumberConstant(0.0)); in ZeroConstant()
83 if (!one_constant_.is_set()) one_constant_.set(NumberConstant(1.0)); in OneConstant()
89 if (!nan_constant_.is_set()) { in NaNConstant()
/external/chromium_org/base/debug/
Ddebugger_posix.cc70 static bool is_set = false; in BeingDebugged() local
73 if (is_set) in BeingDebugged()
104 is_set = true; in BeingDebugged()
110 is_set = true; in BeingDebugged()
/external/chromium_org/tools/profile_chrome/
Dsystrace_controller.py72 while not self._done.is_set():
74 if not self._ring_buffer or self._done.is_set():
/external/chromium_org/chrome/browser/chromeos/system/
Dinput_device_settings.h43 bool is_set() const { in is_set() function
48 DCHECK(is_set()); in value()
/external/mesa3d/src/mapi/glapi/gen/
DglX_proto_size.py107 def is_set( self ): member in 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/third_party/mesa/src/src/mapi/glapi/gen/
DglX_proto_size.py107 def is_set( self ): member in 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/dbus/
Dbus_unittest.cc319 ASSERT_FALSE(error.is_set()); in TEST()
324 ASSERT_FALSE(error.is_set()); in TEST()
330 ASSERT_FALSE(error.is_set()); in TEST()
337 ASSERT_FALSE(error.is_set()); in TEST()
Dscoped_dbus_error.cc17 bool ScopedDBusError::is_set() const { in is_set() function in dbus::ScopedDBusError
Dscoped_dbus_error.h23 bool is_set() const;
Dobject_proxy.cc95 error->is_set() ? error->name() : "unknown error type", in CallMethodAndBlockWithErrorDetails()
96 error->is_set() ? error->message() : ""); in CallMethodAndBlockWithErrorDetails()
215 if (error.is_set()) { in Detach()
605 if (error.is_set()) { in AddMatchRuleWithCallback()
635 if (error.is_set()) { in AddMatchRuleWithoutCallback()
Dbus.cc435 << (error.is_set() ? error.message() : ""); in Connect()
447 << (error.is_set() ? error.message() : ""); in Connect()
592 << (error.is_set() ? error.message() : ""); in RequestOwnershipAndBlock()
620 << (error.is_set() ? error.message() : "") in ReleaseOwnership()
966 if (error.is_set()) { in ListenForServiceOwnerChangeInternal()
Dmock_unittest.cc186 ASSERT_TRUE(error.is_set()); in TEST_F()
/external/chromium_org/tools/usb_gadget/
Dhid_descriptors.py86 for bit, is_set in properties:
87 if is_set:
/external/openssl/crypto/asn1/
Da_set.c90 int is_set) in i2d_ASN1_SET() argument
112 if(!is_set || (sk_OPENSSL_BLOCK_num(a) < 2)) in i2d_ASN1_SET()
/external/openssl/crypto/stack/
Dsafestack.h193 #define SKM_ASN1_SET_OF_i2d(type, st, pp, i2d_func, ex_tag, ex_class, is_set) \ argument
196 ex_tag, ex_class, is_set)
2203 #define i2d_ASN1_SET_OF_ACCESS_DESCRIPTION(st, pp, i2d_func, ex_tag, ex_class, is_set) \ argument
2204 SKM_ASN1_SET_OF_i2d(ACCESS_DESCRIPTION, (st), (pp), (i2d_func), (ex_tag), (ex_class), (is_set))
2212 #define i2d_ASN1_SET_OF_ASN1_INTEGER(st, pp, i2d_func, ex_tag, ex_class, is_set) \ argument
2213 SKM_ASN1_SET_OF_i2d(ASN1_INTEGER, (st), (pp), (i2d_func), (ex_tag), (ex_class), (is_set))
2221 #define i2d_ASN1_SET_OF_ASN1_OBJECT(st, pp, i2d_func, ex_tag, ex_class, is_set) \ argument
2222 SKM_ASN1_SET_OF_i2d(ASN1_OBJECT, (st), (pp), (i2d_func), (ex_tag), (ex_class), (is_set))
2230 #define i2d_ASN1_SET_OF_ASN1_TYPE(st, pp, i2d_func, ex_tag, ex_class, is_set) \ argument
2231 SKM_ASN1_SET_OF_i2d(ASN1_TYPE, (st), (pp), (i2d_func), (ex_tag), (ex_class), (is_set))
[all …]
/external/openssl/include/openssl/
Dsafestack.h193 #define SKM_ASN1_SET_OF_i2d(type, st, pp, i2d_func, ex_tag, ex_class, is_set) \ argument
196 ex_tag, ex_class, is_set)
2203 #define i2d_ASN1_SET_OF_ACCESS_DESCRIPTION(st, pp, i2d_func, ex_tag, ex_class, is_set) \ argument
2204 SKM_ASN1_SET_OF_i2d(ACCESS_DESCRIPTION, (st), (pp), (i2d_func), (ex_tag), (ex_class), (is_set))
2212 #define i2d_ASN1_SET_OF_ASN1_INTEGER(st, pp, i2d_func, ex_tag, ex_class, is_set) \ argument
2213 SKM_ASN1_SET_OF_i2d(ASN1_INTEGER, (st), (pp), (i2d_func), (ex_tag), (ex_class), (is_set))
2221 #define i2d_ASN1_SET_OF_ASN1_OBJECT(st, pp, i2d_func, ex_tag, ex_class, is_set) \ argument
2222 SKM_ASN1_SET_OF_i2d(ASN1_OBJECT, (st), (pp), (i2d_func), (ex_tag), (ex_class), (is_set))
2230 #define i2d_ASN1_SET_OF_ASN1_TYPE(st, pp, i2d_func, ex_tag, ex_class, is_set) \ argument
2231 SKM_ASN1_SET_OF_i2d(ASN1_TYPE, (st), (pp), (i2d_func), (ex_tag), (ex_class), (is_set))
[all …]
/external/oprofile/libutil++/
Dgeneric_spec.h41 bool is_set() const { in is_set() function
Dcomma_list.h38 bool is_set() const { in is_set() function
/external/chromium_org/build/android/pylib/perf/
Dsurface_stats_collector.py170 while not self._stop_event.is_set():
192 if self._get_data_event.is_set():
/external/chromium_org/tools/telemetry/telemetry/core/platform/profiler/
Dmonsoon_profiler.py38 while is_collecting.is_set():
/external/chromium_org/v8/tools/testrunner/local/
Dpool.py33 if done.is_set():
/external/chromium_org/tools/telemetry/telemetry/core/platform/power_monitor/
Dmonsoon_power_monitor.py32 while is_collecting.is_set():
/external/oprofile/libpp/
Dprofile_spec.cpp209 if (!cl.is_set()) in comma_match()
214 if (!value.is_set()) in comma_match()
/external/chromium_org/v8/src/
Dscanner.h397 void IsGetOrSet(bool* is_get, bool* is_set) { in IsGetOrSet() argument
404 *is_set = !*is_get && strncmp(token, "set", 3) == 0; in IsGetOrSet()

12