/third_party/vk-gl-cts/scripts/ |
H A D | convert_case_list_to_xml.py | 74 for line in lines: 75 line = line[:-1] variable 76 if line.startswith(packageName + "."): 77 m = caseRE.match(line)
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/ |
H A D | config_file.c | 52 * wpa_config_get_line - Read the next configuration file line 53 * @s: Buffer for the line 56 * @line: Pointer to a variable storing the file line number 57 * @_pos: Buffer for the pointer to the beginning of data on the text line or 59 * Returns: Pointer to the beginning of data on the text line or %NULL if no 62 * This function reads the next non-empty line from the configuration file and 65 static char * wpa_config_get_line(char *s, int size, FILE *stream, int *line, in wpa_config_get_line() argument 71 (*line)++; in wpa_config_get_line() 75 * The line wa in wpa_config_get_line() 127 wpa_config_validate_network(struct wpa_ssid *ssid, int line) wpa_config_validate_network() argument 176 wpa_config_read_network(FILE *f, int *line, int id) wpa_config_read_network() argument 237 wpa_config_read_cred(FILE *f, int *line, int id) wpa_config_read_cred() argument 294 wpa_config_read_blob(FILE *f, int *line, const char *name) wpa_config_read_blob() argument 350 wpa_config_process_blob(struct wpa_config *config, FILE *f, int *line, char *bname) wpa_config_process_blob() argument 380 int errors = 0, line = 0; wpa_config_read() local [all...] |
/third_party/openssl/test/ |
H A D | testutil.h | 114 * possible; otherwise we get by with the file name and line number. 173 * It embeds test_get_options() which gives default command line options for 196 * Used to read non optional command line values that follow after the options. 200 /* Return the number of additional non optional command line arguments */ 275 * Used to supply test specific command line options, 341 int test_ptr(const char *file, int line, const char *s, const void *p); 342 int test_ptr_null(const char *file, int line, const char *s, const void *p); 356 int test_strn_eq(const char *file, int line, const char *, const char *, 358 int test_strn_ne(const char *file, int line, const char *, const char *, 378 int test_true(const char *file, int line, cons [all...] |
/foundation/arkui/ace_engine/frameworks/core/components/svg/ |
H A D | render_svg_line.cpp | 34 LOGW("line component is null"); in Update() 56 LOGW("line component is null"); in PrepareAnimations() 72 auto line = weakLine.Upgrade(); in PrepareSelfAnimation() 73 if (!line) { in PrepareSelfAnimation() 74 LOGE("line is null"); in PrepareSelfAnimation() 77 if (line->SetProperty(attrName, value)) { in PrepareSelfAnimation() 78 line->MarkNeedRender(true); in PrepareSelfAnimation()
|
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/drawing_ndk/src/ |
H A D | drawing_text_lineTypography.cpp | 36 LOGE("Create line typography failed."); in OH_Drawing_CreateLineTypography() 68 LOGE("Get line fetcher failed."); in OH_Drawing_LineTypographyCreateLine() 72 auto line = spLineFetcher->CreateLine(startIndex, count); in OH_Drawing_LineTypographyCreateLine() local 73 if (line == nullptr) { in OH_Drawing_LineTypographyCreateLine() 74 LOGE("Line fetcher create line failed."); in OH_Drawing_LineTypographyCreateLine() 77 LineImpl* lineImpl = new (std::nothrow) LineImpl(std::move(line)); in OH_Drawing_LineTypographyCreateLine() 79 LOGE("New text line failed."); in OH_Drawing_LineTypographyCreateLine() 88 lineObject->line = reinterpret_cast<void*>(lineImpl); in OH_Drawing_LineTypographyCreateLine()
|
/kernel/linux/linux-5.10/arch/powerpc/include/asm/ |
H A D | bug.h | 13 .macro EMIT_BUG_ENTRY addr,file,line,flags variable 16 .short \line, \flags 24 .macro EMIT_BUG_ENTRY addr,file,line,flags 102 .macro EMIT_BUG_ENTRY addr,file,line,flags
|
/kernel/linux/linux-5.10/arch/sh/mm/ |
H A D | cache-debugfs.c | 68 unsigned int line; in cache_seq_show() local 74 for (addr = addrstart, line = 0; in cache_seq_show() 76 addr += cache->linesz, line++) { in cache_seq_show() 85 line, data & 2 ? 'U' : ' ', in cache_seq_show()
|
/kernel/linux/linux-6.6/arch/powerpc/include/asm/ |
H A D | bug.h | 13 .macro EMIT_BUG_ENTRY addr,file,line,flags variable 17 .short \line, \flags 25 .macro EMIT_BUG_ENTRY addr,file,line,flags 107 .macro EMIT_BUG_ENTRY addr,file,line,flags
|
/kernel/linux/linux-5.10/tools/testing/selftests/kselftest/ |
H A D | runner.sh | 21 # If Perl is unavailable, we must fall back to line-at-a-time prefixing 56 while read line ; do 58 if echo "$line" | grep -q '^#'; then 61 field=$(echo "$line" | cut -d= -f1) 62 value=$(echo "$line" | cut -d= -f2-)
|
/kernel/linux/linux-6.6/arch/sh/mm/ |
H A D | cache-debugfs.c | 68 unsigned int line; in cache_debugfs_show() local 74 for (addr = addrstart, line = 0; in cache_debugfs_show() 76 addr += cache->linesz, line++) { in cache_debugfs_show() 85 line, data & 2 ? 'U' : ' ', in cache_debugfs_show()
|
/kernel/linux/linux-5.10/tools/perf/tests/shell/ |
H A D | record+probe_libc_inet_pton.sh | 64 while read line <&3 && read -r pattern <&4; do 66 echo $line 67 echo "$line" | egrep -q "$pattern" 69 printf "FAIL: expected backtrace entry \"%s\" got \"%s\"\n" "$pattern" "$line"
|
/kernel/linux/linux-5.10/net/ceph/ |
H A D | armor.c | 40 int line = 0; in ceph_armor() local 65 line += 4; in ceph_armor() 66 if (line == 64) { in ceph_armor() 67 line = 0; in ceph_armor()
|
/kernel/linux/linux-5.10/include/linux/ |
H A D | kmsg_dump.h | 58 char *line, size_t size, size_t *len); 61 char *line, size_t size, size_t *len); 81 bool syslog, const char *line, in kmsg_dump_get_line_nolock() 88 const char *line, size_t size, size_t *len) in kmsg_dump_get_line() 80 kmsg_dump_get_line_nolock(struct kmsg_dumper *dumper, bool syslog, const char *line, size_t size, size_t *len) kmsg_dump_get_line_nolock() argument 87 kmsg_dump_get_line(struct kmsg_dumper *dumper, bool syslog, const char *line, size_t size, size_t *len) kmsg_dump_get_line() argument
|
/kernel/linux/linux-6.6/fs/xfs/ |
H A D | xfs_message.c | 85 int line) in asswarn() 87 xfs_warn(mp, "Assertion failed: %s, file: %s, line: %d", in asswarn() 88 expr, file, line); in asswarn() 97 int line) in assfail() 99 xfs_emerg(mp, "Assertion failed: %s, file: %s, line: %d", in assfail() 100 expr, file, line); in assfail() 81 asswarn( struct xfs_mount *mp, char *expr, char *file, int line) asswarn() argument 93 assfail( struct xfs_mount *mp, char *expr, char *file, int line) assfail() argument
|
/kernel/linux/linux-6.6/tools/perf/tests/shell/ |
H A D | record+probe_libc_inet_pton.sh | 73 while read line <&3 && read -r pattern <&4; do 75 echo $line 76 echo "$line" | grep -E -q "$pattern" 78 printf "FAIL: expected backtrace entry \"%s\" got \"%s\"\n" "$pattern" "$line"
|
/kernel/uniproton/build/uniproton_ci_lib/ |
H A D | logs.py | 40 for line in file_handle.readlines(): 41 logging.info(line) 72 for line in lines: 73 logger.info(line.strip())
|
/kernel/linux/linux-6.6/net/ceph/ |
H A D | armor.c | 40 int line = 0; in ceph_armor() local 65 line += 4; in ceph_armor() 66 if (line == 64) { in ceph_armor() 67 line = 0; in ceph_armor()
|
/kernel/linux/linux-6.6/tools/lib/api/fs/ |
H A D | cgroup.c | 22 char *line = NULL; in cgroupfs_find_mountpoint() local 53 while (getline(&line, &len, fp) != -1) { in cgroupfs_find_mountpoint() 55 p = strchr(line, ' '); in cgroupfs_find_mountpoint() 91 free(line); in cgroupfs_find_mountpoint()
|
/third_party/fsverity-utils/lib/ |
H A D | utils.c | 81 void libfsverity_warn_on(const char *condition, const char *file, int line) in libfsverity_warn_on() argument 84 condition, file, line); in libfsverity_warn_on() 87 void libfsverity_bug_on(const char *condition, const char *file, int line) in libfsverity_bug_on() argument 90 "Non-recoverable, aborting program.\n", condition, file, line); in libfsverity_bug_on()
|
/third_party/backends/tools/ |
H A D | mustek600iin-off.c | 117 char line[256]; in main() local 119 while (NULL != fgets (line, 255, fp)) in main() 121 if ('#' == *line) in main() 123 if (0 != (portaddr = str2int (line))) in main()
|
/third_party/icu/tools/colprobe/ |
H A D | uprinter.cpp | 82 UPrinter::log(const Line *line, UBool nl) { in log() argument 84 log(line->name); in log() 85 if(line->expLen) { in log() 87 log(line->expansionString); in log()
|
/third_party/jerryscript/jerry-core/jrt/ |
H A D | jrt-fatals.c | 135 const uint32_t line) /**< line */ in jerry_assert_fail() 141 (unsigned long) line); in jerry_assert_fail() 152 const uint32_t line) /**< line */ in jerry_unreachable() 157 (unsigned long) line); in jerry_unreachable() 132 jerry_assert_fail(const char *assertion, const char *file, const char *function, const uint32_t line) jerry_assert_fail() argument 150 jerry_unreachable(const char *file, const char *function, const uint32_t line) jerry_unreachable() argument
|
/third_party/node/deps/v8/tools/testrunner/testproc/ |
H A D | util.py | 28 (int(line.split()[0]), line[line.index(OUT_DIR):]) 29 for line in output.splitlines()
|
/third_party/node/deps/v8/tools/testrunner/outproc/ |
H A D | message.py | 29 for line in f: 30 if line.startswith("#") or not line.strip(): 32 expected_lines.append(line)
|
/third_party/node/deps/v8/tools/ |
H A D | disasm.py | 86 for i, line in enumerate(lines): 87 if _DISASM_HEADER_RE.match(line): 93 for line in lines[header_line + 1:]: 94 match = _DISASM_LINE_RE.match(line)
|