/external/rust/crates/tokio/src/io/driver/ |
D | registration.rs | 43 pub(crate) struct Registration { 52 unsafe impl Send for Registration {} implementation 53 unsafe impl Sync for Registration {} implementation 57 impl Registration { implementation 73 ) -> io::Result<Registration> { in new_with_interest_and_handle() argument 83 Ok(Registration { handle, shared }) in new_with_interest_and_handle() 210 impl Drop for Registration { implementation 228 impl Registration { impl
|
D | mod.rs | 12 pub(crate) use registration::Registration;
|
/external/tensorflow/tensorflow/compiler/xla/python/ |
D | pytree.h | 42 struct Registration { struct 58 static const Registration* Lookup(pybind11::handle type); argument 74 absl::flat_hash_map<pybind11::object, std::unique_ptr<Registration>, TypeHash, 167 const CustomNodeRegistry::Registration* custom = nullptr; 192 CustomNodeRegistry::Registration const** custom);
|
D | pytree.cc | 50 auto registration = absl::make_unique<Registration>(); in Register() 62 /*static*/ const CustomNodeRegistry::Registration* CustomNodeRegistry::Lookup( in Lookup() 92 const py::handle& obj, CustomNodeRegistry::Registration const** custom) { in GetKind() 185 const CustomNodeRegistry::Registration* custom; in AllLeaves()
|
/external/libchrome/mojo/public/cpp/bindings/lib/ |
D | sequence_local_sync_event_watcher.cc | 227 class SequenceLocalSyncEventWatcher::Registration { class in mojo::SequenceLocalSyncEventWatcher 229 explicit Registration(const SequenceLocalSyncEventWatcher* watcher) in Registration() function in mojo::SequenceLocalSyncEventWatcher::Registration 235 ~Registration() { in ~Registration() 258 DISALLOW_COPY_AND_ASSIGN(Registration); 263 : registration_(std::make_unique<Registration>(this)), in SequenceLocalSyncEventWatcher()
|
/external/rust/crates/tokio/src/io/ |
D | poll_evented.rs | 1 use crate::io::driver::{Handle, Interest, Registration}; 70 registration: Registration, 116 let registration = Registration::new_with_interest_and_handle(&mut io, interest, handle)?; in new_with_interest_and_handle() 129 pub(crate) fn registration(&self) -> &Registration { in registration() argument
|
D | async_fd.rs | 1 use crate::io::driver::{Handle, Interest, ReadyEvent, Registration}; 140 registration: Registration, 200 Registration::new_with_interest_and_handle(&mut SourceFd(&fd), interest, handle)?; in new_with_handle_and_interest()
|
/external/libchrome/mojo/public/cpp/bindings/ |
D | sequence_local_sync_event_watcher.h | 56 class Registration; 60 const std::unique_ptr<Registration> registration_;
|
/external/tensorflow/tensorflow/core/common_runtime/ |
D | copy_tensor.h | 54 class Registration { 56 Registration(DeviceType sender_device_type, DeviceType receiver_device_type, in Registration() function
|
/external/mdnsresponder/Clients/ |
D | ReadMe.txt | 8 platform, like "DNS Service Browser" and "DNS Service Registration", 25 DNS Service Registration Graphical X
|
/external/libxml2/test/valid/dtds/ |
D | xhtml1.dcl | 6 "ISO Registration Number 176//CHARSET 32 BASESET "ISO Registration Number 176//CHARSET
|
/external/rust/crates/tokio/docs/ |
D | reactor-refactor.md | 8 * Refine the `Registration` API. 27 ## Reworking the `Registration` type 29 While `Registration` is made private (per #2728), it remains in Tokio as an 31 `Registration` is updated to support waiting for an arbitrary interest set with 35 struct Registration { ... } 43 impl Registration { 46 pub fn new<T>(io: &T, interest: mio::Ready) -> io::Result<Registration>
|
/external/rust/crates/crossbeam-utils/src/sync/ |
D | sharded_lock.rs | 597 struct Registration { struct 602 impl Drop for Registration { argument 611 static REGISTRATION: Registration = { 625 Registration {
|
/external/llvm-project/compiler-rt/lib/profile/ |
D | InstrProfilingRuntime.cpp | 26 RegisterRuntime Registration; variable
|
/external/compiler-rt/lib/profile/ |
D | InstrProfilingRuntime.cc | 27 RegisterRuntime Registration; variable
|
/external/llvm-project/mlir/lib/CAPI/Registration/ |
D | CMakeLists.txt | 4 Registration.cpp
|
/external/llvm-project/mlir/test/ |
D | APITest.h | 48 static test_detail::TestRegistration name##Registration(name); \
|
/external/chromium-trace/catapult/third_party/polymer/components/webcomponentsjs/ |
D | MutationObserver.js | 152 registration = new Registration(this, target, options); 221 function Registration(observer, target, options) { class 227 Registration.prototype = { class
|
D | CustomElements.js | 152 registration = new Registration(this, target, options); 221 function Registration(observer, target, options) { class 227 Registration.prototype = { class
|
/external/llvm-project/mlir/lib/CAPI/ |
D | CMakeLists.txt | 2 add_subdirectory(Registration)
|
/external/cldr/docs/rfc/ |
D | draft-davis-t-langtag-ext.txt | 72 2.4. BCP47 Registration Form . . . . . . . . . . . . . . . . . 8 74 2.6. Registration of Field Subtags . . . . . . . . . . . . . . 10 75 2.7. Registration of Additional Fields . . . . . . . . . . . . 10 76 2.8. Committee Responses to Registration Proposals . . . . . . 11 396 2.4. BCP47 Registration Form 526 2.6. Registration of Field Subtags 528 Registration of transform mechanisms is requested by filing a ticket 551 2.7. Registration of Additional Fields 568 2.8. Committee Responses to Registration Proposals
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Instrumentation/ |
D | ValueProfilePlugins.inc | 70 ///----------------------- Registration of the plugins -------------------------
|
/external/openscreen/cast/streaming/ |
D | rpc_broker_unittest.cc | 145 TEST_F(RpcBrokerTest, Registration) { in TEST_F() argument
|
/external/llvm-project/llvm/lib/Transforms/Instrumentation/ |
D | ValueProfilePlugins.inc | 92 ///----------------------- Registration of the plugins -------------------------
|
/external/libevent/cmake/ |
D | Copyright.txt | 48 as part of the Insight Segmentation and Registration Toolkit (ITK).
|