/external/jdiff/src/jdiff/ |
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...] |
/hardware/ril/reference-ril/ |
atchannel.c | 450 char *line1; local 456 line1 = strdup(line); 464 s_unsolHandler (line1, line2); 466 free(line1);
|
/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);
|
PlaylistBrowserActivity.java | 385 intent.putExtra(Intent.EXTRA_SHORTCUT_NAME, ((TextView) v.findViewById(R.id.line1)).getText()); 592 TextView tv = (TextView) view.findViewById(R.id.line1);
|
MediaPickerActivity.java | 261 TextView tv = (TextView) view.findViewById(R.id.line1);
|
/external/chromium_org/third_party/protobuf/src/google/protobuf/stubs/ |
common_unittest.cc | 142 int line1 = __LINE__; GOOGLE_LOG(INFO) << "Visible1"; local 156 "0 "__FILE__":" + SimpleItoa(line1) + ": Visible1",
|
/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 | 417 int line1 = layout.getLineForOffset(off1); local 420 if (line1 == line2) {
|
/frameworks/base/core/tests/coretests/src/android/provider/ |
SearchRecentSuggestionsProviderTest.java | 269 final String line1 = line1Base + i; local 271 mSearchHelper.saveRecentQuery(line1, line2);
|
/external/chromium/base/i18n/ |
break_iterator_unittest.cc | 274 const string16 line1(str.substr(0, 11)); 280 EXPECT_EQ(line1, iter.GetString());
|
/external/chromium_org/base/i18n/ |
break_iterator_unittest.cc | 277 const string16 line1(str.substr(0, 11)); 283 EXPECT_EQ(line1, iter.GetString());
|
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitperl/VCSUtils_unittest/ |
parseGitDiffHeader.pl | 94 -line1 111 expectedNextLine => "-line1\n", 224 line1 248 expectedNextLine => " line1\n",
|
parseDiff.pl | 1068 -line1 1081 -line1 1182 line1 1211 line1
|
/external/opencv/cvaux/src/ |
cvscanlines.cpp | 128 icvCrossLines( float *line1, float *line2, float *cross_point ) 132 if( line1 == 0 && line2 == 0 && cross_point == 0 ) 135 delta = line1[0] * line2[1] - line1[1] * line2[0]; 140 cross_point[0] = (-line1[2] * line2[1] + line1[1] * line2[2]) / delta; 141 cross_point[1] = (-line1[0] * line2[2] + line1[2] * line2[0]) / delta; [all...] |
/external/guava/guava/lib/ |
jdiff.jar | |
/external/chromium/chrome/browser/resources/net_internals/ |
logviewpainter.js | 264 * For example, if |start| = ' -> ' and |lines| = ['line1', 'line2', 'line3'] 267 * " -> line1\n" +
|
/frameworks/base/core/java/android/app/ |
Notification.java | [all...] |
/frameworks/base/packages/DocumentsUI/src/com/android/documentsui/ |
DirectoryFragment.java | 783 final View line1 = convertView.findViewById(R.id.line1); local [all...] |
/ndk/sources/host-tools/sed-4.2.1/testsuite/ |
bsd.sh | 365 echo line1 > lines3
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
difflib.py | [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
difflib.py | [all...] |
/cts/apps/CtsVerifier/lib/colorchecker/ |
colorcheckertest.cpp | 514 Vec2f ColorCheckerTest::findCrossing(std::vector<int> line1, 517 float r1 = static_cast<float>(line1[1]); 522 ang1 = static_cast<float>(line1[0]) / 180.0f * M_PI; [all...] |
/external/chromium_org/base/android/jni_generator/ |
jni_generator.py | 442 for line1, line2 in zip(unmatched_lines, unmatched_lines[1:]): 443 if '@CalledByNative' in line1: 445 line1, line2) [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/ |
refactor.py | 660 for type, value, (line0, col0), (line1, col1), line_text in tokens: 662 line1 += lineno - 1 668 yield type, value, (line0, col0), (line1, col1), line_text
|