Home
last modified time | relevance | path

Searched refs:line (Results 1426 - 1450 of 5557) sorted by relevance

1...<<51525354555657585960>>...223

/third_party/mbedtls/include/mbedtls/
H A Derror.h151 * \param line line where this error code addition occurred.
154 const char *file, int line) in mbedtls_error_add()
158 (*mbedtls_test_hook_error_add)(high, low, file, line); in mbedtls_error_add()
162 (void) line; in mbedtls_error_add()
153 mbedtls_error_add(int high, int low, const char *file, int line) mbedtls_error_add() argument
/third_party/json/docs/examples/
H A Djson_lines.cpp17 std::string line; in main() local
18 while (std::getline(input, line)) in main()
20 std::cout << json::parse(line) << std::endl; in main()
/third_party/mesa3d/src/amd/vulkan/
H A Dradv_check_va.py16 for line in f:
18 m = p.match(line)
27 print("VA found: %s" % line, end='')
/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/openssl/test/
H A Dendecode_test.c29 /* Extended test macros to allow passing file & line number */
30 #define TEST_FL_ptr(a) test_ptr(file, line, #a, a)
31 #define TEST_FL_mem_eq(a, m, b, n) test_mem_eq(file, line, #a, #b, a, m, b, n)
32 #define TEST_FL_strn_eq(a, b, n) test_strn_eq(file, line, #a, #b, a, n, b, n)
33 #define TEST_FL_strn2_eq(a, m, b, n) test_strn_eq(file, line, #a, #b, a, m, b, n)
34 #define TEST_FL_int_eq(a, b) test_int_eq(file, line, #a, #b, a, b)
35 #define TEST_FL_int_ge(a, b) test_int_ge(file, line, #a, #b, a, b)
36 #define TEST_FL_int_gt(a, b) test_int_gt(file, line, #a, #b, a, b)
37 #define TEST_FL_long_gt(a, b) test_long_gt(file, line, #a, #b, a, b)
38 #define TEST_FL_true(a) test_true(file, line, #
149 test_encode_decode(const char *file, const int line, const char *type, EVP_PKEY *pkey, int selection, const char *output_type, const char *output_structure, const char *pass, const char *pcipher, encoder *encode_cb, decoder *decode_cb, tester *test_cb, checker *check_cb, dumper *dump_cb, int flags) test_encode_decode() argument
226 encode_EVP_PKEY_prov(const char *file, const int line, void **encoded, long *encoded_len, void *object, int selection, const char *output_type, const char *output_structure, const char *pass, const char *pcipher) encode_EVP_PKEY_prov() argument
267 decode_EVP_PKEY_prov(const char *file, const int line, void **object, void *encoded, long encoded_len, const char *input_type, const char *structure_type, const char *keytype, int selection, const char *pass) decode_EVP_PKEY_prov() argument
342 encode_EVP_PKEY_legacy_PEM(const char *file, const int line, void **encoded, long *encoded_len, void *object, ossl_unused int selection, ossl_unused const char *output_type, ossl_unused const char *output_structure, const char *pass, const char *pcipher) encode_EVP_PKEY_legacy_PEM() argument
382 encode_EVP_PKEY_MSBLOB(const char *file, const int line, void **encoded, long *encoded_len, void *object, int selection, ossl_unused const char *output_type, ossl_unused const char *output_structure, ossl_unused const char *pass, ossl_unused const char *pcipher) encode_EVP_PKEY_MSBLOB() argument
427 encode_EVP_PKEY_PVK(const char *file, const int line, void **encoded, long *encoded_len, void *object, int selection, ossl_unused const char *output_type, ossl_unused const char *output_structure, const char *pass, ossl_unused const char *pcipher) encode_EVP_PKEY_PVK() argument
460 test_text(const char *file, const int line, const void *data1, size_t data1_len, const void *data2, size_t data2_len) test_text() argument
467 test_mem(const char *file, const int line, const void *data1, size_t data1_len, const void *data2, size_t data2_len) test_mem() argument
509 check_unprotected_PKCS8_DER(const char *file, const int line, const char *type, const void *data, size_t data_len) check_unprotected_PKCS8_DER() argument
548 check_unprotected_PKCS8_PEM(const char *file, const int line, const char *type, const void *data, size_t data_len) check_unprotected_PKCS8_PEM() argument
571 check_params_DER(const char *file, const int line, const char *type, const void *data, size_t data_len) check_params_DER() argument
597 check_params_PEM(const char *file, const int line, const char *type, const void *data, size_t data_len) check_params_PEM() argument
629 check_unprotected_legacy_PEM(const char *file, const int line, const char *type, const void *data, size_t data_len) check_unprotected_legacy_PEM() argument
656 check_MSBLOB(const char *file, const int line, const char *type, const void *data, size_t data_len) check_MSBLOB() argument
678 check_PVK(const char *file, const int line, const char *type, const void *data, size_t data_len) check_PVK() argument
702 check_protected_PKCS8_DER(const char *file, const int line, const char *type, const void *data, size_t data_len) check_protected_PKCS8_DER() argument
726 check_protected_PKCS8_PEM(const char *file, const int line, const char *type, const void *data, size_t data_len) check_protected_PKCS8_PEM() argument
749 check_protected_legacy_PEM(const char *file, const int line, const char *type, const void *data, size_t data_len) check_protected_legacy_PEM() argument
796 check_public_DER(const char *file, const int line, const char *type, const void *data, size_t data_len) check_public_DER() argument
818 check_public_PEM(const char *file, const int line, const char *type, const void *data, size_t data_len) check_public_PEM() argument
840 check_public_MSBLOB(const char *file, const int line, const char *type, const void *data, size_t data_len) check_public_MSBLOB() argument
[all...]
/third_party/icu/icu4j/perf-tests/src/com/ibm/icu/dev/test/perf/
H A DPerfTest.java39 * (refer to Command Pattern). To call a test from command line, the 'test'
45 * If the subclasses uses any command line arguments (beyond those handled
80 // Command-line options set these:
366 UOption.DEF("line-mode", 'l', UOption.NO_ARG), in getOptions()
384 * command line and runs the tests given on the command line, with the given
480 action = false; // If test is invoked on command line, includes GitHub Action in parseOptions()
522 throw new UsageException("Cannot specify both '-l' (line mode) and '-b' (bulk mode)"); in parseOptions()
790 String line = null; in readLines()
792 line in readLines()
[all...]
/third_party/node/deps/openssl/openssl/util/
H A Dcheck-format.pl31 # -l | --sloppy-len increase accepted max line length from 80 to 84
35 # Otherwise for each multi-line comment the indentation of
40 # refer to the following line and may be indented equally.
43 # * same indentation as on line before
46 # just to fit contents within the line length limit
47 # -e | --eol-comment report needless intermediate multiple consecutive spaces also before end-of-line comments
52 # * When a line contains several issues of the same kind only one is reported.
54 # * When a line contains more than one statement this is (correctly) reported
70 # except when this is before end-of-line comments (unless the --eol-comment is given) and
76 # for a given line i
[all...]
/third_party/openssl/util/
H A Dcheck-format.pl31 # -l | --sloppy-len increase accepted max line length from 80 to 84
35 # Otherwise for each multi-line comment the indentation of
40 # refer to the following line and may be indented equally.
43 # * same indentation as on line before
46 # just to fit contents within the line length limit
47 # -e | --eol-comment report needless intermediate multiple consecutive spaces also before end-of-line comments
52 # * When a line contains several issues of the same kind only one is reported.
54 # * When a line contains more than one statement this is (correctly) reported
70 # except when this is before end-of-line comments (unless the --eol-comment is given) and
76 # for a given line i
[all...]
/third_party/ffmpeg/libavcodec/
H A Ddxtory.c418 int line, int height, uint8_t lru[3][8]);
431 int nslices, slice, line = 0; in dxtory_decode_v2() local
472 line += decode_slice(&gb2, pic, line, avctx->height - line, lru); in dxtory_decode_v2()
477 if (avctx->height - line) { in dxtory_decode_v2()
488 int line, int left, uint8_t lru[3][8], in dx2_decode_slice_5x5()
495 uint8_t *dst = frame->data[0] + stride * line; in dx2_decode_slice_5x5()
528 int line, int left, uint8_t lru[3][8]) in dx2_decode_slice_555()
530 return dx2_decode_slice_5x5(gb, frame, line, lef in dx2_decode_slice_555()
487 dx2_decode_slice_5x5(GetBitContext *gb, AVFrame *frame, int line, int left, uint8_t lru[3][8], int is_565) dx2_decode_slice_5x5() argument
527 dx2_decode_slice_555(GetBitContext *gb, AVFrame *frame, int line, int left, uint8_t lru[3][8]) dx2_decode_slice_555() argument
533 dx2_decode_slice_565(GetBitContext *gb, AVFrame *frame, int line, int left, uint8_t lru[3][8]) dx2_decode_slice_565() argument
556 dx2_decode_slice_rgb(GetBitContext *gb, AVFrame *frame, int line, int left, uint8_t lru[3][8]) dx2_decode_slice_rgb() argument
595 dx2_decode_slice_410(GetBitContext *gb, AVFrame *frame, int line, int left, uint8_t lru[3][8]) dx2_decode_slice_410() argument
674 dx2_decode_slice_420(GetBitContext *gb, AVFrame *frame, int line, int left, uint8_t lru[3][8]) dx2_decode_slice_420() argument
746 dx2_decode_slice_444(GetBitContext *gb, AVFrame *frame, int line, int left, uint8_t lru[3][8]) dx2_decode_slice_444() argument
[all...]
/third_party/skia/third_party/externals/icu/source/tools/toolutil/
H A Ducm.cpp748 ucm_parseBytes(uint8_t bytes[UCNV_EXT_MAX_BYTES], const char *line, const char **ps) { in ucm_parseBytes() argument
767 fprintf(stderr, "ucm error: byte must be formatted as \\xXX (2 hex digits) - \"%s\"\n", line); in ucm_parseBytes()
772 fprintf(stderr, "ucm error: too many bytes on \"%s\"\n", line); in ucm_parseBytes()
783 /* parse a mapping line; must not be empty */
788 const char *line) { in ucm_parseMappingLine()
795 s=line; in ucm_parseMappingLine()
812 fprintf(stderr, "ucm error: Unicode code point must be formatted as <UXXXX> (1..6 hex digits) - \"%s\"\n", line); in ucm_parseMappingLine()
816 fprintf(stderr, "ucm error: Unicode code point must be 0..d7ff or e000..10ffff - \"%s\"\n", line); in ucm_parseMappingLine()
821 fprintf(stderr, "ucm error: too many code points on \"%s\"\n", line); in ucm_parseMappingLine()
829 fprintf(stderr, "ucm error: no Unicode code points on \"%s\"\n", line); in ucm_parseMappingLine()
785 ucm_parseMappingLine(UCMapping *m, UChar32 codePoints[UCNV_EXT_MAX_UCHARS], uint8_t bytes[UCNV_EXT_MAX_BYTES], const char *line) ucm_parseMappingLine() argument
1132 ucm_addMappingFromLine(UCMFile *ucm, const char *line, UBool forBase, UCMStates *baseStates) ucm_addMappingFromLine() argument
1153 char line[500]; ucm_readTable() local
[all...]
/foundation/communication/dsoftbus/tests/core/common/dfx/event/unittest/mock/
H A Dhisysevent_mock.h27 virtual int MockHiSysEvent_Write(const char *func, int64_t line, const char *domain, const char *name,
42 int(const char *func, int64_t line, const char *domain, const char *name, HiSysEventEventType type,
45 int MockHiSysEvent_Write(const char *func, int64_t line, const char *domain, const char *name,

Completed in 12 milliseconds

1...<<51525354555657585960>>...223