Home
last modified time | relevance | path

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

12345

/external/mesa3d/src/gallium/drivers/swr/rasterizer/archrast/
Darchrast.cpp78 virtual void Handle(const Start& event) {} in Handle() function in ArchRast::EventHandlerStatsFile
79 virtual void Handle(const End& event) {} in Handle() function in ArchRast::EventHandlerStatsFile
81 virtual void Handle(const EarlyDepthStencilInfoSingleSample& event) in Handle() function in ArchRast::EventHandlerStatsFile
93 virtual void Handle(const EarlyDepthStencilInfoSampleRate& event) in Handle() function in ArchRast::EventHandlerStatsFile
105 virtual void Handle(const EarlyDepthStencilInfoNullPS& event) in Handle() function in ArchRast::EventHandlerStatsFile
117 virtual void Handle(const LateDepthStencilInfoSingleSample& event) in Handle() function in ArchRast::EventHandlerStatsFile
129 virtual void Handle(const LateDepthStencilInfoSampleRate& event) in Handle() function in ArchRast::EventHandlerStatsFile
141 virtual void Handle(const LateDepthStencilInfoNullPS& event) in Handle() function in ArchRast::EventHandlerStatsFile
153 virtual void Handle(const EarlyDepthInfoPixelRate& event) in Handle() function in ArchRast::EventHandlerStatsFile
162 virtual void Handle(const LateDepthInfoPixelRate& event) in Handle() function in ArchRast::EventHandlerStatsFile
[all …]
/external/compiler-rt/lib/msan/
Dmsan_chained_origin_depot.cc88 struct Handle { struct
89 ChainedOriginDepotNode *node_;
90 Handle() : node_(nullptr) {} in Handle() argument
91 explicit Handle(ChainedOriginDepotNode *node) : node_(node) {} in Handle() argument
92 bool valid() { return node_; } in valid()
93 u32 id() { return node_->id; } in id()
94 int here_id() { return node_->here_id; } in here_id()
95 int prev_id() { return node_->prev_id; } in prev_id()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Support/
DDynamicLibrary.cpp43 HandleList::iterator Find(void *Handle) { in Find()
47 bool Contains(void *Handle) { in Contains()
51 bool AddLibrary(void *Handle, bool IsProcess = false, bool CanClose = true) { in AddLibrary()
79 for (void *Handle : Handles) { in LibLookup() local
84 for (void *Handle : llvm::reverse(Handles)) { in LibLookup() local
155 void *Handle = HandleSet::DLOpen(FileName, Err); in getPermanentLibrary() local
164 DynamicLibrary DynamicLibrary::addPermanentLibrary(void *Handle, in addPermanentLibrary()
/external/e2fsprogs/lib/ext2fs/
Dnt_io.c208 HANDLE Handle; member
389 OUT PHANDLE Handle, in _OpenNtName()
497 OUT PHANDLE Handle, in _OpenDriveLetter()
517 IN HANDLE Handle in _FlushDrive()
533 IN HANDLE Handle in _LockDrive()
549 IN HANDLE Handle in _UnlockDrive()
560 IN HANDLE Handle in _DismountDrive()
576 IN HANDLE Handle in _IsMounted()
590 IN HANDLE Handle in _CloseDisk()
816 OUT PHANDLE Handle, in _Ext2OpenDevice()
[all …]
/external/syzkaller/vendor/cloud.google.com/go/iam/
Diam.go69 type Handle struct { struct
70 c client
71 resource string
94 func (h *Handle) Policy(ctx context.Context) (*Policy, error) {
106 func (h *Handle) SetPolicy(ctx context.Context, policy *Policy) error {
111 func (h *Handle) TestPermissions(ctx context.Context, permissions []string) ([]string, error) {
/external/perfetto/src/profiling/memory/
Dsystem_property.cc28 SystemProperties::Handle::Handle(Handle&& other) { in Handle() function in perfetto::profiling::SystemProperties::Handle
44 SystemProperties::Handle::Handle(SystemProperties* system_properties) in Handle() function in perfetto::profiling::SystemProperties::Handle
47 SystemProperties::Handle::Handle(SystemProperties* system_properties, in Handle() function in perfetto::profiling::SystemProperties::Handle
/external/libese/libese-hw/nxp/pn80t/
Dlinux_spidev.c33 struct Handle { struct
34 int spi_fd;
35 struct NxpSpiBoard *board;
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/IR/
DPassBuilderCallbacksTest.cpp58 DerivedT *Handle; member in __anon36e786b70111::MockAnalysisHandleBase::Analysis
60 Analysis(DerivedT &Handle) : Handle(&Handle) { in Analysis()
69 DerivedT *Handle; member in __anon36e786b70111::MockAnalysisHandleBase::Analysis::Result
71 Result(DerivedT &Handle) : Handle(&Handle) {} in Result()
132 DerivedT *Handle; member in __anon36e786b70111::MockPassHandleBase::Pass
134 Pass(DerivedT &Handle) : Handle(&Handle) { in Pass()
/external/v8/src/parsing/
Dscanner-character-streams.h15 class Handle; variable
/external/v8/src/
Dfield-type.h15 class Handle; variable
/external/skqp/include/utils/
DSkEventTracer.h24 typedef uint64_t Handle; typedef
/external/skia/include/utils/
DSkEventTracer.h24 typedef uint64_t Handle; typedef
/external/libchrome/base/
Dsync_socket.h36 typedef HANDLE Handle; typedef
/external/libchrome/mojo/public/java/system/src/org/chromium/mojo/system/
DHandle.java14 public interface Handle extends Closeable { interface
/external/grpc-grpc/src/csharp/Grpc.Core/Internal/
DMetadataArraySafeHandle.cs79 internal IntPtr Handle property in Grpc.Core.Internal.MetadataArraySafeHandle
DRequestCallContextSafeHandle.cs46 public IntPtr Handle property in Grpc.Core.Internal.RequestCallContextSafeHandle
/external/libchrome/mojo/public/cpp/system/
Dhandle.h157 Handle() : value_(kInvalidHandleValue) {} in Handle() function
158 explicit Handle(MojoHandle value) : value_(value) {} in Handle() function
/external/webrtc/webrtc/modules/desktop_capture/
Dshared_memory.h34 typedef HANDLE Handle; typedef
/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_addrhashmap.h101 AddrHashMap<T, kSize>::Handle::Handle(AddrHashMap<T, kSize> *map, uptr addr) { in Handle() function
110 AddrHashMap<T, kSize>::Handle::Handle(AddrHashMap<T, kSize> *map, uptr addr, in Handle() function
120 AddrHashMap<T, kSize>::Handle::Handle(AddrHashMap<T, kSize> *map, uptr addr, in Handle() function
/external/v8/src/interpreter/
Dhandler-table-builder.h17 class Handle; variable
/external/openssh/
Dsftp-server.c271 typedef struct Handle Handle; typedef
272 struct Handle { struct
288 Handle *handles = NULL; argument
/external/skia/include/core/
DSkRasterHandleAllocator.h41 typedef void* Handle; typedef
/external/skqp/include/core/
DSkRasterHandleAllocator.h41 typedef void* Handle; typedef
/external/perfetto/include/perfetto/public/
Dconsumer_api.h92 using Handle = int64_t; variable
/external/deqp/external/vulkancts/framework/vulkan/
DvkDefs.hpp78 class Handle class
81 Handle (void) {} // \note Left uninitialized on purpose in Handle() function in vk::Handle
82 Handle (deUint64 internal) : m_internal(internal) {} in Handle() function in vk::Handle

12345