/third_party/ltp/tools/ |
H A D | genhtml.pl | 36 my $process_line = 0; 113 $process_line = 1; 118 $process_line = 0; 124 if ($process_line) {
|
/third_party/vk-gl-cts/external/vulkan-docs/src/scripts/spec_tools/ |
H A D | file_process.py | 82 def process_line(self, line_num, line): member in LinewiseFileProcessor 96 self.process_line(processing_line_num, processing_line)
|
/third_party/jerryscript/tools/ |
H A D | gen-magic-strings.py | 76 def process_line(fname, lnum, line, guard_stack): function 139 process_line(fname, lnum, line, guard_stack)
|
/third_party/selinux/libselinux/src/ |
H A D | label_db.c | 91 process_line(const char *path, char *line_buf, unsigned int line_num, in process_line() function 327 if (process_line(path, line_buf, ++line_num, catalog) < 0) in db_init()
|
H A D | label_media.c | 33 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()
|
H A D | label_x.c | 35 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()
|
H A D | label_backends_android.c | 83 static int process_line(struct selabel_handle *rec, in process_line() function 188 if (process_line(rec, path, line_buf, pass, ++lineno) in init()
|
H A D | label_file.h | 434 static inline int process_line(struct selabel_handle *rec, in process_line() function
|
H A D | label_file.c | 106 rc = process_line(rec, path, prefix, line_buf, ++lineno); in process_text_file()
|
/third_party/vk-gl-cts/external/vulkan-docs/src/config/ifdef-mismatch/ |
H A D | extension.rb | 46 def process_line line method in Asciidoctor.IfDefMismatchPreprocessorReader
|
/third_party/vk-gl-cts/external/vulkan-docs/src/scripts/ |
H A D | comment_convert.py | 143 def process_line(self, line_num, line): member in CommentConverter
|
/third_party/alsa-utils/alsamixer/ |
H A D | configparser.c | 502 static int process_line(char *line) { in process_line() function 560 if (process_line(line) < 0) { in parse_config_file()
|
/third_party/selinux/libselinux/utils/ |
H A D | sefcontext_compile.c | 51 rc = process_line(rec, filename, prefix, line_buf, ++line_num); in process_file() 54 * process_line() context validation on Linux does not in process_file() 358 /* Generate dummy handle for process_line() function */ in main() 369 * process_line function, however as the bin file being generated in main()
|
/third_party/ffmpeg/libavformat/ |
H A D | http.c | 1081 static int process_line(URLContext *h, char *line, int line_count) in process_line() function 1346 err = process_line(h, line, s->line_count); in http_read_header()
|