HomeSort by relevance Sort by last modified time
    Searched refs:current_line (Results 1 - 24 of 24) sorted by null

  /external/selinux/libselinux/src/
matchmediacon.c 20 char current_line[PATH_MAX]; local
24 if (!fgets_unlocked(current_line, sizeof(current_line), infile)) {
27 if (current_line[strlen(current_line) - 1])
28 current_line[strlen(current_line) - 1] = 0;
30 ptr = current_line;
  /prebuilts/gdb/darwin-x86/lib/python2.7/distutils/
text_file.py 107 self.current_line = 0 # assuming that file is at BOF!
121 self.current_line = 0
131 self.current_line = None
137 line = self.current_line
241 if isinstance(self.current_line, list):
242 self.current_line[1] = self.current_line[1] + 1
244 self.current_line = [self.current_line,
245 self.current_line+1
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/distutils/
text_file.py 107 self.current_line = 0 # assuming that file is at BOF!
121 self.current_line = 0
131 self.current_line = None
137 line = self.current_line
241 if isinstance(self.current_line, list):
242 self.current_line[1] = self.current_line[1] + 1
244 self.current_line = [self.current_line,
245 self.current_line+1
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/
text_file.py 107 self.current_line = 0 # assuming that file is at BOF!
121 self.current_line = 0
131 self.current_line = None
137 line = self.current_line
241 if isinstance(self.current_line, list):
242 self.current_line[1] = self.current_line[1] + 1
244 self.current_line = [self.current_line,
245 self.current_line+1
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/
text_file.py 107 self.current_line = 0 # assuming that file is at BOF!
121 self.current_line = 0
131 self.current_line = None
137 line = self.current_line
241 if isinstance(self.current_line, list):
242 self.current_line[1] = self.current_line[1] + 1
244 self.current_line = [self.current_line,
245 self.current_line+1
    [all...]
  /external/e2fsprogs/ext2ed/
init.c 109 char current_line [500],current_word [50],*ch; local
119 fgets (current_line,500,fp);
121 ch=parse_word (current_line,current_word);
126 while (strchr (current_line,'{')==NULL) {
127 fgets (current_line,500,fp);
132 fgets (current_line,500,fp);
134 while (strchr (current_line,'}')==NULL) {
135 while (strchr (current_line,';')==NULL) {
136 fgets (current_line,500,fp);
137 if (strchr (current_line,'}')!=NULL) break
611 char current_line [500],current_word [200]; local
    [all...]
  /external/autotest/client/site_tests/network_EthernetStressPlug/
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/autotest/site_utils/autoupdate/
full_release_test_test.py 25 for current_line in control_file.splitlines():
26 if current_line == line:
  /cts/tools/dasm/src/java_cup/
lexer.java 87 protected static int current_line = 1; field in class:lexer
162 current_line++;
176 System.err.println("Error at " + current_line + "(" + current_position +
190 System.err.println("Warning at " + current_line + "(" + current_position +
  /external/v8/tools/release/
search_related_commits.py 217 for current_line in main(options):
218 print current_line
test_search_related_commits.py 247 for current_line in search_related_commits.main(options):
248 output.append(current_line)
  /external/fio/tools/plot/
fio2gnuplot 171 current_line=[]
184 current_line.append(s);
192 for line in enumerate(current_line):
  /toolchain/binutils/binutils-2.25/gas/
listing.c 563 unsigned int current_line; local
602 current_line = file->linenum;
612 ++ current_line;
633 -- current_line;
635 if (current_line == linenum)
    [all...]
  /external/compiler-rt/lib/asan/scripts/
asan_symbolize.py 416 return [self.current_line]
434 self.current_line = line.rstrip()
440 return [self.current_line]
  /prebuilts/gdb/darwin-x86/lib/python2.7/distutils/command/
sdist.py 328 template.current_line,
  /prebuilts/gdb/linux-x86/lib/python2.7/distutils/command/
sdist.py 328 template.current_line,
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/command/
sdist.py 328 template.current_line,
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/command/
sdist.py 328 template.current_line,
  /cts/tools/dasm/etc/
java_cup-new.jar 
java_cup.jar 
java_cup.jar.old 
  /toolchain/binutils/binutils-2.25/gas/config/
tc-tic30.c 289 (current_line). Search for the parallel bars, and if found, merge two
302 tic30_find_parallel_insn (char *current_line, char *next_line)
337 line = current_line;
    [all...]
  /external/robolectric/v3/libs/
vtd-xml-2.11.jar 
  /prebuilts/tools/common/m2/repository/com/ximpleware/vtd-xml/2.11/
vtd-xml-2.11.jar 

Completed in 795 milliseconds