Home
last modified time | relevance | path

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

12345678910>>...14

/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.cc82 struct Call { in NewRemoteDevices() struct
83 GetStatusRequest req; in NewRemoteDevices()
84 GetStatusResponse resp; in NewRemoteDevices()
/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/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/grpc-grpc/src/python/grpcio/grpc/_cython/_cygrpc/
Dcall.pxd.pxi16 cdef class Call: class
/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/google-fruit/include/fruit/impl/meta/
Dbasics.h75 struct Call { struct
77 struct apply : public F::template apply<Args...> {};
/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/v8/src/execution/
Dsimulator.h117 Return Call(Args... args) { in Call() function
126 DISABLE_CFI_ICALL Return Call(Args... args) { in Call() function
/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/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/webrtc/talk/app/webrtc/
Dmediacontroller.h38 class Call; variable
/external/grpc-grpc/src/python/grpcio_tests/tests/protoc_plugin/protos/invocation_testing/
Dsame.proto23 rpc Call(Request) returns (Response); rpc
/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
/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/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/
DPartiallyInlineLibCalls.cpp28 static bool optimizeSQRT(CallInst *Call, Function *CalledFunc, in optimizeSQRT()
94 CallInst *Call = dyn_cast<CallInst>(&*II); in runPartiallyInlineLibCalls() local
/external/llvm/examples/OCaml-Kaleidoscope/Chapter4/
Dast.ml17 | Call of string * expr array Constructor
/external/swiftshader/third_party/llvm-7.0/llvm/examples/OCaml-Kaleidoscope/Chapter3/
Dast.ml17 | Call of string * expr array Constructor
/external/swiftshader/third_party/llvm-7.0/llvm/examples/OCaml-Kaleidoscope/Chapter2/
Dast.ml17 | Call of string * expr array Constructor
/external/llvm/examples/OCaml-Kaleidoscope/Chapter3/
Dast.ml17 | Call of string * expr array Constructor
/external/swiftshader/third_party/llvm-7.0/llvm/examples/OCaml-Kaleidoscope/Chapter4/
Dast.ml17 | Call of string * expr array Constructor

12345678910>>...14