HomeSort by relevance Sort by last modified time
    Searched defs:Call (Results 1 - 25 of 256) sorted by null

1 2 3 4 5 6 7 8 91011

  /external/grpc-grpc/src/python/grpcio/grpc/_cython/_cygrpc/
call.pxd.pxi 16 cdef class Call:
call.pyx.pxi 18 cdef class Call:
21 # Create an *empty* call
28 raise ValueError("invalid call object cannot be used from Python")
41 # We don't reference this call in the operations tag because
53 raise ValueError("invalid call object cannot be used from Python")
  /external/v8/src/builtins/
builtins-call.cc 26 Handle<Code> Builtins::Call(ConvertReceiverMode mode) {
  /external/grpc-grpc/src/cpp/client/
generic_stub.cc 41 // begin a call to a named method
42 std::unique_ptr<GenericClientAsyncReaderWriter> GenericStub::Call(
48 // setup a call to a named method
54 // setup a unary call to a named method
  /external/llvm/unittests/ExecutionEngine/Orc/
IndirectionUtilsTest.cpp 40 auto *Call = dyn_cast<CallInst>(std::next(II));
41 EXPECT_TRUE(Call != nullptr) << "Second instruction of stub should be a call.";
42 EXPECT_TRUE(Call->isTailCall()) << "Indirect call from stub should be tail call.";
43 EXPECT_TRUE(Call->hasStructRetAttr())
45 EXPECT_TRUE(Call->paramHasAttr(2U, Attribute::ByVal))
  /external/nos/host/generic/libnos/include/nos/
AppClient.h 43 * Call the app.
49 uint32_t Call(uint16_t arg, const std::vector<uint8_t>& request,
  /external/clang/test/CXX/temp/temp.fct.spec/temp.arg.explicit/
p3-nodeduct.cpp 4 template <class F> void Call(F f) { f(1); }
6 void a() { Call(f<int>); }
32 template <typename T> void g(T); // expected-note{{possible target for call}}
33 template <typename T> void g(T, T); // expected-note{{possible target for call}}
36 // expected-error{{reference to overloaded function could not be resolved; did you mean to call it?}}
  /external/llvm/examples/OCaml-Kaleidoscope/Chapter2/
ast.ml 17 | Call of string * expr array
  /external/llvm/examples/OCaml-Kaleidoscope/Chapter3/
ast.ml 17 | Call of string * expr array
  /external/llvm/examples/OCaml-Kaleidoscope/Chapter4/
ast.ml 17 | Call of string * expr array
  /external/swiftshader/third_party/LLVM/examples/OCaml-Kaleidoscope/Chapter2/
ast.ml 17 | Call of string * expr array
  /external/swiftshader/third_party/LLVM/examples/OCaml-Kaleidoscope/Chapter3/
ast.ml 17 | Call of string * expr array
  /external/swiftshader/third_party/LLVM/examples/OCaml-Kaleidoscope/Chapter4/
ast.ml 17 | Call of string * expr array
  /external/swiftshader/third_party/llvm-7.0/llvm/examples/OCaml-Kaleidoscope/Chapter2/
ast.ml 17 | Call of string * expr array
  /external/swiftshader/third_party/llvm-7.0/llvm/examples/OCaml-Kaleidoscope/Chapter3/
ast.ml 17 | Call of string * expr array
  /external/swiftshader/third_party/llvm-7.0/llvm/examples/OCaml-Kaleidoscope/Chapter4/
ast.ml 17 | Call of string * expr array
  /external/swiftshader/third_party/llvm-7.0/llvm/unittests/ExecutionEngine/Orc/
IndirectionUtilsTest.cpp 38 auto *Call = dyn_cast<CallInst>(std::next(II));
39 EXPECT_TRUE(Call != nullptr) << "Second instruction of stub should be a call.";
40 EXPECT_TRUE(Call->isTailCall()) << "Indirect call from stub should be tail call.";
41 EXPECT_TRUE(Call->hasStructRetAttr())
43 EXPECT_TRUE(Call->paramHasAttr(1U, Attribute::ByVal))
  /cts/tests/tests/telecom/src/android/telecom/cts/
CallTest.java 19 import static android.telecom.Call.Details.*;
21 import android.telecom.Call;
30 assertTrue(Call.Details.can(CAPABILITY_HOLD, CAPABILITY_HOLD));
31 assertTrue(Call.Details.can(CAPABILITY_MUTE, CAPABILITY_MUTE));
32 assertTrue(Call.Details.can(CAPABILITY_HOLD | CAPABILITY_DISCONNECT_FROM_CONFERENCE,
34 assertTrue(Call.Details.can(CAPABILITY_MERGE_CONFERENCE
37 assertTrue(Call.Details.can(CAPABILITY_CAN_PAUSE_VIDEO, CAPABILITY_CAN_PAUSE_VIDEO));
38 assertTrue(Call.Details.can(CAPABILITY_CAN_PULL_CALL, CAPABILITY_CAN_PULL_CALL));
40 assertFalse(Call.Details.can(CAPABILITY_MUTE, CAPABILITY_HOLD));
41 assertFalse(Call.Details.can(CAPABILITY_MERGE_CONFERENC
    [all...]
  /build/soong/androidmk/parser/
scope.go 24 Call(name string, args []string) []string
50 func (s *scope) Call(name string, args []string) []string {
88 if fname == "call" {
89 return scope.Call(argVals[0], argVals[1:]), true
  /external/antlr/runtime/Ruby/lib/antlr3/test/
call-stack.rb 3 unless defined? Call
5 Call = Struct.new( :file, :line, :method )
6 class Call
13 return Call.new( file, line )
18 return Call.new( file, line, method )
47 Call.convert_backtrace( caller( depth + 1 ) )
53 Call.convert_backtrace( backtrace )
57 end # unless defined? Call
  /external/clang/test/CodeGenCXX/
copy-constructor-elim.cpp 36 void Call(S) {};
44 Call(s);
59 // CHECK: call void @llvm.memcpy.p0i8.p0i8.{{i64|i32}}({{.*}}, i8* bitcast (%struct.V* @gv1 to i8*), {{i64|i32}} 4, i32 4, i1 false)
  /external/grpc-grpc/src/csharp/Grpc.Core/Internal/
ServerRpcNew.cs 30 readonly CallSafeHandle call; field in struct:Grpc.Core.Internal.ServerRpcNew
36 public ServerRpcNew(Server server, CallSafeHandle call, string method, string host, Timespec deadline, Metadata requestMetadata)
39 this.call = call;
54 public CallSafeHandle Call
58 return this.call;
  /external/libbrillo/brillo/dbus/
dbus_object_test_helpers.h 23 // Helper friend class to call DBusInterface::HandleMethodCall() since it is
37 // instance of D-Bus method call response message. We use this in tests
38 // to get the response in case the handler processes a method call request
50 // Dispatches a D-Bus method call to the corresponding handler.
53 // call sites. Returns a response from the method handler or nullptr if the
82 // MethodHandlerInvoker<RetType>::Call() calls a member |method| of a class
91 static RetType Call(
119 static void Call(
  /external/llvm/examples/OCaml-Kaleidoscope/Chapter5/
ast.ml 17 | Call of string * expr array
  /external/llvm/examples/OCaml-Kaleidoscope/Chapter6/
ast.ml 20 | Call of string * expr array

Completed in 1199 milliseconds

1 2 3 4 5 6 7 8 91011