HomeSort by relevance Sort by last modified time
    Searched defs:get_handle (Results 1 - 11 of 11) sorted by null

  /external/compiler-rt/lib/msan/
msan_chained_origin_depot.cc 98 Handle get_handle() { return Handle(this); } function in struct:__msan::ChainedOriginDepotNode
  /external/autotest/client/bin/net/
net_tc.py 179 def get_handle(self): member in class:tcfilter
257 def get_handle(self): member in class:qdisc
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_stackdepot.cc 83 StackDepotHandle get_handle() { return StackDepotHandle(this); } function in struct:__sanitizer::StackDepotNode
  /external/libxcam/modules/isp/
aiq_handler.h 271 ia_aiq * get_handle () { function in class:XCam::AiqCompositor
  /external/selinux/python/semanage/
seobject.py 256 self.sh = self.get_handle(self.store)
269 def get_handle(self, store): member in class:semanageRecords
    [all...]
  /bionic/linker/
linker_soinfo.cpp 745 uintptr_t soinfo::get_handle() const { function in class:soinfo
756 return reinterpret_cast<void*>(get_handle());
  /external/tensorflow/tensorflow/core/common_runtime/
bfc_allocator.h 235 ChunkHandle get_handle(const void* p) const { function in class:tensorflow::BFCAllocator::AllocationRegion
287 ChunkHandle get_handle(const void* p) const { function in class:tensorflow::BFCAllocator::RegionManager
288 return RegionFor(p)->get_handle(p);
  /external/tensorflow/tensorflow/lite/delegates/nnapi/
nnapi_delegate.cc 155 ANeuralNetworksMemory* get_handle() { return nn_memory_handle_; } function in class:tflite::__anon45927::NNMemory
    [all...]
  /external/openssh/
sftp-client.c 95 get_handle(struct sftp_conn *conn, u_int expected_id, size_t *len,
234 get_handle(struct sftp_conn *conn, u_int expected_id, size_t *len, function
542 handle = get_handle(conn, id, &handle_len,
1215 handle = get_handle(conn, id, &handle_len,
    [all...]
sftp-server.c 465 get_handle(struct sshbuf *queue, int *hp) function
722 if ((r = get_handle(iqueue, &handle)) != 0)
740 if ((r = get_handle(iqueue, &handle)) != 0 ||
781 if ((r = get_handle(iqueue, &handle)) != 0 ||
861 if ((r = get_handle(iqueue, &handle)) != 0)
946 if ((r = get_handle(iqueue, &handle)) != 0 ||
1042 if ((r = get_handle(iqueue, &handle)) != 0)
    [all...]
  /external/mesa3d/src/mesa/main/
shaderapi.c 557 get_handle(struct gl_context *ctx, GLenum pname) function
    [all...]

Completed in 759 milliseconds