/external/llvm-project/lld/test/wasm/ |
D | optional-symbol.s | 2 # 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/ |
D | lib.rs | 103 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/ |
D | bfc_allocator.cc | 188 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 …]
|
D | bfc_allocator.h | 311 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/ |
D | sanitizer_stackdepotbase.h | 108 if (node) return node->get_handle(); in Put() 115 return node->get_handle(); in Put() 133 return s->get_handle(); in Put()
|
D | sanitizer_stackdepot.cc | 83 StackDepotHandle get_handle() { return StackDepotHandle(this); } in get_handle() function
|
/external/llvm-project/compiler-rt/lib/sanitizer_common/ |
D | sanitizer_stackdepotbase.h | 110 if (node) return node->get_handle(); in Put() 117 return node->get_handle(); in Put() 135 return s->get_handle(); in Put()
|
D | sanitizer_stackdepot.cpp | 69 StackDepotHandle get_handle() { return StackDepotHandle(this); } in get_handle() function
|
/external/rust/crates/shared_child/src/sys/ |
D | windows.rs | 15 pub fn get_handle(child: &Child) -> Handle { in get_handle() function
|
D | unix.rs | 8 pub fn get_handle(child: &Child) -> Handle { in get_handle() function
|
/external/openssh/ |
D | sftp-server.c | 469 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()
|
D | sftp-client.c | 96 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/compiler-rt/lib/msan/ |
D | msan_chained_origin_depot.cc | 98 Handle get_handle() { return Handle(this); } in get_handle() function
|
/external/llvm-project/compiler-rt/lib/msan/ |
D | msan_chained_origin_depot.cpp | 97 Handle get_handle() { return Handle(this); } in get_handle() function
|
/external/tensorflow/tensorflow/lite/delegates/nnapi/ |
D | nnapi_delegate_kernel.h | 165 ANeuralNetworksMemory* get_handle() { return nn_memory_handle_; } in get_handle() function
|
D | nnapi_delegate.cc | 3990 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/ |
D | ipc_message_utils.cc | 747 *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/ |
D | load.py | 95 def get_handle(x): function 112 captured_inputs = list(map(get_handle, captured_inputs))
|
D | load_test.py | 1843 def get_handle(): function 1854 handle = get_handle() 1866 return get_handle()
|
/external/mesa3d/src/mesa/main/ |
D | shaderapi.c | 563 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/ |
D | seobject.py | 256 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.3.x/src/ |
D | gles2-gtf-master.txt | 1144 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/ |
D | gles2-gtf-master.txt | 1160 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/ |
D | gles2-gtf-master.txt | 1144 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.2.x/ |
D | gles2-gtf-master.txt | 1144 GTF-GLES2.gtf.GL2Tests.get_handle.successfulcompilevert_successfulcompilefrag_gethandle 1145 GTF-GLES2.gtf.GL2Tests.get_handle.programhandlezero_useprogram
|