Home
last modified time | relevance | path

Searched refs:third (Results 1 – 25 of 257) sorted by relevance

1234567891011

/minix3/external/bsd/atf/dist/tools/
H A Dseveral_tcs_helper.c55 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 Dseveral_tcs_helper.c57 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 Dcomplete-method-decls.m46 - (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 Dmacro-qualifier-diagnostics.s46 .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 Dmacros-argument-parsing-diagnostics.s20 double third = 0
22 # CHECK: double third = 0
/minix3/external/bsd/llvm/dist/clang/test/Rewriter/
H A Dunnamed-bf-modern-write.mm9 int third :1; field
19 // CHECK-NEXT: int third : 1;
/minix3/external/bsd/llvm/dist/llvm/examples/Kaleidoscope/MCJIT/lazy/
H A Dgenk-timing.py151 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 Dgenk-timing.py151 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 DREADME4 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 Dgenk-timing.py156 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 Descape.exp58 third line':
61 third line:
88 third line':
91 third line:
/minix3/external/bsd/llvm/dist/clang/test/Profile/
H A Dc-general.c167 third: in jumps()
190 goto third; in jumps()
/minix3/external/bsd/kyua-cli/dist/integration/
H A Dcmd_test_test.sh94 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 Dcmd_list_test.sh209 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 Deof_test03.txt3 This is the third file that will
/minix3/external/bsd/llvm/dist/clang/test/Preprocessor/
H A Dc99-6_10_3_4_p9.c15 showlist(The first, second, and third items.);
/minix3/external/bsd/llvm/dist/clang/test/CodeGenObjC/
H A Dunname-bf-metadata.m8 int third :1; field
/minix3/external/bsd/bind/dist/bin/tests/dnssec-signzone/
H A Dtest5.zone3 ; have existing private key files available. The third is a KSK.
H A Dtest4.zone3 ; which have existing private key files available. The third is a
/minix3/external/bsd/llvm/dist/clang/test/CXX/class/class.mem/
H A Dp1b.cpp45 void a7(int a = third); // expected-error{{use of undeclared identifier 'third'}}
/minix3/share/misc/
H A Doperator18 ?: (C++, third operand) right to left
/minix3/crypto/external/
H A DREADME6 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 D2013-10-14-FastISel-incorrect-vreg.ll28 ; Load the third argument
67 ; Load the third argument
106 ; Load the third argument
H A Dreturned-trunc-tail-calls.ll61 %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 DRISCOS-LATIN1%UCS.src28 # third comment shows the character for that position in fonts
29 # supplied by EFF, a third-party supplier of RISC OS outline fonts.

1234567891011