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

1 2

  /external/skia/tests/
PathOpsDLineTest.cpp 35 SkDLine line2; local
37 line2.set(pts);
38 REPORTER_ASSERT(reporter, line[0] == line2[0] && line[1] == line2[1]);
46 line2 = line.subDivide(1, 0);
47 REPORTER_ASSERT(reporter, line[0] == line2[1] && line[1] == line2[0]);
48 line2 = SkDLine::SubDivide(pts, 1, 0);
49 REPORTER_ASSERT(reporter, line[0] == line2[1] && line[1] == line2[0])
    [all...]
PathOpsLineIntersectionTest.cpp 55 static void check_results(skiatest::Reporter* reporter, const SkDLine& line1, const SkDLine& line2,
59 SkDPoint result2 = line2.ptAtT(ts[1][i]);
62 result2 = line2.ptAtT(ts[1][i ^ 1]);
69 static void testOne(skiatest::Reporter* reporter, const SkDLine& line1, const SkDLine& line2) {
71 SkASSERT(ValidLine(line2));
73 int pts = i.intersect(line1, line2);
76 check_results(reporter, line1, line2, i);
77 if (line1[0] == line1[1] || line2[0] == line2[1]) {
84 ts.horizontal(line2, left, right, line1[0].fY, line1[0].fX != left)
133 const SkDLine& line2 = coincidentTests[index][1]; local
139 const SkDLine& line2 = tests[index][1]; local
145 const SkDLine& line2 = noIntersect[index][1]; local
    [all...]
PathOpsQuadLineIntersectionThreadedTest.cpp 103 SkDLine line2 = {{{x, y}, {x + h, y + v}}}; local
104 testLineIntersect(state.fReporter, quad, line2, x, y);
  /cts/hostsidetests/monkey/src/com/android/cts/monkey/
SeedTest.java 41 String line2 = getNextLine(s2); local
42 if (line1 != null || line2 != null) {
43 assertEquals(line1, line2);
  /packages/experimental/NotificationShowcase/src/com/android/example/notificationshowcase/
NotificationService.java 195 SpannableString line2 = new SpannableString("Bob: hi there!"); local
196 line2.setSpan(bold, 0, 3, 0);
208 .addLine(line2)
  /external/chromium_org/base/
file_util.cc 103 std::string line1, line2; local
105 getline(file2, line2);
120 std::string::size_type end2 = line2.find_last_not_of("\r\n");
122 line2.clear();
123 else if (end2 + 1 < line2.length())
124 line2.erase(end2 + 1);
126 if (line1 != line2)
  /external/chromium_org/third_party/protobuf/src/google/protobuf/stubs/
common_unittest.cc 150 int line2 = __LINE__; GOOGLE_LOG(INFO) << "Visible2"; local
159 "0 "__FILE__":" + SimpleItoa(line2) + ": Visible2",
  /external/protobuf/src/google/protobuf/stubs/
common_unittest.cc 150 int line2 = __LINE__; GOOGLE_LOG(INFO) << "Visible2"; local
159 "0 "__FILE__":" + SimpleItoa(line2) + ": Visible2",
  /external/chromium/base/
file_util.cc 123 std::string line1, line2; local
125 getline(file2, line2);
140 std::string::size_type end2 = line2.find_last_not_of("\r\n");
142 line2.clear();
143 else if (end2 + 1 < line2.length())
144 line2.erase(end2 + 1);
146 if (line1 != line2)
  /external/nist-sip/java/gov/nist/javax/sip/parser/
PipelinedMsgParser.java 227 String line2 = null; local
255 line2 = readLine(inputStream);
256 inputBuffer.append(line2);
257 if (line2.trim().equals(""))
269 inputBuffer.append(line2);
  /frameworks/base/core/java/android/text/
Selection.java 418 int line2 = layout.getLineForOffset(off2); local
420 if (line1 == line2) {
Layout.java 1831 int line2 = mLayout.getLineForOffset(end); local
    [all...]
  /frameworks/base/packages/DocumentsUI/src/com/android/documentsui/
RecentsCreateFragment.java 221 final View line2 = convertView.findViewById(R.id.line2); local
239 if (line2 != null) line2.setVisibility(View.GONE);
DirectoryFragment.java 784 final View line2 = convertView.findViewById(R.id.line2); local
    [all...]
  /packages/apps/UnifiedEmail/src/org/apache/commons/io/
FileSystemUtils.java 330 String line2 = lines.get(1); // the line we're interested in local
333 StringTokenizer tok = new StringTokenizer(line2, " ");
  /packages/apps/Music/src/com/android/music/
MusicPicker.java 180 TextView line2; field in class:MusicPicker.TrackListAdapter.ViewHolder
220 vh.line2 = (TextView) v.findViewById(R.id.line2);
265 vh.line2.setText(vh.buffer2, 0, len);
AlbumBrowserActivity.java 512 TextView line2; field in class:AlbumBrowserActivity.AlbumListAdapter.ViewHolder
580 vh.line2 = (TextView) v.findViewById(R.id.line2);
607 vh.line2.setText(displayname);
ArtistAlbumBrowserActivity.java 572 TextView line2; field in class:ArtistAlbumBrowserActivity.ArtistAlbumListAdapter.ViewHolder
643 vh.line2 = (TextView) v.findViewById(R.id.line2);
657 vh.line2 = (TextView) v.findViewById(R.id.line2);
685 vh.line2.setText(songs_albums);
733 vh.line2.setText(builder.toString());
    [all...]
  /cts/tests/tests/provider/src/android/provider/cts/
SearchRecentSuggestionsTest.java 83 String line2 = "line2"; local
84 srs.saveRecentQuery(query2, line2);
105 assertEquals(line2, c
  /frameworks/base/core/tests/coretests/src/android/provider/
SearchRecentSuggestionsProviderTest.java 99 final String TEST_LINE2 = "line2 ";
122 final String GROUP_1_LINE2 = "line2 ";
134 final String GROUP_2_LINE2 = "line2 ";
144 // change line2 so they can be more easily tracked
203 final String GROUP_1_LINE2 = "line2 ";
215 final String GROUP_2_LINE2 = "line2 ";
225 final String GROUP_3_LINE2 = "line2 ";
245 final String GROUP_1_LINE2 = "line2 ";
251 final String GROUP_2_LINE2 = "line2 ";
270 final String line2 = line2Base + i local
    [all...]
  /cts/tests/tests/location/src/android/location/cts/
AddressTest.java 239 final String line2 = "2"; local
240 address.setAddressLine(5, line2);
241 assertEquals(line2, address.getAddressLine(5));
  /external/qemu/distrib/sdl-1.2.15/src/video/gapi/
SDL_gapivideo.c 881 PIXEL *line1, *line2; local
909 line2 = srcPointer + SDL_VideoSurface->pitch / 2;
914 *(DWORD*)destPointer =(*line2++ << 16) | *line1++;
923 *(DWORD*)destPointer =(*line1++ << 16) | *line2++;
967 line2 = srcPointer + SDL_VideoSurface->pitch / 2;
981 *(DWORD*)destPointer =(*line2++ << 16) | *line1++;
997 PIXEL *line1, *line2; local
1028 line2 = srcPointer + SDL_VideoSurface->pitch / 2;
1033 PIXEL c2 = *line2++;
    [all...]
  /hardware/ril/reference-ril/
atchannel.c 451 const char *line2; local
457 line2 = readline();
459 if (line2 == NULL) {
464 s_unsolHandler (line1, line2);
  /prebuilts/devtools/tools/lib/
lint.jar 
  /prebuilts/tools/common/gradle-plugins/repository/commons-io/commons-io/1.3.2/
commons-io-1.3.2.jar 

Completed in 1365 milliseconds

1 2