/external/valgrind/main/drd/tests/ |
filter_annotate_barrier_xml | 15 line3 = $0 22 print line3
|
/external/opencv/cv/src/ |
cvoptflowhs.cpp | 128 int Line3; 246 Line3 = Line2 + ((Line2 == LastLine) ? 0 : imgStep); 249 ConvX = CONV( imgA[Line1 + 1], imgA[Line2 + 1], imgA[Line3 + 1] ); 250 ConvY = CONV( imgA[Line3], imgA[Line3], imgA[Line3 + 1] ); 272 ConvX = CONV( imgA[Line1 + j + 1], imgA[Line2 + j + 1], imgA[Line3 + j + 1] ); 273 ConvY = CONV( imgA[Line3 + j - 1], imgA[Line3 + j], imgA[Line3 + j + 1] ) [all...] |
cvoptflowlk.cpp | 134 int Line3; 302 Line3 = L3 * imgStep; 305 ConvX = CONV( imgA[Line1 + 1], imgA[Line2 + 1], imgA[Line3 + 1] ); 306 ConvY = CONV( imgA[Line3], imgA[Line3], imgA[Line3 + 1] ); 325 ConvX = CONV( imgA[Line1 + j + 1], imgA[Line2 + j + 1], imgA[Line3 + j + 1] ); 326 ConvY = CONV( imgA[Line3 + j - 1], imgA[Line3 + j], imgA[Line3 + j + 1] ) [all...] |
/cts/tests/assets/webkit/ |
test_br_tag.html | 26 there are two brs after line3<br><br>line 4
|
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/style/checkers/ |
common_unittest.py | 92 self.assert_carriage_return(["line1", "line2\r", "line3\r"], 93 ["line1", "line2", "line3"], 121 self.assert_tab(['line1', '\tline2', 'line3\t'], [2, 3])
|
/cts/tests/tests/provider/src/android/provider/cts/ |
SearchRecentSuggestionsTest.java | 88 String line3 = "line3"; local 89 srs.saveRecentQuery(query3, line3); 110 assertEquals(line3, c
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_netrc.py | 36 line3 40 'macro2': ['line3\n', 'line4\n']})
|
test_univnewlines2k.py | 19 "def line3():pass", 85 func = namespace['line3']
|
test_poplib.py | 29 line3\r\n\ 197 '', 'line1', 'line2', 'line3'], 214 'line1', 'line2', 'line3'],
|
test_univnewlines.py | 27 "def line3():pass",
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_netrc.py | 36 line3 40 'macro2': ['line3\n', 'line4\n']})
|
test_univnewlines2k.py | 19 "def line3():pass", 85 func = namespace['line3']
|
test_poplib.py | 29 line3\r\n\ 197 '', 'line1', 'line2', 'line3'], 214 'line1', 'line2', 'line3'],
|
test_univnewlines.py | 27 "def line3():pass",
|
/packages/experimental/NotificationShowcase/src/com/android/example/notificationshowcase/ |
NotificationService.java | 197 SpannableString line3 = new SpannableString("Charlie: Iz IN UR EMAILZ!!"); local 198 line3.setSpan(bold, 0, 7, 0); 209 .addLine(line3)
|
/cts/tests/tests/text/src/android/text/cts/ |
DynamicLayoutTest.java | 41 private static final int LINE3 = 3; 149 assertEquals(mDynamicLayout.getLineBottom(LINE2), mDynamicLayout.getLineTop(LINE3));
|
/external/skia/tests/ |
PathOpsQuadLineIntersectionThreadedTest.cpp | 106 SkDLine line3 = {{{x - h, y - v}, {x + h, y + v}}}; local 107 testLineIntersect(state.fReporter, quad, line3, x, y);
|
/external/llvm/test/CodeGen/Thumb2/ |
2009-08-01-WrongLDRBOpc.ll | 25 %line3.i.i.i = getelementptr [200 x i8]* %line.i.i.i, i32 0, i32 0 ; <i8*> [#uses=1] 41 %0 = load i8* %line3.i.i.i, align 1 ; <i8> [#uses=1]
|
/external/chromium/chrome/browser/autofill/ |
autofill_resources.grd | 25 address.?line3|address3|addr3|street|line3<!-- es -->|municipio<!-- fr-FR -->|batiment|residence<!-- it-IT -->|indirizzo3
|
/frameworks/base/core/res/res/layout/ |
notification_template_base.xml | 97 android:id="@+id/line3"
|
notification_template_big_base.xml | 104 android:id="@+id/line3"
|
notification_template_big_text.xml | 141 android:id="@+id/line3"
|
notification_template_inbox.xml | 224 android:id="@+id/line3"
|
/external/chromium/chrome/browser/resources/net_internals/ |
logviewpainter.js | 264 * For example, if |start| = ' -> ' and |lines| = ['line1', 'line2', 'line3'] 269 * " line3"
|
/external/chromium_org/components/autofill/core/browser/ |
address_field_unittest.cc | 101 field.label = ASCIIToUTF16("Address Line3");
|