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

1 2 3 4 5 6 7 8 91011>>

  /prebuilts/go/darwin-x86/test/fixedbugs/
issue22389.go 11 func (f *Foo) Call(cb func(*Foo)) {
17 f.Call(func(f) {}) // ERROR "f is not a type"
  /prebuilts/go/linux-x86/test/fixedbugs/
issue22389.go 11 func (f *Foo) Call(cb func(*Foo)) {
17 f.Call(func(f) {}) // ERROR "f is not a type"
  /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/v8/src/
api-arguments.cc 15 Handle<Object> FunctionCallbackArguments::Call(FunctionCallback f) {
29 Handle<JSObject> PropertyCallbackArguments::Call(
  /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/tensorflow/tensorflow/core/distributed_runtime/rpc/
grpc_remote_master.cc 47 return Call(&ctx, call_options, request, response,
55 return Call(&ctx, call_options, request, response,
63 return Call(&ctx, call_options, request, response,
71 return Call(&ctx, call_options, &request->ToProto(),
79 return Call(&ctx, call_options, request, response,
87 return Call(&ctx, call_options, request, response,
94 return Call(&ctx, call_options, request, response,
114 Status Call(::grpc::ClientContext* ctx, CallOptions* call_options,
  /packages/apps/Test/connectivity/sl4n/utils/
command_receiver.cpp 48 void CommandReceiver::Call(rapidjson::Document& doc) {
  /packages/services/Car/procfs-inspector/server/
server.h 44 enum class Call : uint32_t {
  /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/antlr-3.4/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/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
  /external/llvm/examples/OCaml-Kaleidoscope/Chapter7/
ast.ml 20 | Call of string * expr array
  /external/swiftshader/third_party/LLVM/examples/OCaml-Kaleidoscope/Chapter5/
ast.ml 17 | Call of string * expr array
  /external/swiftshader/third_party/LLVM/examples/OCaml-Kaleidoscope/Chapter6/
ast.ml 20 | Call of string * expr array

Completed in 543 milliseconds

1 2 3 4 5 6 7 8 91011>>