Home
last modified time | relevance | path

Searched defs:callFunction (Results 1 – 9 of 9) sorted by relevance

/external/apache-xml/src/main/java/org/apache/xalan/extensions/
DExtensionHandler.java108 public abstract Object callFunction( in callFunction() method in ExtensionHandler
123 public abstract Object callFunction( in callFunction() method in ExtensionHandler
/external/google-cloud-java/java-functions/google-cloud-functions/src/main/java/com/google/cloud/functions/v1/
DCloudFunctionsServiceClient.java902 public final CallFunctionResponse callFunction(CloudFunctionName name, String data) { in callFunction() method in CloudFunctionsServiceClient
937 public final CallFunctionResponse callFunction(String name, String data) { in callFunction() method in CloudFunctionsServiceClient
971 public final CallFunctionResponse callFunction(CallFunctionRequest request) { in callFunction() method in CloudFunctionsServiceClient
/external/google-cloud-java/java-functions/grpc-google-cloud-functions-v1/src/main/java/com/google/cloud/functions/v1/
DCloudFunctionsServiceGrpc.java664 default void callFunction( in callFunction() method
904 public void callFunction( in callFunction() method in CloudFunctionsServiceGrpc.CloudFunctionsServiceStub
1125 public com.google.cloud.functions.v1.CallFunctionResponse callFunction( in callFunction() method in CloudFunctionsServiceGrpc.CloudFunctionsServiceBlockingStub
1327 callFunction(com.google.cloud.functions.v1.CallFunctionRequest request) { in callFunction() method in CloudFunctionsServiceGrpc.CloudFunctionsServiceFutureStub
/external/google-cloud-java/java-functions/google-cloud-functions/src/test/java/com/google/cloud/functions/v1/
DMockCloudFunctionsServiceImpl.java173 public void callFunction( in callFunction() method in MockCloudFunctionsServiceImpl
/external/pytorch/torch/csrc/jit/mobile/
Dinterpreter.cpp77 void InterpreterState::callFunction(torch::jit::Function& f, Stack& stack) { in callFunction() function in torch::jit::mobile::InterpreterState
/external/pytorch/torch/csrc/jit/runtime/
Dinterpreter.cpp181 void callFunction( in callFunction() function
/external/swiftshader/third_party/llvm-16.0/llvm/lib/ExecutionEngine/Interpreter/
DExecution.cpp2119 void Interpreter::callFunction(Function *F, ArrayRef<GenericValue> ArgVals) { in callFunction() function in Interpreter
/external/llvm/lib/ExecutionEngine/Interpreter/
DExecution.cpp2076 void Interpreter::callFunction(Function *F, ArrayRef<GenericValue> ArgVals) { in callFunction() function in Interpreter
/external/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/Interpreter/
DExecution.cpp2123 void Interpreter::callFunction(Function *F, ArrayRef<GenericValue> ArgVals) { in callFunction() function in Interpreter