Home
last modified time | relevance | path

Searched refs:line3 (Results 1 – 25 of 33) sorted by relevance

12

/external/ltp/testcases/kernel/fs/mongo/
Dmongo_compare.c56 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/
DTestVSCode_step.py63 (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/
Dih264_deblk_luma_ssse3.c108 __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/
DJBig2_GrdProc.cpp226 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 …]
DJBig2_GrrdProc.cpp303 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/
DTestThreadStepping.py24 self.line3 = line_number(
70 patterns=["frame #0.*main.c:%d" % self.line3])
/external/snakeyaml/src/test/java/org/yaml/snakeyaml/types/
DBinaryTagTest.java28 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/
DTestSetValues.py21 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/
Dtest17337 line3
69 line3
Dtest145732 http://%HOSTIP:%HTTPPORT/1457 --silent --write-out 'line1%{stderr}line2%{stdout}line3'
/external/tensorflow/tensorflow/core/profiler/utils/
Dxplane_utils_test.cc105 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/
DTestBreakpointIgnoreCount.py38 self.line3 = line_number(
143 frame1.GetLineEntry().GetLine() == self.line3 and
/external/icu/icu4c/source/tools/toolutil/
Dwritesrc.cpp298 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/
DTestDataFormatterLibcxxList.py24 self.line3 = line_number('main.cpp',
42 self, "main.cpp", self.line3, num_expected_locations=-1)
/external/python/mock/mock/tests/
Dtestwith.py213 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/
Dtestwith.py208 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/
Drewrite-includes-conditions.c14 int line3; variable
/external/skqp/tests/
DPathOpsQuadLineIntersectionThreadedTest.cpp111 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/
DPathOpsQuadLineIntersectionThreadedTest.cpp111 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/
DTestDataFormatterPythonSynth.py35 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/
Dhlsl.pp.line3.frag.out1 hlsl.pp.line3.frag
11 1: String "hlsl.pp.line3.frag"
/external/deqp-deps/glslang/Test/baseResults/
Dhlsl.pp.line3.frag.out1 hlsl.pp.line3.frag
11 1: String "hlsl.pp.line3.frag"
/external/s2-geometry-library-java/tests/com/google/common/geometry/
DS2PolylineTest.java114 S2Polyline line3 = new S2Polyline(moreVertices);
116 checkEqualsAndHashCodeMethods(line1, line3, false);
/external/autotest/server/site_tests/autoupdate_P2P/
Dautoupdate_P2P.py202 line3 = "Replacing URL (.*) with local URL " \
221 for line in [line1, line2, line3]:
/external/llvm-project/lldb/test/API/python_api/frame/get-variables/
DTestGetVariables.py58 line3 = line_number(self.source, '// breakpoint 3')
62 breakpoint3 = target.BreakpointCreateByLocation(self.source, line3)

12