/external/libchrome/sandbox/linux/seccomp-bpf/ |
D | syscall.h | 49 Call(int nr, T0 p0, T1 p1, T2 p2, T3 p3, T4 p4, T5 p5, T6 p6, T7 p7) { in Call() function 69 Call(int nr, T0 p0, T1 p1, T2 p2, T3 p3, T4 p4, T5 p5, T6 p6) { in Call() function 83 Call(int nr, T0 p0, T1 p1, T2 p2, T3 p3, T4 p4, T5 p5) { in Call() function 96 static inline intptr_t Call(int nr, T0 p0, T1 p1, T2 p2, T3 p3, T4 p4) { in Call() function 101 static inline intptr_t Call(int nr, T0 p0, T1 p1, T2 p2, T3 p3) { in Call() function 106 static inline intptr_t Call(int nr, T0 p0, T1 p1, T2 p2) { in Call() function 111 static inline intptr_t Call(int nr, T0 p0, T1 p1) { in Call() function 116 static inline intptr_t Call(int nr, T0 p0) { in Call() function 120 static inline intptr_t Call(int nr) { in Call() function
|
/external/v8/src/ |
D | api-arguments-inl.h | 87 Handle<Object> PropertyCallbackArguments::Call( in Call() function 103 Handle<Object> PropertyCallbackArguments::Call(IndexedPropertySetterCallback f, in Call() function 119 Handle<Object> PropertyCallbackArguments::Call( in Call() function 135 void PropertyCallbackArguments::Call(AccessorNameSetterCallback f, in Call() function
|
D | api-arguments.cc | 15 Handle<Object> FunctionCallbackArguments::Call(FunctionCallback f) { in Call() function in v8::internal::FunctionCallbackArguments 29 Handle<JSObject> PropertyCallbackArguments::Call( in Call() function in v8::internal::PropertyCallbackArguments
|
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/test/ |
D | call-stack.rb | 5 Call = Struct.new( :file, :line, :method ) constant 6 class Call class
|
/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/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/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/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/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
|
D | anys.proto | 52 rpc Call(AnyIn) returns (AnyOut); rpc
|
/external/swiftshader/third_party/LLVM/examples/OCaml-Kaleidoscope/Chapter2/ |
D | ast.ml | 17 | Call of string * expr array Constructor
|
/external/llvm/examples/OCaml-Kaleidoscope/Chapter4/ |
D | ast.ml | 17 | Call of string * expr array Constructor
|
/external/swiftshader/third_party/LLVM/examples/OCaml-Kaleidoscope/Chapter3/ |
D | ast.ml | 17 | Call of string * expr array Constructor
|
/external/llvm/examples/OCaml-Kaleidoscope/Chapter3/ |
D | ast.ml | 17 | Call of string * expr array Constructor
|
/external/llvm/examples/OCaml-Kaleidoscope/Chapter2/ |
D | ast.ml | 17 | Call of string * expr array Constructor
|
/external/swiftshader/third_party/LLVM/examples/OCaml-Kaleidoscope/Chapter4/ |
D | ast.ml | 17 | Call of string * expr array Constructor
|
/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
|
/external/llvm/unittests/ExecutionEngine/Orc/ |
D | IndirectionUtilsTest.cpp | 40 auto *Call = dyn_cast<CallInst>(std::next(II)); in TEST() local
|
/external/webrtc/webrtc/test/ |
D | direct_transport.h | 26 class Call; variable
|
/external/swiftshader/third_party/LLVM/examples/OCaml-Kaleidoscope/Chapter5/ |
D | ast.ml | 17 | Call of string * expr array Constructor
|