Searched refs:current_line (Results 1 – 9 of 9) sorted by relevance
/external/selinux/libselinux/src/ |
D | matchmediacon.c | 20 char current_line[PATH_MAX]; in matchmediacon() local 24 if (!fgets_unlocked(current_line, sizeof(current_line), infile)) { in matchmediacon() 27 if (current_line[strlen(current_line) - 1]) in matchmediacon() 28 current_line[strlen(current_line) - 1] = 0; in matchmediacon() 30 ptr = current_line; in matchmediacon()
|
/external/e2fsprogs/ext2ed/ |
D | init.c | 109 char current_line [500],current_word [50],*ch; in set_struct_descriptors() local 119 fgets (current_line,500,fp); in set_struct_descriptors() 121 ch=parse_word (current_line,current_word); in set_struct_descriptors() 126 while (strchr (current_line,'{')==NULL) { in set_struct_descriptors() 127 fgets (current_line,500,fp); in set_struct_descriptors() 132 fgets (current_line,500,fp); in set_struct_descriptors() 134 while (strchr (current_line,'}')==NULL) { in set_struct_descriptors() 135 while (strchr (current_line,';')==NULL) { in set_struct_descriptors() 136 fgets (current_line,500,fp); in set_struct_descriptors() 137 if (strchr (current_line,'}')!=NULL) break; in set_struct_descriptors() [all …]
|
/external/chromium-trace/catapult/systrace/systrace/agents/ |
D | atrace_agent.py | 190 current_line = '' 225 current_line += chunk 226 if re.match(TRACE_START_REGEXP, current_line): 232 current_line = '' 239 current_line = re.sub(ADB_IGNORE_REGEXP, '', current_line) 240 if len(current_line) > 1: 243 sys.stdout.write(current_line) 245 current_line = '' 255 current_line = re.sub(ADB_IGNORE_REGEXP, '', current_line) 256 if current_line: [all …]
|
/external/autotest/client/site_tests/network_EthernetStressPlug/ |
D | network_EthernetStressPlug.py | 388 current_line = line.strip().partition(':') 389 if current_line[1] == ':': 390 current_key = current_line[0] 396 speed = re.search('^\s*(\d*)', current_line[2]) 404 self._ParseEthTool_LinkModes(current_line[2]) 406 parameters[current_key] = current_line[2].strip() 411 self._ParseEthTool_LinkModes(current_line[0]) 413 parameters[current_key]+=current_line[0].strip()
|
/external/v8/tools/release/ |
D | test_search_related_commits.py | 247 for current_line in search_related_commits.main(options): 248 output.append(current_line)
|
D | search_related_commits.py | 217 for current_line in main(options): 218 print current_line
|
/external/compiler-rt/lib/asan/scripts/ |
D | asan_symbolize.py | 416 return [self.current_line] 434 self.current_line = line.rstrip() 440 return [self.current_line]
|
/external/fio/tools/plot/ |
D | fio2gnuplot | 171 current_line=[] 184 current_line.append(s); 192 for line in enumerate(current_line):
|
/external/autotest/site_utils/autoupdate/ |
D | full_release_test_test.py | 25 for current_line in control_file.splitlines(): 26 if current_line == line:
|