Home
last modified time | relevance | path

Searched refs:get_handle (Results 1 – 25 of 62) sorted by relevance

123

/external/llvm-project/lld/test/wasm/
Doptional-symbol.s2 # RUN: wasm-ld --export=get_handle %t.o -o %t.wasm
4 .globl get_handle symbol
5 get_handle: label
6 .functype get_handle () -> (i32)
/external/rust/crates/shared_child/src/
Dlib.rs103 fn get_handle(&self) -> sys::Handle { in get_handle() method
104 sys::get_handle(&self.child.lock().unwrap()) in get_handle()
146 let noreap_result = sys::wait_without_reaping(self.get_handle()); in wait()
183 if sys::try_wait_without_reaping(self.get_handle())? { in try_wait()
315 sys::wait_without_reaping(sys::get_handle(&child)).unwrap(); in test_waitid_after_exit_doesnt_hang()
318 sys::wait_without_reaping(sys::get_handle(&child)).unwrap(); in test_waitid_after_exit_doesnt_hang()
/external/tensorflow/tensorflow/core/common_runtime/
Dbfc_allocator.cc188 maybe_extended_region->get_handle(maybe_extended_region->ptr()); in Extend()
308 ChunkHandle h = region_manager_.get_handle(region.ptr()); in DeallocateFreeRegions()
370 ChunkHandle h = region_manager_.get_handle(it->ptr()); in DeallocateRegions()
486 BFCAllocator::Chunk* chunk = ChunkFromHandle(region_manager_.get_handle(ptr)); in AddTraceMe()
650 BFCAllocator::ChunkHandle h = region_manager_.get_handle(ptr); in DeallocateRawInternal()
823 h = region_manager_.get_handle(c->ptr); in MergeTimestampedChunks()
858 ChunkHandle h = region_manager_.get_handle(ptr); in MergeTimestampedChunks()
890 BFCAllocator::ChunkHandle h = region_manager_.get_handle(ptr); in RequestedSize()
899 BFCAllocator::ChunkHandle h = region_manager_.get_handle(ptr); in AllocatedSize()
908 BFCAllocator::ChunkHandle h = region_manager_.get_handle(ptr); in AllocationId()
[all …]
Dbfc_allocator.h311 ChunkHandle get_handle(const void* p) const { in get_handle() function
399 ChunkHandle get_handle(const void* p) const { in get_handle() function
400 return RegionFor(p)->get_handle(p); in get_handle()
/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_stackdepotbase.h108 if (node) return node->get_handle(); in Put()
115 return node->get_handle(); in Put()
133 return s->get_handle(); in Put()
Dsanitizer_stackdepot.cc83 StackDepotHandle get_handle() { return StackDepotHandle(this); } in get_handle() function
/external/llvm-project/compiler-rt/lib/sanitizer_common/
Dsanitizer_stackdepotbase.h110 if (node) return node->get_handle(); in Put()
117 return node->get_handle(); in Put()
135 return s->get_handle(); in Put()
Dsanitizer_stackdepot.cpp69 StackDepotHandle get_handle() { return StackDepotHandle(this); } in get_handle() function
/external/rust/crates/shared_child/src/sys/
Dwindows.rs15 pub fn get_handle(child: &Child) -> Handle { in get_handle() function
Dunix.rs8 pub fn get_handle(child: &Child) -> Handle { in get_handle() function
/external/openssh/
Dsftp-server.c469 get_handle(struct sshbuf *queue, int *hp) in get_handle() function
728 if ((r = get_handle(iqueue, &handle)) != 0) in process_close()
746 if ((r = get_handle(iqueue, &handle)) != 0 || in process_read()
787 if ((r = get_handle(iqueue, &handle)) != 0 || in process_write()
867 if ((r = get_handle(iqueue, &handle)) != 0) in process_fstat()
964 if ((r = get_handle(iqueue, &handle)) != 0 || in process_fsetstat()
1060 if ((r = get_handle(iqueue, &handle)) != 0) in process_readdir()
1339 if ((r = get_handle(iqueue, &handle)) != 0) in process_extended_fstatvfs()
1377 if ((r = get_handle(iqueue, &handle)) != 0) in process_extended_fsync()
Dsftp-client.c96 get_handle(struct sftp_conn *conn, u_int expected_id, size_t *len,
247 get_handle(struct sftp_conn *conn, u_int expected_id, size_t *len, in get_handle() function
559 handle = get_handle(conn, id, &handle_len, in do_lsreaddir()
1260 handle = get_handle(conn, id, &handle_len, in do_download()
1696 handle = get_handle(conn, id, &handle_len, in do_upload()
/external/llvm-project/compiler-rt/lib/msan/
Dmsan_chained_origin_depot.cpp97 Handle get_handle() { return Handle(this); } in get_handle() function
/external/compiler-rt/lib/msan/
Dmsan_chained_origin_depot.cc98 Handle get_handle() { return Handle(this); } in get_handle() function
/external/tensorflow/tensorflow/lite/delegates/nnapi/
Dnnapi_delegate_kernel.h165 ANeuralNetworksMemory* get_handle() { return nn_memory_handle_; } in get_handle() function
Dnnapi_delegate.cc3990 nn_input_memory_->get_handle(), input_offset, tensor_size), in Invoke()
4001 nn_input_memory_->get_handle(), input_offset, tensor->bytes), in Invoke()
4048 nn_output_memory_->get_handle(), output_offset, tensor->bytes), in Invoke()
/external/libchrome/ipc/
Dipc_message_utils.cc747 *r = base::SharedMemoryHandle(handle_win.get_handle(), in Read()
750 *r = base::SharedMemoryHandle(handle_fuchsia.get_handle(), in Read()
946 base::win::ScopedHandle(handle_win.get_handle()), mode, size, guid); in Read()
952 zx::vmo(handle_fuchsia.get_handle()), mode, size, guid); in Read()
1086 *r = PlatformFileForTransit(handle_win.get_handle()); in Read()
/external/tensorflow/tensorflow/python/saved_model/
Dload.py95 def get_handle(x): function
112 captured_inputs = list(map(get_handle, captured_inputs))
Dload_test.py1843 def get_handle(): function
1854 handle = get_handle()
1866 return get_handle()
/external/mesa3d/src/mesa/main/
Dshaderapi.c563 get_handle(struct gl_context *ctx, GLenum pname) in get_handle() function
1870 return get_handle(ctx, pname); in _mesa_GetHandleARB()
/external/selinux/python/semanage/
Dseobject.py256 self.sh = self.get_handle(self.store)
269 def get_handle(self, store): member in semanageRecords
/external/deqp/external/openglcts/data/mustpass/gles/khronos_mustpass/3.2.4.x/
Dgles2-gtf-master.txt1160 GTF-GLES2.gtf.GL2Tests.get_handle.successfulcompilevert_successfulcompilefrag_gethandle
1161 GTF-GLES2.gtf.GL2Tests.get_handle.programhandlezero_useprogram
/external/deqp/external/openglcts/data/mustpass/gles/khronos_mustpass/3.2.2.x/src/
Dgles2-gtf-master.txt1144 GTF-GLES2.gtf.GL2Tests.get_handle.successfulcompilevert_successfulcompilefrag_gethandle
1145 GTF-GLES2.gtf.GL2Tests.get_handle.programhandlezero_useprogram
/external/deqp/external/openglcts/data/mustpass/gles/khronos_mustpass/3.2.4.x/src/
Dgles2-gtf-master.txt1160 GTF-GLES2.gtf.GL2Tests.get_handle.successfulcompilevert_successfulcompilefrag_gethandle
1161 GTF-GLES2.gtf.GL2Tests.get_handle.programhandlezero_useprogram
/external/deqp/external/openglcts/data/mustpass/gles/khronos_mustpass/3.2.3.x/src/
Dgles2-gtf-master.txt1144 GTF-GLES2.gtf.GL2Tests.get_handle.successfulcompilevert_successfulcompilefrag_gethandle
1145 GTF-GLES2.gtf.GL2Tests.get_handle.programhandlezero_useprogram

123