/third_party/node/deps/openssl/openssl/engines/ |
H A D | e_capi_err.c | 88 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 D | freeze_spec_const_test.cpp | 105 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 D | generate_registry_tables.py | 61 line = '{' + '{}, "{}", "{}", "{}"'.format(value, 65 lines.append(line)
|
/third_party/skia/third_party/externals/swiftshader/src/Vulkan/Debug/ |
H A D | File.hpp | 45 // 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 D | e_capi_err.c | 88 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 D | freeze_spec_const_test.cpp | 105 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 D | generate_registry_tables.py | 61 line = '{' + '{}, "{}", "{}", "{}"'.format(value, 65 lines.append(line)
|
/third_party/skia/src/sksl/ir/ |
H A D | SkSLConstructorMatrixResize.cpp | 16 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 D | SkSLSwitchCase.h | 24 SwitchCase(int line, std::unique_ptr<Expression> value, std::unique_ptr<Statement> statement) in SwitchCase() argument 25 : INHERITED(line, kStatementKind) in SwitchCase()
|
H A D | SkSLDoStatement.h | 23 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 D | cmp_testlib.c | 77 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 D | patchlevel.py | 28 for line in f: 29 m = rx.match(line)
|
/third_party/skia/infra/bots/recipe_modules/flavor/resources/ |
H A D | win_ssh_cmd.py | 27 # 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 D | codesign_ios.py | 26 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 D | SkSLStatement.h | 41 Statement(int line, Kind kind) in Statement() argument 42 : INHERITED(line, (int) kind) { in Statement()
|
/third_party/selinux/libsepol/cil/test/unit/ |
H A D | test_cil_tree.c | 49 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 D | gen_ext_init.py | 62 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 D | log2pcap.py | 40 for line in input_file: 41 m = frame_re.match(line)
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/utils/ |
H A D | config.c | 38 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 D | log2pcap.py | 40 for line in input_file: 41 m = frame_re.match(line)
|
/third_party/backends/tools/ |
H A D | sane-desc.c | 611 /* 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 D | grid_irregular_layout_algorithm.cpp | 360 "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 D | unit-testsuites.cpp | 1368 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 D | ares_sysconfig.c | 614 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 D | core_dispatch.h | 81 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...] |