Searched refs:content (Results 1 – 18 of 18) sorted by relevance
| /tools/testing/ktest/examples/bootconfigs/ |
| A D | verify-functiongraph.sh | 8 content=`cat $file` 9 if [ "$content" != "$val" ]; then 10 echo "FAILED: $file has '$content', expected '$val'" 18 content=`cat $file | sed -ne "/^$val/p"` 19 if [ -z "$content" ]; then 41 content=`cat $file | sed -ne "/^[0 ]*$val/p"` 42 if [ -z "$content" ]; then
|
| A D | verify-tracing.sh | 8 content=`cat $file` 9 if [ "$content" != "$val" ]; then 10 echo "FAILED: $file has '$content', expected '$val'" 18 content=`cat $file | sed -ne "/^$val/p"` 19 if [ -z "$content" ]; then 41 content=`cat $file | sed -ne "/^[0 ]*$val/p"` 42 if [ -z "$content" ]; then
|
| A D | verify-boottrace.sh | 8 content=`cat $file` 9 if [ "$content" != "$val" ]; then 10 echo "FAILED: $file has '$content', expected '$val'" 18 content=`cat $file | sed -ne "/^$val/p"` 19 if [ -z "$content" ]; then 41 content=`cat $file | sed -ne "/^[0 ]*$val/p"` 42 if [ -z "$content" ]; then
|
| /tools/verification/rvgen/rvgen/ |
| A D | generator.py | 59 content = fd.read() 62 return content 143 content = self._read_file(file_to_patch) 144 content = content.replace(marker, line + "\n" + marker) 145 self.__write_file(file_to_patch, content) 207 def __write_file(self, file_name, content): argument 213 file.write(content) 217 def _create_file(self, file_name, content): argument 221 self.__write_file(path, content)
|
| /tools/testing/selftests/tc-testing/plugin-lib/ |
| A D | valgrindPlugin.py | 130 content = vfd.read() 131 def_mo = self.definitely_lost_re.search(content) 132 ind_mo = self.indirectly_lost_re.search(content) 133 pos_mo = self.possibly_lost_re.search(content) 134 nle_mo = self.non_leak_error_re.search(content) 150 res.append_failmsg(content)
|
| /tools/testing/selftests/damon/ |
| A D | sysfs.sh | 12 content=$2 15 if ! echo "$content" > "$file" 17 echo "writing $content to $file failed" 26 content=$2 29 if (echo "$content" > "$file") 2> /dev/null 31 echo "writing $content to $file succeed ($fail_reason)"
|
| A D | _damon_sysfs.py | 183 content, err = read_file(nr_goals_file) 186 if int(content) != len(self.goals): 627 content, err = read_file(nr_targets_file) 630 if int(content) != len(self.targets): 641 content, err = read_file(nr_schemes_file) 644 if int(content) != len(self.schemes): 676 if int(content) != len(self.contexts): 717 content, err = read_file( 748 content, err = read_file( 763 content, err = read_file( [all …]
|
| /tools/testing/selftests/ftrace/test.d/trigger/inter-event/ |
| A D | trigger-synthetic-eprobe.tc | 32 content=`grep '^ *ls-' trace | grep 'file='` 35 if [ -z "$content" ]; then
|
| /tools/net/ynl/pyynl/ |
| A D | ynl_gen_rst.py | 398 content = parse_yaml(yaml_data) 400 return content 403 def write_to_rstfile(content: str, filename: str) -> None: 408 rst_file.write(content) 439 content = parse_yaml_file(os.path.join(args.input)) 445 write_to_rstfile(content, args.output)
|
| /tools/testing/selftests/ftrace/test.d/dynevent/ |
| A D | add_remove_eprobe.tc | 24 content=`grep '^ *ls-' trace | grep 'file='` 27 if [ -z "$content" ]; then
|
| /tools/tracing/rtla/src/ |
| A D | osnoise_hist.c | 179 char *content, *position; in osnoise_read_trace_hist() local 183 content = tracefs_event_file_read(tool->trace.inst, "osnoise", in osnoise_read_trace_hist() 186 if (!content) in osnoise_read_trace_hist() 189 position = content; in osnoise_read_trace_hist() 217 free(content); in osnoise_read_trace_hist()
|
| /tools/testing/selftests/drivers/sdsi/ |
| A D | sdsi_test.py | 30 content = f.read() 31 return content
|
| /tools/testing/selftests/drivers/net/ |
| A D | netpoll_basic.py | 177 content = file.read() 183 content.strip(),
|
| /tools/power/pm-graph/ |
| A D | README | 11 …Home Page: https://www.intel.com/content/www/us/en/developer/topic-technology/open/pm-graph/overvi… 18 https://www.intel.com/content/www/us/en/developer/articles/technical/usage.html 21 https://www.intel.com/content/www/us/en/developer/topic-technology/open/pm-graph/features.html
|
| A D | sleepgraph.py | 4311 <meta http-equiv="content-type" content="text/html; charset=UTF-8">\n\ 5014 <meta http-equiv="content-type" content="text/html; charset=UTF-8">\n\
|
| /tools/net/sunrpc/xdrgen/ |
| A D | README | 250 Enable something like a #include to dynamically insert the content
|
| /tools/perf/Documentation/ |
| A D | perf-config.txt | 227 content based identifier that, if available, will be inserted in a
|
| /tools/memory-model/Documentation/ |
| A D | explanation.txt | 1425 requirement is the content of the LKMM's "happens-before" axiom. 1510 the content of the LKMM's "propagation" axiom. 2226 accesses. It is instead content to determine whether the code
|
Completed in 34 milliseconds