/third_party/mesa3d/src/gallium/drivers/radeonsi/ |
H A D | si_debug.c | 1005 char line[2000]; in si_dump_command() local 1012 while (fgets(line, sizeof(line), p)) in si_dump_command() 1013 fputs(line, f); in si_dump_command()
|
/third_party/mksh/ |
H A D | syn.c | 31 int start_line; /* line nesting began on */ 286 /* empty line */ in get_command() 294 t->lineno = source->line; in get_command() 401 lno = source->line; in get_command() 722 t->lineno = source->line; in function_body() 901 nesting.start_line = source->line; in nesting_push()
|
/third_party/skia/third_party/externals/swiftshader/src/Pipeline/ |
H A D | SetupRoutine.cpp | 49 const bool line = state.isDrawLine; in generate() local 53 const int V1 = (triangle || line) ? OFFSET(Triangle, v1) : OFFSET(Triangle, v0); in generate() 54 const int V2 = triangle ? OFFSET(Triangle, v2) : (line ? OFFSET(Triangle, v1) : OFFSET(Triangle, v0)); in generate() 323 if(line) in generate()
|
/third_party/skia/third_party/externals/swiftshader/src/Shader/ |
H A D | SetupRoutine.cpp | 51 const bool line = state.isDrawLine; in generate() local 56 const int V1 = (triangle || line) ? OFFSET(Triangle,v1) : OFFSET(Triangle,v0); in generate() 57 const int V2 = triangle ? OFFSET(Triangle,v2) : (line ? OFFSET(Triangle,v1) : OFFSET(Triangle,v0)); in generate() 331 if(line) in generate()
|
/third_party/python/Lib/test/ |
H A D | test_memoryio.py | 269 for line in memio: 270 self.assertEqual(line, buf) 275 for line in memio: 276 self.assertEqual(line, buf)
|
H A D | test_zipimport.py | 719 f,lno,n,line = extract_tb(tb, 1)[0] 720 self.assertEqual(line, raise_src.strip()) 722 f,lno,n,line = extract_stack(tb.tb_frame, 1)[0] 723 self.assertEqual(line, raise_src.strip())
|
/third_party/protobuf/java/core/src/main/java/com/google/protobuf/ |
H A D | TextFormat.java | 820 // While technically we are "at the start of a line" at the very beginning of the output, all 822 // Setting it false here does however suppress an unwanted leading space in single-line mode. 832 * beginning of each line of text. Indent() may be called multiple times to produce deeper 850 * method; to indicate the end of a line, call "eol()". 861 * Signifies reaching the "end of the current line" in the output. In single-line mode, this 893 * keep track of line and column numbers. 908 // The line and column numbers of the current token. 909 private int line = 0; field in TextFormat.Tokenizer 912 // The line an 1366 private final int line; global() field in TextFormat.ParseException 1380 ParseException(final int line, final int column, final String message) ParseException() argument 1422 UnknownFieldParseException( final int line, final int column, final String unknownField, final String message) UnknownFieldParseException() argument [all...] |
/third_party/protobuf/java/core/src/test/java/com/google/protobuf/ |
H A D | TextFormatTest.java | 1566 int line, in assertLocation() 1571 TextFormatParseLocation expected = TextFormatParseLocation.create(line, column); in assertLocation() 1573 } else if (line != -1 && column != -1) { in assertLocation() 1576 "Tree/descriptor/fieldname did not contain index %d, line %d column %d expected", in assertLocation() 1577 index, line, column)); in assertLocation() 1561 assertLocation( TextFormatParseInfoTree tree, final Descriptor descriptor, final String fieldName, int index, int line, int column) assertLocation() argument
|
/device/soc/rockchip/common/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_wifi6/ |
H A D | dhd_sdio.c | 574 static int extract_hex_field(char * line, uint16 start_pos, uint16 num_chars, uint16 * value); 575 static int read_more_btbytes(struct dhd_bus *bus, void * file, char *line, int * addr_mode, 3458 uint8 line[CONSOLE_LINE_MAX], ch; in dhdsdio_readconsole() local 3499 /* This would output a partial line. Instead, back up in dhdsdio_readconsole() 3500 * the buffer pointer and output this line next time around. in dhdsdio_readconsole() 3512 line[n] = ch; in dhdsdio_readconsole() 3516 if (line[n - 1] == '\r') in dhdsdio_readconsole() 3518 line[n] = 0; in dhdsdio_readconsole() 3519 printf("CONSOLE: %s\n", line); in dhdsdio_readconsole() 3521 dhd_sendup_log(bus->dhd, line, in dhdsdio_readconsole() 3543 uint8 line[CONSOLE_LINE_MAX], ch; dhdsdio_checkdied() local 10045 extract_hex_field(char * line, uint16 start_pos, uint16 num_chars, uint16 * value) extract_hex_field() argument 10056 read_more_btbytes(struct dhd_bus *bus, void * file, char *line, int * addr_mode, uint16 * hi_addr, uint32 * dest_addr, uint8 *data_bytes, uint32 * num_bytes) read_more_btbytes() argument 10118 char *line = NULL; _dhdsdio_download_btfw() local [all...] |
/foundation/ability/ability_runtime/test/unittest/data_ability_manager_test/ |
H A D | data_ability_manager_test.cpp | 1015 int line = 0; in HWTEST_F() local 1018 dataAbilityManager->DumpLocked(func, line); in HWTEST_F() 1034 int line = 0; in HWTEST_F() local 1044 dataAbilityManager->DumpLocked(func, line); in HWTEST_F() 1060 int line = -1; in HWTEST_F() local 1063 dataAbilityManager->DumpLocked(func, line); in HWTEST_F()
|
/foundation/arkui/ace_engine/advanced_ui_component/tabtitlebar/interfaces/ |
H A D | tabtitlebar.js | 252 line: 138, col: 21 }); 309 { page: 'library/src/main/ets/components/MainPage.ets', line: 168, col: 11 }); 407 }, undefined, -1, () => { }, { page: 'library/src/main/ets/components/MainPage.ets', line: 237, col: 14 }); 594 line: 299, col: 13 }); 623 () => { }, { page: 'library/src/main/ets/components/MainPage.ets', line: 304, col: 15 }); 752 () => { }, { page: 'library/src/main/ets/components/MainPage.ets', line: 397, col: 11 });
|
/third_party/curl/tests/ |
H A D | servers.pm | 355 # Start a new thread/process and run the given command line in there. 594 last; # only want first line 658 foreach my $line (@data) { 659 if($line =~ /WE ROOLZ: (\d+)/) { 737 last; # only want first line 944 foreach my $line (@data) { 945 if($line =~ /WE ROOLZ: (\d+)/) { 1004 foreach my $line (@data) { 1005 if($line =~ /WE ROOLZ: (\d+)/) {
|
/third_party/ffmpeg/libavcodec/ |
H A D | webp.c | 1011 uint8_t *line; in apply_color_indexing_transform() local 1014 line = av_malloc(img->frame->linesize[0] + AV_INPUT_BUFFER_PADDING_SIZE); in apply_color_indexing_transform() 1015 if (!line) in apply_color_indexing_transform() 1020 memcpy(line, p, img->frame->linesize[0]); in apply_color_indexing_transform() 1021 init_get_bits(&gb_g, line, img->frame->linesize[0] * 8); in apply_color_indexing_transform() 1034 av_free(line); in apply_color_indexing_transform()
|
/third_party/backends/backend/ |
H A D | kvs1025_opt.c | 1369 char line[128]; in hexdump() local 1373 ptr = line; in hexdump() 1378 if (ptr != line) in hexdump() 1381 DBG (level, "%s\n", line); in hexdump() 1382 ptr = line; in hexdump() 1391 DBG (level, "%s\n", line); in hexdump()
|
H A D | teco1.c | 226 char line[128]; in hexdump() local 233 ptr = line; in hexdump() 242 if (ptr != line) in hexdump() 244 DBG (level, "%s %s\n", line, asc_buf); in hexdump() 245 ptr = line; in hexdump() 264 DBG (level, "%s %s\n", line, asc_buf); in hexdump() 338 dev->image_size = 64 * 1024; /* enough for 1 line at max res */ in teco_init() 1313 /* Always read a multiple of a line. */ in teco_fill_image() 1354 * each line. */ in teco_fill_image() 1374 /* Copy the line bac in teco_fill_image() [all...] |
H A D | tamarack.c | 867 for (s->line = 0; s->line < s->params.lines; s->line += lines_per_buffer) { in reader_process() 868 if (s->line + lines_per_buffer > s->params.lines) in reader_process() 870 lines_per_buffer = s->params.lines - s->line; in reader_process() 929 if (dev_name[0] == '#') /* ignore line comments */ in sane_init() 1388 s->line = 0; in sane_start()
|
H A D | leo.c | 153 char line[128]; in hexdump() local 160 ptr = line; in hexdump() 169 if (ptr != line) in hexdump() 171 DBG (level, "%s %s\n", line, asc_buf); in hexdump() 172 ptr = line; in hexdump() 191 DBG (level, "%s %s\n", line, asc_buf); in hexdump() 265 dev->image_size = 64 * 1024; /* enough for 1 line at max res */ in leo_init() 1022 /* Always read a multiple of a line. */ in leo_fill_image() 1056 * each line. */ in leo_fill_image() 1076 /* Copy the line bac in leo_fill_image() [all...] |
H A D | sp15c.c | 831 DBG (10, "\tbytes per line = %d\n", bytes_per_line (scanner)); in sane_start() 835 DBG (10, "\tthreshold (line art) = %d\n", scanner->threshold); in sane_start() 1360 char line[128]; in hexdump() local 1364 ptr = line; in hexdump() 1369 if (ptr != line) in hexdump() 1372 DBG (level, "%s\n", line); in hexdump() 1373 ptr = line; in hexdump() 1382 DBG (level, "%s\n", line); in hexdump() 2166 * until we have a HAPPY number of bytes in line.
|
H A D | matsushita.c | 479 char line[128]; in hexdump() local 483 ptr = line; in hexdump() 488 if (ptr != line) in hexdump() 491 DBG (level, "%s\n", line); in hexdump() 492 ptr = line; in hexdump() 501 DBG (level, "%s\n", line); in hexdump() 589 dev->image_size = 64 * 1024; /* enough for 1 line at max res */ in matsushita_init() 1732 if (dev_name[0] == '#') /* ignore line comments */ in sane_init()
|
/third_party/backends/backend/pixma/ |
H A D | pixma_bjnp.c | 196 char line[100]; /* actually only 1+8+1+8*3+1+8*3+1 = 61 bytes needed */ in bjnp_hexdump() local 209 line[0] = ' '; in bjnp_hexdump() 210 u32tohex (ofs, line + 1); in bjnp_hexdump() 211 line[9] = ':'; in bjnp_hexdump() 212 p = line + 10; in bjnp_hexdump() 225 bjnp_dbg (level, "%s\n", line); in bjnp_hexdump() 2058 /* networking=no may only occur on the first non-commented line */ in sanei_bjnp_find_devices()
|
/third_party/json/tests/src/ |
H A D | unit-deserialization.cpp | 323 CHECK_THROWS_WITH_AS(_ = json::parse(ss1), "[json.exception.parse_error.101] parse error at line 1, column 29: syntax error while parsing array - unexpected end of input; expected ']'", json::parse_error&); 346 CHECK_THROWS_WITH_AS(_ = json::parse(s), "[json.exception.parse_error.101] parse error at line 1, column 29: syntax error while parsing array - unexpected end of input; expected ']'", json::parse_error&); 370 CHECK_THROWS_WITH_AS(j << ss, "[json.exception.parse_error.101] parse error at line 1, column 29: syntax error while parsing array - unexpected end of input; expected ']'", json::parse_error&); 378 CHECK_THROWS_WITH_AS(ss >> j, "[json.exception.parse_error.101] parse error at line 1, column 29: syntax error while parsing array - unexpected end of input; expected ']'", json::parse_error&); 383 CHECK_THROWS_WITH_AS("[\"foo\",1,2,3,false,{\"one\":1}"_json, "[json.exception.parse_error.101] parse error at line 1, column 29: syntax error while parsing array - unexpected end of input; expected ']'", json::parse_error&); 595 // these cases are required for 100% line coverage 687 CHECK_THROWS_WITH_AS(_ = json::parse(std::begin(v), std::end(v)), "[json.exception.parse_error.101] parse error at line 1, column 4: syntax error while parsing value - invalid string: ill-formed UTF-8 byte; last read: '\"\x7f\xdf\x7f'", json::parse_error&); 883 CHECK_THROWS_WITH_AS(_ = json::parse(bom), "[json.exception.parse_error.101] parse error at line 1, column 4: syntax error while parsing value - unexpected end of input; expected '[', '{', or a literal", json::parse_error&); 885 CHECK_THROWS_WITH_AS(_ = json::parse(std::istringstream(bom)), "[json.exception.parse_error.101] parse error at line 1, column 4: syntax error while parsing value - unexpected end of input; expected '[', '{', or a literal", json::parse_error&); 920 CHECK_THROWS_WITH_AS(_ = json::parse(bom.substr(0, 2)), "[json.exception.parse_error.101] parse error at line 1102 std::string line; global() variable 1121 std::string line; global() variable [all...] |
/third_party/mesa3d/src/amd/compiler/ |
H A D | aco_validate.cpp | 38 const char* file, unsigned line, const char* fmt, va_list args) in aco_log() 46 ralloc_asprintf_append(&msg, " In file %s:%u\n", file, line); in aco_log() 60 _aco_perfwarn(Program* program, const char* file, unsigned line, const char* fmt, ...) in _aco_perfwarn() argument 65 aco_log(program, ACO_COMPILER_DEBUG_LEVEL_PERFWARN, "ACO PERFWARN:\n", file, line, fmt, args); in _aco_perfwarn() 70 _aco_err(Program* program, const char* file, unsigned line, const char* fmt, ...) in _aco_err() argument 75 aco_log(program, ACO_COMPILER_DEBUG_LEVEL_ERROR, "ACO ERROR:\n", file, line, fmt, args); in _aco_err() 37 aco_log(Program* program, enum aco_compiler_debug_level level, const char* prefix, const char* file, unsigned line, const char* fmt, va_list args) aco_log() argument
|
/third_party/node/deps/v8/src/compiler/ |
H A D | code-assembler.cc | 107 int line) { in SetInitialDebugInformation() 109 AssemblerDebugInfo debug_info = {msg, file, line}; in SetInitialDebugInformation() 110 raw_assembler_->SetCurrentExternalSourcePosition({file, line}); in SetInitialDebugInformation() 535 void CodeAssembler::SetSourcePosition(const char* file, int line) { in SetSourcePosition() argument 536 raw_assembler()->SetCurrentExternalSourcePosition({file, line}); in SetSourcePosition() 1573 {debug_info.file, debug_info.line}); in Bind() 105 SetInitialDebugInformation(const char* msg, const char* file, int line) SetInitialDebugInformation() argument
|
/third_party/skia/third_party/externals/swiftshader/tests/regres/cmd/regres/ |
H A D | main.go | 817 // Make the encoder create a new-line and space-based indents for each field 980 line := lines[0] 981 if line != "" { 982 sb.WriteString(fmt.Sprintf(" • %d occurrences: %v: %v\n", f.count, f.status, line)) 1458 for _, line := range strings.Split(n.Err, "\n") { 1459 if line != "" { 1460 sb.WriteString(fmt.Sprintf(" %v\n", line))
|
/third_party/pcre2/pcre2/ |
H A D | RunGrepTest.bat | 315 (pushd %srcdir% & %pcre2grep% --line-offsets "before|zero|after" ./testdata/grepinput & popd) >>testtrygrep
536 (pushd %srcdir% & %pcre2grep% --line-offsets "(?<=\Ka)" %builddir%\testtemp1grep & popd) >>testtrygrep 2>&1
552 (pushd %srcdir% & %pcre2grep% --line-offsets -M "match (\d+):\n (.)\n" testdata/grepinput & popd) >>testtrygrep
612 (pushd %srcdir% & %pcre2grep% --line-offsets -u --newline=any "(?<=\K\x{17f})" ./testdata/grepinput8 & popd) >>testtrygrep
625 :: is not \n. Do not use exported files, whose line endings might be changed.
682 call :checkspecial "--line-buffered --colour=auto abc nul" 1 || exit /b 1
|