Home
last modified time | relevance | path

Searched refs:subclass (Results 1 – 25 of 119) sorted by relevance

12345

/openbsd-src/gnu/usr.bin/perl/cpan/Test-Harness/t/
H A Diterators.t40 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 Dpci_subr.c334 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 Dpcidump.c953 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 Dclass-5.m5 /* Tests creating a root class and a subclass with an ivar and
6 accessor methods and a subclass overriding the superclass'
H A Dclass-8.m5 /* Tests creating a root class and a subclass with an ivar and
6 accessor methods and a subclass overriding the superclass'
H A Dclass-6.m5 /* Tests creating a root class and a subclass with an ivar and
6 accessor methods and a subclass overriding the superclass'
H A Dclass-13.m5 /* Tests creating a root class and a subclass with a class accessor
6 methods and a subclass overriding the superclass' implementation
H A Dclass-9.m5 /* Tests creating a root class and a subclass with an ivar and
6 accessor methods and a subclass overriding the superclass'
H A Dclass-11.m5 /* Tests creating a root class and a subclass with an ivar and
6 accessor methods and a subclass overriding the superclass'
H A Dclass-10.m5 /* Tests creating a root class and a subclass with an ivar and
6 accessor methods and a subclass overriding the superclass'
H A Dclass-14.m5 /* Tests creating a root class and a subclass with a class accessor
6 methods and a subclass overriding the superclass' implementation,
H A Dclass-2.m5 /* Tests creating a root class and a subclass */
H A Dclass-3.m5 /* Tests creating a root class and a minimal subclass tree */
H A Dclass-12.m5 /* Tests creating a root class and a subclass with a class methods */
H A Dclass-4.m5 /* Tests creating a root class and a subclass with an ivar and
H A Dclass-7.m5 /* Tests creating a root class and a subclass with an ivar and
/openbsd-src/gnu/llvm/clang/include/clang/AST/
H A DTypeLocNodes.def14 // 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 DRISCVInstrFormatsC.td48 // 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 Disa.t18 # 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 Dcalling-instance-methods.t15 our @ISA = qw/Math::BigInt/; # subclass of MBI
23 our @ISA = qw/Math::BigFloat/; # subclass of MBI
H A Dcalling-class-methods.t15 our @ISA = qw/Math::BigInt/; # subclass of MBI
23 our @ISA = qw/Math::BigFloat/; # subclass of MBI
H A Dsub_mbi.t25 # Check that a subclass is still considered a Math::BigInt
/openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/objc.dg/
H A Dprivate-1.m36 /* Private variables simply don't exist in the subclass. */
H A Dprivate-2.m49 * it's invisible, and not accessible, to the subclass! */
/openbsd-src/sys/dev/pci/drm/i915/
H A Di915_scheduler.h53 i915_sched_engine_create(unsigned int subclass);

12345