/third_party/elfutils/libdw/ |
H A D | libdw.h | 82 /* Source code line information for CU. */ 85 /* One source code line information. */ 649 /* Get source for file and line number. */ 650 extern int dwarf_getsrc_file (Dwarf *dbg, const char *fname, int line, int col, 655 /* Return line address. */ 656 extern int dwarf_lineaddr (Dwarf_Line *line, Dwarf_Addr *addrp); 658 /* Return line VLIW operation index. */ 659 extern int dwarf_lineop_index (Dwarf_Line *line, unsigned int *op_indexp); 661 /* Return line number. */ 662 extern int dwarf_lineno (Dwarf_Line *line, in [all...] |
H A D | dwarf_decl_line.c | 1 /* Get line number of beginning of given function. 53 Dwarf_Word line; in __libdw_attr_intval() local 57 &line); in __libdw_attr_intval() 60 if (line > INT_MAX) in __libdw_attr_intval() 66 *linep = line; in __libdw_attr_intval()
|
/third_party/mesa3d/src/gallium/drivers/radeonsi/ci/ |
H A D | radeonsi-run-tests.py | 195 for line in p.stdout.decode().split("\n"): 196 if line.find("deqp-runner") >= 0: 197 s = line.split(" ")[1].split(".") 231 for line in p.stdout.decode().split("\n"): 232 if "GL_RENDER" in line: 233 line = line.split("=")[1] variable 234 gpu_name_full = "(".join(line.split("(")[:-1]).strip() 235 gpu_name = line.replace("(TM)", "").split("(")[1].split(",")[0].lower() 237 elif "gfx_level" in line [all...] |
/third_party/node/test/common/ |
H A D | inspector-helper.js | 43 for (const line of lines) 44 dataCallback(line); 253 _isBreakOnLineNotification(message, line, expectedScriptPath) { 261 assert.strictEqual(location.lineNumber, line); 266 waitForBreakOnLine(line, url) { 270 this._isBreakOnLineNotification(notification, line, url), 271 `break on ${url}:${line}`); 346 (line) => { 347 this.emit('stdout', line); 348 this._logger.log('[out]', line); [all...] |
/third_party/node/deps/npm/node_modules/diff/lib/patch/ |
H A D | merge.js | 466 var line = insert.lines[insert.index++]; 467 hunk.lines.push(line); 474 var line = insert.lines[insert.index++]; 475 hunk.lines.push(line); 484 var line = state.lines[state.index]; // Group additions that are immediately after subtractions and treat them as one "atomic" modify change. 486 if (operation === '-' && line[0] === '+') { 490 if (operation === line[0]) { 491 ret.push(line); 578 lines.forEach(function (line) { 579 if (typeof line ! [all...] |
/third_party/skia/third_party/externals/freetype/src/base/ |
H A D | ftlcdfil.c | 95 FT_Byte* line = origin; in ft_lcd_filter_fir() local 101 for ( ; height > 0; height--, line -= pitch ) in ft_lcd_filter_fir() 107 val = line[0]; in ft_lcd_filter_fir() 112 val = line[1]; in ft_lcd_filter_fir() 120 val = line[xx]; in ft_lcd_filter_fir() 127 line[xx - 2] = FT_SHIFTCLAMP( fir[0] ); in ft_lcd_filter_fir() 130 line[xx - 2] = FT_SHIFTCLAMP( fir[1] ); in ft_lcd_filter_fir() 131 line[xx - 1] = FT_SHIFTCLAMP( fir[2] ); in ft_lcd_filter_fir() 210 FT_Byte* line = origin; in _ft_lcd_filter_legacy() local 213 for ( ; height > 0; height--, line in _ft_lcd_filter_legacy() [all...] |
/third_party/skia/ |
H A D | PRESUBMIT.py | 76 def is_comment(line): 77 return (comment_block_start_pattern.match(line) or 78 comment_block_middle_pattern.match(line) or 79 comment_block_end_pattern.match(line) or 80 single_line_comment_pattern.match(line)) 83 def is_empty_line(line): 84 return empty_line_pattern.match(line) 91 for line in f.xreadlines(): 92 if is_comment(line) or is_empty_line(line) [all...] |
/third_party/googletest/googletest/scripts/ |
H A D | common.py | 38 # Matches the line from 'svn info .' output that describes what SVN 50 lines = [line.strip() for line in f.readlines()] 58 for line in GetCommandOutput('svn info .'): 59 m = _SVN_INFO_URL_RE.match(line)
|
/third_party/mbedtls/tests/scripts/ |
H A D | check-doxy-blocks.pl | 33 # first line of the last normal comment block, 36 while (my $line = <$fh>) { 37 $block_start = $. if $line =~ m/\/\*(?![*!])/; 38 $block_start = 0 if $line =~ m/\*\//; 39 if ($block_start and $line =~ m/$doxy_re/) { 40 print "$fname:$block_start: directive on line $.\n";
|
/third_party/mesa3d/src/broadcom/vulkan/ |
H A D | v3dv_debug.c | 36 char line[2048], command[128]; in v3dv_print_spirv() local 53 while (fgets(line, sizeof(line), p)) in v3dv_print_spirv() 54 fprintf(fp, "%s", line); in v3dv_print_spirv()
|
/third_party/node/test/parallel/ |
H A D | test-readline-reopen.js | 20 rl1.on('line', common.mustCall(rl1OnLine)); 22 // Write a line plus the first byte of a UTF-8 multibyte character to make sure 29 function rl1OnLine(line) { 30 assert.strictEqual(line, 'foo'); 38 rl2.on('line', common.mustCall((line) => { 39 assert.strictEqual(line, '☃bar');
|
/third_party/node/deps/v8/tools/snapshot/ |
H A D | asm_to_inline_asm.py | 19 for line in infile: 21 line = line.replace('"', '\\"') 22 outfile.write(b' "%s\\n"\n' % line.rstrip().encode('utf8'))
|
/third_party/musl/src/passwd/ |
H A D | getpwent.c | 4 static char *line; variable 21 __getpwent_a(f, &pw, &line, &size, &res); in getpwent() 28 __getpw_a(0, uid, &pw, &line, &size, &res); in getpwuid() 35 __getpw_a(name, 0, &pw, &line, &size, &res); in getpwnam()
|
/third_party/node/deps/npm/node_modules/@sigstore/core/dist/ |
H A D | pem.js | 23 certificate.split('\n').forEach((line) => { 24 if (line.match(PEM_HEADER) || line.match(PEM_FOOTER)) { 27 der += line;
|
/third_party/ltp/testcases/kernel/sched/sched_stress/ |
H A D | sched.c | 90 void sys_error(const char *msg, const char *file, int line) in sys_error() argument 95 error(syserr_msg, file, line); in sys_error() 105 void error(const char *msg, const char *file, int line) in error() argument 107 fprintf(stderr, "ERROR [file: %s, line: %d] %s\n", file, line, msg); in error()
|
/third_party/rust/crates/codespan/codespan/src/ |
H A D | location.rs | 10 /// The line index in the source file. 11 pub line: LineIndex, 17 /// Construct a new location from a line index and a column index. 18 pub fn new(line: impl Into<LineIndex>, column: impl Into<ColumnIndex>) -> Location { in new() 20 line: line.into(), in new()
|
/third_party/skia/src/sksl/ir/ |
H A D | SkSLBreakStatement.h | 23 BreakStatement(int line) in BreakStatement() argument 24 : INHERITED(line, kStatementKind) {} in BreakStatement() 26 static std::unique_ptr<Statement> Make(int line) { in Make() argument 27 return std::make_unique<BreakStatement>(line); in Make()
|
H A D | SkSLContinueStatement.h | 23 ContinueStatement(int line) in ContinueStatement() argument 24 : INHERITED(line, kStatementKind) {} in ContinueStatement() 26 static std::unique_ptr<Statement> Make(int line) { in Make() argument 27 return std::make_unique<ContinueStatement>(line); in Make()
|
H A D | SkSLDiscardStatement.h | 23 DiscardStatement(int line) in DiscardStatement() argument 24 : INHERITED(line, kStatementKind) {} in DiscardStatement() 26 static std::unique_ptr<Statement> Make(int line) { in Make() argument 27 return std::make_unique<DiscardStatement>(line); in Make()
|
H A D | SkSLPoison.h | 17 static std::unique_ptr<Expression> Make(int line, const Context& context) { in Make() argument 18 return std::make_unique<Poison>(line, context.fTypes.fPoison.get()); in Make() 21 Poison(int line, const Type* type) in Poison() argument 22 : INHERITED(line, kExpressionKind, type) {} in Poison()
|
/third_party/skia/third_party/externals/brotli/scripts/dictionary/ |
H A D | step-02-rfc-to-bin.py | 17 for line in lines: 19 if re_data_line.match(line) is not None: 20 data = line.strip() 26 if line.startswith("Appendix A."):
|
/third_party/skia/third_party/externals/icu/scripts/ |
H A D | asm_to_inline_asm.py | 19 for line in infile: 21 line = line.replace('"', '\\"') 22 outfile.write(' "%s\\n"\n' % line.rstrip())
|
/third_party/protobuf/ |
H A D | update_compatibility_version.py | 44 for line in lines: 45 updated_lines.append(line_rewriter(line)) 53 def ReplaceVersion(line): 54 return re.sub(r'LAST_RELEASED=.*$', 'LAST_RELEASED=%s' % NEW_VERSION, line)
|
/third_party/selinux/libsepol/cil/test/unit/ |
H A D | test_cil_fqn.c | 39 char *line[] = {"(", "category", "c0", ")", in test_cil_qualify_name() local 50 gen_test_tree(&tree, line); in test_cil_qualify_name() 62 char *line[] = {"(", "class", "file", "inherits", "file", in test_cil_qualify_name_cil_flavor() local 66 gen_test_tree(&tree, line); in test_cil_qualify_name_cil_flavor()
|
/foundation/arkui/ace_engine/frameworks/core/components/chart/ |
H A D | rosen_render_chart.cpp | 401 const std::vector<LineInfo>& pointInfo, const MainChart& line, const Rect& paintRect) in UpdateLineGradientPoint() 403 if (line.GetHeadPointIndex() > 0 && line.GetErasePointNumber() > 0) { in UpdateLineGradientPoint() 404 startGradientIndex_ = static_cast<size_t>(line.GetHeadPointIndex() + line.GetErasePointNumber() - 1); in UpdateLineGradientPoint() 427 for (const auto& line : mainCharts_) { in PaintLinearGraph() 428 const auto& pointInfo = line.GetData(); in PaintLinearGraph() 430 // there is no data in current data set, and skip this line in PaintLinearGraph() 451 UpdateLineGradientPoint(pointInfo, line, paintRect); in PaintLinearGraph() 456 if (line in PaintLinearGraph() 400 UpdateLineGradientPoint( const std::vector<LineInfo>& pointInfo, const MainChart& line, const Rect& paintRect) UpdateLineGradientPoint() argument 705 PaintLine( uint32_t startIndex, const std::vector<LineInfo>& line, SkPath& path, const MainChart& data, const Rect& paintRect) PaintLine() argument 780 AddCubicPath( SkPath& path, const Rect& paintRect, const std::vector<LineInfo>& line, uint32_t index, bool isEnd) AddCubicPath() argument [all...] |