Searched refs:pcall (Results 1 – 15 of 15) sorted by relevance
/external/clang/utils/TestUtils/ |
D | deep-stack.py | 3 def pcall(f, N): function 9 pcall(f, N - 1) 17 pcall(f, 10000)
|
/external/bcc/examples/lua/ |
D | kprobe-write.lua | 30 pcall(function()
|
D | uprobe-readline.lua | 30 local ok, err = pcall(function()
|
D | uprobe-tailkt.lua | 58 local ok, err = pcall(function()
|
D | offcputime.lua | 103 pcall(utils.posix.sleep, args.duration)
|
D | kprobe-latency.lua | 49 pcall(function()
|
/external/bcc/src/lua/bpf/spec/ |
D | elf_spec.lua | 3 local ok, elf = pcall(require, 'bpf.elf')
|
/external/bcc/src/lua/bcc/vendor/ |
D | posix.lua | 19 local has_syscall, _ = pcall(require, "syscall")
|
/external/bcc/tests/lua/ |
D | luaunit.lua | 613 if pcall( f, ... ) then 760 local no_error, error_msg = pcall( func, ... ) 774 local no_error, error_msg = pcall( func, ... ) 788 local no_error, error_msg = pcall( func, ... ) 2100 local no_error, val = pcall( M.LuaUnit.parseCmdLine, args ) 2124 no_error, val = pcall(self.setOutputType, self, options.output)
|
/external/bcc/src/lua/bpf/ |
D | cdef.lua | 18 local has_syscall, S = pcall(require, 'syscall')
|
D | bpf.lua | 1355 local ok, n, v = pcall(debug.getlocal, k, i)
|
/external/python/cpython2/Python/ |
D | ceval.c | 177 static int pcall[PCALL_NUM]; variable 209 #define PCALL(POS) pcall[POS]++ 215 pcall[0], pcall[1], pcall[2], pcall[3], in PyEval_GetCallStats() 216 pcall[4], pcall[5], pcall[6], pcall[7], in PyEval_GetCallStats() 217 pcall[8], pcall[9], pcall[10]); in PyEval_GetCallStats()
|
/external/bcc/src/lua/src/ |
D | squish.lua | 110 local ok, err = pcall(dofile, squishy_file);
|
/external/bcc/src/lua/bcc/ |
D | bpf.lua | 281 return pcall(function()
|
/external/v8/tools/gcmole/ |
D | gcmole.lua | 434 local status, errors = pcall(CheckCorrectnessForArch, arch)
|