/external/lldb/test/python_api/function_symbol/ |
TestDisasmAPI.py | 34 self.line1 = line_number('main.c', '// Find the line number for breakpoint 1 here.') 46 breakpoint1 = target.BreakpointCreateByLocation('main.c', self.line1) 61 # Frame #0 should be on self.line1. 67 self.assertTrue(lineEntry.GetLine() == self.line1)
|
/external/lldb/test/python_api/lldbutil/iter/ |
TestLLDBIterator.py | 19 self.line1 = line_number('main.cpp', '// Set break point at this line.') 46 breakpoint = target.BreakpointCreateByLocation("main.cpp", self.line1) 77 breakpoint = target.BreakpointCreateByLocation("main.cpp", self.line1) 106 breakpoint = target.BreakpointCreateByLocation("main.cpp", self.line1)
|
TestRegistersIterator.py | 19 self.line1 = line_number('main.cpp', '// Set break point at this line.') 35 breakpoint = target.BreakpointCreateByLocation("main.cpp", self.line1)
|
/external/chromium_org/third_party/skia/experimental/Intersection/ |
QuadraticIntersection.cpp | 128 _Line line1, line2; local 150 xy_at_t(quad1, minT1, line1[0].x, line1[0].y); 151 xy_at_t(quad1, maxT1, line1[1].x, line1[1].y); 161 pts = ::intersect(line1, line2, t1, t2); 176 treat1AsLine ? line1 : line2, lq); 181 double lineT = t_at(treat1AsLine ? line1 : line2, midQuad); 182 xy_at_t(treat1AsLine ? line1 : line2, lineT, midLine.x, midLine.y);
|
/external/skia/experimental/Intersection/ |
QuadraticIntersection.cpp | 128 _Line line1, line2; local 150 xy_at_t(quad1, minT1, line1[0].x, line1[0].y); 151 xy_at_t(quad1, maxT1, line1[1].x, line1[1].y); 161 pts = ::intersect(line1, line2, t1, t2); 176 treat1AsLine ? line1 : line2, lq); 181 double lineT = t_at(treat1AsLine ? line1 : line2, midQuad); 182 xy_at_t(treat1AsLine ? line1 : line2, lineT, midLine.x, midLine.y);
|
/external/deqp/scripts/ |
check_include_guards.py | 20 line1 = f.readline().strip() 24 if line1 != ("#define %s" % includeGuard):
|
/external/lldb/test/functionalities/inferior-changed/ |
TestInferiorChanged.py | 42 self.line1 = line_number('main.c', '// Crash here.') 65 'main.c:%d' % self.line1])
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_netrc.py | 32 line1 39 self.assertEqual(nrc.macros, {'macro1': ['line1\n', 'line2\n'],
|
test_gzip.py | 156 line1 = f.readline() 157 if not line1: break 160 if len(line1)>10: 163 amount = len(line1) 165 self.assertEqual(line1[:amount], line2)
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_netrc.py | 32 line1 39 self.assertEqual(nrc.macros, {'macro1': ['line1\n', 'line2\n'],
|
test_gzip.py | 156 line1 = f.readline() 157 if not line1: break 160 if len(line1)>10: 163 amount = len(line1) 165 self.assertEqual(line1[:amount], line2)
|
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/ArrayType/ |
NewInstanceDebuggee.java | 38 String[] checkString = {"line1"};
|
/external/chromium_org/components/autofill/content/browser/wallet/ |
wallet_test_util.h | 22 std::vector<base::string16> StreetAddress(const std::string& line1,
|
/external/chromium_org/native_client_sdk/src/build_tools/ |
verify_filelist.py | 173 def compare(line1, line2): 174 line1 = SplitPattern(line1)[0].lower() 176 return cmp(line1, line2)
|
/external/lldb/test/functionalities/breakpoint/breakpoint_conditions/ |
TestBreakpointConditions.py | 60 self.line1 = line_number('main.c', '// Find the line number of function "c" here.') 99 patterns = ["frame #0.*main.c:%d" % self.line1, 179 # Frame #0 should be on self.line1 and the break condition should hold. 185 self.assertTrue(frame0.GetLineEntry().GetLine() == self.line1 and
|
/frameworks/base/core/res/res/layout/ |
notification_template_part_line1.xml | 19 android:id="@+id/line1"
|
/system/media/camera/docs/ |
metadata_helpers_test.py | 210 self.assertEquals("bar\nline1\nline2", dedent("bar\n line1\n line2")) 212 self.assertEquals("bar\nline1\nline2", dedent(" bar\n line1\n line2")) 214 self.assertEquals("bar\n line1\nline2", dedent(" bar\n line1\n line2"))
|
/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))
|
/packages/apps/Mms/res/xml/ |
mms_config.xml | 97 x-up-calling-line-id: ##LINE1##|x-carrier-magic: http://magic.google.com 102 (Line1) to the httpPrams at runtime. Optional. 105 <string name="httpParamsLine1Key">##LINE1##</string>
|
/external/lldb/test/python_api/target/ |
TestTargetAPI.py | 109 self.line1 = line_number('main.c', '// Find the line number for breakpoint 1 here.') 127 breakpoint = target.BreakpointCreateByLocation('main.c', self.line1) 247 breakpoint1 = target.BreakpointCreateByLocation('main.c', self.line1) 262 # Frame #0 should be on self.line1. 269 self.assertTrue(lineEntry.GetLine() == self.line1)
|
/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/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/models/ |
test_expectations.py | 424 def merge_expectation_lines(line1, line2, model_all_expectations): 425 """Merges the expectations of line2 into line1 and returns a fresh object.""" 426 if line1 is None: 429 return line1 430 if model_all_expectations and line1.filename != line2.filename: 439 result.line_numbers = line1.line_numbers + "," + line2.line_numbers 440 result.name = line1.name 441 result.path = line1.path 442 result.parsed_expectations = set(line1.parsed_expectations) | set(line2.parsed_expectations) 443 result.expectations = list(set(line1.expectations) | set(line2.expectations) [all...] |
/cts/tests/tests/location/src/android/location/cts/ |
AddressTest.java | 234 final String line1 = "1"; local 235 address.setAddressLine(0, line1); 236 assertEquals(line1, address.getAddressLine(0));
|
/cts/apps/CtsVerifier/include/colorchecker/ |
colorcheckertest.h | 82 Vec2f findCrossing(std::vector<int> line1, std::vector<int> line2);
|
/external/lldb/test/functionalities/expr-doesnt-deadlock/ |
TestExprDoesntBlock.py | 58 # Frame #0 should be on self.line1 and the break condition should hold.
|