Home
last modified time | relevance | path

Searched defs:line2 (Results 1 – 25 of 34) sorted by relevance

12

/external/jacoco/org.jacoco.core.test/src/org/jacoco/core/internal/analysis/
DLineImplTest.java134 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/
DPathOpsLineIntersectionTest.cpp87 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
DPathOpsDLineTest.cpp26 SkDLine line2; in DEF_TEST() local
DPathOpsQuadLineIntersectionThreadedTest.cpp108 SkDLine line2 = {{{x, y}, {x + h, y + v}}}; in testQuadLineIntersectMain() local
/external/skqp/tests/
DPathOpsLineIntersectionTest.cpp87 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
DPathOpsDLineTest.cpp26 SkDLine line2; in DEF_TEST() local
DPathOpsQuadLineIntersectionThreadedTest.cpp108 SkDLine line2 = {{{x, y}, {x + h, y + v}}}; in testQuadLineIntersectMain() local
/external/pdfium/core/fxcodec/jbig2/
DJBig2_GrdProc.cpp101 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 …]
DJBig2_GrrdProc.cpp297 uint32_t line2 = 0; in decode_Template1_unopt() local
339 uint32_t line2 = 0; in decode_Template1_unopt() local
/external/catch2/scripts/
DreleaseNotes.py51 line2 = "" variable
55 line2 = line2 + match.group(1) + issue variable
/external/javaparser/javaparser-testing/src/test/java/com/github/javaparser/bdd/steps/
DPositionRangeSteps.java60 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/
Dperf_stat_parser_test.cc67 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/
DRegionTest.java45 LineRegion line2 = new LineRegion(11, 20); in testIntersects() local
DLineRegionTest.java61 LineRegion line2 = new LineRegion(11, 20); in testIntersects() local
/external/snakeyaml/src/test/java/org/yaml/snakeyaml/types/
DBinaryTagTest.java27 String line2 = "OTk6enp56enmlpaWNjY6Ojo4SEhP/++f/++f/++f/++f/++f/++f/++f/++f/+"; field in BinaryTagTest
/external/v8/tools/clusterfuzz/
Dv8_suppressions.py149 def caret_match(line1, line2): argument
165 def ignore_by_regexp(line1, line2, allowed): argument
/external/ltp/testcases/kernel/fs/mongo/
Dmongo_compare.c55 char line2[100]; in main() local
/external/nist-sip/java/gov/nist/javax/sip/parser/
DPipelinedMsgParser.java227 String line2 = null; in run() local
/external/google-breakpad/src/common/
Dstabs_to_module_unittest.cc179 Module::Line *line2 = &function->lines[1]; in TEST() local
Dmodule_unittest.cc118 Module::Line line2 = { 0xdaf35bc123885c04LL, 0xcf621b8d324d0ebLL, in TEST() local
175 Module::Line line2 = { 0x401ce8c8a12d25e3LL, 0x895751c41b8d2ce2LL, in TEST() local
/external/python/cpython2/Lib/idlelib/idle_test/
Dtest_idlehistory.py11 line2 = 'b = a' variable
/external/python/cpython3/Lib/idlelib/idle_test/
Dtest_history.py13 line2 = 'b = a' variable
/external/perfetto/ui/src/tracks/process_scheduling/
Dfrontend.ts154 let line2 = ''; variable
/external/libchrome/base/files/
Dfile_util.cc96 std::string line1, line2; in TextContentsEqual() local
/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
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

12