HomeSort by relevance Sort by last modified time
    Searched defs:handle (Results 76 - 100 of 2427) sorted by null

1 2 34 5 6 7 8 91011>>

  /external/mockftpserver/MockFtpServer/src/main/java/org/mockftpserver/fake/command/
SiteCommandHandler.java 33 protected void handle(Command command, Session session) { method in class:SiteCommandHandler
SmntCommandHandler.java 34 protected void handle(Command command, Session session) { method in class:SmntCommandHandler
StruCommandHandler.java 34 protected void handle(Command command, Session session) { method in class:StruCommandHandler
SystCommandHandler.java 38 protected void handle(Command command, Session session) { method in class:SystCommandHandler
  /external/mockito/src/main/java/org/mockito/invocation/
MockHandler.java 34 * @param invocation The invocation to handle
38 Object handle(Invocation invocation) throws Throwable; method in interface:MockHandler
  /external/owasp/sanitizer/src/main/org/owasp/html/
Handler.java 40 void handle(T x); method in interface:Handler
44 public void handle(Object x) {
54 public void handle(Throwable th) {
  /external/perfetto/include/perfetto/base/
task_runner.h 71 Watchdog::Timer handle = local
  /external/skia/tools/skiaserve/urlhandlers/
CmdHandler.cpp 21 int CmdHandler::handle(Request* request, MHD_Connection* connection, function in class:CmdHandler
ColorModeHandler.cpp 22 int ColorModeHandler::handle(Request* request, MHD_Connection* connection, function in class:ColorModeHandler
EnableGPUHandler.cpp 22 int EnableGPUHandler::handle(Request* request, MHD_Connection* connection, function in class:EnableGPUHandler
ImgHandler.cpp 22 int ImgHandler::handle(Request* request, MHD_Connection* connection, function in class:ImgHandler
OverdrawHandler.cpp 22 int OverdrawHandler::handle(Request* request, MHD_Connection* connection, function in class:OverdrawHandler
  /external/skqp/tools/skiaserve/urlhandlers/
CmdHandler.cpp 21 int CmdHandler::handle(Request* request, MHD_Connection* connection, function in class:CmdHandler
ColorModeHandler.cpp 22 int ColorModeHandler::handle(Request* request, MHD_Connection* connection, function in class:ColorModeHandler
EnableGPUHandler.cpp 22 int EnableGPUHandler::handle(Request* request, MHD_Connection* connection, function in class:EnableGPUHandler
ImgHandler.cpp 22 int ImgHandler::handle(Request* request, MHD_Connection* connection, function in class:ImgHandler
OverdrawHandler.cpp 22 int OverdrawHandler::handle(Request* request, MHD_Connection* connection, function in class:OverdrawHandler
  /external/tensorflow/tensorflow/compiler/xla/client/
computation.h 40 // handle: the computation handle protobuf from the service.
41 Computation(ServiceInterface* parent, const ComputationHandle& handle);
50 // Returns the underlying handle.
51 const ComputationHandle& handle() const { return handle_; } function in class:xla::Computation
53 // Sets handle to a null state and clears any owned computation.
70 ComputationHandle handle_; // Handle that is wrapped by this class.
72 // Stub that the handle is deallocated on when this object's lifetime ends.
global_data.h 30 // Gives ownership of the global data handle to this object.
31 GlobalData(ServiceInterface* parent, GlobalDataHandle handle);
33 // Unregisters the wrapped handle, which causes the service to
37 const GlobalDataHandle& handle() const { return handle_; } function in class:xla::GlobalData
40 GlobalDataHandle handle_; // Handle being wrapped.
  /external/tensorflow/tensorflow/core/ops/
io_ops.cc 41 ShapeHandle handle; local
44 TF_RETURN_IF_ERROR(c->WithRank(c->input(i), 1, &handle));
45 TF_RETURN_IF_ERROR(c->WithValue(c->Dim(handle, 0), 2, &unused_handle));
lookup_ops.cc 32 ShapeHandle handle; local
35 TF_RETURN_IF_ERROR(c->WithRank(c->input(i), 1, &handle));
36 TF_RETURN_IF_ERROR(c->WithValue(c->Dim(handle, 0), 2, &unused_handle));
45 ShapeHandle handle; local
47 TF_RETURN_IF_ERROR(c->WithRank(c->input(0), 0, &handle));
49 TF_RETURN_IF_ERROR(c->WithRank(c->input(i), 1, &handle));
50 TF_RETURN_IF_ERROR(c->WithValue(c->Dim(handle, 0), 2, &unused_handle));
77 ShapeHandle handle;
78 TF_RETURN_IF_ERROR(c->WithRank(c->input(0), 1, &handle));
80 TF_RETURN_IF_ERROR(c->WithValue(c->Dim(handle, 0), 2, &unused_dim))
    [all...]
  /external/tpm2/
HMAC_Start_fp.h 13 TPMI_DH_OBJECT handle; member in struct:__anon40401
24 // Initializes handle fields in |target| from |request_handles|. Unmarshals
33 // TPM_ST_SESSIONS. Returns size of (parameter area + handle area) in bytes.
45 // field is located between the handle area and parameter area.
HMAC_fp.h 13 TPMI_DH_OBJECT handle; member in struct:__anon40403
24 // Initializes handle fields in |target| from |request_handles|. Unmarshals
33 // TPM_ST_SESSIONS. Returns size of (parameter area + handle area) in bytes.
45 // field is located between the handle area and parameter area.
  /external/v8/tools/testrunner/server/
local_handler.py 55 def handle(self): member in class:LocalHandler
  /frameworks/native/libs/ui/include/ui/
DetachedBufferHandle.h 26 // A wrapper that holds a pdx::LocalChannelHandle object. From the handle, a BufferHub buffer can be
32 static std::unique_ptr<DetachedBufferHandle> Create(pdx::LocalChannelHandle handle) {
33 return std::unique_ptr<DetachedBufferHandle>(new DetachedBufferHandle(std::move(handle)));
37 pdx::LocalChannelHandle& handle() { return mHandle; } function in class:android::DetachedBufferHandle
38 const pdx::LocalChannelHandle& handle() const { return mHandle; } function in class:android::DetachedBufferHandle
45 explicit DetachedBufferHandle(pdx::LocalChannelHandle handle) : mHandle(std::move(handle)) {}

Completed in 733 milliseconds

1 2 34 5 6 7 8 91011>>