HomeSort by relevance Sort by last modified time
    Searched refs:an_attr (Results 1 - 2 of 2) sorted by null

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_gdb.py 506 foo.an_attr = foo
508 self.assertTrue(re.match('<Foo\(an_attr=<\.\.\.>\) at remote 0x[0-9a-f]+>',
519 foo.an_attr = foo
521 self.assertTrue(re.match('<Foo\(an_attr=<\.\.\.>\) at remote 0x[0-9a-f]+>',
532 a.an_attr = b
533 b.an_attr = a
535 self.assertTrue(re.match('<Foo\(an_attr=<Foo\(an_attr=<\.\.\.>\) at remote 0x[0-9a-f]+>\) at remote 0x[0-9a-f]+>',
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_gdb.py 506 foo.an_attr = foo
508 self.assertTrue(re.match('<Foo\(an_attr=<\.\.\.>\) at remote 0x[0-9a-f]+>',
519 foo.an_attr = foo
521 self.assertTrue(re.match('<Foo\(an_attr=<\.\.\.>\) at remote 0x[0-9a-f]+>',
532 a.an_attr = b
533 b.an_attr = a
535 self.assertTrue(re.match('<Foo\(an_attr=<Foo\(an_attr=<\.\.\.>\) at remote 0x[0-9a-f]+>\) at remote 0x[0-9a-f]+>',

Completed in 578 milliseconds