/external/jacoco/org.jacoco.core.test/src/org/jacoco/core/internal/analysis/ |
D | LineImplTest.java | 134 LineImpl line2 = LineImpl.EMPTY; in testHashCode() local 144 LineImpl line2 = LineImpl.EMPTY; in testEquals1() local 161 LineImpl line2 = LineImpl.EMPTY; in testEquals3() local 171 LineImpl line2 = LineImpl.EMPTY; in testEquals4() local
|
/external/skia/tests/ |
D | PathOpsLineIntersectionTest.cpp | 87 static void check_results(skiatest::Reporter* reporter, const SkDLine& line1, const SkDLine& line2, in check_results() 107 static void testOne(skiatest::Reporter* reporter, const SkDLine& line1, const SkDLine& line2, in testOne() 152 const SkDLine& line2) { in testOneCoincident() 206 const SkDLine& line2 = coincidentTests[index][1]; in DEF_TEST() local 211 const SkDLine& line2 = tests[index][1]; in DEF_TEST() local 216 const SkDLine& line2 = noIntersect[index][1]; in DEF_TEST() local 241 const SkDLine& line2 = coincidentTests[index][1]; in DEF_TEST() local
|
D | PathOpsDLineTest.cpp | 26 SkDLine line2; in DEF_TEST() local
|
D | PathOpsQuadLineIntersectionThreadedTest.cpp | 108 SkDLine line2 = {{{x, y}, {x + h, y + v}}}; in testQuadLineIntersectMain() local
|
/external/skqp/tests/ |
D | PathOpsLineIntersectionTest.cpp | 87 static void check_results(skiatest::Reporter* reporter, const SkDLine& line1, const SkDLine& line2, in check_results() 107 static void testOne(skiatest::Reporter* reporter, const SkDLine& line1, const SkDLine& line2, in testOne() 152 const SkDLine& line2) { in testOneCoincident() 206 const SkDLine& line2 = coincidentTests[index][1]; in DEF_TEST() local 211 const SkDLine& line2 = tests[index][1]; in DEF_TEST() local 216 const SkDLine& line2 = noIntersect[index][1]; in DEF_TEST() local 241 const SkDLine& line2 = coincidentTests[index][1]; in DEF_TEST() local
|
D | PathOpsDLineTest.cpp | 26 SkDLine line2; in DEF_TEST() local
|
D | PathOpsQuadLineIntersectionThreadedTest.cpp | 108 SkDLine line2 = {{{x, y}, {x + h, y + v}}}; in testQuadLineIntersectMain() local
|
/external/pdfium/core/fxcodec/jbig2/ |
D | JBig2_GrdProc.cpp | 101 uint32_t line2 = *pLine2++; in decode_Arith_Template0_opt3() local 134 uint32_t line2 = (h & 1) ? (*pLine2++) : 0; in decode_Arith_Template0_opt3() local 189 uint32_t line2 = GBREG->getPixel(2, h - 1); in decode_Arith_Template0_unopt() local 249 uint32_t line2 = *pLine2++; in decode_Arith_Template1_opt3() local 282 uint32_t line2 = (h & 1) ? (*pLine2++) : 0; in decode_Arith_Template1_opt3() local 338 uint32_t line2 = GBREG->getPixel(2, h - 1); in decode_Arith_Template1_unopt() local 395 uint32_t line2 = *pLine2++; in decode_Arith_Template2_opt3() local 428 uint32_t line2 = (h & 1) ? (*pLine2++) : 0; in decode_Arith_Template2_opt3() local 483 uint32_t line2 = GBREG->getPixel(1, h - 1); in decode_Arith_Template2_unopt() local 615 uint32_t line2 = 0; in decode_Arith_Template3_unopt() local [all …]
|
D | JBig2_GrrdProc.cpp | 297 uint32_t line2 = 0; in decode_Template1_unopt() local 339 uint32_t line2 = 0; in decode_Template1_unopt() local
|
/external/catch2/scripts/ |
D | releaseNotes.py | 51 line2 = "" variable 55 line2 = line2 + match.group(1) + issue variable
|
/external/javaparser/javaparser-testing/src/test/java/com/github/javaparser/bdd/steps/ |
D | PositionRangeSteps.java | 60 public void givenTheRange(int line1, int column1, int line2, int column2) { in givenTheRange() 74 public void whenICompareToRange(int line1, int column1, int line2, int column2) { in whenICompareToRange()
|
/external/perf_data_converter/src/quipper/ |
D | perf_stat_parser_test.cc | 67 const auto& line2 = proto.line(1); in TEST() local 103 const auto& line2 = proto.line(1); in TEST() local
|
/external/androidplot/AndroidPlot-Core/src/test/java/com/androidplot/ |
D | RegionTest.java | 45 LineRegion line2 = new LineRegion(11, 20); in testIntersects() local
|
D | LineRegionTest.java | 61 LineRegion line2 = new LineRegion(11, 20); in testIntersects() local
|
/external/snakeyaml/src/test/java/org/yaml/snakeyaml/types/ |
D | BinaryTagTest.java | 27 String line2 = "OTk6enp56enmlpaWNjY6Ojo4SEhP/++f/++f/++f/++f/++f/++f/++f/++f/+"; field in BinaryTagTest
|
/external/v8/tools/clusterfuzz/ |
D | v8_suppressions.py | 149 def caret_match(line1, line2): argument 165 def ignore_by_regexp(line1, line2, allowed): argument
|
/external/ltp/testcases/kernel/fs/mongo/ |
D | mongo_compare.c | 55 char line2[100]; in main() local
|
/external/nist-sip/java/gov/nist/javax/sip/parser/ |
D | PipelinedMsgParser.java | 227 String line2 = null; in run() local
|
/external/google-breakpad/src/common/ |
D | stabs_to_module_unittest.cc | 179 Module::Line *line2 = &function->lines[1]; in TEST() local
|
D | module_unittest.cc | 118 Module::Line line2 = { 0xdaf35bc123885c04LL, 0xcf621b8d324d0ebLL, in TEST() local 175 Module::Line line2 = { 0x401ce8c8a12d25e3LL, 0x895751c41b8d2ce2LL, in TEST() local
|
/external/python/cpython2/Lib/idlelib/idle_test/ |
D | test_idlehistory.py | 11 line2 = 'b = a' variable
|
/external/python/cpython3/Lib/idlelib/idle_test/ |
D | test_history.py | 13 line2 = 'b = a' variable
|
/external/perfetto/ui/src/tracks/process_scheduling/ |
D | frontend.ts | 154 let line2 = ''; variable
|
/external/libchrome/base/files/ |
D | file_util.cc | 96 std::string line1, line2; in TextContentsEqual() local
|
/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 1460 __m128i line1, line2, line3, line4, line5, line6, line7, line8; in ih264_deblk_luma_vert_bs4_mbaff_ssse3() local 1778 __m128i line1, line2, line3, line4, line5, line6, line7, line8; in ih264_deblk_luma_vert_bslt4_mbaff_ssse3() local
|