| /openbsd-src/gnu/usr.bin/perl/cpan/Test-Harness/t/ |
| H A D | iterators.t | 40 subclass => 'TAP::Parser::Iterator::Process', 61 subclass => 'TAP::Parser::Iterator::Array', 65 subclass => 'TAP::Parser::Iterator::Stream', 69 subclass => 'TAP::Parser::Iterator::Process', 74 subclass => 'TAP::Parser::Iterator::Process', 90 my $subclass = $test->{subclass}; 101 isa_ok $iterator, $subclass, '... and the object it returns'; 105 "$name: ... and it should be undef before we are done ($subclass)"; 124 "$name: ... and exit should now return 0 ($subclass)"; 127 "$name: wait should also now return 0 ($subclass)";
|
| /openbsd-src/sys/dev/pci/ |
| H A D | pci_subr.c | 334 pci_subclass_t subclass; in pci_devinfo() local 350 subclass = PCI_SUBCLASS(class_reg); in pci_devinfo() 369 if (subclass == subclassp->val) in pci_devinfo() 388 class, subclass); in pci_devinfo() 392 subclass); in pci_devinfo()
|
| /openbsd-src/usr.sbin/pcidump/ |
| H A D | pcidump.c | 953 pci_subclass_t subclass; in dump() local 968 subclass = PCI_SUBCLASS(reg); in dump() 971 printf(" Subclass: %02x %s,", subclass, in dump() 972 pci_subclass_name(class, subclass)); in dump() 1146 pci_subclass_t subclass; member 1154 *subclass; member 1326 .subclass = _s, \ 1389 pci_subclass(const struct pci_class *pc, pci_subclass_t subclass) in pci_subclass() argument 1395 ps = &pc->subclass[i]; in pci_subclass() 1396 if (ps->subclass == subclass) in pci_subclass() [all …]
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/objc/execute/ |
| H A D | class-5.m | 5 /* Tests creating a root class and a subclass with an ivar and 6 accessor methods and a subclass overriding the superclass'
|
| H A D | class-8.m | 5 /* Tests creating a root class and a subclass with an ivar and 6 accessor methods and a subclass overriding the superclass'
|
| H A D | class-6.m | 5 /* Tests creating a root class and a subclass with an ivar and 6 accessor methods and a subclass overriding the superclass'
|
| H A D | class-13.m | 5 /* Tests creating a root class and a subclass with a class accessor 6 methods and a subclass overriding the superclass' implementation
|
| H A D | class-9.m | 5 /* Tests creating a root class and a subclass with an ivar and 6 accessor methods and a subclass overriding the superclass'
|
| H A D | class-11.m | 5 /* Tests creating a root class and a subclass with an ivar and 6 accessor methods and a subclass overriding the superclass'
|
| H A D | class-10.m | 5 /* Tests creating a root class and a subclass with an ivar and 6 accessor methods and a subclass overriding the superclass'
|
| H A D | class-14.m | 5 /* Tests creating a root class and a subclass with a class accessor 6 methods and a subclass overriding the superclass' implementation,
|
| H A D | class-2.m | 5 /* Tests creating a root class and a subclass */
|
| H A D | class-3.m | 5 /* Tests creating a root class and a minimal subclass tree */
|
| H A D | class-12.m | 5 /* Tests creating a root class and a subclass with a class methods */
|
| H A D | class-4.m | 5 /* Tests creating a root class and a subclass with an ivar and
|
| H A D | class-7.m | 5 /* Tests creating a root class and a subclass with an ivar and
|
| /openbsd-src/gnu/llvm/clang/include/clang/AST/ |
| H A D | TypeLocNodes.def | 14 // TYPELOC(Class, Base) - A TypeLoc subclass. If UNQUAL_TYPELOC is 17 // UNQUAL_TYPELOC(Class, Base, Type) - An UnqualTypeLoc subclass.
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/RISCV/ |
| H A D | RISCVInstrFormatsC.td | 48 // The immediate value encoding differs for each instruction, so each subclass 64 // The immediate value encoding differs for each instruction, so each subclass 90 // The immediate value encoding differs for each instruction, so each subclass 105 // The immediate value encoding differs for each instruction, so each subclass
|
| /openbsd-src/gnu/usr.bin/perl/cpan/Math-BigInt/t/ |
| H A D | isa.t | 18 # Check that a subclass is still considered a Math::BigInt 36 # ditto for subclass 57 ok($x == $y, "Math::BigFloat parent == subclass"); 58 ok($y == $x, "Math::BigFloat subclass == parent");
|
| H A D | calling-instance-methods.t | 15 our @ISA = qw/Math::BigInt/; # subclass of MBI 23 our @ISA = qw/Math::BigFloat/; # subclass of MBI
|
| H A D | calling-class-methods.t | 15 our @ISA = qw/Math::BigInt/; # subclass of MBI 23 our @ISA = qw/Math::BigFloat/; # subclass of MBI
|
| H A D | sub_mbi.t | 25 # Check that a subclass is still considered a Math::BigInt
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/objc.dg/ |
| H A D | private-1.m | 36 /* Private variables simply don't exist in the subclass. */
|
| H A D | private-2.m | 49 * it's invisible, and not accessible, to the subclass! */
|
| /openbsd-src/sys/dev/pci/drm/i915/ |
| H A D | i915_scheduler.h | 53 i915_sched_engine_create(unsigned int subclass);
|