/openbsd/gnu/usr.bin/perl/t/lib/strict/ |
H A D | vars | 52 Global symbol "$fred" requires explicit package name (did you forget to declare "my $fred"?) at - l… 60 Global symbol "$fred" requires explicit package name (did you forget to declare "my $fred"?) at - l… 68 Global symbol "$fred" requires explicit package name (did you forget to declare "my $fred"?) at - l… 81 Global symbol "$joe" requires explicit package name (did you forget to declare "my $joe"?) at - lin… 96 Global symbol "$jòè" requires explicit package name (did you forget to declare "my $jòè"?) at - lin… 108 Global symbol "$joe" requires explicit package name (did you forget to declare "my $joe"?) at - lin… 206 Global symbol "$f" requires explicit package name (did you forget to declare "my $f"?) at abc.pm li… 241 Global symbol "$joe" requires explicit package name (did you forget to declare "my $joe"?) at - lin… 253 Global symbol "$joe" requires explicit package name (did you forget to declare "my $joe"?) at - lin… 508 Global symbol "@k" requires explicit package name (did you forget to declare "my @k"?) at - line 4. [all …]
|
/openbsd/gnu/usr.bin/texinfo/makeinfo/tests/ |
H A D | macro-at.txi | 3 @settitle AUTHORS -- who did what on GNU LilyPond 13 @node Top, , AUTHORS -- who did what on GNU LilyPond, (dir) 16 * AUTHORS -- who did what on GNU LilyPond:: AUTHORS -- who did what. 19 @node AUTHORS -- who did what on GNU LilyPond, Top, , Top 20 @chapter AUTHORS -- who did what on GNU LilyPond?
|
/openbsd/sys/dev/pci/drm/amd/display/dc/clk_mgr/dce100/ |
H A D | dce_clk_mgr.c | 81 if (did < DENTIST_BASE_DID_1) in dentist_get_divider_from_did() 82 did = DENTIST_BASE_DID_1; in dentist_get_divider_from_did() 83 if (did > DENTIST_MAX_DID) in dentist_get_divider_from_did() 84 did = DENTIST_MAX_DID; in dentist_get_divider_from_did() 86 if (did < DENTIST_BASE_DID_2) { in dentist_get_divider_from_did() 88 * (did - DENTIST_BASE_DID_1); in dentist_get_divider_from_did() 89 } else if (did < DENTIST_BASE_DID_3) { in dentist_get_divider_from_did() 91 * (did - DENTIST_BASE_DID_2); in dentist_get_divider_from_did() 92 } else if (did < DENTIST_BASE_DID_4) { in dentist_get_divider_from_did() 94 * (did - DENTIST_BASE_DID_3); in dentist_get_divider_from_did() [all …]
|
H A D | dce_clk_mgr.h | 57 int dentist_get_divider_from_did(int did);
|
/openbsd/gnu/usr.bin/perl/cpan/Test-Simple/t/Test2/modules/Util/ |
H A D | ExternalMeta.t | 30 is($one->foo, 1, "did not change attribute"); 35 is($one->foo, 1, "did not change attribute"); 36 is($one->meta('foo', 678), 123, "did not alter already set meta-attribute"); 37 is($one->get_meta('foo'), 123, "still did not alter already set meta-attribute"); 40 is($one->bar, 2, "did not change attribute");
|
/openbsd/gnu/usr.bin/perl/cpan/Test-Simple/t/Test2/modules/Hub/ |
H A D | Subtest.t | 62 def is => ($one->bailed_out, undef, "did not bail"); 91 is($ran, 1, "did not get past the terminate"); 99 is($ran, 1, "did not get past the terminate"); 110 is($ran, 2, "did not automatically abort"); 119 is($ran, 2, "did not automatically abort");
|
/openbsd/gnu/usr.bin/perl/t/run/ |
H A D | switchM.t | 17 qr/^Global symbol "\$x" requires explicit package name \(did you (?x: 22 qr/^Global symbol "\$x" requires explicit package name \(did you (?x: 27 qr/^Global symbol "\$x" requires explicit package name \(did you (?x:
|
/openbsd/sys/dev/pci/drm/amd/amdgpu/ |
H A D | amdgpu_trace.h | 39 TP_PROTO(unsigned did, uint32_t reg, uint32_t value), 40 TP_ARGS(did, reg, value), 42 __field(unsigned, did) 47 __entry->did = did; 52 (unsigned long)__entry->did, 58 TP_PROTO(unsigned did, uint32_t reg, uint32_t value), 59 TP_ARGS(did, reg, value), 61 __field(unsigned, did) 66 __entry->did = did; 71 (unsigned long)__entry->did,
|
H A D | amdgpu.h | 704 #define ASICID_IS_P20(did, rid) (((did == 0x67DF) && \ argument 710 ((did == 0x6FDF) && \ 715 #define ASICID_IS_P30(did, rid) ((did == 0x67DF) && \ argument 720 #define ASICID_IS_P21(did, rid) (((did == 0x67EF) && \ argument 723 ((did == 0x67FF) && \ 728 #define ASICID_IS_P31(did, rid) ((did == 0x67EF) && \ argument 732 #define ASICID_IS_P23(did, rid) (((did == 0x6987) && \ argument 737 ((did == 0x6981) && \
|
/openbsd/gnu/usr.bin/perl/cpan/Test2-Suite/t/behavior/ |
H A D | Mocking.t | 34 ok(!Fake5->can('check'), "mock 5 did not leak"); 40 ok(!"Fake$_"->can('check'), "mock $_ did not leak") for 1 .. 5; 43 ok(!"Fake$_"->can('check'), "mock $_ did not leak") for 1 .. 5;
|
/openbsd/gnu/usr.bin/perl/t/comp/ |
H A D | use.t | 108 like ($@, qr/\QPerl v5.600.0 required (did you mean v5.6.0?)--this is only $^V, stopped\E/); 111 like ($@, qr/\QPerl v5.800.0 required (did you mean v5.8.0?)--this is only $^V, stopped\E/); 114 like ($@, qr/\QPerl v5.900.0 required (did you mean v5.9.0?)--this is only $^V, stopped\E/); 117 like ($@, qr/\QPerl v5.100.0 required (did you mean v5.10.0?)--this is only $^V, stopped\E/); 120 like ($@, qr/\QPerl v5.110.0 required (did you mean v5.11.0?)--this is only $^V, stopped\E/);
|
H A D | require.t | 139 print "# $@\nnot " unless $@ =~ /did not return a true/; 495 $not= $err=~/did not return a true value/ ? "" : "not "; 522 $not = $@ =~ /did not return a true value/ ? '' : 'not '; 565 $not = $err =~ /did not return a true value/ ? '' : 'not ';
|
/openbsd/sys/dev/acpi/ |
H A D | acpidmar.c | 122 int did; member 409 dom->did); in domain_map_check() 957 QI_IOTLB_DID(did); in iommu_flush_tlb_qi() 1415 dom->did = did; in domain_create() 1437 iommu->id, dom->did); in domain_create() 1568 *id = dom->did; in _iommu_domain() 1643 dom->did, tt); in domain_map_device() 1886 iommu->id, dom->did); in acpidmar_init() 2000 int type, sid, did, flag; in ivhd_show_event() local 2163 .dw0 = did, in ivhd_flush_devtab() [all …]
|
H A D | amd_iommu.h | 240 dte_set_domain(struct ivhd_dte *dte, uint16_t did) in dte_set_domain() argument 242 dte->dw2 = (dte->dw2 & ~DTE_DID_MASK) | (did & DTE_DID_MASK); in dte_set_domain()
|
/openbsd/sys/dev/pci/drm/amd/display/dc/dce/ |
H A D | dce_clk_mgr.c | 101 if (did < DENTIST_BASE_DID_1) in dentist_get_divider_from_did() 102 did = DENTIST_BASE_DID_1; in dentist_get_divider_from_did() 103 if (did > DENTIST_MAX_DID) in dentist_get_divider_from_did() 104 did = DENTIST_MAX_DID; in dentist_get_divider_from_did() 106 if (did < DENTIST_BASE_DID_2) { in dentist_get_divider_from_did() 108 * (did - DENTIST_BASE_DID_1); in dentist_get_divider_from_did() 109 } else if (did < DENTIST_BASE_DID_3) { in dentist_get_divider_from_did() 111 * (did - DENTIST_BASE_DID_2); in dentist_get_divider_from_did() 112 } else if (did < DENTIST_BASE_DID_4) { in dentist_get_divider_from_did() 114 * (did - DENTIST_BASE_DID_3); in dentist_get_divider_from_did() [all …]
|
/openbsd/gnu/usr.bin/perl/cpan/podlators/t/data/snippets/man/ |
H A D | utf8-verbatim | 18 Older versions did not convert Beyoncé in verbatim. 31 Older versions did not convert Beyoncé in verbatim.
|
/openbsd/sys/dev/pci/drm/i915/display/ |
H A D | dvo_ch7xxx.c | 111 u8 did; member 134 static char *ch7xxx_get_did(u8 did) in ch7xxx_get_did() argument 139 if (ch7xxx_dids[i].did == did) in ch7xxx_get_did()
|
/openbsd/gnu/usr.bin/perl/cpan/Test-Simple/t/Legacy/Bugs/ |
H A D | 629.t | 18 ok(!@warnings, "did not warn when waiting for done_testing"); 30 ok(!@warnings, "did not warn with 'no_plan'");
|
/openbsd/sys/arch/octeon/dev/ |
H A D | cn30xxfpareg.h | 319 …uint64_t did : 8; // the hardware ignores this field when is_io==0, else device ID 334 …uint64_t did : 8; // the hardware ignores this field when is_io==0, else device ID
|
/openbsd/gnu/usr.bin/perl/cpan/Test-Simple/t/Test2/modules/API/ |
H A D | Instance.t | 101 ok(!$ran, "did not run yet"); 128 ok(!$one->finalized, "calling stack did not finaliz the object"); 200 …like($warnings[0], qr/Process .* did not exit cleanly \(wstat: \S+, exit: 255, sig: 0\)/, "Warn ab… 211 …like($warnings[0], qr/Process .* did not exit cleanly \(wstat: \S+, exit: 0, sig: 15\)/, "Warn abo… 232 like($warnings[0], qr/Thread .* did not end cleanly: xxx/, "Warn about exit"); 507 is($cull, 0, "did not call cull"); 511 is(@{$one->context_init_callbacks}, 1, "did not add the callback");
|
/openbsd/gnu/llvm/clang/include/clang/Basic/ |
H A D | DiagnosticCommentKinds.td | 110 "did you mean '%0'?">; 131 "did you mean '%0'?">; 173 "unknown command tag name '%0'; did you mean '%1'?">,
|
/openbsd/gnu/usr.bin/perl/cpan/Test2-Suite/t/modules/Tools/ |
H A D | Basic.t | 159 print STDERR "Something is wrong, did not bail out!\n"; 173 print STDERR "Something is wrong, did not skip!\n"; 187 print STDERR "Something is wrong, did not skip!\n";
|
/openbsd/gnu/usr.bin/perl/t/lib/croak/ |
H A D | toke | 15 Global symbol "$foo" requires explicit package name (did you forget to declare "my $foo"?) at - lin… 268 Constant(1): Call to &{$^H{integer}} did not return a defined value at - line 3, at end of line 276 Constant(1.1): Call to &{$^H{float}} did not return a defined value at - line 3, at end of line 284 Constant(0x1): Call to &{$^H{binary}} did not return a defined value at - line 3, at end of line 292 Constant(q): Call to &{$^H{q}} did not return a defined value at - line 3, near "'1'" 293 Constant(qq): Call to &{$^H{q}} did not return a defined value at - line 3, within string 294 Constant(tr): Call to &{$^H{q}} did not return a defined value at - line 3, within string 295 Constant(s): Call to &{$^H{q}} did not return a defined value at - line 3, within string 303 Constant(qq): Call to &{$^H{qr}} did not return a defined value at - line 3, within pattern 311 Constant(q): Call to &{$^H{qr}} did not return a defined value at - line 3, within pattern
|
/openbsd/gnu/usr.bin/perl/cpan/Test2-Suite/t/regression/ |
H A D | 291-async-subtest-done-testing.t | 9 qr/A plan should not be set inside an async-subtest \(did you call done_testing\(\)\?\)/,
|
/openbsd/gnu/usr.bin/perl/t/uni/ |
H A D | class.t | 50 fail('first N-1 chars did not match'); 58 fail('last char did not match');
|