/foundation/arkui/ace_engine/advanced_ui_component/composetitlebar/interfaces/ |
H A D | composetitlebar.js | 143 }, index: -1 }, undefined, r9, () => { }, { page: 'library/src/main/ets/components/mainpage/MainPage.ets', line: 64, col: 9 }); 301 let j8 = new CollapsibleMenuSection(this, { menuItems: this.menuItems, index: 1 + ComposeTitleBar.instanceCount++ }, undefined, h8, () => { }, { page: 'library/src/main/ets/components/mainpage/MainPage.ets', line: 114, col: 9 }); 378 }, undefined, -1, () => { }, { page: 'library/src/main/ets/components/mainpage/MainPage.ets', line: 166, col: 14 }); 586 let j6 = new ImageMenuItem(this, { item: f6, index: this.index * 1000 + e6 + 1 }, undefined, h6, () => { }, { page: 'library/src/main/ets/components/mainpage/MainPage.ets', line: 238, col: 15 }); 623 let t5 = new ImageMenuItem(this, { item: p5, index: this.index * 1000 + o5 + 1 }, undefined, r5, () => { }, { page: 'library/src/main/ets/components/mainpage/MainPage.ets', line: 243, col: 17 }); 794 CollapsibleMenuSection.maxCountOfVisibleItems + t3, isPopup: true }, undefined, w3, () => { }, { page: 'library/src/main/ets/components/mainpage/MainPage.ets', line: 341, col: 13 }); 871 }, undefined, -1, () => { }, { page: 'library/src/main/ets/components/mainpage/MainPage.ets', line: 378, col: 14 });
|
/foundation/filemanagement/storage_service/services/storage_daemon/user/src/ |
H A D | mount_manager.cpp | 388 std::string line; in GetProcessInfo() local 389 std::getline(inputStream, line); in GetProcessInfo() 390 if (line.empty()) { in GetProcessInfo() 391 LOGE("line is empty"); in GetProcessInfo() 395 std::stringstream ss(line); in GetProcessInfo() 693 std::list<std::string> &sharefsList, std::string &line, int32_t userId) in MountPointToList() 695 if (line.empty()) { in MountPointToList() 703 std::stringstream ss(line); in MountPointToList() 692 MountPointToList(std::list<std::string> &hmdfsList, std::list<std::string> &hmfsList, std::list<std::string> &sharefsList, std::string &line, int32_t userId) MountPointToList() argument
|
/kernel/linux/linux-5.10/drivers/tty/serial/ |
H A D | ucc_uart.c | 291 * Get the current modem control line status 1353 qe_port->port.line = val; in ucc_uart_probe() 1354 if (qe_port->port.line >= UCC_MAX_UART) { in ucc_uart_probe() 1454 qe_port->port.line); in ucc_uart_probe() 1461 qe_port->ucc_num + 1, qe_port->port.line); in ucc_uart_probe() 1465 qe_port->port.line, SERIAL_QE_MAJOR, in ucc_uart_probe() 1466 SERIAL_QE_MINOR + qe_port->port.line); in ucc_uart_probe() 1480 dev_info(&ofdev->dev, "removing /dev/ttyQE%u\n", qe_port->port.line); in ucc_uart_remove()
|
H A D | sunsab.c | 154 (up->port.line == up->port.cons->index)) in receive_chars() 967 int line) in sunsab_init_one() 969 up->port.line = line; in sunsab_init_one() 995 if ((up->port.line & 0x1) == 0) { in sunsab_init_one() 1039 &sunsab_reg, up[0].port.line, in sab_probe() 1043 &sunsab_reg, up[1].port.line, in sab_probe() 964 sunsab_init_one(struct uart_sunsab_port *up, struct platform_device *op, unsigned long offset, int line) sunsab_init_one() argument
|
/kernel/linux/linux-6.6/drivers/tty/serial/ |
H A D | sunsab.c | 155 (up->port.line == up->port.cons->index)) in receive_chars() 962 int line) in sunsab_init_one() 964 up->port.line = line; in sunsab_init_one() 990 if ((up->port.line & 0x1) == 0) { in sunsab_init_one() 1034 &sunsab_reg, up[0].port.line, in sab_probe() 1038 &sunsab_reg, up[1].port.line, in sab_probe() 959 sunsab_init_one(struct uart_sunsab_port *up, struct platform_device *op, unsigned long offset, int line) sunsab_init_one() argument
|
H A D | ucc_uart.c | 291 * Get the current modem control line status 1339 qe_port->port.line = val; in ucc_uart_probe() 1340 if (qe_port->port.line >= UCC_MAX_UART) { in ucc_uart_probe() 1440 qe_port->port.line); in ucc_uart_probe() 1447 qe_port->ucc_num + 1, qe_port->port.line); in ucc_uart_probe() 1451 qe_port->port.line, SERIAL_QE_MAJOR, in ucc_uart_probe() 1452 SERIAL_QE_MINOR + qe_port->port.line); in ucc_uart_probe() 1466 dev_info(&ofdev->dev, "removing /dev/ttyQE%u\n", qe_port->port.line); in ucc_uart_remove()
|
H A D | ma35d1_serial.c | 620 p->port.line = 0; in ma35d1serial_console_setup() 699 up->port.line = ret; in ma35d1serial_probe() 721 if (up->port.line != 0) in ma35d1serial_probe() 770 if (up->port.line == 0) { in ma35d1serial_suspend() 783 if (up->port.line == 0) { in ma35d1serial_resume()
|
/kernel/linux/linux-6.6/tools/lib/bpf/ |
H A D | usdt.c | 452 char path[PATH_MAX], line[PATH_MAX], mode[16]; in parse_vma_segs() local 474 sprintf(line, "/proc/%d/maps", pid); in parse_vma_segs() 475 f = fopen(line, "re"); in parse_vma_segs() 479 line, lib_path, err); in parse_vma_segs() 490 &seg_start, &seg_end, mode, &seg_off, line) == 5) { in parse_vma_segs() 493 /* to handle no path case (see above) we need to capture line in parse_vma_segs() 498 while (isblank(line[i])) in parse_vma_segs() 500 if (strcmp(line + i, path) != 0) in parse_vma_segs()
|
/third_party/backends/backend/ |
H A D | lexmark.c | 458 SANE_Char line[PATH_MAX]; in probe_lexmark_devices() local 481 while (sanei_config_read (line, PATH_MAX, fp)) in probe_lexmark_devices() 484 if (line[0] == '#') in probe_lexmark_devices() 486 len = strlen (line); in probe_lexmark_devices() 489 if (line[len - 1] == '\n') in probe_lexmark_devices() 490 line[--len] = '\0'; in probe_lexmark_devices() 492 lp = sanei_config_skip_whitespace (line); in probe_lexmark_devices() 1136 " number of lines, bytes per line, or pixels per line\n"); in sane_start() 1187 DBG (7, "start line offse in sane_start() [all...] |
H A D | st400.c | 588 DBG(DERR, "extraneous arguments at line %lu: %s\n", (u_long)linenum, opt); in st400_config_get_single_arg() 592 DBG(DERR, "invalid option argument at line %lu: %s\n", (u_long)linenum, opt); in st400_config_get_single_arg() 687 char line[PATH_MAX], *str; in sane_init() local 692 while( sanei_config_read(line, sizeof(line), fp) ) { in sane_init() 694 str = line; in sane_init() 702 DBG(DCODE, "sane_init: config line <%s>\n", line); in sane_init() 706 DBG(DCODE, "sane_init: attaching device <%s>\n", line); in sane_init() 707 sanei_config_attach_matching_devices(line, st400_attach_on in sane_init() [all...] |
H A D | hp5400_sane.c | 608 SANE_Char line[PATH_MAX]; in sane_init() local 638 while (sanei_config_read (line, sizeof (line), conf_fp)) in sane_init() 647 proper_str = sanei_config_get_string (line, &str); in sane_init() 650 if (!str || proper_str == line || str[0] == '#') in sane_init() 652 HP5400_DBG (DBG_MSG, "Discarding line %d\n", nline); in sane_init() 656 /* If line's not blank or a comment, then it's the device in sane_init() 658 HP5400_DBG (DBG_MSG, "Trying to attach %s\n", line); in sane_init() 659 sanei_usb_attach_matching_devices (line, attach_one_device); in sane_init() 1296 /* get one more line fro in sane_read() [all...] |
H A D | mustek.c | 120 /* Used for line-distance correction: */ 663 /* reset line-distance values */ in dev_block_read_start() 1372 own line-distance correction code. */ in attach() 1388 /* FIXME; experiment with different line distance codes later */ in attach() 1586 "attach: scanner doesn't need line-distance correction\n"); in attach() 1588 DBG (4, "attach: scanner has N1 line-distance correction\n"); in attach() 1590 DBG (4, "attach: scanner has N2 line-distance correction\n"); in attach() 1592 DBG (4, "attach: scanner has block line-distance correction\n"); in attach() 1594 DBG (4, "attach: scanner has normal line-distance correction\n"); in attach() 1876 /* Some scanners need a larger scanarea for line in area_and_windows() 2144 SANE_Int line; get_calibration_lines_pro() local 2176 SANE_Word column, line, color; send_calibration_lines_pro() local 2356 SANE_Word line; send_calibration_lines_se() local 3404 SANE_Int c, num_saved_lines, line; fix_line_distance_n_2() local 3481 SANE_Int c, num_saved_lines, line; fix_line_distance_n_1() local 4021 SANE_Int c, num_saved_lines, line, max_index, min_index; fix_line_distance_block() local 5169 SANE_Char line[PATH_MAX], *word, *end; sane_init() local [all...] |
/third_party/cups-filters/filter/ |
H A D | rastertoescpx.c | 19 * CompressData() - Compress a line of graphics. 72 DotRowStep, /* Step for each output line */ 666 * Set the line feed increment... in StartPage() 1005 * Allocate memory for a single line of graphics... in StartPage() 1292 * 'CompressData()' - Compress a line of graphics. 1297 const unsigned char *line, /* I - Data to compress */ in CompressData() 1308 *line_end, /* End-of-line byte pointer */ in CompressData() 1332 line_ptr = (const unsigned char *)line; in CompressData() 1333 line_end = (const unsigned char *)line + length; in CompressData() 1341 line_ptr = (const unsigned char *)line; in CompressData() 1296 CompressData(ppd_file_t *ppd, const unsigned char *line, const int length, int plane, int type, const int rows, const int xstep, const int ystep, const int offset) CompressData() argument [all...] |
/third_party/icu/icu4c/source/test/intltest/ |
H A D | rbbimonkeytest.cpp | 83 "(^|(?<=;))" // Start either at start of line, or just after a ';' (look-behind for ';') in BreakRules() 86 "\\R$" // new-line at end of line. in BreakRules() 89 // Match (initial parse) of a character class definition line. in BreakRules() 95 "[ \\t]*;$"), // ; <end of line> in BreakRules() 98 // Match (initial parse) of a break rule line. in BreakRules() 104 "[ \\t]*;$"), // ; <end of line> in BreakRules() 244 } else if (value == UnicodeString("line")) { in setKeywordParameter() 289 for (int32_t lineNumber=0; ;lineNumber++) { // Loop once per input line. in compileRules() 298 UnicodeString line(lineBu in compileRules() [all...] |
/third_party/libbpf/src/ |
H A D | usdt.c | 452 char path[PATH_MAX], line[PATH_MAX], mode[16]; in parse_vma_segs() local 474 sprintf(line, "/proc/%d/maps", pid); in parse_vma_segs() 475 f = fopen(line, "re"); in parse_vma_segs() 479 line, lib_path, err); in parse_vma_segs() 490 &seg_start, &seg_end, mode, &seg_off, line) == 5) { in parse_vma_segs() 493 /* to handle no path case (see above) we need to capture line in parse_vma_segs() 498 while (isblank(line[i])) in parse_vma_segs() 500 if (strcmp(line + i, path) != 0) in parse_vma_segs()
|
/third_party/skia/third_party/externals/libpng/contrib/libtests/ |
H A D | makepng.c | 1584 const png_const_charp *line = text; in strstash_list() local 1586 while (*line != NULL) in strstash_list() 1587 foo += strlen(*line++); in strstash_list() 1591 line = text; in strstash_list() 1592 while (*line != NULL) in strstash_list() 1594 foo = strlen(*line); in strstash_list() 1595 memcpy(bar, *line++, foo); in strstash_list()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/ap/ |
H A D | ap_config.c | 317 int line = 0, ret = 0, len, ok; in hostapd_config_read_wpa_psk() local 334 line++; in hostapd_config_read_wpa_psk() 369 "Unrecognized '%s=%s' on line %d in '%s'", in hostapd_config_read_wpa_psk() 370 name, value, line, fname); in hostapd_config_read_wpa_psk() 383 "Invalid MAC address '%s' on line %d in '%s'", in hostapd_config_read_wpa_psk() 384 token, line, fname); in hostapd_config_read_wpa_psk() 403 wpa_printf(MSG_ERROR, "No PSK on line %d in '%s'", in hostapd_config_read_wpa_psk() 404 line, fname); in hostapd_config_read_wpa_psk() 421 "Invalid PSK '%s' on line %d in '%s'", in hostapd_config_read_wpa_psk() 422 pos, line, fnam in hostapd_config_read_wpa_psk() [all...] |
/third_party/vk-gl-cts/modules/gles2/scripts/ |
H A D | genutil.py | 47 lines = [indentStr + line for line in lines] 48 lines = [ ["", line][line.strip() != ""] for line in lines] 96 repl = "\n".join(["%s%s" % (ws, line) for line in value.split("\n")]) 99 s = s[:start] + s[end+1:] # drop the whole line
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/ap/ |
H A D | ap_config.c | 287 int line = 0, ret = 0, len, ok; in hostapd_config_read_wpa_psk() local 303 line++; in hostapd_config_read_wpa_psk() 336 "Unrecognized '%s=%s' on line %d in '%s'", in hostapd_config_read_wpa_psk() 337 name, value, line, fname); in hostapd_config_read_wpa_psk() 350 "line %d in '%s'", token, line, fname); in hostapd_config_read_wpa_psk() 369 wpa_printf(MSG_ERROR, "No PSK on line %d in '%s'", in hostapd_config_read_wpa_psk() 370 line, fname); in hostapd_config_read_wpa_psk() 386 wpa_printf(MSG_ERROR, "Invalid PSK '%s' on line %d in " in hostapd_config_read_wpa_psk() 387 "'%s'", pos, line, fnam in hostapd_config_read_wpa_psk() [all...] |
/third_party/skia/modules/skparagraph/tests/ |
H A D | SkParagraphTest.cpp | 231 for (auto& line : impl->lines()) { in UNIX_ONLY_TEST() 232 line.scanStyles(StyleType::kDecorations, in UNIX_ONLY_TEST() 273 auto& line = impl->lines()[0]; in UNIX_ONLY_TEST() local 275 const LineMetrics metrics = line.getMetrics(); in UNIX_ONLY_TEST() 1052 for (auto& line : impl->lines()) { in UNIX_ONLY_TEST() 1053 line.scanStyles(StyleType::kDecorations, in UNIX_ONLY_TEST() 1376 // Uniform line spacing. in UNIX_ONLY_TEST() 1379 // line spacing is distributed evenly over and under the text. in UNIX_ONLY_TEST() 1448 // edge and bottom edge will converge to a horizontal line: in UNIX_ONLY_TEST() 1449 // - When half leading is used the vertical line i in UNIX_ONLY_TEST() 2299 auto& line = impl->lines()[0]; UNIX_ONLY_TEST() local 4047 auto& line = impl->lines()[0]; UNIX_ONLY_TEST() local 7497 auto& line = impl->lines()[0]; UNIX_ONLY_TEST() local 7534 auto& line = impl->lines()[1]; UNIX_ONLY_TEST() local [all...] |
/foundation/ability/ability_runtime/services/abilitymgr/src/data_ability/ |
H A D | data_ability_manager.cpp | 439 void DataAbilityManager::Dump(const char *func, int line) in Dump() argument 445 DumpLocked(func, line); in Dump() 499 void DataAbilityManager::DumpLocked(const char *func, int line) in DumpLocked() argument 501 if (func && line >= 0) { in DumpLocked() 502 TAG_LOGI(AAFwkTag::DATA_ABILITY, "dump at %{public}s(%{public}d)", func, line); in DumpLocked()
|
/kernel/linux/linux-5.10/drivers/media/pci/tw68/ |
H A D | tw68-video.c | 209 * frame, i.e. line positions are only 1/2 the interlaced equivalent 236 * of lines in the image, and the first line of the image (i.e. ignoring 777 unsigned char line[80]; in tw68_dump_regs() local 782 /* First we do the PCI regs, 8 4-byte regs per line */ in tw68_dump_regs() 784 cptr = line; in tw68_dump_regs() 794 pr_info("%s", line); in tw68_dump_regs() 798 cptr = line; in tw68_dump_regs() 811 pr_info("%s", line); in tw68_dump_regs()
|
/kernel/linux/linux-5.10/init/ |
H A D | main.c | 132 * Boot command-line arguments 141 /* Untouched command line saved by arch-specific code. */ 143 /* Untouched saved command line (eg. for /proc) */ 145 /* Command line for parameter parsing */ 147 /* Untouched extra command line */ 153 /* Is bootconfig on command line? */ 197 static bool __init obsolete_checksetup(char *line) in obsolete_checksetup() argument 205 if (parameqn(line, p->str, n)) { in obsolete_checksetup() 211 if (line[n] == '\0' || line[ in obsolete_checksetup() [all...] |
/kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/nvkm/engine/disp/ |
H A D | dp.c | 538 const struct nvkm_i2c_ntfy_rep *line = notify->data; in nvkm_dp_hpd() local 544 OUTP_DBG(&dp->outp, "HPD: %d", line->mask); in nvkm_dp_hpd() 545 if (line->mask & NVKM_I2C_IRQ) { in nvkm_dp_hpd() 553 if (line->mask & NVKM_I2C_UNPLUG) in nvkm_dp_hpd() 555 if (line->mask & NVKM_I2C_PLUG) in nvkm_dp_hpd()
|
/kernel/linux/linux-5.10/drivers/ps3/ |
H A D | ps3-vuart.c | 104 const struct ports_bmp *bmp, const char *func, int line) in _dump_ports_bmp() 106 pr_debug("%s:%d: ports_bmp: %016llxh\n", func, line, bmp->status); in _dump_ports_bmp() 111 const char *func, int line) in _dump_port_params() 132 pr_debug("%s:%d: port_%u: %s failed: %s\n", func, line, in _dump_port_params() 137 func, line, port_number, strings[i], value); in _dump_port_params() 103 _dump_ports_bmp( const struct ports_bmp *bmp, const char *func, int line) _dump_ports_bmp() argument 110 _dump_port_params(unsigned int port_number, const char *func, int line) _dump_port_params() argument
|