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

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_gdb.py 458 foo.an_attr = foo
460 self.assertTrue(re.match('<Foo\(an_attr=<\.\.\.>\) at remote 0x[0-9a-f]+>',
471 foo.an_attr = foo
473 self.assertTrue(re.match('<Foo\(an_attr=<\.\.\.>\) at remote 0x[0-9a-f]+>',
484 a.an_attr = b
485 b.an_attr = a
487 self.assertTrue(re.match('<Foo\(an_attr=<Foo\(an_attr=<\.\.\.>\) at remote 0x[0-9a-f]+>\) at remote 0x[0-9a-f]+>',
  /prebuilts/gdb/darwin-x86/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/gdb/linux-x86/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/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]+>',
  /external/python/cpython2/Lib/test/
test_gdb.py 570 foo.an_attr = foo
572 self.assertTrue(re.match('<Foo\(an_attr=<\.\.\.>\) at remote 0x[0-9a-f]+>',
583 foo.an_attr = foo
585 self.assertTrue(re.match('<Foo\(an_attr=<\.\.\.>\) at remote 0x[0-9a-f]+>',
596 a.an_attr = b
597 b.an_attr = a
599 self.assertTrue(re.match('<Foo\(an_attr=<Foo\(an_attr=<\.\.\.>\) at remote 0x[0-9a-f]+>\) at remote 0x[0-9a-f]+>',
    [all...]
  /external/python/cpython3/Lib/test/
test_gdb.py 549 foo.an_attr = foo
551 self.assertTrue(re.match(r'<Foo\(an_attr=<\.\.\.>\) at remote 0x-?[0-9a-f]+>',
562 foo.an_attr = foo
564 self.assertTrue(re.match(r'<Foo\(an_attr=<\.\.\.>\) at remote 0x-?[0-9a-f]+>',
575 a.an_attr = b
576 b.an_attr = a
578 self.assertTrue(re.match(r'<Foo\(an_attr=<Foo\(an_attr=<\.\.\.>\) at remote 0x-?[0-9a-f]+>\) at remote 0x-?[0-9a-f]+>',
    [all...]

Completed in 185 milliseconds