/base/hiviewdfx/hidumper/frameworks/native/src/executor/ |
H A D | fd_output.cpp | 78 std::vector<std::string> line = dumpDatas_->at(i); in OutMethod() local 79 for (size_t j = 0; j < line.size(); j++) { in OutMethod() 80 std::string str = line[j]; in OutMethod() 81 if ((i < dumpDatas_->size()) && (j == (line.size() - 1))) { in OutMethod() 109 if (str.find("\n") == std::string::npos) { // No line breaks in NewLineMethod()
|
/foundation/communication/dhcp/test/unittest/services/dhcp_server/unittest/ |
H A D | dhcp_config_test.cpp | 48 void ClearAndWriteFile(const std::string &line) in ClearAndWriteFile() argument 54 (void)fprintf(fp, "%s\n", line.c_str()); in ClearAndWriteFile() 59 void AppendFile(const std::string &line) in AppendFile() argument 65 (void)fprintf(fp, "%s\n", line.c_str()); in AppendFile()
|
/foundation/filemanagement/storage_service/services/storage_daemon/ |
H A D | main.cpp | 62 std::string line; in ParasConfig() local 63 std::getline(infile, line); in ParasConfig() 64 if (line.empty()) { in ParasConfig() 70 auto split = StorageDaemon::SplitLine(line, token); in ParasConfig() 72 LOGE("Invalids config line: number of parameters is incorrect"); in ParasConfig() 78 LOGE("Invalids config line: no sysPattern"); in ParasConfig() 84 LOGE("Invalids config line: no label"); in ParasConfig() 90 LOGE("Invalids config line: no flag"); in ParasConfig()
|
/kernel/linux/linux-5.10/tools/testing/selftests/kexec/ |
H A D | test_kexec_file_load.sh | 85 line=$(getfattr -n security.ima -e hex --absolute-names $KERNEL_IMAGE 2>&1) 86 echo $line | grep -q "security.ima=0x03" 118 line=$(kexec --load --kexec-file-syscall $KERNEL_IMAGE 2>&1) 159 echo $line | grep -q "Required key not available"
|
/kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/nvkm/subdev/therm/ |
H A D | priv.h | 89 int (*pwm_ctrl)(struct nvkm_therm *, int line, bool); 90 int (*pwm_get)(struct nvkm_therm *, int line, u32 *, u32 *); 91 int (*pwm_set)(struct nvkm_therm *, int line, u32, u32); 92 int (*pwm_clock)(struct nvkm_therm *, int line);
|
/kernel/linux/linux-5.10/drivers/scsi/qedi/ |
H A D | qedi_dbg.h | 82 void qedi_dbg_err(struct qedi_dbg_ctx *qedi, const char *func, u32 line, 84 void qedi_dbg_warn(struct qedi_dbg_ctx *qedi, const char *func, u32 line, 86 void qedi_dbg_notice(struct qedi_dbg_ctx *qedi, const char *func, u32 line, 88 void qedi_dbg_info(struct qedi_dbg_ctx *qedi, const char *func, u32 line,
|
/kernel/linux/linux-5.10/tools/bootconfig/scripts/ |
H A D | bconf2ftrace.sh | 86 xbc_get_val $1 | while read line; do 87 run_cmd "echo '$line' >> $2" 106 xbc_get_val ${branch}.probes | while read line; do 107 run_cmd "echo 'p:kprobes/$3 $line' >> $TRACEFS/kprobe_events"
|
/kernel/linux/linux-5.10/tools/perf/util/ |
H A D | copyfile.c | 17 char *line = NULL; in slow_copyfile() local 32 while (getline(&line, &n, from_fp) > 0) in slow_copyfile() 33 if (fputs(line, to_fp) == EOF) in slow_copyfile() 38 free(line); in slow_copyfile()
|
/kernel/linux/linux-5.10/fs/xfs/ |
H A D | xfs_message.c | 93 int line) in asswarn() 95 xfs_warn(mp, "Assertion failed: %s, file: %s, line: %d", in asswarn() 96 expr, file, line); in asswarn() 105 int line) in assfail() 107 xfs_emerg(mp, "Assertion failed: %s, file: %s, line: %d", in assfail() 108 expr, file, line); in assfail() 89 asswarn( struct xfs_mount *mp, char *expr, char *file, int line) asswarn() argument 101 assfail( struct xfs_mount *mp, char *expr, char *file, int line) assfail() argument
|
/kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/nvkm/engine/disp/ |
H A D | conn.c | 38 const struct nvkm_gpio_ntfy_rep *line = notify->data; in nvkm_conn_hpd() local 42 CONN_DBG(conn, "HPD: %d", line->mask); in nvkm_conn_hpd() 111 .line = func.line, in nvkm_conn_ctor()
|
/kernel/linux/linux-6.6/drivers/gpio/ |
H A D | gpio-i8255.c | 33 const unsigned int line = offset % I8255_NGPIO_PER_REG; in i8255_direction_mask() local 42 if (line >= 4) in i8255_direction_mask() 77 const unsigned int line = ppi_offset % I8255_NGPIO_PER_REG; in i8255_reg_mask_xlate() local 82 *mask = BIT(line); in i8255_reg_mask_xlate()
|
/kernel/linux/linux-6.6/drivers/gpu/drm/nouveau/nvkm/subdev/therm/ |
H A D | priv.h | 89 int (*pwm_ctrl)(struct nvkm_therm *, int line, bool); 90 int (*pwm_get)(struct nvkm_therm *, int line, u32 *, u32 *); 91 int (*pwm_set)(struct nvkm_therm *, int line, u32, u32); 92 int (*pwm_clock)(struct nvkm_therm *, int line);
|
/kernel/linux/linux-6.6/tools/perf/util/ |
H A D | copyfile.c | 17 char *line = NULL; in slow_copyfile() local 32 while (getline(&line, &n, from_fp) > 0) in slow_copyfile() 33 if (fputs(line, to_fp) == EOF) in slow_copyfile() 38 free(line); in slow_copyfile()
|
/kernel/linux/linux-6.6/tools/testing/selftests/kexec/ |
H A D | test_kexec_file_load.sh | 85 line=$(getfattr -n security.ima -e hex --absolute-names $KERNEL_IMAGE 2>&1) 86 echo $line | grep -q "security.ima=0x03" 119 line=$(kexec --load --kexec-file-syscall $KERNEL_IMAGE 2>&1) 160 echo $line | grep -q "Required key not available"
|
/kernel/linux/linux-6.6/tools/testing/selftests/kselftest/ |
H A D | runner.sh | 24 # If Perl is unavailable, we must fall back to line-at-a-time prefixing 84 while read line ; do 86 if echo "$line" | grep -q '^#'; then 89 field=$(echo "$line" | cut -d= -f1) 90 value=$(echo "$line" | cut -d= -f2-) 95 # Command line timeout overrides the settings file
|
/kernel/linux/linux-6.6/drivers/scsi/qedi/ |
H A D | qedi_dbg.h | 81 void qedi_dbg_err(struct qedi_dbg_ctx *qedi, const char *func, u32 line, 83 void qedi_dbg_warn(struct qedi_dbg_ctx *qedi, const char *func, u32 line, 85 void qedi_dbg_notice(struct qedi_dbg_ctx *qedi, const char *func, u32 line, 87 void qedi_dbg_info(struct qedi_dbg_ctx *qedi, const char *func, u32 line,
|
/third_party/elfutils/tests/ |
H A D | get-lines.c | 88 printf ("%s: cannot get individual line\n", argv[cnt]); in main() 97 int line; in main() local 98 if (dwarf_lineno (l, &line) != 0) in main() 99 line = 0; in main() 102 file ?: "???", line); in main() 110 printf ("%s: cannot get file from line (%zd): %s\n", in main() 120 printf ("%s: line %zd srcline (%s) != file srcline (%s)\n", in main()
|
H A D | nvidia_extended_linemap_libdw.c | 66 printf ("%s: cannot get individual line\n", argv[cnt]); in main() 75 int line; in main() local 76 if (dwarf_lineno (l, &line) != 0) in main() 77 line = 0; in main() 80 file ?: "???", line); in main() 88 printf ("%s: cannot get file from line (%zd): %s\n", in main() 98 printf ("%s: line %zd srcline (%s) != file srcline (%s)\n", in main()
|
H A D | next-lines.c | 66 printf ("%s: cannot get individual line\n", argv[cnt]); in main() 75 int line; in main() local 76 if (dwarf_lineno (l, &line) != 0) in main() 77 line = 0; in main() 80 file ?: "???", line); in main() 88 printf ("%s: cannot get file from line (%zd): %s\n", in main() 98 printf ("%s: line %zd srcline (%s) != file srcline (%s)\n", in main()
|
/third_party/alsa-lib/src/pcm/ |
H A D | pcm_dmix_x86_64.c | 85 char line[255]; in mix_select_callbacks() local 90 while (!feof(in) && (fgets(line, sizeof(line), in) != NULL)) { in mix_select_callbacks() 91 if (!strncmp(line, "processor", 9)) in mix_select_callbacks()
|
/third_party/astc-encoder/Test/ |
H A D | astc_profile_valgrind.py | 50 for line in lines: 51 line = line.strip() 52 match = pattern.match(line) 145 Parse the command line. 148 Namespace: The parsed command line container.
|
/third_party/backends/backend/ |
H A D | gt68xx_high.h | 110 /** Add a white calibration line to the calibrator. 112 * This function should be called after scanning each white calibration line. 113 * The line width must be equal to the value passed to gt68xx_calibrator_new(). 116 * @param line Pointer to the line data. 119 * - #SANE_STATUS_GOOD - the line data was processed successfully. 123 unsigned int *line); 140 /** Add a black calibration line to the calibrator. 142 * This function should be called after scanning each black calibration line. 143 * The line widt 262 SANE_Int line; /**< Current line */ global() member [all...] |
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/rbbi/ |
H A D | LSTMBreakEngineTest.java | 72 String line; in runTestFromFile() 74 while ((line = br.readLine()) != null) { in runTestFromFile() 75 String fields[] = line.split("\t"); in runTestFromFile() 110 assertEquals(line + " Test Case#" + caseNum , expected, actual); in runTestFromFile()
|
/third_party/libphonenumber/tools/java/cpp-build/test/com/google/i18n/phonenumbers/ |
H A D | CppMetadataGeneratorTest.java | 42 // 13 bytes per line, so have 16 bytes to test > 1 line (general case). in emitStaticArrayData() 101 for (String line = reader.readLine(); line != null; line = reader.readLine()) { in toLines() 102 lines.add(line); in toLines()
|
/third_party/libphonenumber/tools/java/common/test/com/google/i18n/phonenumbers/ |
H A D | MetadataFilterCoverageTest.java | 40 for (String line = source.readLine(); line != null; line = source.readLine()) { 41 codeBuilder.append(line).append("\n");
|