Searched refs:OldStyle (Results 1 - 7 of 7) sorted by relevance

/external/python/futures/
H A Dtest_futures.py580 class OldStyle: # Does not inherit from object class in function:FutureTests.test_done_callback_raises.raising_old_style_fn
583 raise OldStyle()
597 self.assertIn('OldStyle: doh!', stderr.getvalue())
762 class OldStyle: # Does not inherit from object class in function:FutureTests.test_old_style_exception
771 raise OldStyle()
772 except OldStyle:
779 except OldStyle:
782 self.fail('OldStyle exception not raised')
/external/protobuf/src/google/protobuf/
H A Dmap.h1362 bool OldStyle() const { function in class:google::protobuf::Map::iterator_base
1395 return this->OldStyle() ? *dit_->second : *it_->value();
1400 if (this->OldStyle())
1407 return this->OldStyle() ? const_iterator(dit_++) : const_iterator(it_++);
1413 return a.OldStyle() ? (a.dit_ == b.dit_) : (a.it_ == b.it_);
1437 return this->OldStyle() ? *dit_->second : *it_->value();
1442 if (this->OldStyle())
1449 return this->OldStyle() ? iterator(dit_++) : iterator(it_++);
1454 return this->OldStyle() ?
1462 return a.OldStyle()
[all...]
/external/python/cpython2/Lib/test/
H A Dtest_gc.py502 class OldStyle: class in function:GCTests.test_is_tracked
507 self.assertTrue(gc.is_tracked(OldStyle))
508 self.assertTrue(gc.is_tracked(OldStyle()))
/external/skia/src/sfnt/
H A DSkPanose.h65 OldStyle = 2, member in class:SkPanose::Data::TextAndDisplay::Proportion
/external/skqp/src/sfnt/
H A DSkPanose.h65 OldStyle = 2, member in class:SkPanose::Data::TextAndDisplay::Proportion
/external/abi-compliance-checker/
H A Dabi-compliance-checker.pl94 $TypesListPath, $SkipTypesListPath, $CheckPrivateABI, $CountSymbols, $OldStyle,
233 "old-style!" => \$OldStyle,
15759 if($OldStyle) {
15780 if($OldStyle) {
15801 if($OldStyle) {
16558 if($OldStyle) {
16687 if($OldStyle) {
16789 if($OldStyle) {
17072 if($OldStyle) {
17110 if($OldStyle) {
[all...]
/external/abi-compliance-checker/modules/Internals/
H A DRegTests.pm28 $OldStyle, $TestABIDumper);
35 $OldStyle, $TestABIDumper) = @_;
4946 if($OldStyle) {

Completed in 358 milliseconds