HomeSort by relevance Sort by last modified time
    Searched refs:func_code (Results 26 - 50 of 106) sorted by null

12 3 4 5

  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_compile.py 299 for variable in self.test_32_63_bit_values.func_code.co_consts:
387 self.assertNotEqual(id(f1.func_code), id(f2.func_code))
477 self.assertIn("_A__mangled", A.f.func_code.co_varnames)
478 self.assertIn("__not_mangled__", A.f.func_code.co_varnames)
479 self.assertIn("_A__mangled_mod", A.f.func_code.co_varnames)
480 self.assertIn("__package__", A.f.func_code.co_varnames)
test_py3kwarn.py 134 self.assertWarning(f.func_code < g.func_code, w, expected)
136 self.assertWarning(f.func_code <= g.func_code, w, expected)
138 self.assertWarning(f.func_code >= g.func_code, w, expected)
140 self.assertWarning(f.func_code > g.func_code, w, expected)
test_grammar.py 153 self.assertEqual(f2.func_code.co_varnames, ('one_argument',))
154 self.assertEqual(f3.func_code.co_varnames, ('two', 'arguments'))
156 self.assertEqual(f4.func_code.co_varnames,
159 self.assertEqual(f5.func_code.co_varnames,
162 self.assertEqual(f4.func_code.co_varnames,
164 self.assertEqual(f5.func_code.co_varnames,
201 self.assertEqual(v3.func_code.co_varnames, ('a', '(b, c)', 'rest', 'b', 'c'))
203 self.assertEqual(v3.func_code.co_varnames, ('a', '.1', 'rest', 'b', 'c'))
test_hotshot.py 92 f_lineno = f.func_code.co_firstlineno
93 g_lineno = g.func_code.co_firstlineno
test_sys_settrace.py 272 self.compare_events(func.func_code.co_firstlineno,
282 self.compare_events(func.func_code.co_firstlineno,
441 frame.f_lineno == f.func_code.co_firstlineno + 2):
472 if not self.done and frame.f_code == self.function.func_code:
782 func_code = code variable in class:.test_jump_to_firstlineno.fake_function
test_univnewlines2k.py 86 self.assertEqual(func.func_code.co_firstlineno, 3)
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_compile.py 299 for variable in self.test_32_63_bit_values.func_code.co_consts:
387 self.assertNotEqual(id(f1.func_code), id(f2.func_code))
477 self.assertIn("_A__mangled", A.f.func_code.co_varnames)
478 self.assertIn("__not_mangled__", A.f.func_code.co_varnames)
479 self.assertIn("_A__mangled_mod", A.f.func_code.co_varnames)
480 self.assertIn("__package__", A.f.func_code.co_varnames)
test_py3kwarn.py 134 self.assertWarning(f.func_code < g.func_code, w, expected)
136 self.assertWarning(f.func_code <= g.func_code, w, expected)
138 self.assertWarning(f.func_code >= g.func_code, w, expected)
140 self.assertWarning(f.func_code > g.func_code, w, expected)
test_grammar.py 153 self.assertEqual(f2.func_code.co_varnames, ('one_argument',))
154 self.assertEqual(f3.func_code.co_varnames, ('two', 'arguments'))
156 self.assertEqual(f4.func_code.co_varnames,
159 self.assertEqual(f5.func_code.co_varnames,
162 self.assertEqual(f4.func_code.co_varnames,
164 self.assertEqual(f5.func_code.co_varnames,
201 self.assertEqual(v3.func_code.co_varnames, ('a', '(b, c)', 'rest', 'b', 'c'))
203 self.assertEqual(v3.func_code.co_varnames, ('a', '.1', 'rest', 'b', 'c'))
test_hotshot.py 92 f_lineno = f.func_code.co_firstlineno
93 g_lineno = g.func_code.co_firstlineno
test_sys_settrace.py 272 self.compare_events(func.func_code.co_firstlineno,
282 self.compare_events(func.func_code.co_firstlineno,
441 frame.f_lineno == f.func_code.co_firstlineno + 2):
472 if not self.done and frame.f_code == self.function.func_code:
782 func_code = code variable in class:.test_jump_to_firstlineno.fake_function
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_compile.py 299 for variable in self.test_32_63_bit_values.func_code.co_consts:
387 self.assertNotEqual(id(f1.func_code), id(f2.func_code))
477 self.assertIn("_A__mangled", A.f.func_code.co_varnames)
478 self.assertIn("__not_mangled__", A.f.func_code.co_varnames)
479 self.assertIn("_A__mangled_mod", A.f.func_code.co_varnames)
480 self.assertIn("__package__", A.f.func_code.co_varnames)
test_py3kwarn.py 134 self.assertWarning(f.func_code < g.func_code, w, expected)
136 self.assertWarning(f.func_code <= g.func_code, w, expected)
138 self.assertWarning(f.func_code >= g.func_code, w, expected)
140 self.assertWarning(f.func_code > g.func_code, w, expected)
test_grammar.py 153 self.assertEqual(f2.func_code.co_varnames, ('one_argument',))
154 self.assertEqual(f3.func_code.co_varnames, ('two', 'arguments'))
156 self.assertEqual(f4.func_code.co_varnames,
159 self.assertEqual(f5.func_code.co_varnames,
162 self.assertEqual(f4.func_code.co_varnames,
164 self.assertEqual(f5.func_code.co_varnames,
201 self.assertEqual(v3.func_code.co_varnames, ('a', '(b, c)', 'rest', 'b', 'c'))
203 self.assertEqual(v3.func_code.co_varnames, ('a', '.1', 'rest', 'b', 'c'))
test_hotshot.py 92 f_lineno = f.func_code.co_firstlineno
93 g_lineno = g.func_code.co_firstlineno
test_sys_settrace.py 272 self.compare_events(func.func_code.co_firstlineno,
282 self.compare_events(func.func_code.co_firstlineno,
441 frame.f_lineno == f.func_code.co_firstlineno + 2):
472 if not self.done and frame.f_code == self.function.func_code:
782 func_code = code variable in class:.test_jump_to_firstlineno.fake_function
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_compile.py 299 for variable in self.test_32_63_bit_values.func_code.co_consts:
387 self.assertNotEqual(id(f1.func_code), id(f2.func_code))
477 self.assertIn("_A__mangled", A.f.func_code.co_varnames)
478 self.assertIn("__not_mangled__", A.f.func_code.co_varnames)
479 self.assertIn("_A__mangled_mod", A.f.func_code.co_varnames)
480 self.assertIn("__package__", A.f.func_code.co_varnames)
test_py3kwarn.py 134 self.assertWarning(f.func_code < g.func_code, w, expected)
136 self.assertWarning(f.func_code <= g.func_code, w, expected)
138 self.assertWarning(f.func_code >= g.func_code, w, expected)
140 self.assertWarning(f.func_code > g.func_code, w, expected)
test_grammar.py 153 self.assertEqual(f2.func_code.co_varnames, ('one_argument',))
154 self.assertEqual(f3.func_code.co_varnames, ('two', 'arguments'))
156 self.assertEqual(f4.func_code.co_varnames,
159 self.assertEqual(f5.func_code.co_varnames,
162 self.assertEqual(f4.func_code.co_varnames,
164 self.assertEqual(f5.func_code.co_varnames,
201 self.assertEqual(v3.func_code.co_varnames, ('a', '(b, c)', 'rest', 'b', 'c'))
203 self.assertEqual(v3.func_code.co_varnames, ('a', '.1', 'rest', 'b', 'c'))
test_hotshot.py 92 f_lineno = f.func_code.co_firstlineno
93 g_lineno = g.func_code.co_firstlineno
test_sys_settrace.py 272 self.compare_events(func.func_code.co_firstlineno,
282 self.compare_events(func.func_code.co_firstlineno,
441 frame.f_lineno == f.func_code.co_firstlineno + 2):
472 if not self.done and frame.f_code == self.function.func_code:
782 func_code = code variable in class:.test_jump_to_firstlineno.fake_function
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/tests/data/
py2_test_grammar.py 157 self.assertEquals(f2.func_code.co_varnames, ('one_argument',))
158 self.assertEquals(f3.func_code.co_varnames, ('two', 'arguments'))
160 self.assertEquals(f4.func_code.co_varnames,
163 self.assertEquals(f5.func_code.co_varnames,
166 self.assertEquals(f4.func_code.co_varnames,
168 self.assertEquals(f5.func_code.co_varnames,
204 self.assertEquals(v3.func_code.co_varnames, ('a', '(b, c)', 'rest', 'b', 'c'))
206 self.assertEquals(v3.func_code.co_varnames, ('a', '.1', 'rest', 'b', 'c'))
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/tests/data/
py2_test_grammar.py 157 self.assertEquals(f2.func_code.co_varnames, ('one_argument',))
158 self.assertEquals(f3.func_code.co_varnames, ('two', 'arguments'))
160 self.assertEquals(f4.func_code.co_varnames,
163 self.assertEquals(f5.func_code.co_varnames,
166 self.assertEquals(f4.func_code.co_varnames,
168 self.assertEquals(f5.func_code.co_varnames,
204 self.assertEquals(v3.func_code.co_varnames, ('a', '(b, c)', 'rest', 'b', 'c'))
206 self.assertEquals(v3.func_code.co_varnames, ('a', '.1', 'rest', 'b', 'c'))
  /external/autotest/client/common_lib/
test.py 614 return func.func_code.co_varnames[:func.func_code.co_argcount]
632 if func.func_code.co_flags & 0x04:
639 if func.func_code.co_flags & 0x08:
678 all_co_flags |= func.func_code.co_flags
679 all_varnames += func.func_code.co_varnames[:func.func_code.co_argcount]
    [all...]
  /external/chromium-trace/catapult/third_party/pipeline/pipeline/
util.py 152 obj.func_code.co_flags & CO_GENERATOR))

Completed in 725 milliseconds

12 3 4 5