Home
last modified time | relevance | path

Searched refs:line (Results 1926 - 1950 of 4256) sorted by relevance

1...<<71727374757677787980>>...171

/third_party/node/deps/openssl/openssl/engines/
H A De_capi_err.c88 static void ERR_CAPI_error(int function, int reason, const char *file, int line) in ERR_CAPI_error() argument
93 ERR_set_debug(file, line, NULL); in ERR_CAPI_error()
/third_party/skia/third_party/externals/spirv-tools/test/opt/
H A Dfreeze_spec_const_test.cpp105 std::string expected_disassembly = SelectiveJoin(text, [](const char* line) { in TEST_F()
106 return std::string(line).find("SpecId") != std::string::npos; in TEST_F()
/third_party/skia/third_party/externals/spirv-tools/utils/
H A Dgenerate_registry_tables.py61 line = '{' + '{}, "{}", "{}", "{}"'.format(value,
65 lines.append(line)
/third_party/skia/third_party/externals/swiftshader/src/Vulkan/Debug/
H A DFile.hpp45 // addBreakpoint() adds a new line breakpoint at the line with the given
49 virtual void addBreakpoint(int line) = 0;
52 // line with the given index.
53 virtual bool hasBreakpoint(int line) const = 0;
/third_party/openssl/engines/
H A De_capi_err.c88 static void ERR_CAPI_error(int function, int reason, const char *file, int line) in ERR_CAPI_error() argument
93 ERR_set_debug(file, line, NULL); in ERR_CAPI_error()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/opt/
H A Dfreeze_spec_const_test.cpp105 std::string expected_disassembly = SelectiveJoin(text, [](const char* line) { in TEST_F()
106 return std::string(line).find("SpecId") != std::string::npos; in TEST_F()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/utils/
H A Dgenerate_registry_tables.py61 line = '{' + '{}, "{}", "{}", "{}"'.format(value,
65 lines.append(line)
/third_party/skia/src/sksl/ir/
H A DSkSLConstructorMatrixResize.cpp16 int line, in Make()
28 return std::make_unique<ConstructorMatrixResize>(line, type, std::move(arg)); in Make()
15 Make(const Context& context, int line, const Type& type, std::unique_ptr<Expression> arg) Make() argument
H A DSkSLSwitchCase.h24 SwitchCase(int line, std::unique_ptr<Expression> value, std::unique_ptr<Statement> statement) in SwitchCase() argument
25 : INHERITED(line, kStatementKind) in SwitchCase()
H A DSkSLDoStatement.h23 DoStatement(int line, std::unique_ptr<Statement> statement, std::unique_ptr<Expression> test) in DoStatement() argument
24 : INHERITED(line, kStatementKind) in DoStatement()
/third_party/openssl/test/helpers/
H A Dcmp_testlib.c77 int print_to_bio_out(const char *func, const char *file, int line, in print_to_bio_out() argument
80 return OSSL_CMP_print_to_bio(bio_out, func, file, line, level, msg); in print_to_bio_out()
/third_party/python/Doc/tools/extensions/
H A Dpatchlevel.py28 for line in f:
29 m = rx.match(line)
/third_party/skia/infra/bots/recipe_modules/flavor/resources/
H A Dwin_ssh_cmd.py27 # True if we saw a line matching SENTINEL.
32 for line in iter(proc.stdout.readline, ''):
33 stripped = line.strip()
/third_party/skia/gn/
H A Dcodesign_ios.py26 for line in subprocess.check_output(['security', 'find-identity']).split('\n'):
27 m = re.match(r'''.*\) (.*) "''' + identstr + '"', line)
/third_party/skia/include/private/
H A DSkSLStatement.h41 Statement(int line, Kind kind) in Statement() argument
42 : INHERITED(line, (int) kind) { in Statement()
/third_party/selinux/libsepol/cil/test/unit/
H A Dtest_cil_tree.c49 CuAssertIntEquals(tc, 0, test_node->line); in test_cil_tree_node_init()
67 CuAssertIntEquals(tc, 0, test_tree->root->line); in test_cil_tree_init()
/third_party/vk-gl-cts/scripts/opengl/
H A Dgen_ext_init.py62 for line in indentLines(genInit(command) for command in extCommands):
63 yield "\t" + line
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/utils/
H A Dlog2pcap.py40 for line in input_file:
41 m = frame_re.match(line)
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/utils/
H A Dconfig.c38 char * wpa_config_get_line(char *s, int size, FILE *stream, int *line, in wpa_config_get_line() argument
44 (*line)++; in wpa_config_get_line()
48 * The line was truncated - skip rest of it to avoid in wpa_config_get_line()
51 wpa_printf(MSG_INFO, "Long line in configuration file " in wpa_config_get_line()
57 /* Skip white space from the beginning of line. */ in wpa_config_get_line()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/utils/
H A Dlog2pcap.py40 for line in input_file:
41 m = frame_re.match(line)
/third_party/backends/tools/
H A Dsane-desc.c611 /* Checks a line for a keyword token and determines keyword/string argument */
613 read_keyword (SANE_String line, SANE_String keyword_token, in read_keyword() argument
621 cp = get_token (line, &word); in read_keyword()
625 DBG_ERR ("read_keyword: missing quotation mark: %s\n", line); in read_keyword()
648 DBG_ERR ("read_keyword: missing quotation mark: %s\n", line); in read_keyword()
669 DBG_ERR ("read_keyword: missing quotation mark: %s\n", line); in read_keyword()
685 DBG_ERR ("read_keyword: missing quotation mark: %s\n", line); in read_keyword()
706 DBG_ERR ("read_keyword: missing quotation mark: %s\n", line); in read_keyword()
722 DBG_ERR ("read_keyword: missing quotation mark: %s\n", line); in read_keyword()
738 DBG_ERR ("read_keyword: missing quotation mark: %s\n", line); in read_keyword()
793 SANE_Char line[4096], *word; read_files() local
[all...]
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/grid/irregular/
H A Dgrid_irregular_layout_algorithm.cpp360 "lineHeight at line %d not ready. Data is corrupted. StartLine = %d, EndLine = %d", i, in UpdateLayoutInfo()
379 /* adjust mainOffset to the first cache line */
469 // jump to the last line the item occupies in FindJumpLineIdx()
487 // call this to ensure irregular items on the first line are measured, not skipped in PrepareLineHeight()
500 // because the current line's height is unknown, we can't determine the exact target length to fill. in PrepareLineHeight()
551 int32_t line = info_.startMainLineIndex_; in SkipLinesForward() local
554 AddLineHeight(height, line++, info_.startMainLineIndex_, info_.lineHeightMap_); in SkipLinesForward()
557 return filler.FillMatrixByLine(info_.startMainLineIndex_, line); in SkipLinesForward()
566 int32_t line = info.startMainLineIndex_; in SkipLinesBackward() local
567 while (LessNotEqual(height, target) && line > in SkipLinesBackward()
587 const auto& line = info_.gridMatrix_.find(lineIndex); IsIrregularLine() local
[all...]
/third_party/json/tests/src/
H A Dunit-testsuites.cpp1368 std::string line;
1371 while (getline(f, line))
1374 line = trim(line);
1377 line = line.substr(0, line.find_last_of(','));
1380 if (line.size() < 2)
1386 CAPTURE(line)
1387 json j = json::parse(line);
[all...]
/third_party/node/deps/cares/src/lib/
H A Dares_sysconfig.c614 char *line = NULL; in ares__init_sysconfig_windows() local
617 if (get_DNS_Windows(&line)) { in ares__init_sysconfig_windows()
618 status = ares__sconfig_append_fromstr(&sysconfig->sconfig, line, ARES_TRUE); in ares__init_sysconfig_windows()
619 ares_free(line); in ares__init_sysconfig_windows()
625 if (get_SuffixList_Windows(&line)) { in ares__init_sysconfig_windows()
626 sysconfig->domains = ares__strsplit(line, ", ", &sysconfig->ndomains); in ares__init_sysconfig_windows()
627 ares_free(line); in ares__init_sysconfig_windows()
714 char *line; in ares__init_sysconfig_riscos() local
719 line = getenv("Inet$Resolvers"); in ares__init_sysconfig_riscos()
720 if (line) { in ares__init_sysconfig_riscos()
[all...]
/third_party/node/deps/openssl/openssl/include/openssl/
H A Dcore_dispatch.h81 const char *file, int line, const char *func))
110 CRYPTO_malloc, (size_t num, const char *file, int line))
113 CRYPTO_zalloc, (size_t num, const char *file, int line))
116 CRYPTO_free, (void *ptr, const char *file, int line))
119 CRYPTO_clear_free, (void *ptr, size_t num, const char *file, int line))
122 CRYPTO_realloc, (void *addr, size_t num, const char *file, int line))
126 const char *file, int line))
129 CRYPTO_secure_malloc, (size_t num, const char *file, int line))
132 CRYPTO_secure_zalloc, (size_t num, const char *file, int line))
135 CRYPTO_secure_free, (void *ptr, const char *file, int line))
[all...]

Completed in 13 milliseconds

1...<<71727374757677787980>>...171