Searched refs:agg (Results 1 - 6 of 6) sorted by relevance

/openbsd-current/gnu/usr.bin/perl/cpan/Test-Harness/t/
H A Daggregator.t49 my $agg = TAP::Parser::Aggregator->new;
50 isa_ok $agg, 'TAP::Parser::Aggregator';
52 can_ok $agg, 'add';
53 ok $agg->add( 'tap1', $parser1 ), '... and calling it should succeed';
54 ok $agg->add( 'tap2', $parser2 ), '... even if we add more than one parser';
55 eval { $agg->add( 'tap1', $parser1 ) };
59 can_ok $agg, 'parsers';
60 is scalar $agg->parsers, 2,
62 is_deeply [ $agg->parsers ], [ $parser1, $parser2 ],
64 is_deeply $agg
[all...]
/openbsd-current/gnu/usr.bin/perl/t/
H A Dharness495 my $agg = $h->runtests(@tests);
498 exit $agg->has_errors ? 1 : 0;
/openbsd-current/gnu/llvm/clang/lib/CodeGen/
H A DCGExprConstant.cpp1542 if (auto agg = dyn_cast<llvm::ConstantAggregate>(init)) {
1543 for (unsigned i = 0, e = agg->getNumOperands(); i != e; ++i) {
1547 findLocations(agg->getOperand(i));
/openbsd-current/gnu/llvm/llvm/bindings/ocaml/llvm/
H A Dllvm.mli2563 (** [build_extractvalue agg idx name b] creates a
2564 [%name = extractvalue %agg, %idx]
2570 (** [build_insertvalue agg val idx name b] creates a
2571 [%name = insertvalue %agg, %val, %idx]
/openbsd-current/sys/dev/pci/
H A Dif_iwmreg.h3645 struct iwm_statistics_tx_non_phy_agg agg; member in struct:iwm_statistics_tx
4994 * rate table entry used for all frames in the new agg.
5039 * agg block failed in previous agg block(s).
5078 * @bt_kill_count: num of times blocked by bluetooth (unused for agg)
5080 * @failure_frame: num failures due to no ACK (unused for agg)
5081 * @initial_rate: for non-agg: rate of the successful Tx. For agg: rate of the
5083 * @wireless_media_time: for non-agg: RTS + CTS + frame tx attempts time + ACK.
5084 * for agg
[all...]
H A Dif_iwxreg.h4054 struct iwx_statistics_tx_non_phy_agg agg; member in struct:iwx_statistics_tx
5913 * rate table entry used for all frames in the new agg.
5960 * agg block failed in previous agg block(s).
5997 * @bt_kill_count: num of times blocked by bluetooth (unused for agg)
5999 * @failure_frame: num failures due to no ACK (unused for agg)
6000 * @initial_rate: for non-agg: rate of the successful Tx. For agg: rate of the
6002 * @wireless_media_time: for non-agg: RTS + CTS + frame tx attempts time + ACK.
6003 * for agg
[all...]

Completed in 319 milliseconds