Searched refs:OldStyle (Results 1 – 7 of 7) sorted by relevance
/external/python/futures/ |
D | test_futures.py | 580 class OldStyle: # Does not inherit from object class 583 raise OldStyle() 762 class OldStyle: # Does not inherit from object class 771 raise OldStyle() 772 except OldStyle: 779 except OldStyle:
|
/external/protobuf/src/google/protobuf/ |
D | map.h | 1362 bool OldStyle() const { in OldStyle() function 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() ? in const_iterator() 1462 return a.OldStyle() ? a.dit_ == b.dit_ : a.it_ == b.it_;
|
/external/python/cpython2/Lib/test/ |
D | test_gc.py | 502 class OldStyle: class 507 self.assertTrue(gc.is_tracked(OldStyle)) 508 self.assertTrue(gc.is_tracked(OldStyle()))
|
/external/abi-compliance-checker/modules/Internals/ |
D | RegTests.pm | 28 $OldStyle, $TestABIDumper); 35 $OldStyle, $TestABIDumper) = @_; 4946 if($OldStyle) {
|
/external/skia/src/sfnt/ |
D | SkPanose.h | 65 OldStyle = 2, enumerator
|
/external/skqp/src/sfnt/ |
D | SkPanose.h | 65 OldStyle = 2, enumerator
|
/external/abi-compliance-checker/ |
D | abi-compliance-checker.pl | 94 $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 …]
|