/external/antlr/runtime/Ruby/lib/antlr3/test/ |
D | call-stack.rb | 5 Call = Struct.new( :file, :line, :method ) constant 6 class Call class
|
/external/tensorflow/tensorflow/core/distributed_runtime/ |
D | remote_device.cc | 65 struct Call { in NewRemoteDevices() struct 66 GetStatusRequest req; in NewRemoteDevices() 67 GetStatusResponse resp; in NewRemoteDevices()
|
/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/ |
D | LegalizeFloatTypes.cpp | 911 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/ |
D | call.c | 198 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/ |
D | CombinedParametersProviderTest.java | 47 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/ |
D | call.pxd.pxi | 16 cdef class Call: class
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | LegalizeFloatTypes.cpp | 1085 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/ |
D | ExprEngineCallAndReturn.cpp | 186 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/ |
D | ast.go | 88 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/ |
D | basics.h | 75 struct Call { struct 77 struct apply : public F::template apply<Args...> {};
|
/external/v8/src/ |
D | simulator.h | 106 Return Call(Args... args) { in Call() function 111 DISABLE_CFI_ICALL Return Call(Args... args) { in Call() function
|
/external/clang/lib/StaticAnalyzer/Checkers/ |
D | TraversalChecker.cpp | 78 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
|
D | CheckerDocumentation.cpp | 117 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()
|
D | SimpleStreamChecker.cpp | 118 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/ |
D | call_hook.h | 26 class Call; variable
|
/external/grpc-grpc/src/python/grpcio_tests/tests/protoc_plugin/protos/invocation_testing/split_services/ |
D | services.proto | 22 rpc Call(Request) returns (Response); rpc
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/ |
D | LegalizeFloatTypes.cpp | 1139 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/ |
D | mediacontroller.h | 38 class Call; variable
|
/external/protobuf/src/google/protobuf/util/internal/testdata/ |
D | struct.proto | 44 rpc Call(StructType) returns (StructType); rpc
|
D | timestamp_duration.proto | 46 rpc Call(TimestampDuration) returns (TimestampDuration); rpc
|
/external/v8/src/builtins/ |
D | builtins-call.cc | 26 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/ |
D | same.proto | 23 rpc Call(Request) returns (Response); rpc
|
/external/syzkaller/prog/ |
D | prog.go | 16 type Call struct { struct 17 Meta *Syscall 18 Args []Arg 19 Ret *ResultArg 20 Comment string
|
/external/nos/host/generic/libnos/include/nos/ |
D | AppClient.h | 49 uint32_t Call(uint16_t arg, const std::vector<uint8_t>& request, in Call() function
|
/external/llvm/lib/Transforms/Scalar/ |
D | PartiallyInlineLibCalls.cpp | 28 static bool optimizeSQRT(CallInst *Call, Function *CalledFunc, in optimizeSQRT() 93 CallInst *Call = dyn_cast<CallInst>(&*II); in runPartiallyInlineLibCalls() local
|