Home
last modified time | relevance | path

Searched defs:Handle (Results 1 – 25 of 765) sorted by relevance

12345678910>>...31

/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/vendor/golang.org/x/sys/windows/
Dzsyscall_windows.go596 func ChangeServiceConfig2(service Handle, infoLevel uint32, info *byte) (err error) {
604 func ChangeServiceConfig(service Handle, serviceType uint32, startType uint32, errorControl uint32,…
620 func CloseServiceHandle(handle Handle) (err error) {
628 func ControlService(service Handle, control uint32, status *SERVICE_STATUS) (err error) {
697 func CreateService(mgr Handle, serviceName *uint16, displayName *uint16, access uint32, srvType uin…
714 func CryptAcquireContext(provhandle *Handle, container *uint16, provider *uint16, provtype uint32, …
722 func CryptGenRandom(provhandle Handle, buflen uint32, buf *byte) (err error) {
730 func CryptReleaseContext(provhandle Handle, flags uint32) (err error) {
738 func DeleteService(service Handle) (err error) {
746 func DeregisterEventSource(handle Handle) (err error) {
[all …]
Dsyscall_windows.go20 type Handle uintptr type
492 func GetProcAddressByOrdinal(module Handle, ordinal uintptr) (proc uintptr, err error) {
560 func Read(fd Handle, p []byte) (n int, err error) {
573 func Write(fd Handle, p []byte) (n int, err error) {
585 func ReadFile(fd Handle, p []byte, done *uint32, overlapped *Overlapped) error {
596 func WriteFile(fd Handle, p []byte, done *uint32, overlapped *Overlapped) error {
609 func Seek(fd Handle, offset int64, whence int) (newoffset int64, err error) {
633 func Close(fd Handle) (err error) {
717 func Ftruncate(fd Handle, length int64) (err error) {
741 func Pipe(p []Handle) (err error) {
[all …]
/aosp_15_r20/prebuilts/go/linux-x86/src/syscall/
Dzsyscall_windows.go236 func CryptAcquireContext(provhandle *Handle, container *uint16, provider *uint16, provtype uint32, …
244 func CryptGenRandom(provhandle Handle, buflen uint32, buf *byte) (err error) {
252 func CryptReleaseContext(provhandle Handle, flags uint32) (err error) {
290 func OpenProcessToken(h Handle, access uint32, token *Token) (err error) {
298 func RegCloseKey(key Handle) (regerrno error) {
306 func regEnumKeyEx(key Handle, index uint32, name *uint16, nameLen *uint32, reserved *uint32, class …
314 func RegOpenKeyEx(key Handle, subkey *uint16, options uint32, desiredAccess uint32, result *Handle)…
322 func RegQueryInfoKey(key Handle, class *uint16, classLen *uint32, reserved *uint32, subkeysLen *uin…
330 func RegQueryValueEx(key Handle, name *uint16, reserved *uint32, valtype *uint32, buf *byte, buflen…
338 func CertAddCertificateContextToStore(store Handle, certContext *CertContext, addDisposition uint32…
[all …]
Dsyscall_windows.go22 type Handle uintptr type
420 func Read(fd Handle, p []byte) (n int, err error) {
433 func Write(fd Handle, p []byte) (n int, err error) {
442 func ReadFile(fd Handle, p []byte, done *uint32, overlapped *Overlapped) error {
459 func WriteFile(fd Handle, p []byte, done *uint32, overlapped *Overlapped) error {
484 func setFilePointerEx(handle Handle, distToMove int64, newFilePointer *int64, whence uint32) error {
508 func Seek(fd Handle, offset int64, whence int) (newoffset int64, err error) {
522 func Close(fd Handle) (err error) {
612 func Ftruncate(fd Handle, length int64) (err error) {
636 func Pipe(p []Handle) (err error) {
[all …]
/aosp_15_r20/external/rust/android-crates-io/crates/same-file/src/
Dunix.rs9 pub struct Handle { struct
18 impl Drop for Handle { argument
28 impl Eq for Handle {} implementation
30 impl PartialEq for Handle { implementation
36 impl AsRawFd for crate::Handle { implementation
44 impl IntoRawFd for crate::Handle { implementation
52 impl Hash for Handle { implementation
59 impl Handle { implementation
60 pub fn from_path<P: AsRef<Path>>(p: P) -> io::Result<Handle> { in from_path()
64 pub fn from_file(file: File) -> io::Result<Handle> { in from_file()
[all …]
Dwin.rs51 pub struct Handle { struct
52 kind: HandleKind, argument
59 Owned(winutil::Handle), argument
70 impl Eq for Handle {} implementation
72 impl PartialEq for Handle { implementation
76 if self as *const Handle == other as *const Handle { in eq() constant
85 impl AsRawHandle for crate::Handle { implementation
94 impl IntoRawHandle for crate::Handle { implementation
103 impl Hash for Handle { implementation
109 impl Handle { implementation
[all …]
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.81.0/lib/rustlib/src/rust/library/alloc/src/collections/btree/
H A Dnode.rs762 pub struct Handle<Node, Type> { struct
768 impl<Node: Copy, Type> Copy for Handle<Node, Type> {} argument
771 impl<Node: Copy, Type> Clone for Handle<Node, Type> { implementation
777 impl<Node, Type> Handle<Node, Type> { implementation
789 impl<BorrowType, K, V, NodeType> Handle<NodeRef<BorrowType, K, V, NodeType>, marker::KV> { implementation
807 impl<BorrowType, K, V, NodeType, HandleType> PartialEq implementation
816 impl<BorrowType, K, V, NodeType, HandleType> implementation
826 impl<'a, K, V, NodeType, HandleType> Handle<NodeRef<marker::Mut<'a>, K, V, NodeType>, HandleType> { impl
847 impl<K, V, NodeType, HandleType> Handle<NodeRef<marker::DormantMut, K, V, NodeType>, HandleType> { impl
859 impl<BorrowType, K, V, NodeType> Handle<NodeRef<BorrowType, K, V, NodeType>, marker::Edge> { implementation
[all …]
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0/lib/rustlib/src/rust/library/alloc/src/collections/btree/
H A Dnode.rs762 pub struct Handle<Node, Type> { struct
768 impl<Node: Copy, Type> Copy for Handle<Node, Type> {} argument
771 impl<Node: Copy, Type> Clone for Handle<Node, Type> { implementation
777 impl<Node, Type> Handle<Node, Type> { implementation
789 impl<BorrowType, K, V, NodeType> Handle<NodeRef<BorrowType, K, V, NodeType>, marker::KV> { impl
807 impl<BorrowType, K, V, NodeType, HandleType> PartialEq implementation
816 impl<BorrowType, K, V, NodeType, HandleType> implementation
826 impl<'a, K, V, NodeType, HandleType> Handle<NodeRef<marker::Mut<'a>, K, V, NodeType>, HandleType> { implementation
847 impl<K, V, NodeType, HandleType> Handle<NodeRef<marker::DormantMut, K, V, NodeType>, HandleType> { impl
859 impl<BorrowType, K, V, NodeType> Handle<NodeRef<BorrowType, K, V, NodeType>, marker::Edge> { implementation
[all …]
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.80.1/lib/rustlib/src/rust/library/alloc/src/collections/btree/
H A Dnode.rs762 pub struct Handle<Node, Type> { struct
768 impl<Node: Copy, Type> Copy for Handle<Node, Type> {} implementation
771 impl<Node: Copy, Type> Clone for Handle<Node, Type> { implementation
777 impl<Node, Type> Handle<Node, Type> { implementation
789 impl<BorrowType, K, V, NodeType> Handle<NodeRef<BorrowType, K, V, NodeType>, marker::KV> { implementation
807 impl<BorrowType, K, V, NodeType, HandleType> PartialEq implementation
816 impl<BorrowType, K, V, NodeType, HandleType> implementation
826 impl<'a, K, V, NodeType, HandleType> Handle<NodeRef<marker::Mut<'a>, K, V, NodeType>, HandleType> { implementation
847 impl<K, V, NodeType, HandleType> Handle<NodeRef<marker::DormantMut, K, V, NodeType>, HandleType> { impl
859 impl<BorrowType, K, V, NodeType> Handle<NodeRef<BorrowType, K, V, NodeType>, marker::Edge> { impl
[all …]
/aosp_15_r20/prebuilts/rust/linux-x86/1.80.1/lib/rustlib/src/rust/library/alloc/src/collections/btree/
H A Dnode.rs762 pub struct Handle<Node, Type> { struct
768 impl<Node: Copy, Type> Copy for Handle<Node, Type> {} argument
771 impl<Node: Copy, Type> Clone for Handle<Node, Type> { implementation
777 impl<Node, Type> Handle<Node, Type> { impl
789 impl<BorrowType, K, V, NodeType> Handle<NodeRef<BorrowType, K, V, NodeType>, marker::KV> { impl
807 impl<BorrowType, K, V, NodeType, HandleType> PartialEq implementation
816 impl<BorrowType, K, V, NodeType, HandleType> implementation
826 impl<'a, K, V, NodeType, HandleType> Handle<NodeRef<marker::Mut<'a>, K, V, NodeType>, HandleType> { implementation
847 impl<K, V, NodeType, HandleType> Handle<NodeRef<marker::DormantMut, K, V, NodeType>, HandleType> { implementation
859 impl<BorrowType, K, V, NodeType> Handle<NodeRef<BorrowType, K, V, NodeType>, marker::Edge> { impl
[all …]
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0.u1/lib/rustlib/src/rust/library/alloc/src/collections/btree/
H A Dnode.rs762 pub struct Handle<Node, Type> { struct
768 impl<Node: Copy, Type> Copy for Handle<Node, Type> {} argument
771 impl<Node: Copy, Type> Clone for Handle<Node, Type> { implementation
777 impl<Node, Type> Handle<Node, Type> { implementation
789 impl<BorrowType, K, V, NodeType> Handle<NodeRef<BorrowType, K, V, NodeType>, marker::KV> { impl
807 impl<BorrowType, K, V, NodeType, HandleType> PartialEq implementation
816 impl<BorrowType, K, V, NodeType, HandleType> implementation
826 impl<'a, K, V, NodeType, HandleType> Handle<NodeRef<marker::Mut<'a>, K, V, NodeType>, HandleType> { impl
847 impl<K, V, NodeType, HandleType> Handle<NodeRef<marker::DormantMut, K, V, NodeType>, HandleType> { implementation
859 impl<BorrowType, K, V, NodeType> Handle<NodeRef<BorrowType, K, V, NodeType>, marker::Edge> { impl
[all …]
/aosp_15_r20/external/tink/go/keyset/
H A Dhandle.go36 type Handle struct { struct
55 return nil, fmt.Errorf("keyset.Handle: cannot generate new keyset: %s", err)
121 return nil, fmt.Errorf("keyset.Handle: %s", err)
139 func (h *Handle) String() string {
149 func (h *Handle) KeysetInfo() *tinkpb.KeysetInfo {
154 func (h *Handle) Write(writer Writer, masterKey tink.AEAD) error {
159 …*Handle) WriteWithAssociatedData(writer Writer, masterKey tink.AEAD, associatedData []byte) error {
169 func (h *Handle) WriteWithNoSecrets(w Writer) error {
183 func (h *Handle) Primitives() (*primitiveset.PrimitiveSet, error) {
199 … (h *Handle) PrimitivesWithKeyManager(km registry.KeyManager) (*primitiveset.PrimitiveSet, error) {
[all …]
/aosp_15_r20/external/rust/android-crates-io/crates/drm/src/control/
Dmod.rs170 fn plane_handles(&self) -> io::Result<Vec<plane::Handle>> { in plane_handles()
189 handle: connector::Handle, in get_connector()
260 handle: crtc::Handle, in set_crtc()
261 framebuffer: Option<framebuffer::Handle>, in set_crtc()
263 conns: &[connector::Handle], in set_crtc()
298 handle: framebuffer::Handle, in get_planar_framebuffer()
394 fn dirty_framebuffer(&self, handle: framebuffer::Handle, clips: &[ClipRect]) -> io::Result<()> { in dirty_framebuffer()
429 handle: plane::Handle, in set_plane()
430 crtc: crtc::Handle, in set_plane()
431 framebuffer: Option<framebuffer::Handle>, in set_plane()
[all …]
/aosp_15_r20/external/rust/android-crates-io/crates/tokio/src/runtime/io/
Ddriver.rs32 pub(crate) struct Handle { struct
34 registry: mio::Registry,
37 registrations: RegistrationSet,
40 synced: Mutex<registration_set::Synced>,
45 waker: mio::Waker,
47 pub(crate) metrics: IoDriverMetrics,
94 pub(crate) fn new(nevents: usize) -> io::Result<(Driver, Handle)> { in new() argument
120 pub(crate) fn park(&mut self, rt_handle: &driver::Handle) { in park()
125 pub(crate) fn park_timeout(&mut self, rt_handle: &driver::Handle, duration: Duration) { in park_timeout()
130 pub(crate) fn shutdown(&mut self, rt_handle: &driver::Handle) { in shutdown()
[all …]
/aosp_15_r20/external/rust/android-crates-io/crates/tokio/src/runtime/scheduler/multi_thread_alt/
Dhandle.rs18 pub(crate) struct Handle { struct
23 pub(crate) driver: driver::Handle, argument
35 impl Handle { argument
74 impl Handle { impl
81 impl fmt::Debug for Handle { implementation
/aosp_15_r20/external/rust/android-crates-io/crates/tokio/src/runtime/scheduler/multi_thread/
Dhandle.rs20 pub(crate) struct Handle { struct
25 pub(crate) driver: driver::Handle, argument
37 impl Handle { implementation
72 impl Handle { impl
79 impl fmt::Debug for Handle { implementation
/aosp_15_r20/external/rust/android-crates-io/crates/tokio/src/runtime/
Ddriver.rs21 pub(crate) struct Handle { struct
23 pub(crate) io: IoHandle, argument
27 pub(crate) signal: SignalHandle, argument
30 pub(crate) time: TimeHandle, argument
47 pub(crate) fn new(cfg: Cfg) -> io::Result<(Self, Handle)> { in new() argument
70 pub(crate) fn park(&mut self, handle: &Handle) { in park()
74 pub(crate) fn park_timeout(&mut self, handle: &Handle, duration: Duration) { in park_timeout()
78 pub(crate) fn shutdown(&mut self, handle: &Handle) { in shutdown()
83 impl Handle { implementation
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0/lib/rustlib/src/rust/library/std/src/sys/pal/windows/
H A Dhandle.rs20 pub struct Handle(OwnedHandle); struct
22 impl Handle { implementation
23 pub fn new_event(manual: bool, init: bool) -> io::Result<Handle> { in new_event()
36 impl AsInner<OwnedHandle> for Handle { implementation
43 impl IntoInner<OwnedHandle> for Handle { implementation
49 impl FromInner<OwnedHandle> for Handle { implementation
55 impl AsHandle for Handle { implementation
61 impl AsRawHandle for Handle { implementation
67 impl IntoRawHandle for Handle { implementation
73 impl FromRawHandle for Handle { implementation
[all …]
/aosp_15_r20/prebuilts/rust/linux-x86/1.80.1/lib/rustlib/src/rust/library/std/src/sys/pal/windows/
H A Dhandle.rs20 pub struct Handle(OwnedHandle); struct
22 impl Handle { implementation
23 pub fn new_event(manual: bool, init: bool) -> io::Result<Handle> { in new_event()
36 impl AsInner<OwnedHandle> for Handle { implementation
43 impl IntoInner<OwnedHandle> for Handle { implementation
49 impl FromInner<OwnedHandle> for Handle { implementation
55 impl AsHandle for Handle { implementation
61 impl AsRawHandle for Handle { implementation
67 impl IntoRawHandle for Handle { implementation
73 impl FromRawHandle for Handle { implementation
[all …]
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.81.0/lib/rustlib/src/rust/library/std/src/sys/pal/windows/
H A Dhandle.rs20 pub struct Handle(OwnedHandle); struct
22 impl Handle { impl
23 pub fn new_event(manual: bool, init: bool) -> io::Result<Handle> { in new_event()
36 impl AsInner<OwnedHandle> for Handle { implementation
43 impl IntoInner<OwnedHandle> for Handle { implementation
49 impl FromInner<OwnedHandle> for Handle { implementation
55 impl AsHandle for Handle { implementation
61 impl AsRawHandle for Handle { implementation
67 impl IntoRawHandle for Handle { implementation
73 impl FromRawHandle for Handle { implementation
[all …]
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.80.1/lib/rustlib/src/rust/library/std/src/sys/pal/windows/
H A Dhandle.rs20 pub struct Handle(OwnedHandle); struct
22 impl Handle { implementation
23 pub fn new_event(manual: bool, init: bool) -> io::Result<Handle> { in new_event()
36 impl AsInner<OwnedHandle> for Handle { implementation
43 impl IntoInner<OwnedHandle> for Handle { implementation
49 impl FromInner<OwnedHandle> for Handle { implementation
55 impl AsHandle for Handle { implementation
61 impl AsRawHandle for Handle { implementation
67 impl IntoRawHandle for Handle { implementation
73 impl FromRawHandle for Handle { implementation
[all …]
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0.u1/lib/rustlib/src/rust/library/std/src/sys/pal/windows/
H A Dhandle.rs20 pub struct Handle(OwnedHandle); struct
22 impl Handle { implementation
23 pub fn new_event(manual: bool, init: bool) -> io::Result<Handle> { in new_event()
36 impl AsInner<OwnedHandle> for Handle { implementation
43 impl IntoInner<OwnedHandle> for Handle { implementation
49 impl FromInner<OwnedHandle> for Handle { implementation
55 impl AsHandle for Handle { implementation
61 impl AsRawHandle for Handle { implementation
67 impl IntoRawHandle for Handle { implementation
73 impl FromRawHandle for Handle { implementation
[all …]
/aosp_15_r20/external/rust/android-crates-io/crates/tokio/src/runtime/scheduler/current_thread/
Dmod.rs36 pub(crate) struct Handle { struct
41 pub(crate) driver: driver::Handle, argument
44 pub(crate) blocking_spawner: blocking::Spawner,
47 pub(crate) seed_generator: RngSeedGenerator,
50 pub(crate) task_hooks: TaskHooks,
53 pub(crate) local_tid: Option<ThreadId>,
130 driver_handle: driver::Handle, in new()
135 ) -> (CurrentThread, Arc<Handle>) { in new()
181 pub(crate) fn block_on<F: Future>(&self, handle: &scheduler::Handle, future: F) -> F::Output { in block_on()
235 pub(crate) fn shutdown(&mut self, handle: &scheduler::Handle) { in shutdown()
[all …]
/aosp_15_r20/trusty/user/base/lib/tipc/rust/src/
Dservice.rs179 pub fn handle(&self) -> &Handle { in handle()
234 fn try_new_connection(handle: Handle, data: D::Connection) -> Result<Rc<Self>> { in try_new_connection()
394 handle: &Handle, in on_connect()
408 handle: &Handle, in on_message()
428 handle: &Handle, in on_connect()
445 handle: &Handle, in on_message()
464 handle: &Handle, in on_connect()
473 handle: &Handle, in on_message()
620 handle: &Handle, in on_connect()
634 handle: &Handle, in on_message()
[all …]
/aosp_15_r20/external/rust/android-crates-io/crates/tokio/src/runtime/scheduler/
Dmod.rs33 pub(crate) enum Handle { enum
61 impl Handle { implementation
63 pub(crate) fn driver(&self) -> &driver::Handle { in driver()
103 impl Handle { impl
221 impl Handle { impl
244 impl Handle { impl
320 impl Handle { impl

12345678910>>...31