/external/nist-sip/java/gov/nist/javax/sip/header/ |
D | CallInfo.java | 41 public final class CallInfo class 55 public CallInfo() { in CallInfo() method in CallInfo 118 CallInfo retval = (CallInfo) super.clone(); in clone()
|
D | CallInfoList.java | 40 public class CallInfoList extends SIPHeaderList<CallInfo> { 57 super(CallInfo.class, CallInfoHeader.NAME); in CallInfoList()
|
/external/lua/src/ |
D | ldebug.c | 41 static const char *funcnamefromcode (lua_State *L, CallInfo *ci, 45 static int currentpc (CallInfo *ci) { in currentpc() 51 static int currentline (CallInfo *ci) { in currentline() 64 CallInfo *ci = L->ci; /* get function that yielded */ in swapextra() 112 CallInfo *ci; in lua_getstack() 134 static const char *findvararg (CallInfo *ci, int n, StkId *pos) { in findvararg() 145 static const char *findlocal (lua_State *L, CallInfo *ci, int n, in findlocal() 248 static const char *getfuncname (lua_State *L, CallInfo *ci, const char **name) { in getfuncname() 263 Closure *f, CallInfo *ci) { in auxgetinfo() 312 CallInfo *ci; in lua_getinfo() [all …]
|
D | lstate.h | 92 typedef struct CallInfo { struct 95 struct CallInfo *previous, *next; /* dynamic call link */ argument 110 } CallInfo; argument 184 CallInfo *ci; /* call info for current function */ 192 CallInfo base_ci; /* CallInfo for first level (C calling Lua) */ 247 LUAI_FUNC CallInfo *luaE_extendCI (lua_State *L);
|
D | lstate.c | 108 CallInfo *luaE_extendCI (lua_State *L) { in luaE_extendCI() 109 CallInfo *ci = luaM_new(L, CallInfo); in luaE_extendCI() 123 CallInfo *ci = L->ci; in luaE_freeCI() 124 CallInfo *next = ci->next; in luaE_freeCI() 138 CallInfo *ci = L->ci; in luaE_shrinkCI() 139 CallInfo *next2; /* next's next */ in luaE_shrinkCI() 152 int i; CallInfo *ci; in stack_init()
|
D | ldo.c | 159 CallInfo *ci; in correctstack() 211 CallInfo *ci; in stackinuse() 256 CallInfo *ci = L->ci; in luaD_hook() 280 static void callhook (lua_State *L, CallInfo *ci) { in callhook() 376 int luaD_poscall (lua_State *L, CallInfo *ci, StkId firstResult, int nres) { in luaD_poscall() 415 CallInfo *ci; in luaD_precall() 519 CallInfo *ci = L->ci; in finishCcall() 566 static CallInfo *findpcall (lua_State *L) { in findpcall() 567 CallInfo *ci; in findpcall() 583 CallInfo *ci = findpcall(L); in recover() [all …]
|
D | ldo.h | 47 LUAI_FUNC int luaD_poscall (lua_State *L, CallInfo *ci, StkId firstResult,
|
/external/nist-sip/java/gov/nist/javax/sip/parser/ |
D | CallInfoParser.java | 73 CallInfo callInfo= new CallInfo(); in parse() 91 callInfo= new CallInfo(); in parse()
|
/external/syzkaller/pkg/runtest/ |
D | run.go | 43 Info [][]ipc.CallInfo 46 results []ipc.CallInfo 210 func (ctx *Context) parseProg(filename string) (*prog.Prog, map[string]bool, []ipc.CallInfo, error)… 244 info := make([]ipc.CallInfo, len(p.Calls)) 265 properties, requires map[string]bool, results []ipc.CallInfo) { 415 func parseBinOutput(req *RunRequest) ([][]ipc.CallInfo, error) { 416 var infos [][]ipc.CallInfo 421 infos = append(infos, make([]ipc.CallInfo, len(req.P.Calls)))
|
/external/swiftshader/third_party/LLVM/test/CodeGen/X86/ |
D | coalescer-cross.ll | 10 %struct.CallInfo = type { %struct.TValue*, %struct.TValue*, %struct.TValue*, i32*, i32, i32 } 23 …, %struct.global_State*, %struct.CallInfo*, i32*, %struct.TValue*, %struct.TValue*, %struct.CallIn…
|
/external/llvm/test/CodeGen/X86/ |
D | coalescer-cross.ll | 10 %struct.CallInfo = type { %struct.TValue*, %struct.TValue*, %struct.TValue*, i32*, i32, i32 } 23 …, %struct.global_State*, %struct.CallInfo*, i32*, %struct.TValue*, %struct.TValue*, %struct.CallIn…
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/X86/ |
D | coalescer-cross.ll | 10 %struct.CallInfo = type { %struct.TValue*, %struct.TValue*, %struct.TValue*, i32*, i32, i32 } 23 …, %struct.global_State*, %struct.CallInfo*, i32*, %struct.TValue*, %struct.TValue*, %struct.CallIn…
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/PowerPC/ |
D | bdzlr.ll | 9 ….685*, %struct.CallInfo.11.686*, i32*, %struct.lua_TValue.17.692*, %struct.lua_TValue.17.692*, %st… 21 %struct.CallInfo.11.686 = type { %struct.lua_TValue.17.692*, %struct.lua_TValue.17.692*, %struct.lu…
|
/external/llvm/test/CodeGen/PowerPC/ |
D | bdzlr.ll | 9 ….685*, %struct.CallInfo.11.686*, i32*, %struct.lua_TValue.17.692*, %struct.lua_TValue.17.692*, %st… 21 %struct.CallInfo.11.686 = type { %struct.lua_TValue.17.692*, %struct.lua_TValue.17.692*, %struct.lu…
|
/external/libcxx/test/std/utilities/tuple/tuple.tuple/tuple.apply/ |
D | apply.pass.cpp | 102 struct CallInfo { struct 108 CallInfo(CallQuals q, Args&&... xargs) in CallInfo() argument 114 inline CallInfo<decltype(std::forward_as_tuple(std::declval<Args>()...))>
|
/external/syzkaller/pkg/ipc/ |
D | ipc.go | 85 type CallInfo struct { struct 216 func (env *Env) Exec(opts *ExecOpts, p *prog.Prog) (output []byte, info []CallInfo, failed, hanged … 268 func addFallbackSignal(p *prog.Prog, info []CallInfo) { argument 269 callInfos := make([]prog.CallInfo, len(info)) 288 func (env *Env) parseOutput(p *prog.Prog) ([]CallInfo, error) { 294 info := make([]CallInfo, len(p.Calls))
|
/external/syzkaller/tools/syz-execprog/ |
D | execprog.go | 171 func (ctx *Context) printCallResults(info []ipc.CallInfo) { 191 func (ctx *Context) printHints(p *prog.Prog, info []ipc.CallInfo) { 218 func (ctx *Context) dumpCoverage(coverFile string, info []ipc.CallInfo) {
|
/external/syzkaller/pkg/rpctype/ |
D | rpctype.go | 126 Info [][]ipc.CallInfo
|
/external/clang/lib/CodeGen/ |
D | CGObjCRuntime.h | 287 const CGFunctionInfo &CallInfo; member 292 : CallInfo(callInfo), MessengerType(messengerType) {} in MessageSendInfo()
|
/external/syzkaller/prog/ |
D | analysis.go | 182 type CallInfo struct { struct 196 func (p *Prog) FallbackSignal(info []CallInfo) { argument
|
/external/syzkaller/syz-fuzzer/ |
D | workqueue.go | 44 info ipc.CallInfo
|
D | proc.go | 233 …c *Proc) execute(execOpts *ipc.ExecOpts, p *prog.Prog, flags ProgTypes, stat Stat) []ipc.CallInfo { 252 func (proc *Proc) executeRaw(opts *ipc.ExecOpts, p *prog.Prog, stat Stat) []ipc.CallInfo {
|
D | fuzzer.go | 389 func (fuzzer *Fuzzer) checkNewSignal(p *prog.Prog, info []ipc.CallInfo) (calls []int) { 408 func signalPrio(target *prog.Target, c *prog.Call, ci *ipc.CallInfo) (prio uint8) { argument
|
/external/nist-sip/java/gov/nist/javax/sip/message/ |
D | ListMap.java | 89 headerListTable.put(CallInfo.class, CallInfoList.class); in initializeListMap()
|
/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/ |
D | LegalizeTypes.cpp | 1057 std::pair<SDValue,SDValue> CallInfo = in MakeLibCall() local 1062 return CallInfo.first; in MakeLibCall() 1089 std::pair<SDValue, SDValue> CallInfo = in ExpandChainLibCall() local 1095 return CallInfo; in ExpandChainLibCall()
|