/kernel/linux/linux-6.6/include/sound/ |
H A D | core.h | 357 void __snd_printk(unsigned int level, const char *file, int line, 360 #define __snd_printk(level, file, line, format, ...) \ 368 * Works like printk() but prints the file and the line of the caller
|
/kernel/linux/linux-6.6/drivers/media/i2c/cx25840/ |
H A D | cx25840-vbi.c | 224 vbi->line = vbi->type = 0; in cx25840_decode_vbi_line() 258 vbi->line = err ? 0 : l; in cx25840_decode_vbi_line()
|
/kernel/linux/linux-6.6/drivers/media/pci/cx18/ |
H A D | cx18-av-vbi.c | 15 * NN counts 1 byte Dwords, an IDID with the VBI line # in it. 24 * 2 byte Internal DID: VBI-line-# 0x80 35 * before the first active region line and for active lines, they are: 261 vbi->line = vbi->type = 0; in cx18_av_decode_vbi_line() 295 vbi->line = err ? 0 : l; in cx18_av_decode_vbi_line()
|
/kernel/linux/linux-6.6/tools/scripts/ |
H A D | utilities.mak | 109 # within the context of a command line of a makefile rule 119 # to render the text as a single line; when the shell
|
/kernel/linux/linux-6.6/tools/thermal/tmon/ |
H A D | tui.c | 98 void write_status_bar(int x, char *line) in write_status_bar() argument 100 mvwprintw(status_bar_window, 0, x, "%s", line); in write_status_bar() 135 /* two lines to show borders, one line per tz show trip point position in setup_windows() 308 /* print legend at the bottom line */ in show_dialogue() 545 /* fill a string with trip point type and value in one line 578 /* draw a line as ruler */ in show_data_w() 587 /* y at tz temp data line */ in show_data_w()
|
/kernel/liteos_a/testsuites/kernel/src/ |
H A D | iCunit.c | 126 void ICunitSaveErr(iiUINT32 line, iiUINT32 retCode) in ICunitSaveErr() argument 133 g_iCunitErrLineNo = (g_iCunitErrLineNo == 0) ? line : g_iCunitErrLineNo; in ICunitSaveErr()
|
/third_party/eudev/src/shared/ |
H A D | hashmap.h | 133 # define HASHMAP_DEBUG_PARAMS , const char *func, const char *file, int line 135 # define HASHMAP_DEBUG_PASS_ARGS , func, file, line
|
/third_party/gn/src/gn/ |
H A D | input_conversion.cc | 52 // "Error at <...>:line:char" so here we try to make a string for <...> in ParseValueOrScope() 98 // Trim one empty line from the end since the last line might end in a in ParseList() 105 for (const auto& line : as_lines) in ParseList() 106 ret.list_value().push_back(Value(origin, line)); in ParseList() 255 Return the file contents as a list, with a string for each line. The 256 newlines will not be present in the result. The last line may or may 259 After splitting, each individual line will be trimmed of whitespace on 263 Renders the value contents as a list, with a string for each line. The 264 newlines will not be present in the result. The last line wil [all...] |
/third_party/glslang/SPIRV/ |
H A D | spvIR.h | 364 void setDebugLineInfo(Id fileName, int line, int column) { in setDebugLineInfo() argument 367 lineInstruction->addImmediateOperand(line); in setDebugLineInfo()
|
/third_party/backends/backend/ |
H A D | mustek_usb_high.h | 577 SANE_Byte * line, 582 SANE_Byte * line,
|
/third_party/cups-filters/filter/ |
H A D | urftopdf.cpp | 245 void pdf_set_line(struct pdf_info * info, unsigned line_n, uint8_t line[]) in pdf_set_line() argument 251 dprintf("Bad line %d\n", line_n); in pdf_set_line() 255 memcpy((info->page_data->getBuffer()+(line_n*info->line_bytes)), line, info->line_bytes); in pdf_set_line() 313 // Start of line in decode_raster() 328 dprintf("\tp%06dl%06d : blank rest of line.\n", pos, cur_line); in decode_raster() 361 dprintf("\tp%06dl%06d : Forced end of line for pixel repeat.\n", pos, cur_line); in decode_raster() 390 dprintf("\tp%06dl%06d : Forced end of line for pixel copy.\n", pos, cur_line); in decode_raster() 399 dprintf("\tl%06d : End Of line, drawing %d times.\n", cur_line, line_repeat); in decode_raster()
|
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/message2/ |
H A D | Mf2Parser.java | 239 int line = prefix.replaceAll("[^\n]", "").length() + 1; in getErrorMessage() 242 + "at line " + line + ", column " + column + ":\n..." in getErrorMessage()
|
/third_party/icu/tools/cldr/cldr-to-icu/src/main/java/org/unicode/icu/tool/cldrtoicu/localedistance/ |
H A D | LocaleDistanceMapper.java | 421 // pairs (formatted as one pair per line in the IcuData file). 438 // (language, region, script) tuples (formatted as one tuple per line in the IcuData file). 468 for (List<Byte> line : Iterables.partition(bytes, 16)) { in ofBytes() 469 hexValues.add(line.stream().map(b -> String.format("%02x", b)).collect(Collectors.joining())); in ofBytes()
|
/third_party/mbedtls/programs/ssl/ |
H A D | ssl_mail_client.c | 140 const char *file, int line, in my_debug() 145 mbedtls_fprintf((FILE *) ctx, "%s:%04d: %s", file, line, str); in my_debug() 139 my_debug(void *ctx, int level, const char *file, int line, const char *str) my_debug() argument
|
H A D | ssl_test_lib.c | 23 const char *file, int line, in my_debug() 36 basename, line, level, str); in my_debug() 22 my_debug(void *ctx, int level, const char *file, int line, const char *str) my_debug() argument
|
/third_party/mbedtls/tests/scripts/ |
H A D | depends.py | 16 - domain name, can be used to run only specific tests via command-line; 373 for line in fh: 374 m = re.match(r' *MBEDTLS_CIPHER_ID_(\w+),', line)
|
/third_party/mesa3d/bin/pick/ |
H A D | core.py | 227 for line in commits.split('\n'): 228 v = tuple(line.split(' ', 1))
|
/third_party/libwebsockets/minimal-examples/api-tests/api-test-lws_struct-json/ |
H A D | main.c | 22 struct gpiod_line *line; member 786 lwsl_err("%s: line %d: JSON decode failed '%s'\n", in main() 787 __func__, ctx.line, lejp_error_to_string(m)); in main()
|
/third_party/littlefs/scripts/ |
H A D | coverage.py | 22 '|^(?P<line>DA:(?P<line_lineno>[0-9]*),(?P<line_hits>[0-9]*))$') 25 for line in f: 26 m = pattern.match(line) 32 elif m and file and m.group('line'): 36 # map line numbers to functions 207 print('%-36s %19s' % (by, 'hits/line'))
|
/third_party/mesa3d/src/gallium/tools/trace/ |
H A D | diff_state.py | 267 line = tag + prefix + text + suffix 268 self.dumper._write(line)
|
/third_party/node/deps/v8/tools/clusterfuzz/js_fuzzer/ |
H A D | source_helpers.js | 392 for (const line of data.split('\n')) { 398 const match = line.match(/\/\/ Flags:\s*(.*)\s*/);
|
/third_party/node/deps/v8/tools/clusterfuzz/foozzie/ |
H A D | v8_foozzie.py | 315 for line in content.splitlines(): 316 match = SOURCE_RE.match(line) 536 # there's no difference, but one of the line suppressions has matched -
|
/third_party/node/test/parallel/ |
H A D | test-stream-duplex-from.js | 133 for (const line of lines) { 134 yield line; 139 async function * (source) { // eslint-disable-line require-yield
|
/third_party/mesa3d/src/mapi/glapi/gen/ |
H A D | gl_marshal.py | 417 for line in setting.split('\n'): 418 out(line)
|
/third_party/icu/icu4c/source/test/intltest/ |
H A D | intltest.h | 134 // WHERE Macro yields a literal string of the form "source_file_name:line number " 290 UBool assertTrue(const char* message, UBool condition, UBool quiet=false, UBool possibleDataError=false, const char *file=NULL, int line=0); 296 UBool assertSuccess(const char* message, UErrorCode ec, UBool possibleDataError=false, const char *file=NULL, int line=0);
|