Home
last modified time | relevance | path

Searched refs:current_line (Results 1 – 10 of 10) sorted by relevance

/external/selinux/libselinux/src/
Dmatchmediacon.c20 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/
Dinit.c109 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/
Datrace_agent.py190 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/
Dnetwork_EthernetStressPlug.py388 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/
Dsearch_related_commits.py217 for current_line in main(options):
218 print current_line
Dtest_search_related_commits.py247 for current_line in search_related_commits.main(options):
248 output.append(current_line)
/external/fio/tools/plot/
Dfio2gnuplot171 current_line=[]
184 current_line.append(s);
192 for line in enumerate(current_line):
/external/compiler-rt/lib/asan/scripts/
Dasan_symbolize.py416 return [self.current_line]
434 self.current_line = line.rstrip()
440 return [self.current_line]
/external/autotest/site_utils/autoupdate/
Dfull_release_test_test.py25 for current_line in control_file.splitlines():
26 if current_line == line:
/external/robolectric/v3/libs/
Dvtd-xml-2.11.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/ximpleware/ com/ ...