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

  /external/ltp/tools/
genhtml.pl 36 my $process_line = 0;
112 $process_line = 1;
117 $process_line = 0;
123 if ($process_line) {
  /external/r8/tools/
create_dx_replay.py 38 def process_line(out_dir, input_counter, orig_args): function
117 process_line(args.output_dir, input_counter, line.split('\t'))
  /external/pdfium/testing/tools/
fixup_pdf_template.py 57 def process_line(self, line): member in class:TemplateProcessor
80 outfile.write(processor.process_line(line))
  /external/selinux/libselinux/src/
label_db.c 91 process_line(const char *path, char *line_buf, unsigned int line_num, function
320 if (process_line(path, line_buf, ++line_num, catalog) < 0)
label_media.c 33 static int process_line(const char *path, char *line_buf, int pass, function
119 if (process_line(path, line_buf, pass, ++lineno, rec))
label_x.c 35 static int process_line(const char *path, char *line_buf, int pass, function
146 if (process_line(path, line_buf, pass, ++lineno, rec))
label_backends_android.c 83 static int process_line(struct selabel_handle *rec, function
175 if (process_line(rec, path, line_buf, pass, ++lineno))
label_file.h 375 static inline int process_line(struct selabel_handle *rec, function
label_file.c 107 rc = process_line(rec, path, prefix, line_buf, ++lineno);
  /external/compiler-rt/lib/asan/scripts/
asan_symbolize.py 357 self.process_line = self.process_line_echo
370 self.process_line = self.process_line_posix
427 processed = self.process_line(line)
  /external/toybox/toys/posix/
sed.c 250 static void process_line(char **pline, long plen) function
642 do_lines(fd, process_line);
644 process_line(0, 0);
730 // process_line() it means the match range attached to this command
    [all...]
  /external/selinux/libselinux/utils/
sefcontext_compile.c 51 rc = process_line(rec, filename, prefix, line_buf, ++line_num);
54 * process_line() context validation on Linux does not
358 /* Generate dummy handle for process_line() function */
369 * process_line function, however as the bin file being generated

Completed in 198 milliseconds