/external/ltp/testcases/kernel/fs/mongo/ |
D | mongo_compare.c | 56 char line3[100]; in main() local 111 strcpy(line3, line1); in main() 112 line3[strlen(line3) - 1] = 0; in main() 114 while (strlen(line3) < 40) { in main() 115 strcat(line3, " "); in main() 118 if (strstr(line3, "MONGO_")) { in main() 127 if (strstr(line3, "FSYS=")) { in main() 134 line3, line2); in main() 136 } else if (NULL == strstr(line3, " :")) { in main() 138 if (strstr(line3, "(time")) in main() [all …]
|
/external/libxcam/cl_kernel/ |
D | kernel_wavelet_coeff.cl | 68 …float16 line3 = *((__local float16 *)(local_src_data + (local_id_y + 3) * SLM_CELL_X_SIZE + local_… 102 line_sum[3] = mad(line3.s0123, line3.s0123, line_sum[3]); 103 line_sum[3] = mad(line3.s1234, line3.s1234, line_sum[3]); 104 line_sum[3] = mad(line3.s2345, line3.s2345, line_sum[3]); 105 line_sum[3] = mad(line3.s3456, line3.s3456, line_sum[3]); 106 line_sum[3] = mad(line3.s4567, line3.s4567, line_sum[3]); 107 line_sum[3] = mad(line3.s5678, line3.s5678, line_sum[3]); 108 line_sum[3] = mad(line3.s6789, line3.s6789, line_sum[3]); 109 line_sum[3] = mad(line3.s789a, line3.s789a, line_sum[3]); 110 line_sum[3] = mad(line3.s89ab, line3.s89ab, line_sum[3]); [all …]
|
/external/perf_data_converter/src/quipper/ |
D | perf_stat_parser_test.cc | 81 const auto& line3 = proto2.line(0); in TEST() local 82 EXPECT_EQ("/uncore/reads/", line3.event_name()); in TEST() 83 EXPECT_EQ(711983, line3.count()); in TEST() 84 EXPECT_FALSE(line3.has_time_ms()); in TEST() 108 const auto& line3 = proto.line(2); in TEST() local 109 EXPECT_EQ("bus-cycles", line3.event_name()); in TEST() 110 EXPECT_EQ(2259169, line3.count()); in TEST() 111 EXPECT_EQ(2001, line3.time_ms()); in TEST()
|
/external/syzkaller/pkg/email/ |
D | reply_test.go | 33 line3 42 > line3 49 line3 58 > line3
|
/external/pdfium/core/fxcodec/jbig2/ |
D | JBig2_GrdProc.cpp | 192 uint32_t line3 = 0; in decode_Arith_Template0_unopt() local 198 uint32_t CONTEXT = line3; in decode_Arith_Template0_unopt() 215 line3 = ((line3 << 1) | bVal) & 0x0f; in decode_Arith_Template0_unopt() 341 uint32_t line3 = 0; in decode_Arith_Template1_unopt() local 347 uint32_t CONTEXT = line3; in decode_Arith_Template1_unopt() 361 line3 = ((line3 << 1) | bVal) & 0x07; in decode_Arith_Template1_unopt() 485 uint32_t line3 = 0; in decode_Arith_Template2_unopt() local 491 uint32_t CONTEXT = line3; in decode_Arith_Template2_unopt() 505 line3 = ((line3 << 1) | bVal) & 0x03; in decode_Arith_Template2_unopt() 872 uint32_t line3 = 0; in decode_Arith_Template0_unopt() local [all …]
|
D | JBig2_GrrdProc.cpp | 298 uint32_t line3 = in decode_Template1_unopt() local 312 CONTEXT |= line3 << 5; in decode_Template1_unopt() 322 line3 = ((line3 << 1) | in decode_Template1_unopt() 340 uint32_t line3 = in decode_Template1_unopt() local 363 CONTEXT |= line3 << 5; in decode_Template1_unopt() 374 line3 = ((line3 << 1) | in decode_Template1_unopt()
|
/external/libavc/common/x86/ |
D | ih264_deblk_luma_ssse3.c | 108 __m128i line1, line2, line3, line4, line5, line6, line7, line8; in ih264_deblk_luma_vert_bs4_ssse3() local 115 line3 = _mm_loadl_epi64((__m128i *)(pu1_src - 4 + 2 * src_strd)); in ih264_deblk_luma_vert_bs4_ssse3() 123 temp2 = _mm_unpacklo_epi8(line3, line4); in ih264_deblk_luma_vert_bs4_ssse3() 129 line3 = _mm_unpacklo_epi16(temp3, temp4); in ih264_deblk_luma_vert_bs4_ssse3() 132 p1_8x16 = _mm_unpacklo_epi32(line1, line3); in ih264_deblk_luma_vert_bs4_ssse3() 133 p0_8x16 = _mm_unpackhi_epi32(line1, line3); in ih264_deblk_luma_vert_bs4_ssse3() 139 line3 = _mm_loadl_epi64((__m128i *)(pu1_src - 4 + 10 * src_strd)); in ih264_deblk_luma_vert_bs4_ssse3() 147 temp2 = _mm_unpacklo_epi8(line3, line4); in ih264_deblk_luma_vert_bs4_ssse3() 153 line3 = _mm_unpacklo_epi16(temp3, temp4); in ih264_deblk_luma_vert_bs4_ssse3() 156 temp1 = _mm_unpacklo_epi32(line1, line3); in ih264_deblk_luma_vert_bs4_ssse3() [all …]
|
/external/snakeyaml/src/test/java/org/yaml/snakeyaml/types/ |
D | BinaryTagTest.java | 28 String line3 = "+f/++f/++f/++f/++f/++SH+Dk1hZGUgd2l0aCBHSU1QACwAAAAADAAMAAAFLC"; field in BinaryTagTest 30 String content = line1 + line2 + line3 + line4;
|
/external/python/mock/mock/tests/ |
D | testwith.py | 201 line3 = h.readline() 204 self.assertEqual(line3, 'baz\n') 246 line3 = f.readline() 249 self.assertEqual(line3, b'ghi\n')
|
/external/curl/tests/data/ |
D | test173 | 37 line3 69 line3
|
D | test1457 | 32 http://%HOSTIP:%HTTPPORT/1457 --silent --write-out 'line1%{stderr}line2%{stdout}line3'
|
/external/python/cpython3/Lib/unittest/test/testmock/ |
D | testwith.py | 211 line3 = h.readline() 214 self.assertEqual(line3, 'baz\n') 270 line3 = f.readline() 273 self.assertEqual(line3, b'ghi\n')
|
/external/icu/icu4c/source/tools/toolutil/ |
D | writesrc.cpp | 298 char line[100], line2[100], line3[100]; in usrc_writeUCPTrie() local 304 sprintf(line3, "%s_trieData", name); in usrc_writeUCPTrie() 305 usrc_writeUCPTrieStruct(f, line, pTrie, line2, line3, "};\n\n"); in usrc_writeUCPTrie()
|
/external/skia/tests/ |
D | PathOpsQuadLineIntersectionThreadedTest.cpp | 111 SkDLine line3 = {{{x - h, y - v}, {x + h, y + v}}}; in testQuadLineIntersectMain() local 112 testLineIntersect(state.fReporter, quad, line3, x, y); in testQuadLineIntersectMain()
|
/external/skqp/tests/ |
D | PathOpsQuadLineIntersectionThreadedTest.cpp | 111 SkDLine line3 = {{{x - h, y - v}, {x + h, y + v}}}; in testQuadLineIntersectMain() local 112 testLineIntersect(state.fReporter, quad, line3, x, y); in testQuadLineIntersectMain()
|
/external/deqp-deps/glslang/Test/baseResults/ |
D | hlsl.pp.line3.frag.out | 1 hlsl.pp.line3.frag 11 1: String "hlsl.pp.line3.frag"
|
/external/autotest/server/site_tests/autoupdate_P2P/ |
D | autoupdate_P2P.py | 209 line3 = "Replacing URL (.*) with local URL " \ 228 for line in [line1, line2, line3]:
|
/external/deqp-deps/glslang/Test/ |
D | runtests | 155 $EXE -D -Od -e MainPs -H -Od -g hlsl.pp.line3.frag > $TARGETDIR/hlsl.pp.line3.frag.out 156 diff -b $BASEDIR/hlsl.pp.line3.frag.out $TARGETDIR/hlsl.pp.line3.frag.out || HASERROR=1
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/Thumb2/ |
D | 2009-08-01-WrongLDRBOpc.ll | 25 %line3.i.i.i = getelementptr [200 x i8], [200 x i8]* %line.i.i.i, i32 0, i32 0 ; <i8*> [#uses=1] 41 %0 = load i8, i8* %line3.i.i.i, align 1 ; <i8> [#uses=1]
|
/external/swiftshader/third_party/LLVM/test/CodeGen/Thumb2/ |
D | 2009-08-01-WrongLDRBOpc.ll | 25 %line3.i.i.i = getelementptr [200 x i8]* %line.i.i.i, i32 0, i32 0 ; <i8*> [#uses=1] 41 %0 = load i8* %line3.i.i.i, align 1 ; <i8> [#uses=1]
|
/external/llvm/test/CodeGen/Thumb2/ |
D | 2009-08-01-WrongLDRBOpc.ll | 25 %line3.i.i.i = getelementptr [200 x i8], [200 x i8]* %line.i.i.i, i32 0, i32 0 ; <i8*> [#uses=1] 41 %0 = load i8, i8* %line3.i.i.i, align 1 ; <i8> [#uses=1]
|
/external/swiftshader/third_party/SPIRV-Tools/test/tools/ |
D | expect.py | 218 line3 = assembly_file.readline() 221 (not line3.startswith('; Generator: Google Shaderc over Glslang;'))):
|
/external/deqp-deps/SPIRV-Tools/test/tools/ |
D | expect.py | 218 line3 = assembly_file.readline() 221 (not line3.startswith('; Generator: Google Shaderc over Glslang;'))):
|