Searched refs:line4 (Results 1 - 6 of 6) sorted by relevance

/external/lldb/test/lang/c/stepping/
H A DTestThreadStepping.py36 self.line4 = line_number('main.c', '// frame select 1, thread step-out while stopped at "c(3)"')
89 patterns = ["frame #0.*main.c:%d" % self.line4])
/external/lldb/test/lang/c/set_values/
H A DTestSetValues.py33 self.line4 = line_number('main.c', '// Set break point #4.')
48 lldbutil.run_break_set_by_file_and_line (self, "main.c", self.line4, num_expected_locations=1, loc_exact=True)
/external/lldb/test/functionalities/breakpoint/breakpoint_ignore_count/
H A DTestBreakpointIgnoreCount.py50 self.line4 = line_number('main.c', '// a(3) -> c(3) Find the call site of a(3).')
143 frame2.GetLineEntry().GetLine() == self.line4,
/external/pdfium/core/src/fxcodec/jbig2/
H A DJBig2_GeneralDecoder.cpp1294 FX_DWORD line1, line2, line3, line4, line5; local
1309 line4 = GRREFERENCE->getPixel(-GRREFERENCEDX + 1, h - GRREFERENCEDY);
1310 line4 |= GRREFERENCE->getPixel(-GRREFERENCEDX, h - GRREFERENCEDY) << 1;
1311 line4 |= GRREFERENCE->getPixel(-GRREFERENCEDX - 1, h - GRREFERENCEDY) << 2;
1317 CONTEXT |= line4 << 3;
1328 line4 = ((line4 << 1) | GRREFERENCE->getPixel(w - GRREFERENCEDX + 2, h - GRREFERENCEDY)) & 0x07;
1337 line4 = GRREFERENCE->getPixel(-GRREFERENCEDX + 1, h - GRREFERENCEDY);
1338 line4 |= GRREFERENCE->getPixel(-GRREFERENCEDX, h - GRREFERENCEDY) << 1;
1339 line4 |
1509 FX_DWORD line1, line2, line3, line4, line5; local
[all...]
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitperl/VCSUtils_unittest/
H A DparseGitDiffHeader.pl227 +line4
H A DparseDiff.pl1185 +line4
1214 +line4

Completed in 134 milliseconds