/external/chromium_org/mojo/public/cpp/system/tests/ |
D | macros_unittest.cc | 95 assert(is_set()); in value() 98 bool is_set() const { return is_set_; } in is_set() function in mojo::__anond084c1a10111::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/base/debug/ |
D | debugger_posix.cc | 70 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/android/adb_profile_chrome/ |
D | systrace_controller.py | 72 while not self._done.is_set(): 74 if not self._ring_buffer or self._done.is_set():
|
/external/chromium_org/chrome/browser/chromeos/system/ |
D | input_device_settings.h | 43 bool is_set() const { in is_set() function 48 DCHECK(is_set()); in value()
|
/external/chromium_org/third_party/mesa/src/src/mapi/glapi/gen/ |
D | glX_proto_size.py | 107 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/mesa3d/src/mapi/glapi/gen/ |
D | glX_proto_size.py | 107 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/ |
D | bus_unittest.cc | 319 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()
|
D | scoped_dbus_error.h | 24 bool is_set() const { return dbus_error_is_set(&error_); } in is_set() function
|
D | object_proxy.cc | 104 error.is_set() ? error.name() : "unknown error type", in CallMethodAndBlock() 105 error.is_set() ? error.message() : ""); in CallMethodAndBlock() 218 if (error.is_set()) { in Detach() 600 if (error.is_set()) { in AddMatchRuleWithCallback() 630 if (error.is_set()) { in AddMatchRuleWithoutCallback()
|
D | bus.cc | 398 << (error.is_set() ? error.message() : ""); in Connect() 410 << (error.is_set() ? error.message() : ""); in Connect() 549 << (error.is_set() ? error.message() : ""); in RequestOwnershipAndBlock() 577 << (error.is_set() ? error.message() : "") in ReleaseOwnership() 923 if (error.is_set()) { in ListenForServiceOwnerChangeInternal()
|
/external/chromium_org/tools/json_schema_compiler/templates/ppapi/ |
D | idl.template | 11 PP_Bool is_set; 29 PP_Bool is_set;
|
/external/chromium_org/third_party/openssl/openssl/crypto/asn1/ |
D | a_set.c | 90 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/asn1/ |
D | a_set.c | 90 int is_set) in i2d_ASN1_SET() argument 112 if(!is_set || (sk_OPENSSL_BLOCK_num(a) < 2)) in i2d_ASN1_SET()
|
/external/oprofile/libutil++/ |
D | generic_spec.h | 41 bool is_set() const { in is_set() function
|
D | comma_list.h | 38 bool is_set() const { in is_set() function
|
/external/chromium_org/third_party/openssl/openssl/include/openssl/ |
D | safestack.h | 189 #define SKM_ASN1_SET_OF_i2d(type, st, pp, i2d_func, ex_tag, ex_class, is_set) \ argument 192 ex_tag, ex_class, is_set) 2199 #define i2d_ASN1_SET_OF_ACCESS_DESCRIPTION(st, pp, i2d_func, ex_tag, ex_class, is_set) \ argument 2200 SKM_ASN1_SET_OF_i2d(ACCESS_DESCRIPTION, (st), (pp), (i2d_func), (ex_tag), (ex_class), (is_set)) 2208 #define i2d_ASN1_SET_OF_ASN1_INTEGER(st, pp, i2d_func, ex_tag, ex_class, is_set) \ argument 2209 SKM_ASN1_SET_OF_i2d(ASN1_INTEGER, (st), (pp), (i2d_func), (ex_tag), (ex_class), (is_set)) 2217 #define i2d_ASN1_SET_OF_ASN1_OBJECT(st, pp, i2d_func, ex_tag, ex_class, is_set) \ argument 2218 SKM_ASN1_SET_OF_i2d(ASN1_OBJECT, (st), (pp), (i2d_func), (ex_tag), (ex_class), (is_set)) 2226 #define i2d_ASN1_SET_OF_ASN1_TYPE(st, pp, i2d_func, ex_tag, ex_class, is_set) \ argument 2227 SKM_ASN1_SET_OF_i2d(ASN1_TYPE, (st), (pp), (i2d_func), (ex_tag), (ex_class), (is_set)) [all …]
|
/external/openssl/crypto/stack/ |
D | safestack.h | 189 #define SKM_ASN1_SET_OF_i2d(type, st, pp, i2d_func, ex_tag, ex_class, is_set) \ argument 192 ex_tag, ex_class, is_set) 2199 #define i2d_ASN1_SET_OF_ACCESS_DESCRIPTION(st, pp, i2d_func, ex_tag, ex_class, is_set) \ argument 2200 SKM_ASN1_SET_OF_i2d(ACCESS_DESCRIPTION, (st), (pp), (i2d_func), (ex_tag), (ex_class), (is_set)) 2208 #define i2d_ASN1_SET_OF_ASN1_INTEGER(st, pp, i2d_func, ex_tag, ex_class, is_set) \ argument 2209 SKM_ASN1_SET_OF_i2d(ASN1_INTEGER, (st), (pp), (i2d_func), (ex_tag), (ex_class), (is_set)) 2217 #define i2d_ASN1_SET_OF_ASN1_OBJECT(st, pp, i2d_func, ex_tag, ex_class, is_set) \ argument 2218 SKM_ASN1_SET_OF_i2d(ASN1_OBJECT, (st), (pp), (i2d_func), (ex_tag), (ex_class), (is_set)) 2226 #define i2d_ASN1_SET_OF_ASN1_TYPE(st, pp, i2d_func, ex_tag, ex_class, is_set) \ argument 2227 SKM_ASN1_SET_OF_i2d(ASN1_TYPE, (st), (pp), (i2d_func), (ex_tag), (ex_class), (is_set)) [all …]
|
/external/openssl/include/openssl/ |
D | safestack.h | 189 #define SKM_ASN1_SET_OF_i2d(type, st, pp, i2d_func, ex_tag, ex_class, is_set) \ argument 192 ex_tag, ex_class, is_set) 2199 #define i2d_ASN1_SET_OF_ACCESS_DESCRIPTION(st, pp, i2d_func, ex_tag, ex_class, is_set) \ argument 2200 SKM_ASN1_SET_OF_i2d(ACCESS_DESCRIPTION, (st), (pp), (i2d_func), (ex_tag), (ex_class), (is_set)) 2208 #define i2d_ASN1_SET_OF_ASN1_INTEGER(st, pp, i2d_func, ex_tag, ex_class, is_set) \ argument 2209 SKM_ASN1_SET_OF_i2d(ASN1_INTEGER, (st), (pp), (i2d_func), (ex_tag), (ex_class), (is_set)) 2217 #define i2d_ASN1_SET_OF_ASN1_OBJECT(st, pp, i2d_func, ex_tag, ex_class, is_set) \ argument 2218 SKM_ASN1_SET_OF_i2d(ASN1_OBJECT, (st), (pp), (i2d_func), (ex_tag), (ex_class), (is_set)) 2226 #define i2d_ASN1_SET_OF_ASN1_TYPE(st, pp, i2d_func, ex_tag, ex_class, is_set) \ argument 2227 SKM_ASN1_SET_OF_i2d(ASN1_TYPE, (st), (pp), (i2d_func), (ex_tag), (ex_class), (is_set)) [all …]
|
/external/chromium_org/third_party/openssl/openssl/crypto/stack/ |
D | safestack.h | 189 #define SKM_ASN1_SET_OF_i2d(type, st, pp, i2d_func, ex_tag, ex_class, is_set) \ argument 192 ex_tag, ex_class, is_set) 2199 #define i2d_ASN1_SET_OF_ACCESS_DESCRIPTION(st, pp, i2d_func, ex_tag, ex_class, is_set) \ argument 2200 SKM_ASN1_SET_OF_i2d(ACCESS_DESCRIPTION, (st), (pp), (i2d_func), (ex_tag), (ex_class), (is_set)) 2208 #define i2d_ASN1_SET_OF_ASN1_INTEGER(st, pp, i2d_func, ex_tag, ex_class, is_set) \ argument 2209 SKM_ASN1_SET_OF_i2d(ASN1_INTEGER, (st), (pp), (i2d_func), (ex_tag), (ex_class), (is_set)) 2217 #define i2d_ASN1_SET_OF_ASN1_OBJECT(st, pp, i2d_func, ex_tag, ex_class, is_set) \ argument 2218 SKM_ASN1_SET_OF_i2d(ASN1_OBJECT, (st), (pp), (i2d_func), (ex_tag), (ex_class), (is_set)) 2226 #define i2d_ASN1_SET_OF_ASN1_TYPE(st, pp, i2d_func, ex_tag, ex_class, is_set) \ argument 2227 SKM_ASN1_SET_OF_i2d(ASN1_TYPE, (st), (pp), (i2d_func), (ex_tag), (ex_class), (is_set)) [all …]
|
/external/chromium_org/build/android/pylib/perf/ |
D | surface_stats_collector.py | 170 while not self._stop_event.is_set(): 192 if self._get_data_event.is_set():
|
/external/chromium_org/tools/telemetry/telemetry/core/platform/profiler/ |
D | monsoon_profiler.py | 38 while is_collecting.is_set():
|
/external/chromium_org/tools/telemetry/telemetry/core/platform/power_monitor/ |
D | monsoon_power_monitor.py | 32 while is_collecting.is_set():
|
/external/chromium_org/v8/tools/testrunner/local/ |
D | pool.py | 33 if done.is_set():
|
/external/oprofile/libpp/ |
D | profile_spec.cpp | 209 if (!cl.is_set()) in comma_match() 214 if (!value.is_set()) in comma_match()
|
/external/chromium_org/v8/src/ |
D | scanner.h | 394 void IsGetOrSet(bool* is_get, bool* is_set) { in IsGetOrSet() argument 401 *is_set = !*is_get && strncmp(token, "set", 3) == 0; in IsGetOrSet()
|