Home
last modified time | relevance | path

Searched refs:owns (Results 1 – 25 of 215) sorted by relevance

123456789

/external/llvm-project/lldb/source/API/
DSBBroadcaster.cpp30 SBBroadcaster::SBBroadcaster(lldb_private::Broadcaster *broadcaster, bool owns) in SBBroadcaster() argument
31 : m_opaque_sp(owns ? broadcaster : nullptr), m_opaque_ptr(broadcaster) {} in SBBroadcaster()
131 void SBBroadcaster::reset(Broadcaster *broadcaster, bool owns) { in reset() argument
132 if (owns) in reset()
/external/Reactive-Extensions/RxCpp/
DDeveloperManual.md7 …``` owns a timeline that is exposed by the ```now()``` method. ```scheduler``` is also a factory f…
9 ```worker``` owns a queue of pending ```schedulable```s for the timeline and has a lifetime. When t…
11 ```schedulable``` owns a function and has a ```worker``` and a ```lifetime```. When the ```schedula…
/external/llvm-project/lldb/source/Host/windows/
DHostThreadWindows.cpp33 void HostThreadWindows::SetOwnsHandle(bool owns) { m_owns_handle = owns; } in SetOwnsHandle() argument
DHostProcessWindows.cpp38 void HostProcessWindows::SetOwnsHandle(bool owns) { m_owns_handle = owns; } in SetOwnsHandle() argument
/external/llvm-project/lldb/include/lldb/API/
DSBBroadcaster.h71 SBBroadcaster(lldb_private::Broadcaster *broadcaster, bool owns);
75 void reset(lldb_private::Broadcaster *broadcaster, bool owns);
/external/icu/icu4c/source/data/unit/
Dcy.txt1069 few{"{0} owns"}
1070 many{"{0} owns"}
1071 one{"{0} owns"}
1072 other{"{0} owns"}
1073 per{"{0} yr owns"}
1074 two{"{0} owns"}
1075 zero{"{0} owns"}
1079 few{"{0} owns pwysau aur"}
1080 many{"{0} owns pwysau aur"}
1081 one{"{0} owns pwysau aur"}
[all …]
/external/rust/crates/managed/
DREADME.md28 * an object implementing the trait `DeviceT`, which it owns;
29 * a slice of `IPAddress`es, which it either owns or borrows mutably;
30 * a slice of `Socket`s, which it either owns or borrows mutably, and which further either
/external/llvm-project/lldb/include/lldb/Host/windows/
DHostThreadWindows.h27 void SetOwnsHandle(bool owns);
DHostProcessWindows.h25 void SetOwnsHandle(bool owns);
/external/pdfium/xfa/fxfa/
DREADME.md29 CXFA_FFField is the base class for widgets. It owns a lower level CFWL widget
/external/libchrome/mojo/public/js/
DREADME.md77 * For each Mojom interface `Foo`, there is a generated `FooPtr` class. It owns
80 * `mojo.Binding` owns an `InterfaceRequest`. It listens on the message pipe
192 It owns an `AssociatedInterfacePtrInfo`. It is the client side of an
194 * `mojo.AssociatedBinding` owns an `AssociatedInterfaceRequest`. It listens on
/external/python/cryptography/docs/hazmat/primitives/asymmetric/
Dindex.rst16 or group) actually owns that private key, providing authentication.
/external/perfetto/src/traced/service/
DBUILD.gn18 # connections, handles the coordination of the tracing sessions and owns the
/external/libwebsockets/plugins/raw-proxy/
DREADME.md45 For a usage where the plugin "owns" the whole vhost, you should enable the
/external/grpc-grpc/doc/core/
Dgrpc-error.md43 * If `grpc_error` is returned by a function, the caller owns a ref to that
52 > If `grpc_error` is returned by a function, the caller owns a ref to that
/external/fonttools/
DCONTRIBUTING.md15 If you make a pull request, you (or the organization that owns your copyrights) should be listed in…
/external/bcc/tools/
Dtcpstates_example.txt21 process ID and command name: these may show the process that owns the TCP
/external/cros/system_api/dbus/vm_applications/
Dapps.proto34 // If set, the package_id of the installed package that owns this .desktop
/external/tensorflow/tensorflow/lite/tools/optimize/g3doc/
Dquantize_weights.md60 `flatbuffers::FlatBufferBuilder` which owns the underlying buffer of the created
/external/wpa_supplicant_8/wpa_supplicant/
DREADME-P2P232 adv_mac - Mandatory MAC address that owns/registered the service
237 session_mac - Mandatory MAC address that owns/initiated the session
257 adv_mac - Mandatory MAC address that owns/registered the service
262 session_mac - Mandatory MAC address that owns/initiated the session
804 adv_mac - always MAC address that owns/registered the service
808 session_mac - always MAC address that owns/initiated the session
823 adv_mac - always MAC address that owns/registered the service
826 session_mac - always MAC address that owns/initiated the session
/external/grpc-grpc/src/python/grpcio/
DREADME.rst70 which in turn is likely because your operating system's package manager owns
/external/llvm-project/mlir/docs/
DCAPI.md66 If the code owns an object, it is responsible for destroying the object when it
67 is no longer necessary. If an object that owns other objects is destroyed, any
/external/libpcap/doc/
DREADME.macos27 "admin" group owns them, and will change the permission of the BPF
/external/angle/src/libANGLE/renderer/vulkan/
DREADME.md19 The [`RendererVk`](RendererVk.cpp) class represents an `EGLDisplay`. `RendererVk` owns shared global
/external/python/cpython2/Doc/library/
Dthreading.rst460 locks. In the locked state, some thread owns the lock; in the unlocked state,
461 no thread owns it.
464 the thread owns the lock. To unlock the lock, a thread calls its
475 When invoked without arguments: if this thread already owns the lock, increment
477 thread owns the lock, block until the lock is unlocked. Once the lock is
499 Only call this method when the calling thread owns the lock. A

123456789