Home
last modified time | relevance | path

Searched refs:line (Results 1101 - 1125 of 4305) sorted by relevance

1...<<41424344454647484950>>...173

/third_party/musl/porting/linux/user/src/exit/
H A Dassert.c16 void __assert_fail(const char *expr, const char *file, int line, const char *func) in __assert_fail() argument
22 "Assertion failed: %s (%s: %s: %d)", expr, file, func, line); in __assert_fail()
27 expr, file, func, line in __assert_fail()
/third_party/musl/src/exit/linux/
H A Dassert.c16 void __assert_fail(const char *expr, const char *file, int line, const char *func) in __assert_fail() argument
22 "Assertion failed: %s (%s: %s: %d)", expr, file, func, line); in __assert_fail()
27 expr, file, func, line in __assert_fail()
/third_party/node/benchmark/buffers/
H A Dbuffer-base64-decode-wrapped.js14 const line = `${'abcd'.repeat(charsPerLine / 4)}\n`;
15 const data = line.repeat(linesCount);
16 // eslint-disable-next-line node-core/no-unescaped-regexp-dot
18 const buffer = Buffer.alloc(bytesCount, line, 'base64');
/third_party/skia/third_party/externals/angle2/src/compiler/translator/
H A DDeclarator.h23 TDeclarator(const ImmutableString &name, const TSourceLoc &line);
27 const TSourceLoc &line);
34 const TSourceLoc &line() const { return mLine; } in line() function in sh::TDeclarator
/third_party/skia/third_party/externals/spirv-tools/tools/sva/src/
H A Dtoken.js34 * @param {Integer} line The line number this token was on
38 constructor(type, line, data) {
40 this.line_ = line;
46 get line() { return this.line_; }
/third_party/skia/third_party/externals/spirv-tools/utils/vscode/src/lsp/span/
H A Dtoken111.go26 func lineStart(f *token.File, line int) token.Pos {
27 // Use binary search to find the start offset of this line.
35 if posn.Line == line {
43 if posn.Line < line {
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/tools/sva/src/
H A Dtoken.js34 * @param {Integer} line The line number this token was on
38 constructor(type, line, data) {
40 this.line_ = line;
46 get line() { return this.line_; }
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/utils/vscode/src/lsp/span/
H A Dtoken111.go26 func lineStart(f *token.File, line int) token.Pos {
27 // Use binary search to find the start offset of this line.
35 if posn.Line == line {
43 if posn.Line < line {
/third_party/skia/src/sksl/ir/
H A DSkSLConstructorArrayCast.h31 ConstructorArrayCast(int line, const Type& type, std::unique_ptr<Expression> arg) in ConstructorArrayCast() argument
32 : INHERITED(line, kExpressionKind, &type, std::move(arg)) {} in ConstructorArrayCast()
35 int line,
H A DSkSLConstructorCompoundCast.h29 ConstructorCompoundCast(int line, const Type& type, std::unique_ptr<Expression> arg) in ConstructorCompoundCast() argument
30 : INHERITED(line, kExpressionKind, &type, std::move(arg)) {} in ConstructorCompoundCast()
33 int line,
H A DSkSLConstructorCompound.h31 ConstructorCompound(int line, const Type& type, ExpressionArray args) in ConstructorCompound() argument
32 : INHERITED(line, kExpressionKind, &type, std::move(args)) {} in ConstructorCompound()
35 int line,
/third_party/typescript/tests/baselines/reference/
H A DarrayAssignmentTest6.js13 tokenize(line:string, state:IState, includeStates:boolean):ILineTokens;
16 public tokenize(line:string, tokens:IToken[], includeStates:boolean):ILineTokens {
29 Bug.prototype.tokenize = function (line, tokens, includeStates) {
/third_party/rust/crates/proc-macro2/src/
H A Dlocation.rs3 /// A line-column pair representing the start or end of a `Span`.
9 /// The 1-indexed line in the source file on which the span starts or ends
11 pub line: usize,
19 self.line in cmp()
20 .cmp(&other.line) in cmp()
/third_party/spirv-tools/tools/sva/src/
H A Dtoken.js34 * @param {Integer} line The line number this token was on
38 constructor(type, line, data) {
40 this.line_ = line;
46 get line() { return this.line_; }
/third_party/spirv-tools/utils/vscode/src/lsp/span/
H A Dtoken111.go26 func lineStart(f *token.File, line int) token.Pos {
27 // Use binary search to find the start offset of this line.
35 if posn.Line == line {
43 if posn.Line < line {
/third_party/mbedtls/scripts/
H A Dabi_check.py291 def _normalize_storage_test_case_data(line):
293 line = re.sub(r'\s+', r'', line)
294 return line
310 for line_number, line in enumerate(fd, 1):
311 line = line.strip()
312 if not line:
315 if line.startswith('#'):
318 description = line
[all...]
/third_party/icu/icu4c/source/tools/makeconv/
H A Dmakeconv.cpp212 /* preset then read command line options */ in main()
226 "error in command line argument \"%s\"\n", in main()
440 char line[1024]; in readHeader() local
453 while(T_FileStream_readLine(convFile, line, sizeof(line))) { in readHeader()
455 if(ucm_parseHeaderLine(data->ucm, line, &key, &value)) { in readHeader()
460 if(uprv_strcmp(line, "CHARMAP")==0) { in readHeader()
475 length=ucm_parseBytes(bytes, line, (const char **)&s); in readHeader()
488 if(1==ucm_parseBytes(bytes, line, (const char **)&s) && *s==0) { in readHeader()
567 char line[102 in readFile() local
[all...]
/third_party/lwip/src/netif/ppp/
H A Dutils.c492 static char line[256]; /* line to be logged accumulated here */
493 static char *linep; /* current pointer within line */
501 linep = line;
503 ppp_strlcpy(line, prefix, sizeof(line));
504 linep = line + strlen(line);
512 if (linep != line) {
514 ppp_log_write(llevel, line);
[all...]
/third_party/skia/third_party/externals/icu/source/tools/makeconv/
H A Dmakeconv.cpp212 /* preset then read command line options */ in main()
219 "error in command line argument \"%s\"\n", in main()
440 char line[1024]; in readHeader() local
453 while(T_FileStream_readLine(convFile, line, sizeof(line))) { in readHeader()
455 if(ucm_parseHeaderLine(data->ucm, line, &key, &value)) { in readHeader()
460 if(uprv_strcmp(line, "CHARMAP")==0) { in readHeader()
475 length=ucm_parseBytes(bytes, line, (const char **)&s); in readHeader()
488 if(1==ucm_parseBytes(bytes, line, (const char **)&s) && *s==0) { in readHeader()
567 char line[102 in readFile() local
[all...]
/third_party/toybox/kconfig/
H A Dconfdata.c97 char line[1024]; in conf_read_simple() local
156 while (fgets(line, sizeof(line), in)) { in conf_read_simple()
159 switch (line[0]) { in conf_read_simple()
161 if (line[1]!=' ' || memcmp(line + 2, CONFIG_PREFIX, in conf_read_simple()
165 p = strchr(line + 2 + strlen(CONFIG_PREFIX), ' '); in conf_read_simple()
172 sym = sym_find(line + 2 + strlen(CONFIG_PREFIX)); in conf_read_simple()
174 conf_warning("trying to assign nonexistent symbol %s", line + 2 + strlen(CONFIG_PREFIX)); in conf_read_simple()
178 sym = sym_lookup(line in conf_read_simple()
[all...]
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/
H A Dconfig_file.c29 static int wpa_config_validate_network(struct wpa_ssid *ssid, int line) in wpa_config_validate_network() argument
72 "passphrase configured.", line); in wpa_config_validate_network()
88 "cipher", line); in wpa_config_validate_network()
99 line); in wpa_config_validate_network()
107 line); in wpa_config_validate_network()
116 static struct wpa_ssid * wpa_config_read_network(FILE *f, int *line, int id) in wpa_config_read_network() argument
123 *line); in wpa_config_read_network()
132 while (wpa_config_get_line(buf, sizeof(buf), f, line, &pos)) { in wpa_config_read_network()
140 wpa_printf(MSG_ERROR, "Line %d: Invalid SSID line " in wpa_config_read_network()
141 "'%s'.", *line, po in wpa_config_read_network()
191 wpa_config_read_cred(FILE *f, int *line, int id) wpa_config_read_cred() argument
248 wpa_config_read_blob(FILE *f, int *line, const char *name) wpa_config_read_blob() argument
304 wpa_config_process_blob(struct wpa_config *config, FILE *f, int *line, char *bname) wpa_config_process_blob() argument
334 int errors = 0, line = 0; wpa_config_read() local
[all...]
/third_party/node/deps/openssl/config/archs/darwin64-x86_64-cc/asm/include/openssl/
H A Derr.h396 void ERR_set_debug(const char *file, int line, const char *func);
409 # define ERR_put_error(lib, func, reason, file, line) \
411 ERR_set_debug((file), (line), OPENSSL_FUNC), \
418 unsigned long ERR_get_error_all(const char **file, int *line,
423 unsigned long ERR_get_error_line(const char **file, int *line);
425 unsigned long ERR_get_error_line_data(const char **file, int *line,
429 unsigned long ERR_peek_error_line(const char **file, int *line);
432 unsigned long ERR_peek_error_all(const char **file, int *line,
437 unsigned long ERR_peek_error_line_data(const char **file, int *line,
441 unsigned long ERR_peek_last_error_line(const char **file, int *line);
[all...]
/third_party/node/deps/openssl/config/archs/darwin64-arm64-cc/no-asm/include/openssl/
H A Derr.h396 void ERR_set_debug(const char *file, int line, const char *func);
409 # define ERR_put_error(lib, func, reason, file, line) \
411 ERR_set_debug((file), (line), OPENSSL_FUNC), \
418 unsigned long ERR_get_error_all(const char **file, int *line,
423 unsigned long ERR_get_error_line(const char **file, int *line);
425 unsigned long ERR_get_error_line_data(const char **file, int *line,
429 unsigned long ERR_peek_error_line(const char **file, int *line);
432 unsigned long ERR_peek_error_all(const char **file, int *line,
437 unsigned long ERR_peek_error_line_data(const char **file, int *line,
441 unsigned long ERR_peek_last_error_line(const char **file, int *line);
[all...]
/third_party/node/deps/openssl/config/archs/linux-elf/asm/include/openssl/
H A Derr.h396 void ERR_set_debug(const char *file, int line, const char *func);
409 # define ERR_put_error(lib, func, reason, file, line) \
411 ERR_set_debug((file), (line), OPENSSL_FUNC), \
418 unsigned long ERR_get_error_all(const char **file, int *line,
423 unsigned long ERR_get_error_line(const char **file, int *line);
425 unsigned long ERR_get_error_line_data(const char **file, int *line,
429 unsigned long ERR_peek_error_line(const char **file, int *line);
432 unsigned long ERR_peek_error_all(const char **file, int *line,
437 unsigned long ERR_peek_error_line_data(const char **file, int *line,
441 unsigned long ERR_peek_last_error_line(const char **file, int *line);
[all...]
/third_party/node/deps/openssl/config/archs/darwin64-x86_64-cc/no-asm/include/openssl/
H A Derr.h396 void ERR_set_debug(const char *file, int line, const char *func);
409 # define ERR_put_error(lib, func, reason, file, line) \
411 ERR_set_debug((file), (line), OPENSSL_FUNC), \
418 unsigned long ERR_get_error_all(const char **file, int *line,
423 unsigned long ERR_get_error_line(const char **file, int *line);
425 unsigned long ERR_get_error_line_data(const char **file, int *line,
429 unsigned long ERR_peek_error_line(const char **file, int *line);
432 unsigned long ERR_peek_error_all(const char **file, int *line,
437 unsigned long ERR_peek_error_line_data(const char **file, int *line,
441 unsigned long ERR_peek_last_error_line(const char **file, int *line);
[all...]

Completed in 14 milliseconds

1...<<41424344454647484950>>...173