/external/lldb/test/lang/objc/foundation/ |
TestObjCMethods2.py | 94 self.lines = [] 95 self.lines.append(line_number('main.m', '// Break here for selector: tests')) 96 self.lines.append(line_number('main.m', '// Break here for NSArray tests')) 97 self.lines.append(line_number('main.m', '// Break here for NSString tests')) 98 self.lines.append(line_number('main.m', '// Break here for description test')) 99 self.lines.append(line_number('main.m', '// Set break point at this line')) 107 for line in self.lines: 143 line = self.lines[1] 169 line = self.lines[2] 195 line = self.lines[4 [all...] |
/external/protobuf/src/google/protobuf/compiler/ |
mock_code_generator.cc | 86 vector<string> lines = Split(content, "\n", true); local 88 while (!lines.empty() && lines.back().empty()) { 89 lines.pop_back(); 91 for (int i = 0; i < lines.size(); i++) { 92 lines[i] += "\n"; 100 EXPECT_EQ(lines.size(), 3 + insertion_list.size() * 2); 103 lines[0]); local 105 EXPECT_EQ(kFirstInsertionPoint, lines[1 + insertion_list.size()]); 106 EXPECT_EQ(kSecondInsertionPoint, lines[2 + insertion_list.size() * 2]) 111 lines[1 + i]); local [all...] |
/external/selinux/policycoreutils/mcstrans/src/ |
Makefile | 3 # In case of 64 bit system, use these lines 7 # In case of 32 bit system, use these lines 11 # In case of 32 bit system, use these lines
|
/external/skia/include/utils/ |
SkTextBox.h | 17 SkTextBox is a helper class for drawing 1 or more lines of text 22 Spacing is a linear equation used to compute the distance between lines 24 between lines is computed as: spacing = paint.getTextSize() * mul + add
|
/art/tools/dexfuzz/src/dexfuzz/ |
ExecutionResult.java | 39 * Get only the output, with all lines concatenated together, excluding newline characters. 53 * Get only the output, with all lines concatenated together, including newline characters. 67 * Get only the error, with all lines concatenated together, excluding newline characters. 81 * Get only the error, with all lines concatenated together, including newline characters.
|
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/Method/ |
LineTableTest.java | 65 int lines = reply.getNextValueAsInt(); local 66 logWriter.println("lines = "+lines); 68 for (int j = 0; j < lines; j++) {
|
/external/chromium-trace/trace-viewer/third_party/Paste/tests/ |
test_config.py | 19 lines = ['Variable is: %s\n' % CONFIG[test_key], 22 lines = [line.encode('utf8') for line in lines] 23 return lines
|
/external/chromium-trace/trace-viewer/tracing/third_party/closure_linter/ |
README.chromium | 17 Lines ending with @supress longLineCheck do not warn
|
/external/clang/test/Frontend/ |
rewrite-macros.c | 5 // regex brackets to make sure we don't match the CHECK lines themselves.
|
/external/clang/test/Index/ |
complete-templates.cpp | 1 // Tests are line- and column-sensive, so run lines are below.
|
/external/clang/test/Parser/ |
warn-cuda-compat.cu | 5 // Note that this puts the expected lines before the directives to work around
|
/external/clang/test/SemaCXX/ |
PR21679.cpp | 12 // among multiple lines doesn't work.
|
/external/clang/tools/clang-format/ |
clang-format.py | 46 lines = '%s:%s' % (vim.current.range.start + 1, vim.current.range.end + 1) 62 command = [binary, '-lines', lines, '-style', style, '-cursor', str(cursor)] 80 lines = stdout.split('\n') 81 output = json.loads(lines[0]) 82 lines = lines[1:] 83 sequence = difflib.SequenceMatcher(None, vim.current.buffer, lines) 86 vim.current.buffer[op[1]:op[2]] = lines[op[3]:op[4]]
|
/external/e2fsprogs/lib/ss/ |
std_rqs.ct | 23 "Enable/disable abbreviation processing of request lines.",
|
/external/eigen/doc/snippets/ |
LLT_example.cpp | 7 // The previous two lines can also be written as "L = A.llt().matrixL()"
|
/external/markdown/tests/misc/ |
multi-test.txt | 25 continued on several lines.
|
/external/openssh/ |
fixalgorithms | 21 # now remove any entirely empty lines
|
/external/skia/animations/ |
movie#1.xml | 17 <movie src="lines.xml" />
|
/external/skia/platform_tools/android/examples/hello_skia_app/jni/ |
helloskia.cpp | 53 // Adapt the SkPaint for drawing blue lines 55 paint.setColor(0xFF0000FF); // This is a solid blue color for our lines 56 paint.setStrokeWidth(SkIntToScalar(2)); // This makes the lines have a thickness of 2 pixels 58 // Draw some interesting lines using trig functions
|
/external/skia/tests/ |
PathOpsCubicIntersectionTestData.h | 14 extern const SkDCubic lines[];
|
/external/strace/tests/ |
caps.awk | 8 lines = 3
|
getrandom.awk | 7 lines = 4
|
select.awk | 7 lines = 4
|
/external/v8/tools/ |
check-name-clashes.py | 38 self.lines = [] 44 if not self.lines: 54 self.lines.append(line + "\n") 59 for i in range(len(self.lines)): 60 self.lines[i] = re.sub(pattern, "%%(%s)s" % arg, self.lines[i]) 68 for line in self.lines: 162 lines = file_contents.split("\n") 164 for line in lines:
|
/external/valgrind/VEX/orig_amd64/ |
SortedToOrig.hs | 6 let x2 = lines x1
|