/external/ltp/runtest/ |
D | ltp-aiodio.part1 | 3 AD001 time aiocp -b 1k -n 1 -f DIRECT $TMPDIR/aiodio.$$/junkfile $TMPDIR/aiodio.$$/ff2 4 AD002 time aiocp -b 1k -n 1 -f SYNC $TMPDIR/aiodio.$$/junkfile $TMPDIR/aiodio.$$/ff2 5 AD003 time aiocp -b 1k -n 1 -f DIRECT -f SYNC $TMPDIR/aiodio.$$/junkfile $TMPDIR/aiodio.$$/ff2 6 AD004 time aiocp -b 1k -n 2 -f DIRECT $TMPDIR/aiodio.$$/junkfile $TMPDIR/aiodio.$$/ff2 7 AD005 time aiocp -b 1k -n 2 -f SYNC $TMPDIR/aiodio.$$/junkfile $TMPDIR/aiodio.$$/ff2 8 AD006 time aiocp -b 1k -n 2 -f DIRECT -f SYNC $TMPDIR/aiodio.$$/junkfile $TMPDIR/aiodio.$$/ff2 9 AD007 time aiocp -b 1k -n 4 -f DIRECT $TMPDIR/aiodio.$$/junkfile $TMPDIR/aiodio.$$/ff2 10 AD008 time aiocp -b 1k -n 4 -f SYNC $TMPDIR/aiodio.$$/junkfile $TMPDIR/aiodio.$$/ff2 11 AD009 time aiocp -b 1k -n 4 -f DIRECT -f SYNC $TMPDIR/aiodio.$$/junkfile $TMPDIR/aiodio.$$/ff2 12 AD010 time aiocp -b 1k -n 8 -f DIRECT $TMPDIR/aiodio.$$/junkfile $TMPDIR/aiodio.$$/ff2 [all …]
|
/external/epid-sdk/epid/common-testhelper/unittests/ |
D | finite_field_wrapper-test.cc | 62 FiniteFieldObj ff2; in TEST_F() local 63 EXPECT_NE((FiniteField*)ff1, (FiniteField*)ff2); in TEST_F() 64 ff1 = ff2; in TEST_F() 65 EXPECT_EQ((FiniteField*)ff1, (FiniteField*)ff2); in TEST_F() 70 FiniteFieldObj ff2(ff1); in TEST_F() local 71 EXPECT_EQ((FiniteField*)ff1, (FiniteField*)ff2); in TEST_F() 76 FiniteFieldObj ff2(this->prime_str); in TEST_F() local 77 FfElementObj ffe(&ff2, this->ground_str); in TEST_F() 78 FiniteFieldObj ff3(ff2, ffe, 2); in TEST_F()
|
D | ffelement_wrapper-test.cc | 97 FiniteFieldObj ff2(ff, ffe1, 2); in TEST_F() local 98 FfElementObj ff2_e1(&ff2, ff_2_str); in TEST_F()
|
/external/deqp-deps/glslang/Test/baseResults/ |
D | hlsl.struct.frag.out | 12 …f float c, temp 2-component vector of float d, temp bool ff1, temp bool ff2, temp bool ff3, t… 23 …f float c, temp 2-component vector of float d, temp bool ff1, temp bool ff2, temp bool ff3, t… 43 …f float c, temp 2-component vector of float d, temp bool ff1, temp bool ff2, temp bool ff3, t… 49 …f float c, temp 2-component vector of float d, temp bool ff1, temp bool ff2, temp bool ff3, t… 55 …f float c, temp 2-component vector of float d, temp bool ff1, temp bool ff2, temp bool ff3, t… 61 …f float c, temp 2-component vector of float d, temp bool ff1, temp bool ff2, temp bool ff3, t… 67 …f float c, temp 2-component vector of float d, temp bool ff1, temp bool ff2, temp bool ff3, t… 72 0:40 ff2: direct index for structure ( temp bool) 73 …f float c, temp 2-component vector of float d, temp bool ff1, temp bool ff2, temp bool ff3, t… 76 0:? 's.ff2' (layout( location=5) flat in bool) [all …]
|
D | hlsl.float4.frag.out | 16 …of float AmbientColor, uniform bool ff1, layout( offset=20) uniform float ff2, layout( binding=0 … 20 …of float AmbientColor, uniform bool ff1, layout( offset=20) uniform float ff2, layout( binding=0 … 38 …of float AmbientColor, uniform bool ff1, layout( offset=20) uniform float ff2, layout( binding=0 … 42 …of float AmbientColor, uniform bool ff1, layout( offset=20) uniform float ff2, layout( binding=0 … 60 MemberName 15($Global) 2 "ff2"
|
/external/swiftshader/third_party/LLVM/test/CodeGen/Mips/ |
D | i64arg.ll | 12 ; CHECK: lw $25, %call16(ff2) 18 tail call void @ff2(i64 %ll, double 3.000000e+00) nounwind 32 declare void @ff2(i64, double)
|
/external/llvm/test/CodeGen/Mips/ |
D | i64arg.ll | 14 ; CHECK-DAG: lw $25, %call16(ff2) 18 tail call void @ff2(i64 %ll, double 3.000000e+00) nounwind 32 declare void @ff2(i64, double)
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/Mips/ |
D | i64arg.ll | 14 ; CHECK-DAG: lw $25, %call16(ff2) 18 tail call void @ff2(i64 %ll, double 3.000000e+00) nounwind 32 declare void @ff2(i64, double)
|
/external/deqp-deps/glslang/Test/ |
D | hlsl.float4.frag | 4 float ff2 : packoffset(c1.y);
|
D | hlsl.struct.frag | 25 bool ff2 : packoffset(c0.y);
|
/external/ltp/testscripts/ |
D | ltp-aiodio.sh | 255 dd if=$file1 of=$TMP/aiodio/ff2 bs=1024 conv=block,sync 312 rm -f $TMP/aiodio/ff2
|
/external/clang/test/CodeGen/ |
D | big-atomic-ops.c | 120 void ff2(_Atomic(float) *d) { in ff2() function
|
D | atomic-ops.c | 172 void ff2(_Atomic(float) *d) { in ff2() function
|
/external/grpc-grpc-java/core/src/test/java/io/grpc/internal/ |
D | DelayedClientTransportTest.java | 309 DelayedStream ff2 = (DelayedStream) delayedTransport.newStream( in reprocessSemantics() local 384 assertSame(Status.UNAVAILABLE, ((FailingClientStream) ff2.getRealStream()).getError()); in reprocessSemantics()
|
/external/google-breakpad/src/tools/windows/dump_syms/testdata/ |
D | dump_syms_regtest64.sym | 3264 7ff2 4 156 6804 3667 9ff2 9 315 9904
|
D | omap_stretched_filled.sym | 2849 STACK WIN 4 3ff2 44 1 0 8 4 0 0 1 $T0 $ebp = $eip $T0 4 + ^ = $ebp $T0 ^ = $esp $T0 8 + = $23 $T0 …
|
D | omap_stretched.sym | 3009 STACK WIN 4 3ff2 44 1 0 8 4 0 0 1 $T0 $ebp = $eip $T0 4 + ^ = $ebp $T0 ^ = $esp $T0 8 + = $23 $T0 …
|
/external/arm-neon-tests/ |
D | ref-rvct-neon-nofp16.txt | 4788 VSLI_N:16:result_uint16x8 [] = { 3ff0, 3ff1, 3ff2, 3ff3, 3ff4, 3ff5, 3ff6, 3ff7, } 4792 VSLI_N:20:result_poly16x8 [] = { 3ff0, 3ff1, 3ff2, 3ff3, 3ff4, 3ff5, 3ff6, 3ff7, } 4797 VSLI_N:1:result_int16x4 [] = { 7ff0, 7ff1, 7ff2, 7ff3, } 4801 VSLI_N:5:result_uint16x4 [] = { 7ff0, 7ff1, 7ff2, 7ff3, } 4805 VSLI_N:9:result_poly16x4 [] = { 7ff0, 7ff1, 7ff2, 7ff3, } 4808 VSLI_N:12:result_int16x8 [] = { 7ff0, 7ff1, 7ff2, 7ff3, 7ff4, 7ff5, 7ff6, 7ff7, }
|
D | ref-rvct-neon.txt | 5601 VSLI_N:17:result_uint16x8 [] = { 3ff0, 3ff1, 3ff2, 3ff3, 3ff4, 3ff5, 3ff6, 3ff7, } 5605 VSLI_N:21:result_poly16x8 [] = { 3ff0, 3ff1, 3ff2, 3ff3, 3ff4, 3ff5, 3ff6, 3ff7, } 5611 VSLI_N:1:result_int16x4 [] = { 7ff0, 7ff1, 7ff2, 7ff3, } 5615 VSLI_N:5:result_uint16x4 [] = { 7ff0, 7ff1, 7ff2, 7ff3, } 5619 VSLI_N:9:result_poly16x4 [] = { 7ff0, 7ff1, 7ff2, 7ff3, } 5623 VSLI_N:13:result_int16x8 [] = { 7ff0, 7ff1, 7ff2, 7ff3, 7ff4, 7ff5, 7ff6, 7ff7, }
|
D | ref-rvct-all.txt | 5601 VSLI_N:17:result_uint16x8 [] = { 3ff0, 3ff1, 3ff2, 3ff3, 3ff4, 3ff5, 3ff6, 3ff7, } 5605 VSLI_N:21:result_poly16x8 [] = { 3ff0, 3ff1, 3ff2, 3ff3, 3ff4, 3ff5, 3ff6, 3ff7, } 5611 VSLI_N:1:result_int16x4 [] = { 7ff0, 7ff1, 7ff2, 7ff3, } 5615 VSLI_N:5:result_uint16x4 [] = { 7ff0, 7ff1, 7ff2, 7ff3, } 5619 VSLI_N:9:result_poly16x4 [] = { 7ff0, 7ff1, 7ff2, 7ff3, } 5623 VSLI_N:13:result_int16x8 [] = { 7ff0, 7ff1, 7ff2, 7ff3, 7ff4, 7ff5, 7ff6, 7ff7, }
|
/external/google-breakpad/src/processor/testdata/symbols/overflow/B0E1FC01EF48E39CAF5C881D2DF0C3840/ |
D | overflow.sym | 119 1ff2 8 1541 23 1948 6ff2 6 1045 23 6023 STACK CFI 7ff2 $r12: .cfa -16 + ^ .cfa: $rsp 16 +
|
/external/arm-optimized-routines/test/testcases/directed/ |
D | rred2.tst | 319 func=rred op1=49741751.c0b0285f result=3cb97164.1857cadc.ff2 res2=00000001 errno=0
|
/external/hyphenation-patterns/cy/ |
D | hyph-cy.pat.txt | 134 .ff2
|
/external/google-breakpad/src/processor/testdata/symbols/microdump/breakpad_unittests/DA7778FB66018A4E9B4110ED06E730D00/ |
D | breakpad_unittests.sym | 8415 20ff2 2 277 82 10520 24ff2 2 428 121 11527 26ff2 1e 379 27 22316 39ff2 2 191 108 26651 40ff2 e 506 89 29104 44ff2 8 257 10 29824 45ff2 2 127 23 30568 46ff2 4 46 31 32224 48ff2 a 333 127 37212 51ff2 4 362 140 [all …]
|
/external/elfutils/tests/ |
D | testfile45.expect.bz2 | 1testfile45.o: elf64-elf_x86_64
2
3Disassembly of section .text:
4
5 0 ... |