HomeSort by relevance Sort by last modified time
    Searched refs:line2 (Results 1 - 25 of 303) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/mesa3d/src/compiler/glsl/glcpp/tests/
109-no-space-after-hash-line.c 0 #line2
  /external/skia/tests/
PathOpsLineIntersectionTest.cpp 87 static void check_results(skiatest::Reporter* reporter, const SkDLine& line1, const SkDLine& line2,
91 SkDPoint result2 = line2.ptAtT(ts[1][i]);
97 result2 = line2.ptAtT(ts[1][i ^ 1]);
107 static void testOne(skiatest::Reporter* reporter, const SkDLine& line1, const SkDLine& line2,
110 SkASSERT(ValidLine(line2));
113 int pts = i.intersect(line1, line2);
116 check_results(reporter, line1, line2, i, nearAllowed);
117 if (line1[0] == line1[1] || line2[0] == line2[1]) {
124 ts.horizontal(line2, left, right, line1[0].fY, line1[0].fX != left)
206 const SkDLine& line2 = coincidentTests[index][1]; local
211 const SkDLine& line2 = tests[index][1]; local
216 const SkDLine& line2 = noIntersect[index][1]; local
    [all...]
PathOpsDLineTest.cpp 26 SkDLine line2; local
28 line2.set(pts);
29 REPORTER_ASSERT(reporter, line[0] == line2[0] && line[1] == line2[1]);
  /external/skqp/tests/
PathOpsLineIntersectionTest.cpp 87 static void check_results(skiatest::Reporter* reporter, const SkDLine& line1, const SkDLine& line2,
91 SkDPoint result2 = line2.ptAtT(ts[1][i]);
97 result2 = line2.ptAtT(ts[1][i ^ 1]);
107 static void testOne(skiatest::Reporter* reporter, const SkDLine& line1, const SkDLine& line2,
110 SkASSERT(ValidLine(line2));
113 int pts = i.intersect(line1, line2);
116 check_results(reporter, line1, line2, i, nearAllowed);
117 if (line1[0] == line1[1] || line2[0] == line2[1]) {
124 ts.horizontal(line2, left, right, line1[0].fY, line1[0].fX != left)
206 const SkDLine& line2 = coincidentTests[index][1]; local
211 const SkDLine& line2 = tests[index][1]; local
216 const SkDLine& line2 = noIntersect[index][1]; local
    [all...]
PathOpsDLineTest.cpp 26 SkDLine line2; local
28 line2.set(pts);
29 REPORTER_ASSERT(reporter, line[0] == line2[0] && line[1] == line2[1]);
  /external/toybox/tests/
more.test 9 line2
  /external/androidplot/AndroidPlot-Core/src/test/java/com/androidplot/
RegionTest.java 45 LineRegion line2 = new LineRegion(11, 20); local
46 assertFalse(line1.intersects(line2));
49 assertTrue(line1.intersects(line2));
53 assertTrue(line1.intersects(line2));
57 assertFalse(line1.intersects(line2));
LineRegionTest.java 61 LineRegion line2 = new LineRegion(11, 20); local
62 assertFalse(line1.intersects(line2));
65 assertTrue(line1.intersects(line2));
69 assertTrue(line1.intersects(line2));
73 assertFalse(line1.intersects(line2));
  /external/ltp/testcases/kernel/fs/mongo/
mongo_compare.c 55 char line2[100]; local
104 fgets(line2, 100, f2);
108 if (p = strstr(line2, "\n"))
125 strcpy(tmp_str[i], line2);
134 line3, line2);
160 line2[strlen(line2) - 1] = 0;
161 while (strlen(line2) < 40) {
162 strcat(line2, " ");
165 strcat(line3, line2);
    [all...]
  /external/perf_data_converter/src/quipper/
perf_stat_parser_test.cc 67 const auto& line2 = proto.line(1); local
68 EXPECT_EQ("/uncore/writes/", line2.event_name());
69 EXPECT_EQ(140867, line2.count());
70 EXPECT_FALSE(line2.has_time_ms());
103 const auto& line2 = proto.line(1); local
104 EXPECT_EQ("L1-dcache-loads", line2.event_name());
105 EXPECT_EQ(2081375, line2.count());
106 EXPECT_EQ(2001, line2.time_ms());
  /external/pdfium/core/fxcodec/jbig2/
JBig2_GrdProc.cpp 101 uint32_t line2 = *pLine2++; local
102 uint32_t CONTEXT = ((line1 & 0xf800) | (line2 & 0x07f0));
105 line2 = (line2 << 8) | (*pLine2++);
114 ((line1 >> k) & 0x0800) | ((line2 >> k) & 0x0010));
119 line2 <<= 8;
129 ((line1 >> (7 - k)) & 0x0800) | ((line2 >> (7 - k)) & 0x0010));
134 uint32_t line2 = (h & 1) ? (*pLine2++) : 0; local
135 uint32_t CONTEXT = (line2 & 0x07f0);
138 line2 = (line2 << 8) | (*pLine2++)
189 uint32_t line2 = GBREG->getPixel(2, h - 1); local
249 uint32_t line2 = *pLine2++; local
282 uint32_t line2 = (h & 1) ? (*pLine2++) : 0; local
338 uint32_t line2 = GBREG->getPixel(2, h - 1); local
395 uint32_t line2 = *pLine2++; local
428 uint32_t line2 = (h & 1) ? (*pLine2++) : 0; local
483 uint32_t line2 = GBREG->getPixel(1, h - 1); local
615 uint32_t line2 = 0; local
776 uint32_t line2 = *pLine2++; local
809 uint32_t line2 = (m_loopIndex & 1) ? (*pLine2++) : 0; local
869 uint32_t line2 = pImage->getPixel(2, m_loopIndex - 1); local
935 uint32_t line2 = *pLine2++; local
968 uint32_t line2 = (m_loopIndex & 1) ? (*pLine2++) : 0; local
1029 uint32_t line2 = pImage->getPixel(2, h - 1); local
1090 uint32_t line2 = *pLine2++; local
1123 uint32_t line2 = (m_loopIndex & 1) ? (*pLine2++) : 0; local
1183 uint32_t line2 = pImage->getPixel(1, m_loopIndex - 1); local
1324 uint32_t line2 = 0; local
    [all...]
  /external/libxcam/cl_kernel/
kernel_wavelet_coeff.cl 67 float16 line2 = *((__local float16 *)(local_src_data + (local_id_y + 2) * SLM_CELL_X_SIZE + local_id_x));
92 line_sum[2] = mad(line2.s0123, line2.s0123, line_sum[2]);
93 line_sum[2] = mad(line2.s1234, line2.s1234, line_sum[2]);
94 line_sum[2] = mad(line2.s2345, line2.s2345, line_sum[2]);
95 line_sum[2] = mad(line2.s3456, line2.s3456, line_sum[2]);
96 line_sum[2] = mad(line2.s4567, line2.s4567, line_sum[2])
    [all...]
  /external/jacoco/org.jacoco.core.test/src/org/jacoco/core/internal/analysis/
LineImplTest.java 134 LineImpl line2 = LineImpl.EMPTY; local
135 line2 = line2.increment(CounterImpl.getInstance(111, 222),
137 assertEquals(line.hashCode(), line2.hashCode());
144 LineImpl line2 = LineImpl.EMPTY; local
145 line2 = line2.increment(CounterImpl.getInstance(111, 222),
147 assertEquals(line, line2);
161 LineImpl line2 = LineImpl.EMPTY; local
162 line2 = line2.increment(CounterImpl.getInstance(111, 2220)
171 LineImpl line2 = LineImpl.EMPTY; local
    [all...]
  /external/v8/tools/foozzie/
v8_suppressions.py 182 def caret_match(line1, line2):
184 not line2 or
186 len(line2) > MAX_LINE_LENGTH):
188 return bool(CARET_RE.match(line1) and CARET_RE.match(line2))
198 def ignore_by_regexp(line1, line2, allowed):
199 if len(line1) > MAX_LINE_LENGTH or len(line2) > MAX_LINE_LENGTH:
203 match2 = exp.match(line2)
233 for ((line1, lookahead1), (line2, lookahead2)) in itertools.izip_longest(
237 assert not (line1 is None and line2 is None)
241 return '+ %s' % short_line_output(line2), sourc
    [all...]
  /cts/hostsidetests/monkey/src/com/android/cts/monkey/
SeedTest.java 43 String line2 = getNextLine(s2); local
44 if (line1 != null || line2 != null) {
45 assertEquals(line1, line2);
  /frameworks/base/core/java/android/provider/
SearchRecentSuggestions.java 154 * @param line2 If you have configured your recent suggestions provider with
161 public void saveRecentQuery(final String queryString, final String line2) {
165 if (!mTwoLineDisplay && !TextUtils.isEmpty(line2)) {
172 saveRecentQueryBlocking(queryString, line2);
188 private void saveRecentQueryBlocking(String queryString, String line2) {
197 values.put(SuggestionColumns.DISPLAY2, line2);
  /external/python/cpython2/Lib/idlelib/idle_test/
mock_tk.py 249 line2, char2 = self._decode(index2)
251 return line1 < line2 or line1 == line2 and char1 < char2
253 return line1 < line2 or line1 == line2 and char1 <= char2
255 return line1 > line2 or line1 == line2 and char1 > char2
257 return line1 > line2 or line1 == line2 and char1 >= char2
259 return line1 == line2 and char1 == char
    [all...]
test_idlehistory.py 11 line2 = 'b = a'
42 self.history.store(line2)
43 self.assertEqual(self.history.history, [line1, line2])
45 self.assertEqual(self.history.history, [line2, line1])
50 self.history.store(line2)
79 self.history.history = [line1, line2]
105 test(True, line2, prefix, 1)
113 test(False, line2, prefix, 1)
116 # Prefix 'a' tests skip line2, which starts with 'b'
133 test(True, line2, prefix, 1
    [all...]
  /external/python/cpython3/Lib/idlelib/idle_test/
mock_tk.py 249 line2, char2 = self._decode(index2)
251 return line1 < line2 or line1 == line2 and char1 < char2
253 return line1 < line2 or line1 == line2 and char1 <= char2
255 return line1 > line2 or line1 == line2 and char1 > char2
257 return line1 > line2 or line1 == line2 and char1 >= char2
259 return line1 == line2 and char1 == char
    [all...]
test_history.py 11 line2 = 'b = a'
42 self.history.store(line2)
43 self.assertEqual(self.history.history, [line1, line2])
45 self.assertEqual(self.history.history, [line2, line1])
50 self.history.store(line2)
79 self.history.history = [line1, line2]
105 test(True, line2, prefix, 1)
113 test(False, line2, prefix, 1)
116 # Prefix 'a' tests skip line2, which starts with 'b'
133 test(True, line2, prefix, 1
    [all...]
  /frameworks/base/core/java/android/service/notification/
Condition.java 87 public final String line2; field in class:Condition
112 public Condition(Uri id, String summary, String line1, String line2, int icon,
120 this.line2 = line2;
145 dest.writeString(line2);
157 .append(",line2=").append(line2)
172 proto.write(ConditionProto.LINE_2, line2);
206 && Objects.equals(other.line2, line2)
    [all...]
  /device/google/marlin/dataservices/datatop/src/
datatop_str.h 59 int dt_parse_proc_dictionary(char *line1, int len1, char *line2, int len2,
  /external/javaparser/javaparser-testing/src/test/java/com/github/javaparser/bdd/steps/
PositionRangeSteps.java 59 @Given("the range $line1, $column1 - $line2, $column2")
60 public void givenTheRange(int line1, int column1, int line2, int column2) {
61 this.range = range(line1, column1, line2, column2);
73 @When("I compare to range $line1, $column1 - $line2, $column2")
74 public void whenICompareToRange(int line1, int column1, int line2, int column2) {
75 this.secondRange = range(line1, column1, line2, column2);
  /system/timezone/tzlookup_generator/src/test/java/com/android/libcore/timezone/tzlookup/
ErrorsTest.java 101 String line2 = lines[2]; local
102 TestUtils.assertContains(line2, "Monty Python", "Holy grail");
103 TestUtils.assertAbsent(line2, "Parrot sketch");
104 TestUtils.assertContains(line2, "Silly place");
  /cts/tests/app/src/android/app/cts/
ConditionTest.java 50 assertEquals("", condition.line2);
65 assertEquals("", condition1.line2);

Completed in 942 milliseconds

1 2 3 4 5 6 7 8 91011>>