Home
last modified time | relevance | path

Searched defs:Call (Results 1 – 25 of 377) sorted by relevance

12345678910>>...16

/external/antlr/runtime/Ruby/lib/antlr3/test/
Dcall-stack.rb5 Call = Struct.new( :file, :line, :method ) constant
6 class Call class
/external/tensorflow/tensorflow/core/distributed_runtime/
Dremote_device.cc65 struct Call { in NewRemoteDevices() struct
66 GetStatusRequest req; in NewRemoteDevices()
67 GetStatusResponse resp; in NewRemoteDevices()
/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
DLegalizeFloatTypes.cpp911 SDValue Call = LibCallify(GetFPLibCall(N->getValueType(0), in ExpandFloatRes_FADD() local
920 SDValue Call = LibCallify(GetFPLibCall(N->getValueType(0), in ExpandFloatRes_FCEIL() local
929 SDValue Call = LibCallify(GetFPLibCall(N->getValueType(0), in ExpandFloatRes_FCOPYSIGN() local
940 SDValue Call = LibCallify(GetFPLibCall(N->getValueType(0), in ExpandFloatRes_FCOS() local
950 SDValue Call = MakeLibCall(GetFPLibCall(N->getValueType(0), in ExpandFloatRes_FDIV() local
962 SDValue Call = LibCallify(GetFPLibCall(N->getValueType(0), in ExpandFloatRes_FEXP() local
971 SDValue Call = LibCallify(GetFPLibCall(N->getValueType(0), in ExpandFloatRes_FEXP2() local
980 SDValue Call = LibCallify(GetFPLibCall(N->getValueType(0), in ExpandFloatRes_FFLOOR() local
989 SDValue Call = LibCallify(GetFPLibCall(N->getValueType(0), in ExpandFloatRes_FLOG() local
998 SDValue Call = LibCallify(GetFPLibCall(N->getValueType(0), in ExpandFloatRes_FLOG2() local
[all …]
/external/grpc-grpc/src/php/ext/grpc/
Dcall.c198 PHP_METHOD(Call, __construct) { in PHP_METHOD() argument
252 PHP_METHOD(Call, startBatch) { in PHP_METHOD() argument
544 PHP_METHOD(Call, getPeer) { in PHP_METHOD() argument
557 PHP_METHOD(Call, cancel) { in PHP_METHOD() argument
568 PHP_METHOD(Call, setCredentials) { in PHP_METHOD() argument
/external/junit-params/src/test/java/junitparams/custom/combined/
DCombinedParametersProviderTest.java47 private static class Call { class in CombinedParametersProviderTest.Verifier
52 Call(String firstParam, String anotherParam) { in Call() method in CombinedParametersProviderTest.Verifier.Call
/external/grpc-grpc/src/python/grpcio/grpc/_cython/_cygrpc/
Dcall.pxd.pxi16 cdef class Call: class
/external/llvm/lib/CodeGen/SelectionDAG/
DLegalizeFloatTypes.cpp1085 SDValue Call = LibCallify(GetFPLibCall(N->getValueType(0), in ExpandFloatRes_FMINNUM() local
1095 SDValue Call = LibCallify(GetFPLibCall(N->getValueType(0), in ExpandFloatRes_FMAXNUM() local
1105 SDValue Call = LibCallify(GetFPLibCall(N->getValueType(0), in ExpandFloatRes_FADD() local
1115 SDValue Call = LibCallify(GetFPLibCall(N->getValueType(0), in ExpandFloatRes_FCEIL() local
1125 SDValue Call = LibCallify(GetFPLibCall(N->getValueType(0), in ExpandFloatRes_FCOPYSIGN() local
1137 SDValue Call = LibCallify(GetFPLibCall(N->getValueType(0), in ExpandFloatRes_FCOS() local
1148 SDValue Call = TLI.makeLibCall(DAG, GetFPLibCall(N->getValueType(0), in ExpandFloatRes_FDIV() local
1161 SDValue Call = LibCallify(GetFPLibCall(N->getValueType(0), in ExpandFloatRes_FEXP() local
1171 SDValue Call = LibCallify(GetFPLibCall(N->getValueType(0), in ExpandFloatRes_FEXP2() local
1181 SDValue Call = LibCallify(GetFPLibCall(N->getValueType(0), in ExpandFloatRes_FFLOOR() local
[all …]
/external/clang/lib/StaticAnalyzer/Core/
DExprEngineCallAndReturn.cpp186 static bool wasDifferentDeclUsedForInlining(CallEventRef<> Call, in wasDifferentDeclUsedForInlining()
242 CallEventRef<> Call = CEMgr.getCaller(calleeCtx, state); in processCallExit() local
499 const CallEvent &Call) { in evalCall()
523 ProgramStateRef ExprEngine::bindReturnValue(const CallEvent &Call, in bindReturnValue()
562 void ExprEngine::conservativeEvalCall(const CallEvent &Call, NodeBuilder &Bldr, in conservativeEvalCall()
578 static CallInlinePolicy mayInlineCallKind(const CallEvent &Call, in mayInlineCallKind()
789 bool ExprEngine::shouldInlineCall(const CallEvent &Call, const Decl *D, in shouldInlineCall()
876 static bool isTrivialObjectAssignment(const CallEvent &Call) { in isTrivialObjectAssignment()
894 CallEventRef<> Call = CallTemplate.cloneWithState(State); in defaultEvalCall() local
942 const CallEvent &Call, const Decl *D, in BifurcateCall()
/external/syzkaller/pkg/ast/
Dast.go88 type Call struct { struct
89 Pos Pos
90 Name *Ident
91 CallName string
92 NR uint64
93 Args []*Field
94 Ret *Type
97 func (n *Call) Info() (Pos, string, string) {
/external/google-fruit/include/fruit/impl/meta/
Dbasics.h75 struct Call { struct
77 struct apply : public F::template apply<Args...> {};
/external/v8/src/
Dsimulator.h106 Return Call(Args... args) { in Call() function
111 DISABLE_CFI_ICALL Return Call(Args... args) { in Call() function
/external/clang/lib/StaticAnalyzer/Checkers/
DTraversalChecker.cpp78 void CallDumper::checkPreCall(const CallEvent &Call, CheckerContext &C) const { in checkPreCall() argument
91 void CallDumper::checkPostCall(const CallEvent &Call, CheckerContext &C) const { in checkPostCall() argument
DCheckerDocumentation.cpp117 void checkPreCall(const CallEvent &Call, CheckerContext &C) const {} in checkPreCall() argument
123 void checkPostCall(const CallEvent &Call, CheckerContext &C) const {} in checkPostCall() argument
288 const CallEvent *Call, in checkPointerEscape()
299 const CallEvent *Call, in checkConstPointerEscape()
DSimpleStreamChecker.cpp118 void SimpleStreamChecker::checkPostCall(const CallEvent &Call, in checkPostCall()
137 void SimpleStreamChecker::checkPreCall(const CallEvent &Call, in checkPreCall()
201 const CallEvent &Call, in reportDoubleClose()
250 const CallEvent *Call, in checkPointerEscape()
/external/grpc-grpc/include/grpcpp/impl/codegen/
Dcall_hook.h26 class Call; variable
/external/grpc-grpc/src/python/grpcio_tests/tests/protoc_plugin/protos/invocation_testing/split_services/
Dservices.proto22 rpc Call(Request) returns (Response); rpc
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/
DLegalizeFloatTypes.cpp1139 SDValue Call = LibCallify(GetFPLibCall(N->getValueType(0), in ExpandFloatRes_FMINNUM() local
1149 SDValue Call = LibCallify(GetFPLibCall(N->getValueType(0), in ExpandFloatRes_FMAXNUM() local
1159 SDValue Call = LibCallify(GetFPLibCall(N->getValueType(0), in ExpandFloatRes_FADD() local
1169 SDValue Call = LibCallify(GetFPLibCall(N->getValueType(0), in ExpandFloatRes_FCEIL() local
1179 SDValue Call = LibCallify(GetFPLibCall(N->getValueType(0), in ExpandFloatRes_FCOPYSIGN() local
1191 SDValue Call = LibCallify(GetFPLibCall(N->getValueType(0), in ExpandFloatRes_FCOS() local
1202 SDValue Call = TLI.makeLibCall(DAG, GetFPLibCall(N->getValueType(0), in ExpandFloatRes_FDIV() local
1215 SDValue Call = LibCallify(GetFPLibCall(N->getValueType(0), in ExpandFloatRes_FEXP() local
1225 SDValue Call = LibCallify(GetFPLibCall(N->getValueType(0), in ExpandFloatRes_FEXP2() local
1235 SDValue Call = LibCallify(GetFPLibCall(N->getValueType(0), in ExpandFloatRes_FFLOOR() local
[all …]
/external/webrtc/talk/app/webrtc/
Dmediacontroller.h38 class Call; variable
/external/protobuf/src/google/protobuf/util/internal/testdata/
Dstruct.proto44 rpc Call(StructType) returns (StructType); rpc
Dtimestamp_duration.proto46 rpc Call(TimestampDuration) returns (TimestampDuration); rpc
/external/v8/src/builtins/
Dbuiltins-call.cc26 Handle<Code> Builtins::Call(ConvertReceiverMode mode) { in Call() function in v8::internal::Builtins
/external/grpc-grpc/src/python/grpcio_tests/tests/protoc_plugin/protos/invocation_testing/
Dsame.proto23 rpc Call(Request) returns (Response); rpc
/external/syzkaller/prog/
Dprog.go16 type Call struct { struct
17 Meta *Syscall
18 Args []Arg
19 Ret *ResultArg
20 Comment string
/external/nos/host/generic/libnos/include/nos/
DAppClient.h49 uint32_t Call(uint16_t arg, const std::vector<uint8_t>& request, in Call() function
/external/llvm/lib/Transforms/Scalar/
DPartiallyInlineLibCalls.cpp28 static bool optimizeSQRT(CallInst *Call, Function *CalledFunc, in optimizeSQRT()
93 CallInst *Call = dyn_cast<CallInst>(&*II); in runPartiallyInlineLibCalls() local

12345678910>>...16