| /minix3/external/bsd/atf/dist/tools/ |
| H A D | several_tcs_helper.c | 55 ATF_TC_WITHOUT_HEAD(third); 56 ATF_TC_BODY(third, tc) in ATF_TC_BODY() argument 64 ATF_TP_ADD_TC(tp, third); in ATF_TP_ADD_TCS()
|
| /minix3/external/bsd/bind/dist/unit/atf-src/atf-run/ |
| H A D | several_tcs_helper.c | 57 ATF_TC_WITHOUT_HEAD(third); 58 ATF_TC_BODY(third, tc) in ATF_TC_BODY() argument 66 ATF_TP_ADD_TC(tp, third); in ATF_TP_ADD_TCS()
|
| /minix3/external/bsd/llvm/dist/clang/test/Index/ |
| H A D | complete-method-decls.m | 46 - (int)first:(int)x second:(float)y third:(double)z; 47 - (id)first:(int)xx second2:(float)y2 third:(double)z; 48 - (void*)first:(int)xxx second3:(float)y3 third:(double)z; 52 - (int)first:(int)x second2:(float)y third:(double)z; 56 - (int)first:(int)x second2:(float)y third:(double)z { } 128 … first:}{TypedText second2:}{Text (float)y2}{HorizontalSpace }{TypedText third:}{Text (double)z} … 129 … first:}{TypedText second3:}{Text (float)y3}{HorizontalSpace }{TypedText third:}{Text (double)z} … 130 …ve first:}{TypedText second:}{Text (float)y}{HorizontalSpace }{TypedText third:}{Text (double)z} … 138 …ftParen (}{Text float}{RightParen )}{Text y}{HorizontalSpace }{TypedText third:}{LeftParen (}{Tex… 140 …ftParen (}{Text float}{RightParen )}{Text y}{HorizontalSpace }{TypedText third:}{LeftParen (}{Tex… [all …]
|
| /minix3/external/bsd/llvm/dist/llvm/test/MC/AsmParser/ |
| H A D | macro-qualifier-diagnostics.s | 46 .macro second_third_required first=0 second:req third:req 59 second_third_required third=3 first=1 62 # CHECK: second_third_required third=3 first=1
|
| H A D | macros-argument-parsing-diagnostics.s | 20 double third = 0 22 # CHECK: double third = 0
|
| /minix3/external/bsd/llvm/dist/clang/test/Rewriter/ |
| H A D | unnamed-bf-modern-write.mm | 9 int third :1; field 19 // CHECK-NEXT: int third : 1;
|
| /minix3/external/bsd/llvm/dist/llvm/examples/Kaleidoscope/MCJIT/lazy/ |
| H A D | genk-timing.py | 151 third = "temp2" 154 self.writeRandomOperation(first, second, third) 158 second = third 159 third = temp 160 self.writeln(" " + third + ";")
|
| /minix3/external/bsd/llvm/dist/llvm/examples/Kaleidoscope/MCJIT/cached/ |
| H A D | genk-timing.py | 151 third = "temp2" 154 self.writeRandomOperation(first, second, third) 158 second = third 159 third = temp 160 self.writeln(" " + third + ";")
|
| /minix3/tests/lib/libc/regex/ |
| H A D | README | 4 C flag given, regcomp() is expected to fail, and the third field is the 7 Otherwise it is expected to succeed, and the third field is the string to 22 C regcomp() error expected, third field is error name
|
| /minix3/external/bsd/llvm/dist/llvm/examples/Kaleidoscope/MCJIT/complete/ |
| H A D | genk-timing.py | 156 third = "temp2" 159 self.writeRandomOperation(first, second, third) 163 second = third 164 third = temp 165 self.writeln(" " + third + ";")
|
| /minix3/usr.bin/make/unit-tests/ |
| H A D | escape.exp | 58 third line': 61 third line: 88 third line': 91 third line:
|
| /minix3/external/bsd/llvm/dist/clang/test/Profile/ |
| H A D | c-general.c | 167 third: in jumps() 190 goto third; in jumps()
|
| /minix3/external/bsd/kyua-cli/dist/integration/ |
| H A D | cmd_test_test.sh | 94 third:pass -> passed [S.UUUs] 95 third:skip -> skipped: The reason for skipping is this [S.UUUs] 104 utils_cp_helper simple_all_pass third 128 third:pass -> passed [S.UUUs] 129 third:skip -> skipped: The reason for skipping is this [S.UUUs] 138 utils_cp_helper simple_all_pass third 427 utils_cp_helper simple_some_fail third 432 third:fail -> failed: This fails on purpose [S.UUUs] 433 third:pass -> passed [S.UUUs] 444 third fifth [all …]
|
| H A D | cmd_list_test.sh | 209 utils_cp_helper simple_some_fail third 214 third:fail 215 third:pass 223 third fifth 247 utils_cp_helper simple_all_pass root/subdir/third
|
| /minix3/external/bsd/flex/dist/examples/manual/ |
| H A D | eof_test03.txt | 3 This is the third file that will
|
| /minix3/external/bsd/llvm/dist/clang/test/Preprocessor/ |
| H A D | c99-6_10_3_4_p9.c | 15 showlist(The first, second, and third items.);
|
| /minix3/external/bsd/llvm/dist/clang/test/CodeGenObjC/ |
| H A D | unname-bf-metadata.m | 8 int third :1; field
|
| /minix3/external/bsd/bind/dist/bin/tests/dnssec-signzone/ |
| H A D | test5.zone | 3 ; have existing private key files available. The third is a KSK.
|
| H A D | test4.zone | 3 ; which have existing private key files available. The third is a
|
| /minix3/external/bsd/llvm/dist/clang/test/CXX/class/class.mem/ |
| H A D | p1b.cpp | 45 void a7(int a = third); // expected-error{{use of undeclared identifier 'third'}}
|
| /minix3/share/misc/ |
| H A D | operator | 18 ?: (C++, third operand) right to left
|
| /minix3/crypto/external/ |
| H A D | README | 6 crypto source for programs that we have obtained from external third 33 The third-party source for a given package.
|
| /minix3/external/bsd/llvm/dist/llvm/test/CodeGen/X86/ |
| H A D | 2013-10-14-FastISel-incorrect-vreg.ll | 28 ; Load the third argument 67 ; Load the third argument 106 ; Load the third argument
|
| H A D | returned-trunc-tail-calls.ll | 61 %third = extractvalue {i32, {i32, i32}} %val, 1, 1 65 %res = insertvalue {{i32, i32}, i32} %reseventmper, i32 %third, 1
|
| /minix3/share/i18n/csmapper/MISC/ |
| H A D | RISCOS-LATIN1%UCS.src | 28 # third comment shows the character for that position in fonts 29 # supplied by EFF, a third-party supplier of RISC OS outline fonts.
|