/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/llvm-project/lldb/test/API/tools/lldb-vscode/step/ |
D | TestVSCode_step.py | 63 (src3, line3) = self.get_source_and_line(threadId=tid) 65 self.assertGreaterEqual(line3, line1, 'verify step out line') 73 self.assertGreater(line4, line3, 'verify step over line')
|
/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/pdfium/core/fxcodec/jbig2/ |
D | JBig2_GrdProc.cpp | 226 uint32_t line3 = 0; in DecodeArithTemplateUnopt() local 233 uint32_t CONTEXT = line3; in DecodeArithTemplateUnopt() 250 line3 = ((line3 << 1) | bVal) & kOptConstant12[UNOPT]; in DecodeArithTemplateUnopt() 607 uint32_t line3 = 0; in ProgressiveDecodeArithTemplate0Unopt() local 613 uint32_t CONTEXT = line3; in ProgressiveDecodeArithTemplate0Unopt() 632 line3 = ((line3 << 1) | bVal) & 0x0f; in ProgressiveDecodeArithTemplate0Unopt() 767 uint32_t line3 = 0; in ProgressiveDecodeArithTemplate1Unopt() local 773 uint32_t CONTEXT = line3; in ProgressiveDecodeArithTemplate1Unopt() 787 line3 = ((line3 << 1) | bVal) & 0x07; in ProgressiveDecodeArithTemplate1Unopt() 921 uint32_t line3 = 0; in ProgressiveDecodeArithTemplate2Unopt() local [all …]
|
D | JBig2_GrrdProc.cpp | 303 uint32_t line3 = in DecodeTemplate1Unopt() local 317 CONTEXT |= line3 << 5; in DecodeTemplate1Unopt() 327 line3 = ((line3 << 1) | GRREFERENCE->GetPixel(w - GRREFERENCEDX + 1, in DecodeTemplate1Unopt() 342 uint32_t line3 = in DecodeTemplate1Unopt() local 365 CONTEXT |= line3 << 5; in DecodeTemplate1Unopt() 376 line3 = ((line3 << 1) | GRREFERENCE->GetPixel(w - GRREFERENCEDX + 1, in DecodeTemplate1Unopt()
|
/external/llvm-project/lldb/test/API/lang/c/stepping/ |
D | TestThreadStepping.py | 24 self.line3 = line_number( 70 patterns=["frame #0.*main.c:%d" % self.line3])
|
/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/llvm-project/lldb/test/API/lang/c/set_values/ |
D | TestSetValues.py | 21 self.line3 = line_number('main.c', '// Set break point #3.') 39 self, "main.c", self.line3, num_expected_locations=1, loc_exact=True)
|
/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/tensorflow/tensorflow/core/profiler/utils/ |
D | xplane_utils_test.cc | 105 auto* line3 = plane.add_lines(); in TEST() local 106 line3->set_name("l3"); in TEST() 107 line3->add_events(); in TEST() 122 const XLine* line3 = plane.add_lines(); in TEST() local 126 EXPECT_EQ(&plane.lines(1), line3); in TEST()
|
/external/llvm-project/lldb/test/API/functionalities/breakpoint/breakpoint_ignore_count/ |
D | TestBreakpointIgnoreCount.py | 38 self.line3 = line_number( 143 frame1.GetLineEntry().GetLine() == self.line3 and
|
/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/llvm-project/lldb/test/API/functionalities/data-formatter/data-formatter-stl/libcxx/list/ |
D | TestDataFormatterLibcxxList.py | 24 self.line3 = line_number('main.cpp', 42 self, "main.cpp", self.line3, num_expected_locations=-1)
|
/external/python/mock/mock/tests/ |
D | testwith.py | 213 line3 = h.readline() 216 self.assertEqual(line3, 'baz\n') 272 line3 = f.readline() 275 self.assertEqual(line3, b'ghi\n')
|
/external/python/cpython3/Lib/unittest/test/testmock/ |
D | testwith.py | 208 line3 = h.readline() 211 self.assertEqual(line3, 'baz\n') 282 line3 = f.readline() 285 self.assertEqual(line3, b'ghi\n')
|
/external/llvm-project/clang/test/Frontend/ |
D | rewrite-includes-conditions.c | 14 int line3; variable
|
/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/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/llvm-project/lldb/test/API/functionalities/data-formatter/data-formatter-python-synth/ |
D | TestDataFormatterPythonSynth.py | 35 self.line3 = line_number( 274 self, "main.cpp", self.line3, num_expected_locations=1, loc_exact=True)
|
/external/angle/third_party/vulkan-deps/glslang/src/Test/baseResults/ |
D | hlsl.pp.line3.frag.out | 1 hlsl.pp.line3.frag 11 1: String "hlsl.pp.line3.frag"
|
/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/s2-geometry-library-java/tests/com/google/common/geometry/ |
D | S2PolylineTest.java | 114 S2Polyline line3 = new S2Polyline(moreVertices); 116 checkEqualsAndHashCodeMethods(line1, line3, false);
|
/external/autotest/server/site_tests/autoupdate_P2P/ |
D | autoupdate_P2P.py | 202 line3 = "Replacing URL (.*) with local URL " \ 221 for line in [line1, line2, line3]:
|
/external/llvm-project/lldb/test/API/python_api/frame/get-variables/ |
D | TestGetVariables.py | 58 line3 = line_number(self.source, '// breakpoint 3') 62 breakpoint3 = target.BreakpointCreateByLocation(self.source, line3)
|