| /openbsd-src/gnu/usr.bin/perl/lib/unicore/ |
| H A D | TestProp.pl | 35 sub Expect($expected, $ord, $regex, $warning_type='') { subroutine 395 Expect(0, 0x2028, '\p{Print}', ""); # Bug # 71722 396 Expect(0, 0x2029, '\p{Print}', ""); # Bug # 71722 397 Expect(1, 0xFF10, '\p{XDigit}', ""); # Bug # 71726 399 Expect(1, 0xB6, '\p{In=V1_1}', ""); # Didn't use to work 400 Expect(1, 0x3A2,'\p{In=NA}', ""); # Didn't use to work 408 Expect(1, ord(" "), '\p{gc=:(?aa)s:}', ""); # /aa is valid 409 Expect(1, ord(" "), '\p{gc=:(?-s)s:}', ""); # /-s is valid 419 Expect(1, 65533, '\p{Age=:\AV1_1\z:}', "");; 420 Expect(0, 65536, '\p{Age=:\AV1_1\z:}', "");; [all …]
|
| /openbsd-src/gnu/llvm/compiler-rt/lib/tsan/tests/unit/ |
| H A D | tsan_mutexset_test.cpp | 17 static void Expect(const MutexSet &mset, uptr i, u64 id, bool write, u64 epoch, in Expect() function 32 Expect(mset, 0, 1, true, 2, 1); in TEST() 39 Expect(mset, 0, 3, true, 4, 1); in TEST() 40 Expect(mset, 1, 5, false, 6, 1); in TEST() 51 Expect(mset, 0, 1, true, 2, 1); in TEST() 55 Expect(mset, 0, 1, true, 2, 2); in TEST() 59 Expect(mset, 0, 1, true, 2, 1); in TEST() 85 Expect(mset, 0, 3, true, 4, 2); in TEST() 95 Expect(mset, i, i, true, i + 1, 1); in TEST() 103 Expect(mset, i, i, true, i + 1, 2); in TEST() [all …]
|
| /openbsd-src/gnu/llvm/clang/lib/ASTMatchers/ |
| H A D | GtestMatchers.cpp | 32 Expect, enumerator 61 case MacroType::Expect: in getMacroTypeName() 105 case MacroType::Expect: in getSpecSetterName() 198 return gtestComparisonInternal(MacroType::Expect, Cmp, Left, Right); in gtestExpect() 208 return gtestThatInternal(MacroType::Expect, Actual, Matcher); in gtestExpectThat() 225 return gtestCallInternal(MacroType::Expect, MockObject, MockMethodName, Args); in gtestExpectCall() 230 return gtestCallInternal(MacroType::Expect, MockCall, Args); in gtestExpectCall()
|
| /openbsd-src/gnu/usr.bin/perl/cpan/Archive-Tar/t/ |
| H A D | 05_iter.t | 12 my @Expect = ( 23 for my $index ( \0, 0 .. $#Expect ) { 50 like($name, $expect[$i]," Matches $Expect[$i] $desc" ); 57 my $regex = $Expect[$index]; 64 @expect = @Expect;
|
| /openbsd-src/gnu/usr.bin/perl/dist/IO/t/ |
| H A D | io_file.t | 10 my $Expect = quotemeta $All_Chars; 34 unlike( $cont, qr/$Expect/, " Content match fails without binmode" ); 45 like( $cont, qr/$Expect/, " Content match passes with binmode" );
|
| /openbsd-src/gnu/usr.bin/perl/dist/Test/t/ |
| H A D | fail.t | 3 our $Expect; 51 $Expect =~ s/\n+$//; 52 my @expect = split /\n\n/, $Expect; 69 $Expect = <<"EXPECT";
|
| /openbsd-src/gnu/llvm/llvm/lib/Transforms/Scalar/ |
| H A D | LowerExpectIntrinsic.cpp | 122 static void handlePhiDef(CallInst *Expect) { in handlePhiDef() argument 123 Value &Arg = *Expect->getArgOperand(0); in handlePhiDef() 124 ConstantInt *ExpectedValue = dyn_cast<ConstantInt>(Expect->getArgOperand(1)); in handlePhiDef() 129 Function *Fn = Expect->getCalledFunction(); in handlePhiDef() 135 auto *Confidence = cast<ConstantFP>(Expect->getArgOperand(2)); in handlePhiDef() 264 Expect->getCalledFunction()->getIntrinsicID(), Expect, 2); in handlePhiDef()
|
| /openbsd-src/gnu/llvm/lldb/third_party/Python/module/pexpect-4.6/ |
| H A D | README.rst | 6 Pexpect is a Pure Python Expect-like module 12 Don Libes' Expect. Pexpect allows your script to spawn a child application and 18 automated software testing. Pexpect is in the spirit of Don Libes' Expect, but
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/PowerPC/ |
| H A D | PPCMacroFusion.cpp | 82 int64_t Expect, in matchingImmOps() argument 90 return Imm == Expect; in matchingImmOps()
|
| /openbsd-src/gnu/usr.bin/perl/ |
| H A D | README.plan9 | 43 These include Opcode, FileHandle, Fcntl, and POSIX. Expect
|
| /openbsd-src/gnu/usr.bin/cvs/ |
| H A D | acinclude.m4 | 137 # Expect the libs to be installed parallel to the headers
|
| H A D | aclocal.m4 | 150 # Expect the libs to be installed parallel to the headers
|
| /openbsd-src/gnu/usr.bin/perl/t/porting/ |
| H A D | known_pod_issues.dat | 122 Expect
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/ |
| H A D | ChangeLog | 558 * g++.dg/tls/init-2.C: Fix. Expect two warnings. 768 * gcc.dg/noncompile/20030818-1.c: Expect second line of error. 1243 * g++.dg/eh/forced1.C: Expect catch-all handlers to run. 1439 * gcc.c-torture/compile/simd-5.x: Expect XFAIL for powerpc64. 1793 * gcc.dg/20030213-1.c: Expect warning for unsupported -fpic on 2066 * g++.dg/parse/parameter-declaration-1.C: Expect error on last line. 2076 * g++.dg/special/conpr-2.C: Expect failure on solaris2. 2116 * g++.old-deja/g++.pt/crash32.C: Expect error. 2377 * gcc.dg/nest.c: Expect error for mmix-*-*. 2385 * gcc.dg/20021014-1.c: Expect build failure on mmix-*-*. [all …]
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/cp/ |
| H A D | Make-lang.in | 106 @echo "Expect 33 shift/reduce conflicts and 58 reduce/reduce conflicts."
|
| H A D | ChangeLog.2 | 10040 * method.c (build_template_decl_overload): Expect _DECL as first 10063 (do_identifier): Expect arguments for Koenig lookup. 10292 * method.c (build_overload_nested_name): Expect null as context. 11458 (duplicate_tag_error): Expect OVERLOAD nodes when unchaining. 11534 (check_classfn): Expect OVERLOAD nodes. 11561 (do_identifier): Expect OVERLOAD nodes instead of TREE_LISTs. 11562 (do_scoped_id): Expect OVERLOAD nodes. 11580 * pt.c (template_class_depth): Expect types to be namespaces. 11601 * search.c (lookup_fnfields_here): Expect OVERLOAD nodes. 11608 (build_signature_table_constructor): Expect OVERLOAD nodes. [all …]
|
| /openbsd-src/gnu/gcc/gcc/cp/ |
| H A D | ChangeLog-1998 | 3252 * method.c (build_template_decl_overload): Expect _DECL as first 3275 (do_identifier): Expect arguments for Koenig lookup. 3504 * method.c (build_overload_nested_name): Expect null as context. 4670 (duplicate_tag_error): Expect OVERLOAD nodes when unchaining. 4746 (check_classfn): Expect OVERLOAD nodes. 4773 (do_identifier): Expect OVERLOAD nodes instead of TREE_LISTs. 4774 (do_scoped_id): Expect OVERLOAD nodes. 4792 * pt.c (template_class_depth): Expect types to be namespaces. 4813 * search.c (lookup_fnfields_here): Expect OVERLOAD nodes. 4820 (build_signature_table_constructor): Expect OVERLOAD nodes. [all …]
|
| H A D | ChangeLog-2001 | 127 * Make-lang.in (parse.c): Expect two fewer s/r conflicts. 1627 * except.c (initialize_handler_parm): Expect __cxa_begin_catch to
|
| /openbsd-src/gnu/usr.bin/binutils/gdb/testsuite/ |
| H A D | ChangeLog | 1231 * gdb.cp/ctti.exp: Handle unsigned char type. Expect templates 2669 * lib/mi-support.exp (mi_run_cmd): Expect an MI response to 2759 * gdb.base/float.exp: Expect similar output for x86_64-*-* as for 2996 * gdb.base/args.exp: Expect .exe in output. 3714 * gdb.base/printcmds.exp (test_print_string_constants): Expect 4127 * gdb.base/annota1.exp: Expect addresses as $hex + whitespace to 4147 * gdb.c++/ovldbreak.exp: Expect addresses as $hex + whitespace to 4657 * gdb.base/annota1.exp: Expect failure for hpux11 when posting 4676 * gdb.base/printcmds.exp: Expect the null character to be printed 5721 * gdb.base/maint.exp: Expect $EXEEXT in executable name. Don't [all …]
|
| /openbsd-src/gnu/usr.bin/perl/cpan/perlfaq/lib/ |
| H A D | perlfaq8.pod | 948 look at the L<Expect> module available from CPAN, which also requires two 1038 real person on the other side. With the L<Expect> module, another
|
| /openbsd-src/gnu/gcc/gcc/doc/ |
| H A D | sourcebuild.texi | 999 Expect the test to fail if the conditions (which are the same as for 1015 Expect the test executable to return a nonzero exit status if the
|
| /openbsd-src/gnu/usr.bin/perl/pod/ |
| H A D | perlipc.pod | 820 over the source code of the program you're using. The C<Expect> module 1833 unbundled modules numerous networking modules, Chat and Expect operations,
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/ARM/ |
| H A D | ARM.td | 761 "Expect instructions to be stored big-endian.">;
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/IR/ |
| H A D | Intrinsics.td | 955 //===------------------------- Expect Intrinsics --------------------------===//
|
| /openbsd-src/gnu/usr.bin/perl/cpan/CPAN/lib/CPAN/ |
| H A D | Distribution.pm | 2392 my $expo = Expect->new; # expo Expect object;
|