HomeSort by relevance Sort by last modified time
    Searched refs:line2 (Results 26 - 50 of 62) sorted by null

12 3

  /external/chromium_org/chrome/common/extensions/
PRESUBMIT.py 127 for i, (line1, line2) in enumerate(
129 if line1 != line2:
131 (changes, i + 1, line1, line2))
  /external/lldb/test/python_api/hello_world/
TestHelloWorld.py 91 self.line2 = line_number('main.c', '// Waiting to be attached...')
156 substrs = ['main.c:%d' % self.line2,
194 substrs = ['main.c:%d' % self.line2,
  /art/runtime/verifier/
register_line.h 158 int CompareLine(const RegisterLine* line2) const {
159 DCHECK(monitors_ == line2->monitors_);
160 // TODO: DCHECK(reg_to_lock_depths_ == line2->reg_to_lock_depths_);
161 return memcmp(&line_, &line2->line_, num_regs_ * sizeof(uint16_t));
  /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/lldb/test/python_api/target/
TestTargetAPI.py 110 self.line2 = line_number('main.c', '// Find the line number for breakpoint 2 here.')
248 breakpoint2 = target.BreakpointCreateByLocation('main.c', self.line2)
281 self.assertTrue(lineEntry.GetLine() == self.line2)
  /cts/apps/CtsVerifier/include/colorchecker/
colorcheckertest.h 82 Vec2f findCrossing(std::vector<int> line1, std::vector<int> line2);
  /external/chromium_org/components/autofill/content/browser/wallet/
wallet_test_util.cc 77 const std::string& line2) {
80 street_address.push_back(ASCIIToUTF16(line2));
  /external/lldb/test/functionalities/data-formatter/data-formatter-python-synth/
TestDataFormatterPythonSynth.py 47 self.line2 = line_number('main.cpp', '// Set cast break point at this line.')
209 lldbutil.run_break_set_by_file_and_line (self, "main.cpp", self.line2, num_expected_locations=1, loc_exact=False)
  /external/chromium_org/third_party/skia/experimental/Intersection/
CurveIntersection.h 21 bool implicit_matches(const _Line& line1, const _Line& line2);
LineQuadraticIntersection_Test.cpp 206 _Line line2 = {{x, y}, {x + h, y + v}}; local
207 testLineIntersect(state, quad, line2, x, y);
  /external/chromium_org/third_party/protobuf/src/google/protobuf/stubs/
common_unittest.cc 150 int line2 = __LINE__; GOOGLE_LOG(INFO) << "Visible2"; local
159 "0 "__FILE__":" + SimpleItoa(line2) + ": Visible2",
  /external/chromium_org/base/i18n/
break_iterator_unittest.cc 278 const string16 line2(str.substr(11, 5));
286 EXPECT_EQ(line2, iter.GetString());
  /external/lldb/test/functionalities/watchpoint/watchpoint_commands/
TestWatchpointCommands.py 22 self.line2 = line_number(self.source, '// Set 2nd break point for disable_then_enable test case.')
448 lldbutil.run_break_set_by_file_and_line (self, None, self.line2, num_expected_locations=1)
  /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...]
cvepilines.cpp 69 CvVect64d line1,CvVect64d line2,
    [all...]
  /cts/apps/CtsVerifier/lib/colorchecker/
colorcheckertest.cpp 515 std::vector<int> line2) {
518 float r2 = static_cast<float>(line2[1]);
523 ang2 = static_cast<float>(line2[0]) / 180.0f * M_PI;
    [all...]
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitperl/VCSUtils_unittest/
parseGitDiffHeader.pl 225 line2
parseDiff.pl 1183 line2
1212 line2
  /external/chromium_org/components/autofill/core/browser/webdata/
autofill_table.cc 2233 base::string16 line2 = s.ColumnString16(2); local
    [all...]
  /external/chromium_org/chrome/browser/resources/net_internals/
log_view_painter.js 425 * For example, if |start| = ' -> ' and |lines| = ['line1', 'line2', 'line3']
429 * " line2\n" +
  /external/chromium_org/third_party/lcov/bin/
lcov     [all...]
genhtml     [all...]
  /external/chromium_org/base/android/jni_generator/
jni_generator.py 557 for line1, line2 in zip(unmatched_lines, unmatched_lines[1:]):
560 line1, line2)
    [all...]
  /external/chromium_org/net/cookies/
cookie_store_unittest.h 222 void MatchCookieLines(const std::string& line1, const std::string& line2) {
223 EXPECT_EQ(TokenizeCookieLine(line1), TokenizeCookieLine(line2));
    [all...]
  /external/chromium_org/chrome/renderer/resources/
offline.js     [all...]

Completed in 1039 milliseconds

12 3