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

1 2

  /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);
  /external/protobuf/src/google/protobuf/stubs/
common_unittest.cc 150 int line2 = __LINE__; GOOGLE_LOG(INFO) << "Visible2"; local
159 "0 "__FILE__":" + SimpleItoa(line2) + ": Visible2",
  /packages/experimental/NotificationShowcase/src/com/android/example/notificationshowcase/
NotificationShowcaseActivity.java 330 SpannableString line2 = new SpannableString("Bob: hi there!"); local
331 line2.setSpan(bold, 0, 3, 0);
343 .addLine(line2)
  /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/tests/DumpRenderTree/src/com/android/dumprendertree/
FsUtils.java 160 String line2 = br2.readLine(); local
162 if (line1 == null && line2 == null)
169 if (line2 != null) {
170 line2 = trailingSpace.matcher(line2).replaceAll("");
172 line2 = "";
174 if(!line1.equals(line2)) {
  /packages/apps/Email/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 
jfreechart-1.0.9.jar 
  /prebuilts/tools/common/gradle-plugins/repository/commons-io/commons-io/1.3.2/
commons-io-1.3.2.jar 
  /prebuilts/tools/common/jfreechart/
jfreechart-1.0.9.jar 
  /prebuilts/tools/common/m2/repository/jfree/jfreechart/1.0.9/
jfreechart-1.0.9.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jar 
org.eclipse.ui.ide_3.6.2.M20101117-0800.jar 
org.apache.jasper_5.5.17.v201004212143.jar 

Completed in 844 milliseconds

1 2