Home
last modified time | relevance | path

Searched refs:func_code (Results 1 – 7 of 7) sorted by relevance

/external/libmojo/third_party/ply/
Dlex.py51 def func_code(f): function
52 return f.func_code
54 def func_code(f): function
360 func_code(func).co_filename, func_code(func).co_firstlineno,
682 line = func_code(t).co_firstlineno
683 file = func_code(t).co_filename
709 … f.sort(lambda x,y: cmp(func_code(x[1]).co_firstlineno,func_code(y[1]).co_firstlineno))
712 f.sort(key=lambda x: func_code(x[1]).co_firstlineno)
730 line = func_code(f).co_firstlineno
731 file = func_code(f).co_filename
[all …]
Dyacc.py91 def func_code(f): function
92 return f.func_code
94 def func_code(f): function
2880 eline = func_code(self.error_func).co_firstlineno
2881 efile = func_code(self.error_func).co_filename
2884 if (func_code(self.error_func).co_argcount != 1+ismethod):
2964 line = func_code(item).co_firstlineno
2965 file = func_code(item).co_filename
2988 if func_code(func).co_argcount > reqargs:
2991 elif func_code(func).co_argcount < reqargs:
[all …]
/external/autotest/client/common_lib/
Dtest.py690 return func.func_code.co_varnames[:func.func_code.co_argcount]
708 if func.func_code.co_flags & 0x04:
715 if func.func_code.co_flags & 0x08:
754 all_co_flags |= func.func_code.co_flags
755 all_varnames += func.func_code.co_varnames[:func.func_code.co_argcount]
Dlogging_manager.py94 _caller_code_to_skip_in_logging_stack.add(func.func_code)
/external/chromium-trace/catapult/telemetry/third_party/modulegraph/modulegraph_tests/
Dtest_modulegraph.py156 code = modulegraph._code_to_file.func_code
/external/chromium-trace/catapult/telemetry/third_party/mock/
Dmock.py1221 func.func_code.co_firstlineno
/external/pdfium/third_party/pymock/
Dmock.py1221 func.func_code.co_firstlineno