HomeSort by relevance Sort by last modified time
    Searched refs:line1 (Results 1 - 23 of 23) sorted by null

  /frameworks/base/tests/DumpRenderTree/src/com/android/dumprendertree/
FsUtils.java 143 String line1 = br1.readLine(); local
146 if (line1 == null && line2 == null)
148 if (line1 != null) {
149 line1 = trailingSpace.matcher(line1).replaceAll("");
151 line1 = "";
158 if(!line1.equals(line2)) {
  /external/nist-sip/java/gov/nist/javax/sip/parser/
PipelinedMsgParser.java 226 String line1; local
231 line1 = readLine(inputStream);
233 if (line1.equals("\n")) {
248 inputBuffer.append(line1);
  /external/chromium/base/
file_util.cc 150 std::string line1, line2; local
151 getline(file1, line1);
161 std::string::size_type end1 = line1.find_last_not_of("\r\n");
163 line1.clear();
164 else if (end1 + 1 < line1.length())
165 line1.erase(end1 + 1);
173 if (line1 != line2)
  /external/jdiff/src/jdiff/
DiffMyers.java 374 int line0 = i0, line1 = i1; local
381 script = new change(line0, line1, i0 - line0, i1 - line1, script);
408 int line0 = i0, line1 = i1; local
415 script = new change(i0, i1, line0 - i0, line1 - i1, script);
471 LINE0 and LINE1 are the first affected lines in the two files (origin 0).
476 which the insertion was done; vice versa for INSERTED and LINE1. */
488 public final int line1; field in class:DiffMyers.change
491 LINE0 and LINE1 are the first affected lines in the two files (origin 0).
496 which the insertion was done; vice versa for INSERTED and LINE1. *
    [all...]
Diff.java 136 int first1 = hunk.line1; // Index of first inserted word
141 first1 == lasthunk.line1 + lasthunk.inserted + 1) {
193 int first1 = hunk.line1; // Index of first inserted word
195 int last1 = hunk.line1 + hunk.inserted - 1;
    [all...]
  /external/iproute2/lib/
utils.c 720 char *line1 = NULL; local
724 if ((cc1 = getline(&line1, &len1, in)) < 0) {
732 cp = strchr(line1, '#');
736 *lenp = strlen(*linep) + strlen(line1) + 1;
744 strcat(*linep, line1);
745 free(line1);
  /external/qemu/distrib/sdl-1.2.12/src/video/gapi/
SDL_gapivideo.c 831 PIXEL *line1, *line2; local
858 line1 = srcPointer;
864 *(DWORD*)destPointer =(*line2++ << 16) | *line1++;
873 *(DWORD*)destPointer =(*line1++ << 16) | *line2++;
916 line1 = srcPointer;
931 *(DWORD*)destPointer =(*line2++ << 16) | *line1++;
947 PIXEL *line1, *line2; local
977 line1 = srcPointer;
982 PIXEL c1 = *line1++;
    [all...]
  /packages/apps/Music/src/com/android/music/
ArtistAlbumBrowserActivity.java 571 TextView line1; field in class:ArtistAlbumBrowserActivity.ArtistAlbumListAdapter.ViewHolder
642 vh.line1 = (TextView) v.findViewById(R.id.line1);
656 vh.line1 = (TextView) v.findViewById(R.id.line1);
677 vh.line1.setText(displayartist);
707 vh.line1.setText(displayname);
    [all...]
MusicPicker.java 179 TextView line1; field in class:MusicPicker.TrackListAdapter.ViewHolder
219 vh.line1 = (TextView) v.findViewById(R.id.line1);
235 vh.line1.setText(vh.buffer1.data, 0, vh.buffer1.sizeCopied);
AlbumBrowserActivity.java 511 TextView line1; field in class:AlbumBrowserActivity.AlbumListAdapter.ViewHolder
579 vh.line1 = (TextView) v.findViewById(R.id.line1);
600 vh.line1.setText(displayname);
PlaylistBrowserActivity.java 376 intent.putExtra(Intent.EXTRA_SHORTCUT_NAME, ((TextView) v.findViewById(R.id.line1)).getText());
583 TextView tv = (TextView) view.findViewById(R.id.line1);
MediaPickerActivity.java 261 TextView tv = (TextView) view.findViewById(R.id.line1);
AudioPreview.java 92 mTextLine1 = (TextView) findViewById(R.id.line1);
TrackBrowserActivity.java     [all...]
QueryBrowserActivity.java 377 TextView tv1 = (TextView) view.findViewById(R.id.line1);
  /hardware/ril/reference-ril/
atchannel.c 450 char *line1; local
456 line1 = strdup(line);
464 s_unsolHandler (line1, line2);
466 free(line1);
  /external/protobuf/src/google/protobuf/stubs/
common_unittest.cc 142 int line1 = __LINE__; GOOGLE_LOG(INFO) << "Visible1"; local
156 "0 "__FILE__":" + SimpleItoa(line1) + ": Visible1",
  /frameworks/base/core/java/android/text/
Selection.java 379 int line1 = layout.getLineForOffset(off1); local
382 if (line1 == line2) {
Layout.java 1860 int line1 = mLayout.getLineForOffset(start); local
    [all...]
  /frameworks/base/core/tests/coretests/src/android/content/
SearchRecentSuggestionsProviderTest.java 282 final String line1 = line1Base + i; local
284 mSearchHelper.saveRecentQuery(line1, line2);
  /cts/tests/tests/location/src/android/location/cts/
AddressTest.java 472 final String line1 = "1"; local
473 address.setAddressLine(0, line1);
474 assertEquals(line1, address.getAddressLine(0));
  /packages/apps/Contacts/src/com/android/contacts/
RecentCallsListActivity.java 606 views.line1View = (TextView) view.findViewById(R.id.line1);
    [all...]
  /prebuilt/common/jfreechart/
jfreechart-1.0.9.jar 

Completed in 422 milliseconds