Home
last modified time | relevance | path

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

12

/external/jacoco/org.jacoco.core.test/src/org/jacoco/core/internal/analysis/
DLineImplTest.java135 LineImpl line2 = LineImpl.EMPTY; in testHashCode() local
145 LineImpl line2 = LineImpl.EMPTY; in testEquals1() local
162 LineImpl line2 = LineImpl.EMPTY; in testEquals3() local
172 LineImpl line2 = LineImpl.EMPTY; in testEquals4() local
/external/skia/tests/
DPathOpsLineIntersectionTest.cpp94 static void check_results(skiatest::Reporter* reporter, const SkDLine& line1, const SkDLine& line2, in check_results()
114 static void testOne(skiatest::Reporter* reporter, const SkDLine& line1, const SkDLine& line2, in testOne()
159 const SkDLine& line2) { in testOneCoincident()
213 const SkDLine& line2 = coincidentTests[index][1]; in DEF_TEST() local
218 const SkDLine& line2 = tests[index][1]; in DEF_TEST() local
223 const SkDLine& line2 = noIntersect[index][1]; in DEF_TEST() local
248 const SkDLine& line2 = coincidentTests[index][1]; in DEF_TEST() local
DPathOpsDLineTest.cpp33 SkDLine line2; in DEF_TEST() local
DPathOpsQuadLineIntersectionThreadedTest.cpp113 SkDLine line2 = {{{x, y}, {x + h, y + v}}}; in testQuadLineIntersectMain() local
/external/pdfium/core/fxcodec/jbig2/
DJBig2_GrdProc.cpp117 uint32_t line2 = *pLine2++; in DecodeArithOpt3() local
154 uint32_t line2 = (h & 1) ? (*pLine2++) : 0; in DecodeArithOpt3() local
221 uint32_t line2 = GBREG->GetPixel(2 - DIV2, h - 1); in DecodeArithTemplateUnopt() local
361 uint32_t line2 = 0; in DecodeArithTemplate3Unopt() local
510 uint32_t line2 = *pLine2++; in ProgressiveDecodeArithTemplate0Opt3() local
543 uint32_t line2 = (m_loopIndex & 1) ? (*pLine2++) : 0; in ProgressiveDecodeArithTemplate0Opt3() local
603 uint32_t line2 = pImage->GetPixel(2, m_loopIndex - 1); in ProgressiveDecodeArithTemplate0Unopt() local
669 uint32_t line2 = *pLine2++; in ProgressiveDecodeArithTemplate1Opt3() local
702 uint32_t line2 = (m_loopIndex & 1) ? (*pLine2++) : 0; in ProgressiveDecodeArithTemplate1Opt3() local
763 uint32_t line2 = pImage->GetPixel(2, h - 1); in ProgressiveDecodeArithTemplate1Unopt() local
[all …]
DJBig2_GrrdProc.cpp301 uint32_t line2 = 0; in DecodeTemplate1Unopt() local
340 uint32_t line2 = 0; in DecodeTemplate1Unopt() local
/external/catch2/scripts/
DreleaseNotes.py51 line2 = "" variable
55 line2 = line2 + match.group(1) + issue variable
/external/javaparser/javaparser-core-testing-bdd/src/test/java/com/github/javaparser/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/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/mbedtls/tests/include/test/
Dhelpers.h71 char line2[76]; member
/external/ltp/testcases/kernel/fs/mongo/
Dmongo_compare.c55 char line2[100]; in main() local
/external/openthread/third_party/mbedtls/repo/tests/include/test/
Dhelpers.h76 char line2[76]; member
/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.cc132 Module::Line line2 = { 0xdaf35bc123885c04ULL, 0xcf621b8d324d0ebULL, in TEST() local
190 Module::Line line2 = { 0xb2675b5c3c2ed33fULL, 0x1df77f5551dbd68cULL, in TEST() local
/external/cldr/tools/cldr-code/src/main/java/org/unicode/cldr/util/
DTempPrintWriter.java127 String line2 = ""; in filesAreIdentical() 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/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
/external/apache-commons-io/src/main/java/org/apache/commons/io/
DFileSystemUtils.java321 final String line2 = lines.get(1); // the line we're interested in in freeSpaceUnix() local
/external/libchrome/base/files/
Dfile_util.cc96 std::string line1, line2; in TextContentsEqual() local
/external/autotest/client/profilers/powertop/src/
Dpowertop.c178 char line2[1024]; in do_proc_irq() local
940 char line2[1024]; in main() local
/external/tensorflow/tensorflow/core/profiler/utils/
Dxplane_utils_test.cc117 auto* line2 = plane.add_lines(); in TEST() local
136 const XLine* line2 = plane.add_lines(); in TEST() local

12