/aosp_15_r20/external/google-breakpad/src/common/ |
H A D | dwarf_line_to_module_unittest.cc | 50 vector<Module::Line> lines; in TEST() local 52 DwarfLineToModule h(&m, "/", &lines, &cu_files); in TEST() 63 EXPECT_EQ(1U, lines.size()); in TEST() 64 EXPECT_EQ(0x6fd126fbf74f2680ULL, lines[0].address); in TEST() 65 EXPECT_EQ(0x63c9a14cf556712bULL, lines[0].size); in TEST() 66 EXPECT_TRUE(lines[0].file == files[0]); in TEST() 67 EXPECT_EQ(0x4c090cbf, lines[0].number); in TEST() 72 vector<Module::Line> lines; in TEST() local 74 DwarfLineToModule h(&m, "/", &lines, &cu_files); in TEST() 103 ASSERT_EQ(5U, lines.size()); in TEST() [all …]
|
/aosp_15_r20/external/deqp/android/cts/main/vk-main-2021-03-01/ |
H A D | rasterization.txt | 1 dEQP-VK.rasterization.conservative.overestimate.samples_1.lines.degenerate.0_00 2 dEQP-VK.rasterization.conservative.overestimate.samples_1.lines.degenerate.0_25 3 dEQP-VK.rasterization.conservative.overestimate.samples_1.lines.degenerate.max 4 dEQP-VK.rasterization.conservative.overestimate.samples_1.lines.degenerate.min 5 dEQP-VK.rasterization.conservative.overestimate.samples_1.lines.normal.0_00 6 dEQP-VK.rasterization.conservative.overestimate.samples_1.lines.normal.0_25 7 dEQP-VK.rasterization.conservative.overestimate.samples_1.lines.normal.0_50 8 dEQP-VK.rasterization.conservative.overestimate.samples_1.lines.normal.0_75 9 dEQP-VK.rasterization.conservative.overestimate.samples_1.lines.normal.1_00 10 dEQP-VK.rasterization.conservative.overestimate.samples_1.lines.normal.2_00 [all …]
|
/aosp_15_r20/external/mesa3d/src/intel/ci/ |
H A D | angle-anv-adl-fails.txt | 2 dEQP-GLES3.functional.transform_feedback.array_element.interleaved.lines.highp_float,Fail 3 dEQP-GLES3.functional.transform_feedback.array_element.interleaved.lines.highp_int,Fail 4 dEQP-GLES3.functional.transform_feedback.array_element.interleaved.lines.highp_ivec2,Fail 5 dEQP-GLES3.functional.transform_feedback.array_element.interleaved.lines.highp_ivec3,Fail 6 dEQP-GLES3.functional.transform_feedback.array_element.interleaved.lines.highp_ivec4,Fail 7 dEQP-GLES3.functional.transform_feedback.array_element.interleaved.lines.highp_mat2,Fail 8 dEQP-GLES3.functional.transform_feedback.array_element.interleaved.lines.highp_mat2x3,Fail 9 dEQP-GLES3.functional.transform_feedback.array_element.interleaved.lines.highp_mat2x4,Fail 10 dEQP-GLES3.functional.transform_feedback.array_element.interleaved.lines.highp_uint,Fail 11 dEQP-GLES3.functional.transform_feedback.array_element.interleaved.lines.highp_uvec2,Fail [all …]
|
/aosp_15_r20/external/fonttools/Lib/fontTools/mtiLib/ |
H A D | __init__.py | 119 def parseScriptList(lines, featureMap=None): argument 122 with lines.between("script table"): 123 for line in lines: 179 def parseFeatureList(lines, lookupMap=None, featureMap=None): argument 182 with lines.between("feature table"): 183 for line in lines: 212 def parseLookupFlags(lines): argument 223 while lines.peeks()[0].lower() in allFlags: 224 line = next(lines) 245 def parseSingleSubst(lines, font, _lookupMap=None): argument [all …]
|
/aosp_15_r20/external/google-java-format/core/src/test/java/com/google/googlejavaformat/java/ |
H A D | PartialFormattingTest.java | 56 String lines(String... args) { in lines() method in PartialFormattingTest 63 lines( in testGetFormatReplacements0() 71 lines( in testGetFormatReplacements0() 86 lines( in testGetFormatReplacements1() 94 lines( in testGetFormatReplacements1() 107 lines( in expandToStatement() 117 lines( in expandToStatement() 131 lines( in expandToMethodSignature() 143 lines( in expandToMethodSignature() 160 lines( in expandToClassSignature() [all …]
|
/aosp_15_r20/external/deqp/external/vulkancts/mustpass/main/vksc-default/ |
H A D | rasterization.txt | 1 dEQP-VKSC.rasterization.conservative.overestimate.samples_1.lines.degenerate.0_00 2 dEQP-VKSC.rasterization.conservative.overestimate.samples_1.lines.degenerate.0_25 3 dEQP-VKSC.rasterization.conservative.overestimate.samples_1.lines.degenerate.max 4 dEQP-VKSC.rasterization.conservative.overestimate.samples_1.lines.degenerate.min 5 dEQP-VKSC.rasterization.conservative.overestimate.samples_1.lines.normal.0_00 6 dEQP-VKSC.rasterization.conservative.overestimate.samples_1.lines.normal.0_25 7 dEQP-VKSC.rasterization.conservative.overestimate.samples_1.lines.normal.0_50 8 dEQP-VKSC.rasterization.conservative.overestimate.samples_1.lines.normal.0_75 9 dEQP-VKSC.rasterization.conservative.overestimate.samples_1.lines.normal.1_00 10 dEQP-VKSC.rasterization.conservative.overestimate.samples_1.lines.normal.2_00 [all …]
|
/aosp_15_r20/external/clang/test/Preprocessor/ |
H A D | arm-target-features.c | 1 // RUN: %clang -target armv8a-none-linux-gnu -x c -E -dM %s -o - | FileCheck -match-full-lines --ch… 12 // RUN: %clang -target armv7a-none-linux-gnu -x c -E -dM %s -o - | FileCheck -match-full-lines --ch… 21 …pple-macosx10.10 -arch armv7s -x c -E -dM %s -o - | FileCheck -match-full-lines --check-prefix=CHE… 30 // RUN: %clang -target armv8a -mfloat-abi=hard -x c -E -dM %s | FileCheck -match-full-lines --check… 42 …8a -mfloat-abi=hard -mfpu=fp-armv8 -x c -E -dM %s | FileCheck -match-full-lines --check-prefix=CHE… 47 …float-abi=hard -mfpu=neon-fp-armv8 -x c -E -dM %s | FileCheck -match-full-lines --check-prefix=CHE… 48 …bi=hard -mfpu=crypto-neon-fp-armv8 -x c -E -dM %s | FileCheck -match-full-lines --check-prefix=CHE… 53 // RUN: %clang -target armv8a -mnocrc -x c -E -dM %s | FileCheck -match-full-lines --check-prefix=C… 58 // RUN: %clang -target armv8 -x c -E -dM %s -o - | FileCheck -match-full-lines --check-prefix=V8 %s 59 // RUN: %clang -target armv8 -mthumb -x c -E -dM %s -o - | FileCheck -match-full-lines --check-pref… [all …]
|
/aosp_15_r20/external/tensorflow/tensorflow/python/debug/cli/ |
H A D | tensor_format_test.py | 54 ValueError: if any ellipses ("...") are found in the lines representing 58 while not out.lines[begin_line_num].startswith("array"): 61 for line_num in range(begin_line_num, len(out.lines)): 62 line = out.lines[line_num] 84 ValueError: if any ellipses ("...") are found in the lines representing 89 while not out.lines[begin_line_num].startswith("array"): 93 for line_num in range(begin_line_num, len(out.lines)): 94 line = out.lines[line_num] 109 def _findFirst(self, lines, string): argument 111 for i, line in enumerate(lines): [all …]
|
H A D | analyzer_cli_test.py | 152 line_iter = iter(out.lines) 309 line_iter = iter(out.lines) 442 ], out.lines) 455 tst.assertGreater(len(out.lines), 2) 456 tst.assertStartsWith(out.lines[0], 742 out.lines) 904 out.lines) 933 [(len(out.lines[0]) - len(node_name), len(out.lines[0]), "bold")], 984 len(out.lines[16]) - len(out.lines[16].strip()), 985 len(out.lines[16]), "pt %s:0 -n 0" % node_name) [all …]
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/lib/python3.11/site-packages/pip/_vendor/rich/ |
D | segment.py | 238 """Split a sequence of segments in to a list of lines. 274 """Split segments in to lines, and crop lines greater than a given length. 281 pad (bool): Enable padding of lines that are less than `length`. 284 Iterable[List[Segment]]: An iterable of lines of segments. 326 … pad (bool, optional): Pad lines with spaces if they are shorter than `length`. Defaults to True. 371 def get_shape(cls, lines: List[List["Segment"]]) -> Tuple[int, int]: 372 """Get the shape (enclosing rectangle) of a list of lines. 375 lines (List[List[Segment]]): A list of lines (no '\\\\n' characters). 381 max_width = max(get_line_length(line) for line in lines) if lines else 0 382 return (max_width, len(lines)) [all …]
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/lib/python3.11/site-packages/pip/_vendor/rich/ |
D | segment.py | 238 """Split a sequence of segments in to a list of lines. 274 """Split segments in to lines, and crop lines greater than a given length. 281 pad (bool): Enable padding of lines that are less than `length`. 284 Iterable[List[Segment]]: An iterable of lines of segments. 326 … pad (bool, optional): Pad lines with spaces if they are shorter than `length`. Defaults to True. 371 def get_shape(cls, lines: List[List["Segment"]]) -> Tuple[int, int]: 372 """Get the shape (enclosing rectangle) of a list of lines. 375 lines (List[List[Segment]]): A list of lines (no '\\\\n' characters). 381 max_width = max(get_line_length(line) for line in lines) if lines else 0 382 return (max_width, len(lines)) [all …]
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/lib/python3.11/site-packages/pip/_vendor/rich/ |
D | segment.py | 238 """Split a sequence of segments in to a list of lines. 274 """Split segments in to lines, and crop lines greater than a given length. 281 pad (bool): Enable padding of lines that are less than `length`. 284 Iterable[List[Segment]]: An iterable of lines of segments. 326 … pad (bool, optional): Pad lines with spaces if they are shorter than `length`. Defaults to True. 371 def get_shape(cls, lines: List[List["Segment"]]) -> Tuple[int, int]: 372 """Get the shape (enclosing rectangle) of a list of lines. 375 lines (List[List[Segment]]): A list of lines (no '\\\\n' characters). 381 max_width = max(get_line_length(line) for line in lines) if lines else 0 382 return (max_width, len(lines)) [all …]
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/lib/python3.11/site-packages/pip/_vendor/rich/ |
D | segment.py | 238 """Split a sequence of segments in to a list of lines. 274 """Split segments in to lines, and crop lines greater than a given length. 281 pad (bool): Enable padding of lines that are less than `length`. 284 Iterable[List[Segment]]: An iterable of lines of segments. 326 … pad (bool, optional): Pad lines with spaces if they are shorter than `length`. Defaults to True. 371 def get_shape(cls, lines: List[List["Segment"]]) -> Tuple[int, int]: 372 """Get the shape (enclosing rectangle) of a list of lines. 375 lines (List[List[Segment]]): A list of lines (no '\\\\n' characters). 381 max_width = max(get_line_length(line) for line in lines) if lines else 0 382 return (max_width, len(lines)) [all …]
|
/aosp_15_r20/external/yapf/yapf/yapflib/ |
H A D | line_joiner.py | 14 """Join logical lines together. 16 Determine how many lines can be joined into one line. For instance, we could 28 1. The lines should have been joined in the original source. 29 2. The joined lines must not go over the column boundary if placed on the same 34 follows that there can only be at most two lines to join. 42 def CanMergeMultipleLines(lines, last_was_merged=False): argument 43 """Determine if multiple lines can be joined into one. 46 lines: (list of LogicalLine) This is a splice of LogicalLines from the full 51 True if two consecutive lines can be joined together. In reality, this will 52 only happen if two consecutive lines can be joined, due to the style guide. [all …]
|
/aosp_15_r20/packages/modules/Connectivity/service-t/native/libs/libnetworkstats/ |
D | BpfNetworkStatsTest.cpp | 231 std::vector<stats_line> lines; in TEST_F() local 235 ASSERT_EQ(0, parseBpfNetworkStatsDetailInternal(lines, mFakeStatsMap, mIfIndex2Name)); in TEST_F() 236 ASSERT_EQ((unsigned long)3, lines.size()); in TEST_F() 309 std::vector<stats_line> lines; in TEST_F() local 310 ASSERT_EQ(0, parseBpfNetworkStatsDetailInternal(lines, mFakeStatsMap, mIfIndex2Name)); in TEST_F() 311 ASSERT_EQ((unsigned long)7, lines.size()); in TEST_F() 329 std::vector<stats_line> lines; in TEST_F() local 330 ASSERT_EQ(0, parseBpfNetworkStatsDetailInternal(lines, mFakeStatsMap, mIfIndex2Name)); in TEST_F() 331 ASSERT_EQ((unsigned long)4, lines.size()); in TEST_F() 369 std::vector<stats_line> lines; in TEST_F() local [all …]
|
/aosp_15_r20/external/freetype/ |
H A D | generate_notice.py | 131 C_STYLE_BLOCK_AS_LINE = 2 # /* ... */ but uses multiple lines of block comments. 155 # If all lines starts from empty space, strip it out. 192 def extract_copyright_at(lines: Sequence[str], i: int, path: str) -> Tuple[str, int]: 193 commentType = get_comment_type(lines[i], path) 196 return extract_from_c_style_block_at(lines, i, path) 198 return extract_from_c_style_block_as_line_at(lines, i, path) 200 return extract_from_c_style_lines_at(lines, i, path) 202 return extract_from_script_hash_at(lines, i, path) 204 return extract_from_script_doller_at(lines, i, path) 206 return extract_from_doc_style_at(lines, i, path) [all …]
|
/aosp_15_r20/external/python/cpython3/Lib/idlelib/ |
D | format.py | 45 If text is selected, format_paragraph_event will start breaking lines 49 cursor location to determine the paragraph (lines of text surrounded 50 by blank lines) and formats it. 122 lines = data.split("\n") 124 n = len(lines) 125 while i < n and is_all_white(lines[i]): 129 indent1 = get_indent(lines[i]) 130 if i+1 < n and not is_all_white(lines[i+1]): 131 indent2 = get_indent(lines[i+1]) 134 new = lines[:i] [all …]
|
/aosp_15_r20/external/apache-commons-io/src/test/java/org/apache/commons/io/ |
H A D | LineIteratorTest.java | 51 private void assertLines(final List<String> lines, final LineIterator iterator) { in assertLines() argument 53 for (int i = 0; i < lines.size(); i++) { in assertLines() 55 assertEquals(lines.get(i), line, "nextLine() line " + i); in assertLines() 64 * Creates a test file with a specified number of lines. 67 * @param lineCount number of lines to create 72 final List<String> lines = createStringLines(lineCount); in createLinesFile() local 73 FileUtils.writeLines(file, lines); in createLinesFile() 74 return lines; in createLinesFile() 78 * Creates a test file with a specified number of lines. 81 * @param encoding the encoding to use while writing the lines [all …]
|
H A D | FileSystemUtilsTest.java | 46 public MockFileSystemUtils(final int exitCode, final String lines) { in MockFileSystemUtils() argument 47 this(exitCode, lines, null); in MockFileSystemUtils() 50 public MockFileSystemUtils(final int exitCode, final String lines, final String cmd) { in MockFileSystemUtils() argument 52 this.bytes = lines.getBytes(); in MockFileSystemUtils() 193 final String lines = 196 final FileSystemUtils fsu = new MockFileSystemUtils(0, lines); 206 final String lines = ""; 207 final FileSystemUtils fsu = new MockFileSystemUtils(0, lines); 216 final String lines = 219 final FileSystemUtils fsu = new MockFileSystemUtils(0, lines); [all …]
|
/aosp_15_r20/prebuilts/go/linux-x86/src/go/doc/comment/ |
D | parse.go | 61 // separated by blank lines when reformatting the comment, 66 // the blank lines are preserved when printing. 75 // if the list item content contains any blank lines 85 // The default rule is that if the list item content contains any blank lines 87 // then list items must themselves be separated by blank lines. 127 // It may be multiple lines, each of which ends with a newline character. 231 lines []string member 285 lines := unindent(strings.Split(text, "\n")) 290 lines: lines, 300 for _, s := range parseSpans(lines) { [all …]
|
/aosp_15_r20/external/mesa3d/src/gallium/drivers/nouveau/ci/ |
H A D | nouveau-gm20b-fails.txt | 260 dEQP-GLES3.functional.transform_feedback.array.interleaved.lines.highp_float,Fail 261 dEQP-GLES3.functional.transform_feedback.array.interleaved.lines.highp_int,Fail 262 dEQP-GLES3.functional.transform_feedback.array.interleaved.lines.highp_ivec2,Fail 263 dEQP-GLES3.functional.transform_feedback.array.interleaved.lines.highp_ivec3,Fail 264 dEQP-GLES3.functional.transform_feedback.array.interleaved.lines.highp_ivec4,Fail 265 dEQP-GLES3.functional.transform_feedback.array.interleaved.lines.highp_mat2,Fail 266 dEQP-GLES3.functional.transform_feedback.array.interleaved.lines.highp_mat2x3,Fail 267 dEQP-GLES3.functional.transform_feedback.array.interleaved.lines.highp_mat2x4,Fail 268 dEQP-GLES3.functional.transform_feedback.array.interleaved.lines.highp_mat3,Fail 269 dEQP-GLES3.functional.transform_feedback.array.interleaved.lines.highp_mat3x2,Fail [all …]
|
/aosp_15_r20/external/python/cpython3/Tools/scripts/ |
D | freeze_modules.py | 448 def find_marker(lines, marker, file): argument 449 for pos, line in enumerate(lines): 455 def replace_block(lines, start_marker, end_marker, replacements, file): argument 456 start_pos = find_marker(lines, start_marker, file) 457 end_pos = find_marker(lines, end_marker, file) 463 return lines[:start_pos + 1] + replacements + lines[end_pos:] 485 lines = bootstraplines 487 lines = testlines 489 lines = stdliblines 492 lines.append('') [all …]
|
/aosp_15_r20/external/jacoco/org.jacoco.core.test/src/org/jacoco/core/test/validation/ |
H A D | SourceTest.java | 39 List<Line> lines = s.getLines(); in should_parse_lines() local 40 assertEquals(3, lines.size()); in should_parse_lines() 41 assertEquals("aaa", lines.get(0).getText()); in should_parse_lines() 42 assertEquals("bbb", lines.get(1).getText()); in should_parse_lines() 43 assertEquals(";", lines.get(2).getText()); in should_parse_lines() 53 List<Line> lines = s.getLines(); in should_parse_empty_lines() local 54 assertEquals(4, lines.size()); in should_parse_empty_lines() 55 assertEquals("", lines.get(0).getText()); in should_parse_empty_lines() 56 assertEquals("aaa", lines.get(1).getText()); in should_parse_empty_lines() 57 assertEquals("", lines.get(2).getText()); in should_parse_empty_lines() [all …]
|
/aosp_15_r20/development/tools/bugreport/src/com/android/bugreport/bugreport/ |
H A D | BugreportParser.java | 23 import com.android.bugreport.util.Lines; 73 * Parse the given lines. Add any information found to mBugreport. 75 public void parse(String section, String command, Lines<? extends Line> lines); in parse() argument 93 public Bugreport parse(Lines<? extends Line> lines) { in parse() argument 101 pos = lines.pos; in parse() 102 while (lines.hasNext()) { in parse() 103 final Line line = lines.next(); in parse() 105 lines.rewind(); in parse() 106 mMetadataParser.parseHeader(lines.copy(pos, lines.pos)); in parse() 114 while (lines.hasNext()) { in parse() [all …]
|
/aosp_15_r20/system/tools/mkbootimg/ |
D | unpack_bootimg.py | 85 lines = [] 86 lines.append(f'boot magic: {self.boot_magic}') 89 lines.append(f'kernel_size: {self.kernel_size}') 90 lines.append( 92 lines.append(f'ramdisk size: {self.ramdisk_size}') 93 lines.append( 95 lines.append(f'second bootloader size: {self.second_size}') 96 lines.append( 99 lines.append( 101 lines.append(f'page size: {self.page_size}') [all …]
|