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

  /cts/tests/appsecurity-tests/src/com/android/cts/monkey/
SeedTest.java 40 String line1 = getNextLine(s1); local
42 if (line1 != null || line2 != null) {
43 assertEquals(line1, line2);
  /external/protobuf/src/google/protobuf/stubs/
common_unittest.cc 142 int line1 = __LINE__; GOOGLE_LOG(INFO) << "Visible1"; local
156 "0 "__FILE__":" + SimpleItoa(line1) + ": Visible1",
  /external/chromium/base/
file_util.cc 123 std::string line1, line2; local
124 getline(file1, line1);
134 std::string::size_type end1 = line1.find_last_not_of("\r\n");
136 line1.clear();
137 else if (end1 + 1 < line1.length())
138 line1.erase(end1 + 1);
146 if (line1 != 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);
  /frameworks/base/core/java/android/text/
Selection.java 417 int line1 = layout.getLineForOffset(off1); local
420 if (line1 == line2) {
Layout.java 1751 int line1 = mLayout.getLineForOffset(start); local
    [all...]
  /frameworks/base/tests/DumpRenderTree/src/com/android/dumprendertree/
FsUtils.java 159 String line1 = br1.readLine(); local
162 if (line1 == null && line2 == null)
164 if (line1 != null) {
165 line1 = trailingSpace.matcher(line1).replaceAll("");
167 line1 = "";
174 if(!line1.equals(line2)) {
  /packages/apps/Music/src/com/android/music/
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);
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...]
  /cts/tests/tests/provider/src/android/provider/cts/
SearchRecentSuggestionsTest.java 101 String line1 = "line1"; local
102 srs.saveRecentQuery(query1, line1);
111 assertEquals(line1, c
  /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);
  /frameworks/base/core/tests/coretests/src/android/provider/
SearchRecentSuggestionsProviderTest.java 269 final String line1 = line1Base + i; local
271 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));
  /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...]
  /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...]
  /hardware/ril/reference-ril/
atchannel.c 450 char *line1; local
456 line1 = strdup(line);
464 s_unsolHandler (line1, line2);
466 free(line1);
  /dalvik/vm/analysis/
CodeVerify.cpp 1840 const RegisterLine* line1 = getRegisterLine(regTable, insnIdx); local
    [all...]
  /prebuilt/common/jfreechart/
jfreechart-1.0.9.jar 

Completed in 917 milliseconds