/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/ |
D | EGLSync.cpp | 20 Sync::Sync(rx::EGLImplFactory *factory, EGLenum type, const AttributeMap &attribs) in Sync() function in egl::Sync 28 void Sync::onDestroy(const Display *display) in onDestroy() 35 Sync::~Sync() {} in ~Sync() 37 Error Sync::initialize(const Display *display, const gl::Context *context) in initialize() 42 void Sync::setLabel(EGLLabelKHR label) in setLabel() 47 EGLLabelKHR Sync::getLabel() const in getLabel() 52 Error Sync::clientWait(const Display *display, in clientWait() 61 Error Sync::serverWait(const Display *display, const gl::Context *context, EGLint flags) in serverWait() 66 Error Sync::getStatus(const Display *display, EGLint *outStatus) const in getStatus() 71 Error Sync::dupNativeFenceFD(const Display *display, EGLint *result) const in dupNativeFenceFD()
|
D | Fence.cpp | 60 Sync::Sync(rx::SyncImpl *impl, GLuint id) in Sync() function in gl::Sync 68 void Sync::onDestroy(const Context *context) in onDestroy() 74 Sync::~Sync() in ~Sync() 79 void Sync::setLabel(const Context *context, const std::string &label) in setLabel() 84 const std::string &Sync::getLabel() const in getLabel() 89 angle::Result Sync::set(const Context *context, GLenum condition, GLbitfield flags) in set() 98 angle::Result Sync::clientWait(const Context *context, in clientWait() 107 angle::Result Sync::serverWait(const Context *context, GLbitfield flags, GLuint64 timeout) in serverWait() 112 angle::Result Sync::getStatus(const Context *context, GLint *outResult) const in getStatus()
|
D | validationEGL.h | 35 class Sync; variable 46 Error ValidateSync(const Display *display, const Sync *sync); 56 const Sync *GetSyncIfValid(const Display *display, const Sync *sync); 112 Error ValidateGetSyncAttribBase(const Display *display, const Sync *sync, EGLint attribute); 124 Error ValidateDestroySync(const Display *display, const Sync *sync); 126 const Sync *sync, 131 const Sync *sync, 134 const Sync *sync, 138 const Sync *sync, 333 Error ValidateDupNativeFenceFDANDROID(const Display *display, const Sync *sync);
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/ |
D | EGLSync.cpp | 21 Sync::Sync(rx::EGLImplFactory *factory, EGLenum type, const AttributeMap &attribs) in Sync() function in egl::Sync 55 void Sync::onDestroy(const Display *display) in onDestroy() 62 Sync::~Sync() {} in ~Sync() 64 Error Sync::initialize(const Display *display, const gl::Context *context) in initialize() 69 void Sync::setLabel(EGLLabelKHR label) in setLabel() 74 EGLLabelKHR Sync::getLabel() const in getLabel() 79 Error Sync::clientWait(const Display *display, in clientWait() 88 Error Sync::serverWait(const Display *display, const gl::Context *context, EGLint flags) in serverWait() 93 Error Sync::signal(const Display *display, const gl::Context *context, EGLint mode) in signal() 98 Error Sync::getStatus(const Display *display, EGLint *outStatus) const in getStatus() [all …]
|
D | Fence.cpp | 66 Sync::Sync(rx::GLImplFactory *factory, GLuint id) in Sync() function in gl::Sync 74 void Sync::onDestroy(const Context *context) in onDestroy() 80 Sync::~Sync() in ~Sync() 85 void Sync::setLabel(const Context *context, const std::string &label) in setLabel() 90 const std::string &Sync::getLabel() const in getLabel() 95 angle::Result Sync::set(const Context *context, GLenum condition, GLbitfield flags) in set() 104 angle::Result Sync::clientWait(const Context *context, in clientWait() 113 angle::Result Sync::serverWait(const Context *context, GLbitfield flags, GLuint64 timeout) in serverWait() 118 angle::Result Sync::getStatus(const Context *context, GLint *outResult) const in getStatus()
|
D | validationEGL_autogen.h | 133 const Sync *syncPacked, 161 const Sync *syncPacked); 168 const Sync *syncPacked, 173 const Sync *syncPacked, 220 const Sync *syncPacked); 365 const Sync *syncPacked, 374 const Sync *syncPacked); 377 const Sync *syncPacked, 409 const Sync *syncPacked, 456 const Sync *syncPacked,
|
/third_party/typescript/tests/baselines/reference/ |
D | nondistributiveConditionalTypeInfer.symbols | 27 interface Sync<R, E, A> { 28 >Sync : Symbol(Sync, Decl(nondistributiveConditionalTypeInfer.ts, 2, 61)) 34 >_R : Symbol(Sync._R, Decl(nondistributiveConditionalTypeInfer.ts, 4, 25)) 39 >_E : Symbol(Sync._E, Decl(nondistributiveConditionalTypeInfer.ts, 5, 21)) 43 >_A : Symbol(Sync._A, Decl(nondistributiveConditionalTypeInfer.ts, 6, 14)) 47 type R = _R<Sync<number, string, void>>; 50 >Sync : Symbol(Sync, Decl(nondistributiveConditionalTypeInfer.ts, 2, 61)) 52 type E = _E<Sync<number, string, void>>; 55 >Sync : Symbol(Sync, Decl(nondistributiveConditionalTypeInfer.ts, 2, 61)) 57 type A = _A<Sync<number, string, void>>; [all …]
|
D | nondistributiveConditionalTypeInfer.js | 6 interface Sync<R, E, A> { 12 type R = _R<Sync<number, string, void>>; 13 type E = _E<Sync<number, string, void>>; 14 type A = _A<Sync<number, string, void>>;
|
D | nondistributiveConditionalTypeInfer.types | 15 interface Sync<R, E, A> { 27 type R = _R<Sync<number, string, void>>; 30 type E = _E<Sync<number, string, void>>; 33 type A = _A<Sync<number, string, void>>;
|
/third_party/rust/crates/proc-macro2/tests/ |
D | marker.rs | 44 assert_impl!(Delimiter is Send and Sync); 45 assert_impl!(Spacing is Send and Sync); 47 assert_impl!(Group is not Send or Sync); 48 assert_impl!(Ident is not Send or Sync); 49 assert_impl!(LexError is not Send or Sync); 50 assert_impl!(Literal is not Send or Sync); 51 assert_impl!(Punct is not Send or Sync); 52 assert_impl!(Span is not Send or Sync); 53 assert_impl!(TokenStream is not Send or Sync); 54 assert_impl!(TokenTree is not Send or Sync); [all …]
|
/third_party/rust/crates/clap/src/builder/ |
D | value_parser.rs | 284 P: TypedValueParser + Send + Sync + 'static, 571 trait AnyValueParser: Send + Sync + 'static { 598 T: std::any::Any + Clone + Send + Sync + 'static, 685 pub trait TypedValueParser: Clone + Send + Sync + 'static { 687 type Value: Send + Sync + Clone; 759 T: Send + Sync + Clone, in map() 808 F: Fn(Self::Value) -> Result<T, E> + Clone + Send + Sync + 'static, in try_map() 809 T: Send + Sync + Clone, in try_map() 810 E: Into<Box<dyn std::error::Error + Send + Sync + 'static>>, in try_map() 818 F: Fn(&str) -> Result<T, E> + Clone + Send + Sync + 'static, [all …]
|
/third_party/rust/crates/rust-openssl/openssl/src/ssl/ |
D | callbacks.rs | 39 F: Fn(bool, &mut X509StoreContextRef) -> bool + 'static + Sync + Send, in raw_verify() 71 + Sync in raw_client_psk() 110 + Sync in raw_server_psk() 143 F: Fn(bool, &mut X509StoreContextRef) -> bool + 'static + Sync + Send, in ssl_raw_verify() 163 F: Fn(&mut SslRef, &mut SslAlert) -> Result<(), SniError> + 'static + Sync + Send, in raw_sni() 189 F: for<'a> Fn(&mut SslRef, &'a [u8]) -> Result<&'a [u8], AlpnError> + 'static + Sync + Send, in raw_alpn_select() 216 F: Fn(&mut SslRef, bool, u32) -> Result<Dh<Params>, ErrorStack> + 'static + Sync + Send, in raw_tmp_dh() 244 F: Fn(&mut SslRef, bool, u32) -> Result<EcKey<Params>, ErrorStack> + 'static + Sync + Send, in raw_tmp_ecdh() 271 F: Fn(&mut SslRef, bool, u32) -> Result<Dh<Params>, ErrorStack> + 'static + Sync + Send, in raw_tmp_dh_ssl() 299 F: Fn(&mut SslRef, bool, u32) -> Result<EcKey<Params>, ErrorStack> + 'static + Sync + Send, in raw_tmp_ecdh_ssl() [all …]
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/metal/ |
D | SyncMtl.h | 37 class Sync 40 Sync(); 41 ~Sync(); 63 class Sync 107 mtl::Sync mSync; 129 mtl::Sync mSync; 156 mtl::Sync mSync;
|
D | SyncMtl.mm | 26 Sync::Sync() {} 27 Sync::~Sync() {} 29 void Sync::onDestroy() 36 angle::Result Sync::initialize(ContextMtl *contextMtl) 50 angle::Result Sync::set(ContextMtl *contextMtl, GLenum condition, GLbitfield flags) 63 angle::Result Sync::clientWait(ContextMtl *contextMtl, 111 void Sync::serverWait(ContextMtl *contextMtl) 115 angle::Result Sync::getStatus(bool *signaled)
|
/third_party/rust/crates/static-assertions-rs/tests/ |
D | trait_impl.rs | 13 assert_impl_all!(u64: Tri<[&'static u8], dyn Tri<dyn Send, dyn Sync, str>, (u16, u16)>); 14 assert_impl_all!(u8: Send, Sync); 17 assert_impl_all!([u8]: Send, Sync, AsRef<[u8]>); 18 assert_impl_all!(str: Send, Sync, AsRef<[u8]>,); 20 assert_impl_any!((): Send, Sync);
|
/third_party/typescript/tests/cases/compiler/ |
D | nondistributiveConditionalTypeInfer.ts | 5 interface Sync<R, E, A> { interface 11 type R = _R<Sync<number, string, void>>; 12 type E = _E<Sync<number, string, void>>; 13 type A = _A<Sync<number, string, void>>;
|
/third_party/rust/crates/lazy-static.rs/src/ |
D | inline_lazy.rs | 19 pub struct Lazy<T: Sync>(Cell<Option<T>>, Once); 21 impl<T: Sync> Lazy<T> { 49 unsafe impl<T: Sync> Sync for Lazy<T> {}
|
/third_party/rust/crates/signal-hook/src/iterator/ |
D | backend.rs | 38 trait SelfPipeWrite: Debug + Send + Sync { 42 impl<W: AsRawFd + Debug + Send + Sync> SelfPipeWrite for W { 100 trait AddSignal: Debug + Send + Sync { 245 R: 'static + AsRawFd + Send + Sync, 267 W: 'static + AsRawFd + Debug + Send + Sync, in with_pipe() argument 434 R: 'static + AsRawFd + Send + Sync, in new() argument 454 R: 'static + AsRawFd + Send + Sync, in poll_signal() argument 482 R: 'static + AsRawFd + Send + Sync, in handle() argument
|
/third_party/rust/crates/tracing/tracing-subscriber/src/registry/ |
D | extensions.rs | 12 type AnyMap = HashMap<TypeId, Box<dyn Any + Send + Sync>, BuildHasherDefault<IdHasher>>; 87 pub fn insert<T: Send + Sync + 'static>(&mut self, val: T) { in insert() 94 pub fn replace<T: Send + Sync + 'static>(&mut self, val: T) -> Option<T> { in replace() 106 pub fn remove<T: Send + Sync + 'static>(&mut self) -> Option<T> { in remove() 136 pub(crate) fn insert<T: Send + Sync + 'static>(&mut self, val: T) -> Option<T> { in insert() 167 pub(crate) fn remove<T: Send + Sync + 'static>(&mut self) -> Option<T> { in remove()
|
/third_party/rust/crates/tracing/tracing-error/src/ |
D | error.rs | 65 E: Error + Send + Sync + 'static, 103 pub(crate) fn error(&self) -> &(dyn Error + Send + Sync + 'static) { in error() 117 object_ref: unsafe fn(&ErrorImpl<Erased>) -> &(dyn Error + Send + Sync + 'static), 125 unsafe fn object_ref<E>(e: &ErrorImpl<Erased>) -> &(dyn Error + Send + Sync + 'static) in object_ref() 127 E: Error + Send + Sync + 'static, in object_ref()
|
/third_party/rust/crates/clap/src/parser/matches/ |
D | arg_matches.rs | 112 pub fn get_one<T: Any + Clone + Send + Sync + 'static>(&self, id: &str) -> Option<&T> { in get_one() 212 pub fn get_many<T: Any + Clone + Send + Sync + 'static>( in get_many() 249 pub fn get_occurrences<T: Any + Clone + Send + Sync + 'static>( in get_occurrences() 389 pub fn remove_one<T: Any + Clone + Send + Sync + 'static>(&mut self, id: &str) -> Option<T> { in remove_one() 424 pub fn remove_many<T: Any + Clone + Send + Sync + 'static>( in remove_many() 462 pub fn remove_occurrences<T: Any + Clone + Send + Sync + 'static>( in remove_occurrences() 1073 pub fn try_get_one<T: Any + Clone + Send + Sync + 'static>( in try_get_one() 1091 pub fn try_get_many<T: Any + Clone + Send + Sync + 'static>( in try_get_many() 1110 pub fn try_get_occurrences<T: Any + Clone + Send + Sync + 'static>( in try_get_occurrences() 1160 pub fn try_remove_one<T: Any + Clone + Send + Sync + 'static>( in try_remove_one() [all …]
|
D | any_value.rs | 3 inner: std::sync::Arc<dyn std::any::Any + Send + Sync + 'static>, 10 pub(crate) fn new<V: std::any::Any + Clone + Send + Sync + 'static>(inner: V) -> Self { in new() 16 pub(crate) fn downcast_ref<T: std::any::Any + Clone + Send + Sync + 'static>( in downcast_ref() 22 pub(crate) fn downcast_into<T: std::any::Any + Clone + Send + Sync>(self) -> Result<T, Self> { in downcast_into()
|
/third_party/rust/crates/clap/tests/derive/ |
D | generic.rs | 96 T: FromStr + Send + Sync + Clone + 'static, in generic_w_fromstr_trait_bound() 97 <T as FromStr>::Err: std::error::Error + Sync + Send + 'static, in generic_w_fromstr_trait_bound() 135 T: FromStr + Send + Sync + Clone + 'static, in generic_where_clause_w_trailing_comma() 136 <T as FromStr>::Err: std::error::Error + Sync + Send + 'static, in generic_where_clause_w_trailing_comma()
|
/third_party/rust/crates/tracing/tracing/src/ |
D | subscriber.rs | 22 S: Subscriber + Send + Sync + 'static, in with_default() 41 S: Subscriber + Send + Sync + 'static, in set_global_default() 60 S: Subscriber + Send + Sync + 'static, in set_default()
|
/third_party/skia/third_party/externals/angle2/src/libGLESv2/ |
D | egl_ext_stubs_autogen.h | 31 class Sync; variable 37 Sync *syncPacked, 70 EGLBoolean DestroySyncKHR(Thread *thread, egl::Display *dpyPacked, Sync *syncPacked); 71 EGLint DupNativeFenceFDANDROID(Thread *thread, egl::Display *dpyPacked, Sync *syncPacked); 79 Sync *syncPacked, 161 EGLBoolean SignalSyncKHR(Thread *thread, egl::Display *dpyPacked, Sync *syncPacked, EGLenum mode); 182 EGLint WaitSyncKHR(Thread *thread, egl::Display *dpyPacked, Sync *syncPacked, EGLint flags);
|