/third_party/ffmpeg/libavfilter/ |
H A D | vf_readeia608.c | 69 LineItem *line; member 86 LineItem *line, int lp, int w); 93 { "scan_min", "set from which line to scan for codes", OFFSET(start), AV_OPT_TYPE_INT, {.i64=0}, 0, INT_MAX, FLAGS }, 94 { "scan_max", "set to which line to scan for codes", OFFSET(end), AV_OPT_TYPE_INT, {.i64=29}, 0, INT_MAX, FLAGS }, 97 { "lp", "lowpass line prior to processing", OFFSET(lp), AV_OPT_TYPE_BOOL, {.i64= 1}, 0, 1, FLAGS }, 134 av_log(ctx, AV_LOG_WARNING, "Last line to scan too large, clipping.\n"); in config_filter() 158 if (!scan->line) in config_filter() 159 scan->line = av_calloc(size, sizeof(*scan->line)); in config_filter() 162 if (!scan->line || !sca in config_filter() 172 build_histogram(ReadEIA608Context *s, ScanItem *scan, const LineItem *line, int len) build_histogram() argument 223 meanf(const LineItem *line, int len) meanf() argument 235 stddevf(const LineItem *line, int len) stddevf() argument 246 thresholding(ReadEIA608Context *s, ScanItem *scan, LineItem *line, int lag, float threshold, float influence, int len) thresholding() argument 285 periods(const LineItem *line, CodeItem *code, int len) periods() argument 363 LineItem *line = scan->line; extract_line() local [all...] |
/third_party/icu/icu4j/tools/build/src/com/ibm/icu/dev/tool/docs/ |
H A D | CodeMangler.java | 74 "For @argfile arguments, read the specified text file (strip the '@'), and process each line of that file as \n" + 150 String line; in CodeMangler() 151 while (null != (line = br.readLine())) { in CodeMangler() 152 line = line.trim(); in CodeMangler() 153 if (line.length() > 0 && line.charAt(0) != '#') { in CodeMangler() 154 if (verbose) System.out.println("adding argument: " + line); in CodeMangler() 155 list.add(line); in CodeMangler() 317 String line; in processFile() 615 patMatch(String line, String[] leadKeyValue) patMatch() argument 685 pat2Match(String line, String[] keyRelVal) pat2Match() argument 775 pat3Match(String line) pat3Match() argument [all...] |
/third_party/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/translit/ |
H A D | Trans.java | 22 * A command-line interface to the ICU4J transliterators. 80 String line = null; in trans() 82 line = inText; in trans() 85 line = in.readLine(); in trans() 87 if (line == null) { in trans() 95 right = line.indexOf('>'); in trans() 97 right = line.length()-1; in trans() 99 buf.append(line.substring(0, right+1)); in trans() 100 if (DEBUG) System.out.println("*S:" + line.substring(0, right+1)); in trans() 104 int left = line in trans() [all...] |
/third_party/mesa3d/src/intel/isl/ |
H A D | gen_format_layout.py | 152 def __init__(self, line): 153 # If the line is just whitespace then just set everything to None to 155 if line.isspace(): 159 grouped = self._splitter.match(line) 169 def __init__(self, line): 171 self.name = line[0].strip() 173 self.bpb = int(line[1]) 174 self.bw = line[2].strip() 175 self.bh = line[3].strip() 176 self.bd = line[ [all...] |
/third_party/python/Lib/email/ |
H A D | quoprimime.py | 23 This module does not do the line wrapping or end-of-line character 25 does dumb encoding and decoding. To deal with the various line 128 """Encode a single header line with quoted-printable (like) encoding. 156 Each line of encoded text will end with eol, which defaults to "\\n". Set 160 Each line will be wrapped at, at most, maxlinelen characters before the 162 permitted by RFC 2045). Long lines will have the 'soft line break' 167 followed by a soft line break. Smaller values will generate a 181 # leave space for the '=' at the end of a line 187 for line i [all...] |
/third_party/mbedtls/tests/scripts/ |
H A D | gen_gcm_decrypt.pl | 32 while(my $line = <TEST_DATA>) 34 next if ($line !~ /^\[/); 35 ($val) = ($line =~ /\[$name\s\=\s(\w+)\]/); 46 my $line; 48 while($line = <TEST_DATA>) 50 next if($line !~ /=/); 54 ($val) = ($line =~ /^$name = (\w+)/); 63 my $line; 65 while($line = <TEST_DATA>) 67 next if($line !~ / [all...] |
/third_party/python/Tools/scripts/ |
H A D | cleanfuture.py | 26 physical line (separated by semicolon). 34 is analyzed by cleanfuture, the line is rewritten to 109 for s, e, line in changed: 113 if line is None: 117 print(line, end=' ') 148 line = self.f.readline() 149 if line == "": 152 self.lines.append(line) 153 return line 165 type, token, (srow, scol), (erow, ecol), line [all...] |
H A D | fixdiv.py | 10 <file>:<line>: DeprecationWarning: classic <type> division 24 line number. Then, for each file that received at least one warning, 27 its findings to stdout, preceded by a line of dashes and a line of the 36 Here are the possible messages on stdout (N stands for a line number): 38 - A plain-diff-style change ('NcN', a line marked by '<', a line 39 containing '---', and a line marked by '>'): 44 - 'True division / operator at line N' and a line marke [all...] |
/third_party/backends/sanei/ |
H A D | sanei_auth.c | 164 char line[1024], *linep; in sanei_authorize() local 187 while (sanei_config_read (line, 1024, passwd_file)) in sanei_authorize() 190 if (strchr (line, ':') != NULL) in sanei_authorize() 192 if (strchr (strchr (line, ':') + 1, ':') != NULL) in sanei_authorize() 195 if (strcmp (strchr (strchr (line, ':') + 1, ':') + 1, resource) in sanei_authorize() 241 while (sanei_config_read (line, 1024, passwd_file)) in sanei_authorize() 244 if ((strlen (line) > 0) && (line[strlen (line) - 1] == '\n')) in sanei_authorize() 245 line[strle in sanei_authorize() [all...] |
/third_party/skia/third_party/externals/harfbuzz/src/ |
H A D | hb-ot-shape-complex-indic-machine.hh | 2 #line 1 "hb-ot-shape-complex-indic-machine.rl" 44 #line 45 "hb-ot-shape-complex-indic-machine.hh" 64 #line 65 "hb-ot-shape-complex-indic-machine.hh" 416 #line 46 "hb-ot-shape-complex-indic-machine.rl" 420 #line 102 "hb-ot-shape-complex-indic-machine.rl" 439 #line 440 "hb-ot-shape-complex-indic-machine.hh" in find_syllables_indic() 447 #line 122 "hb-ot-shape-complex-indic-machine.rl" in find_syllables_indic() 455 #line 456 "hb-ot-shape-complex-indic-machine.hh" in find_syllables_indic() 466 #line 1 "NONE" in find_syllables_indic() 469 #line 47 in find_syllables_indic() [all...] |
/third_party/python/Lib/ |
H A D | poplib.py | 44 # maximal line length when calling readline(). This is to prevent 45 # reading arbitrary length lines. RFC 1939 limits POP3 line length to 87 POP is a line-based protocol, which means large mail 89 line-by-line. 114 def _putline(self, line): 115 if self._debugging > 1: print('*put*', repr(line)) 116 sys.audit("poplib.putline", self, line) 117 self.sock.sendall(line + CRLF) 122 def _putcmd(self, line) [all...] |
/third_party/nghttp2/doc/ |
H A D | mkapiref.py | 44 for line in self.content: 45 out.write(' {}\n'.format(line)) 58 for line in self.content: 59 out.write(' {}\n'.format(line)) 64 for line in content: 65 out.write(' {}\n'.format(line)) 78 for line in self.content: 79 out.write(' {}\n'.format(line)) 84 for line in content: 85 out.write(' {}\n'.format(line)) [all...] |
/third_party/python/Lib/idlelib/ |
H A D | format.py | 1 """Format all or a selected region (line slice) of text. 23 * If there is a selection marked, and the first line of the 90 line = text.get("%d.0" % lineno, "%d.end" % lineno) 92 # Look for start of next paragraph if the index passed in is a blank line 93 while text.compare("%d.0" % lineno, "<", "end") and is_all_white(line): 95 line = text.get("%d.0" % lineno, "%d.end" % lineno) 97 comment_header = get_comment_header(line) 100 # Once start line found, search for end of paragraph (a blank line) 101 while get_comment_header(line) [all...] |
/third_party/protobuf/objectivec/DevTools/ |
H A D | pddm.py | 50 line to start the next macro. Optionally, a macro can be ended with 58 The first line of the expansion is always a blank like just for readability. 165 def AppendLine(self, line): 168 self._body += line 169 self._needNewLine = not line.endswith('\n') 206 for line in input_lines: 207 if line.startswith('PDDM-'): 208 directive = line.split(' ', 1)[0] 210 name, args = self._ParseDefineLine(line) 212 raise PDDMError('Attempt to redefine macro: "%s"' % line) [all...] |
/third_party/toybox/kconfig/ |
H A D | conf.c | 35 static char line[128]; variable 75 line[0] = '\n'; in conf_askvalue() 76 line[1] = 0; in conf_askvalue() 80 line[0] = '\n'; in conf_askvalue() 81 line[1] = 0; in conf_askvalue() 104 fgets(line, 128, stdin); in conf_askvalue() 125 line[0] = 'y'; in conf_askvalue() 126 line[1] = '\n'; in conf_askvalue() 127 line[2] = 0; in conf_askvalue() 133 line[ in conf_askvalue() [all...] |
/third_party/curl/lib/vtls/ |
H A D | keylog.c | 94 Curl_tls_keylog_write_line(const char *line) in Curl_tls_keylog_write_line() argument 96 /* The current maximum valid keylog line length LF and NUL is 195. */ in Curl_tls_keylog_write_line() 100 if(!keylog_file_fp || !line) { in Curl_tls_keylog_write_line() 104 linelen = strlen(line); in Curl_tls_keylog_write_line() 106 /* Empty line or too big to fit in a LF and NUL. */ in Curl_tls_keylog_write_line() 110 memcpy(buf, line, linelen); in Curl_tls_keylog_write_line() 111 if(line[linelen - 1] != '\n') { in Curl_tls_keylog_write_line() 129 char line[KEYLOG_LABEL_MAXLEN + 1 + 2 * CLIENT_RANDOM_SIZE + 1 + in Curl_tls_keylog_write() local 142 memcpy(line, label, pos); in Curl_tls_keylog_write() 143 line[po in Curl_tls_keylog_write() [all...] |
/third_party/vk-gl-cts/external/vulkan-docs/src/scripts/Retired/ |
H A D | findBalance.py | 30 # [ '--', line, None ] for a -- delimiter on line 31 # [ 'ifdef', line, condition] for an ifdef or ifndef on line 34 line = 1 57 'Opening -- block @', line, 59 blocks.append([ '--', line, None ]) 60 line = line + 1 65 # print('Matched [open pattern @', line, ' [all...] |
/third_party/toybox/toys/other/ |
H A D | pmap.c | 32 char *line, *oldline = 0, *name = 0, in pmap_main() local 40 line = readfile(toybuf, 0, 0); in pmap_main() 41 if (!line) error_msg("No %lu", (long)pid); in pmap_main() 42 xprintf("%u: %s\n", (int)pid, line); in pmap_main() 43 free(line); in pmap_main() 62 line = 0; in pmap_main() 63 if (0 >= getline(&line, &len, fp)) break; in pmap_main() 64 count = sscanf(line, "%llx-%llx %s %*s %*s %*s %n", in pmap_main() 68 name = line[off] ? line in pmap_main() [all...] |
/third_party/python/Lib/test/test_peg_generator/ |
H A D | test_pegen.py | 99 NUMBER, string="1", start=(1, 0), end=(1, 1), line="1, 2\n" 102 NUMBER, string="2", start=(1, 3), end=(1, 4), line="1, 2\n" 106 NEWLINE, string="\n", start=(1, 4), end=(1, 5), line="1, 2\n" 122 TokenInfo(NUMBER, string="42", start=(1, 0), end=(1, 2), line="42\n"), 123 TokenInfo(NEWLINE, string="\n", start=(1, 2), end=(1, 3), line="42\n"), 140 NUMBER, string="1", start=(1, 0), end=(1, 1), line="1 + 2\n" 144 OP, string="+", start=(1, 2), end=(1, 3), line="1 + 2\n" 147 NUMBER, string="2", start=(1, 4), end=(1, 5), line="1 + 2\n" 152 NEWLINE, string="\n", start=(1, 5), end=(1, 6), line="1 + 2\n" 161 TokenInfo(NUMBER, string="1", start=(1, 0), end=(1, 1), line [all...] |
/third_party/curl/src/ |
H A D | var.c | 210 const char *line, struct curlx_dynbuf *out, in varexpand() 216 const char *input = line; in varexpand() 220 envp = strstr(line, "{{"); in varexpand() 221 if((envp > line) && envp[-1] == '\\') { in varexpand() 225 result = curlx_dyn_addn(out, line, envp - line - 1); in varexpand() 233 line = &envp[2]; in varexpand() 261 result = curlx_dyn_addn(out, line, clp - line + prefix); in varexpand() 267 result = curlx_dyn_addn(out, line, env in varexpand() 209 varexpand(struct GlobalConfig *global, const char *line, struct curlx_dynbuf *out, bool *replaced) varexpand() argument 392 const char *line = input; setvariable() local [all...] |
/third_party/backends/backend/pixma/scripts/ |
H A D | pixma_gen_options.py | 34 line = f.readline() 35 if not line: 37 if line.startswith('BEGIN SANE_Option_Descriptor'): 41 def parseVerbatim(o, line): 42 words = line.split(None, 1) 49 def parseLine_type(o, line): 50 words = line.split(None, 2) 69 def parseLine_title(o, line): 70 o['title'] = line.split(None, 1)[1] 73 def parseLine_desc(o, line) [all...] |
/third_party/mbedtls/library/ |
H A D | debug.c | 35 const char *file, int line, in debug_send_line() 46 ssl->conf->f_dbg(ssl->conf->p_dbg, level, file, line, idstr); in debug_send_line() 48 ssl->conf->f_dbg(ssl->conf->p_dbg, level, file, line, str); in debug_send_line() 54 const char *file, int line, in mbedtls_debug_print_msg() 84 debug_send_line(ssl, level, file, line, str); in mbedtls_debug_print_msg() 88 const char *file, int line, in mbedtls_debug_print_ret() 112 debug_send_line(ssl, level, file, line, str); in mbedtls_debug_print_ret() 116 const char *file, int line, const char *text, in mbedtls_debug_print_buf() 133 debug_send_line(ssl, level, file, line, str); in mbedtls_debug_print_buf() 144 debug_send_line(ssl, level, file, line, st in mbedtls_debug_print_buf() 34 debug_send_line(const mbedtls_ssl_context *ssl, int level, const char *file, int line, const char *str) debug_send_line() argument 53 mbedtls_debug_print_msg(const mbedtls_ssl_context *ssl, int level, const char *file, int line, const char *format, ...) mbedtls_debug_print_msg() argument 87 mbedtls_debug_print_ret(const mbedtls_ssl_context *ssl, int level, const char *file, int line, const char *text, int ret) mbedtls_debug_print_ret() argument 115 mbedtls_debug_print_buf(const mbedtls_ssl_context *ssl, int level, const char *file, int line, const char *text, const unsigned char *buf, size_t len) mbedtls_debug_print_buf() argument 171 mbedtls_debug_print_ecp(const mbedtls_ssl_context *ssl, int level, const char *file, int line, const char *text, const mbedtls_ecp_point *X) mbedtls_debug_print_ecp() argument 193 mbedtls_debug_print_ec_coord(const mbedtls_ssl_context *ssl, int level, const char *file, int line, const char *text, const unsigned char *buf, size_t len) mbedtls_debug_print_ec_coord() argument 233 mbedtls_debug_print_psa_ec(const mbedtls_ssl_context *ssl, int level, const char *file, int line, const char *text, const mbedtls_pk_context *pk) mbedtls_debug_print_psa_ec() argument 265 mbedtls_debug_print_mpi(const mbedtls_ssl_context *ssl, int level, const char *file, int line, const char *text, const mbedtls_mpi *X) mbedtls_debug_print_mpi() argument 316 debug_print_pk(const mbedtls_ssl_context *ssl, int level, const char *file, int line, const char *text, const mbedtls_pk_context *pk) debug_print_pk() argument 360 debug_print_line_by_line(const mbedtls_ssl_context *ssl, int level, const char *file, int line, const char *text) debug_print_line_by_line() argument 384 mbedtls_debug_print_crt(const mbedtls_ssl_context *ssl, int level, const char *file, int line, const char *text, const mbedtls_x509_crt *crt) mbedtls_debug_print_crt() argument 417 mbedtls_debug_printf_ecdh_internal(const mbedtls_ssl_context *ssl, int level, const char *file, int line, const mbedtls_ecdh_context *ecdh, mbedtls_debug_ecdh_attr attr) mbedtls_debug_printf_ecdh_internal() argument 447 mbedtls_debug_printf_ecdh(const mbedtls_ssl_context *ssl, int level, const char *file, int line, const mbedtls_ecdh_context *ecdh, mbedtls_debug_ecdh_attr attr) mbedtls_debug_printf_ecdh() argument [all...] |
/third_party/icu/tools/unicode/py/ |
H A D | parsescriptmetadata.py | 39 for line in uscript_file: 40 line = line.strip() 41 if not line: continue 42 if line.startswith("#"): continue # whole-line comment 43 match = script_num_re.search(line) 55 for line in smd_file: 56 comment_start = line.find("#") 57 if comment_start >= 0: line [all...] |
/third_party/protobuf/java/core/src/main/java/com/google/protobuf/ |
H A D | TextFormatParseLocation.java | 38 * <p>A location is the starting line number and starting column number. 48 * @param line the starting line number 52 static TextFormatParseLocation create(int line, int column) { in create() argument 53 if (line == -1 && column == -1) { in create() 56 if (line < 0 || column < 0) { in create() 58 String.format("line and column values must be >= 0: line %d, column: %d", line, column)); in create() 60 return new TextFormatParseLocation(line, colum in create() 63 private final int line; global() field in TextFormatParseLocation 66 TextFormatParseLocation(int line, int column) TextFormatParseLocation() argument [all...] |
/third_party/node/deps/openssl/openssl/crypto/perlasm/ |
H A D | x86_64-xlate.pl | 29 # - can't use multiple ops per line; 165 my ($class, $line) = @_; 169 if ($$line =~ /^([a-z][a-z0-9]*)/i) { 173 $$line = substr($$line,@+[0]); $$line =~ s/^\s+//; 185 } elsif ($self->{op} =~ /mov[dq]/ && $$line =~ /%xmm/) { 243 my ($class, $line) = @_; 247 if ($$line =~ /^\$([^,]+)/) { 251 $$line [all...] |