Home
last modified time | relevance | path

Searched refs:process_line (Results 1 – 15 of 15) sorted by relevance

/external/ltp/tools/
Dgenhtml.pl36 my $process_line = 0;
112 $process_line = 1;
117 $process_line = 0;
123 if ($process_line) {
/external/toolchain-utils/llvm_extra/
Dcreate_ebuild_file.py97 def process_line(line, text): function
147 process_line(line, text)
/external/tensorflow/tensorflow/tools/docs/
Dpy_guide_parser.py79 self.process_line(i, line)
98 def process_line(self, line_number, line): member in PyGuideParser
Dpy_guide_parser_test.py43 def process_line(self, line_number, line): member in TestPyGuideParser
Dgenerate_lib.py404 def process_line(self, _, line): member in _GenerateGuideIndex
/external/pdfium/testing/tools/
Dfixup_pdf_template.py63 def process_line(self, line): member in TemplateProcessor
89 outfile.write(processor.process_line(line))
/external/selinux/libselinux/src/
Dlabel_media.c33 static int process_line(const char *path, char *line_buf, int pass, in process_line() function
119 if (process_line(path, line_buf, pass, ++lineno, rec)) in init()
Dlabel_x.c35 static int process_line(const char *path, char *line_buf, int pass, in process_line() function
146 if (process_line(path, line_buf, pass, ++lineno, rec)) in init()
Dlabel_db.c91 process_line(const char *path, char *line_buf, unsigned int line_num, in process_line() function
322 if (process_line(path, line_buf, ++line_num, catalog) < 0) in db_init()
Dlabel_backends_android.c85 static int process_line(struct selabel_handle *rec, in process_line() function
177 if (process_line(rec, path, line_buf, pass, ++lineno)) in process_file()
Dlabel_file.h426 static inline int process_line(struct selabel_handle *rec, in process_line() function
Dlabel_file.c106 rc = process_line(rec, path, prefix, line_buf, ++lineno); in process_text_file()
/external/compiler-rt/lib/asan/scripts/
Dasan_symbolize.py357 self.process_line = self.process_line_echo
370 self.process_line = self.process_line_posix
427 processed = self.process_line(line)
/external/selinux/libselinux/utils/
Dsefcontext_compile.c51 rc = process_line(rec, filename, prefix, line_buf, ++line_num); in process_file()
/external/python/cpython2/Doc/library/
Dfunctions.rst732 process_line(line)