Home
last modified time | relevance | path

Searched refs:Registration (Results 1 – 25 of 72) sorted by relevance

123

/external/rust/crates/tokio/src/io/driver/
Dregistration.rs43 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
Dmod.rs12 pub(crate) use registration::Registration;
/external/tensorflow/tensorflow/compiler/xla/python/
Dpytree.h42 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);
Dpytree.cc50 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/
Dsequence_local_sync_event_watcher.cc227 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/
Dpoll_evented.rs1 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
Dasync_fd.rs1 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/
Dsequence_local_sync_event_watcher.h56 class Registration;
60 const std::unique_ptr<Registration> registration_;
/external/tensorflow/tensorflow/core/common_runtime/
Dcopy_tensor.h54 class Registration {
56 Registration(DeviceType sender_device_type, DeviceType receiver_device_type, in Registration() function
/external/libxml2/test/valid/dtds/
Dxhtml1.dcl6 "ISO Registration Number 176//CHARSET
32 BASESET "ISO Registration Number 176//CHARSET
/external/mdnsresponder/Clients/
DReadMe.txt8 platform, like "DNS Service Browser" and "DNS Service Registration",
25 DNS Service Registration Graphical X
/external/rust/crates/tokio/docs/
Dreactor-refactor.md8 * 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/
Dsharded_lock.rs597 struct Registration { struct
602 impl Drop for Registration { argument
611 static REGISTRATION: Registration = {
625 Registration {
/external/llvm-project/compiler-rt/lib/profile/
DInstrProfilingRuntime.cpp26 RegisterRuntime Registration; variable
/external/compiler-rt/lib/profile/
DInstrProfilingRuntime.cc27 RegisterRuntime Registration; variable
/external/llvm-project/mlir/lib/CAPI/Registration/
DCMakeLists.txt4 Registration.cpp
/external/llvm-project/mlir/test/
DAPITest.h48 static test_detail::TestRegistration name##Registration(name); \
/external/chromium-trace/catapult/third_party/polymer/components/webcomponentsjs/
DMutationObserver.js152 registration = new Registration(this, target, options);
221 function Registration(observer, target, options) { class
227 Registration.prototype = { class
DCustomElements.js152 registration = new Registration(this, target, options);
221 function Registration(observer, target, options) { class
227 Registration.prototype = { class
/external/llvm-project/mlir/lib/CAPI/
DCMakeLists.txt2 add_subdirectory(Registration)
/external/cldr/docs/rfc/
Ddraft-davis-t-langtag-ext.txt72 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/
DValueProfilePlugins.inc70 ///----------------------- Registration of the plugins -------------------------
/external/openscreen/cast/streaming/
Drpc_broker_unittest.cc145 TEST_F(RpcBrokerTest, Registration) { in TEST_F() argument
/external/llvm-project/llvm/lib/Transforms/Instrumentation/
DValueProfilePlugins.inc92 ///----------------------- Registration of the plugins -------------------------
/external/libevent/cmake/
DCopyright.txt48 as part of the Insight Segmentation and Registration Toolkit (ITK).

123