Searched defs:line (Results 426 - 450 of 1454) sorted by last modified time

<<11121314151617181920>>

/external/libxml2/include/libxml/
H A Dtree.h461 int lineno; /* The line number if attr is not available */
478 int lineno; /* The line number if attr is not available */
505 unsigned short line; /* line number */ member in struct:_xmlNode
520 * Macro to extract the line number of an element node.
H A Dxmlerror.h84 int line; /* the line number if available */ member in struct:_xmlError
927 int line,
/external/libxml2/
H A Dnanohttp.c645 * Read one line in the HTTP server output, usually for extracting
648 * Returns a newly allocated string with a copy of the line, or NULL
687 * @line: an HTTP header line
699 xmlNanoHTTPScanAnswer(xmlNanoHTTPCtxtPtr ctxt, const char *line) { argument
700 const char *cur = line;
702 if (line == NULL) return;
704 if (!strncmp(line, "HTTP/", 5)) {
736 } else if (!xmlStrncasecmp(BAD_CAST line, BAD_CAST"Content-Type:", 13)) {
762 } else if (!xmlStrncasecmp(BAD_CAST line, BAD_CAS
[all...]
H A Dparser.c2014 ctxt->input->line++; ctxt->input->col = 1; \
2069 ctxt->input->line++; ctxt->input->col = 1; \
2108 ctxt->input->line++; ctxt->input->col = 1;
2188 ctxt->input->line);
4417 int line = ctxt->input->line; local
4434 ctxt->input->line++; ctxt->input->col = 1;
4477 ctxt->input->line++; ctxt->input->col = 1;
4512 line = ctxt->input->line;
8638 xmlParseEndTag1(xmlParserCtxtPtr ctxt, int line) argument
9657 xmlParseEndTag2(xmlParserCtxtPtr ctxt, const xmlChar *prefix, const xmlChar *URI, int line, int nsNr, int tlen) argument
9937 int line, tlen = 0; local
[all...]
H A Dschematron.c1382 long line; local
1388 line = xmlGetLineNo(cur);
1405 snprintf(msg, 999, "%s line %ld: %s\n", (const char *) path,
1406 line, (const char *) report);
1424 XML_ERR_ERROR, NULL, line,
H A Dxmlmemory.c153 * @line: the line number
161 xmlMallocLoc(size_t size, const char * file, int line) argument
186 p->mh_line = line;
222 * @line: the line number
230 xmlMallocAtomicLoc(size_t size, const char * file, int line) argument
255 p->mh_line = line;
306 * @line: the line numbe
314 xmlReallocLoc(void *ptr,size_t size, const char * file, int line) argument
483 xmlMemStrdupLoc(const char *str, const char *file, int line) argument
[all...]
H A Dxmlreader.c3734 * Since attribute value and end of line normalizations are a MUST in the XML
3854 * Provide the line number of the current parsing point.
3865 return (reader->ctxt->input->line);
4159 * @line: returned line information
4167 xmlTextReaderLocator(void *ctx, const char **file, unsigned long *line) { argument
4170 if ((ctx == NULL) || ((file == NULL) && (line == NULL)))
4175 if (line != NULL)
4176 *line = 0;
4182 if (line !
[all...]
H A Dxmlschemas.c2030 int error, xmlNodePtr node, int line, const char *msg,
2053 * Error node. If we specify a line number, then
2056 if (line == 0) {
2063 * Get filename and line if no node-tree.
2069 line = vctxt->parserCtxt->input->line;
2074 * and channel only the given line number.
2087 if ((file == NULL) || (line == 0)) {
2093 if (line == 0)
2094 line
2028 xmlSchemaErr4Line(xmlSchemaAbstractCtxtPtr ctxt, xmlErrorLevel errorLevel, int error, xmlNodePtr node, int line, const char *msg, const xmlChar *str1, const xmlChar *str2, const xmlChar *str3, const xmlChar *str4) argument
28742 xmlSchemaValidateStreamLocator(void *ctx, const char **file, unsigned long *line) argument
[all...]
/external/libvorbis/vq/
H A Dbookutil.c82 /* read a line. Use global, persistent buffering */
219 char *line=get_line(in); local
220 if(line){
221 if(strstr(line,s))
222 return(line);
238 char *line; local
250 line=get_line(in);
251 if(sscanf(line,"%ld, %ld,",
253 fprintf(stderr,"1: syntax in %s in line:\t %s",filename,line);
[all...]
H A Ddistribution.c25 /* command line:
42 char *line; local
163 line=setup_line(in);
164 while(line){
172 while(!flag && sscanf(line,"%f",&code)==1){
173 line=strchr(line,',');
178 while(line && sscanf(line,"%f",&code)==1){
179 line
[all...]
H A Dlatticebuild.c30 command line:
64 char *line,*name; local
71 fprintf(stderr,"Need a lattice description file on the command line.\n");
97 line=get_line(in);
98 if(sscanf(line,"%d %d %d %d",&quantvals,&dim,&addmul,&sequencep)!=4){
99 if(sscanf(line,"%d %d %d",&quantvals,&dim,&addmul)!=3){
100 fprintf(stderr,"Syntax error reading description file (line 1)\n");
118 line=setup_line(in);
121 if(!line || sscanf(line,"
[all...]
H A Dlatticetune.c34 command line:
47 char *line,*name; local
51 fprintf(stderr,"Need a lattice codebook on the command line.\n");
55 fprintf(stderr,"Need a codeword data file on the command line.\n");
96 line=setup_line(in);
97 while(line){
102 if(sscanf(line,"%ld",&code)==1)
105 line=setup_line(in);
112 line=setup_line(in);
113 while(line){
[all...]
/external/libsepol/include/sepol/policydb/
H A Dpolicydb.h261 unsigned long line; /* line number from policy.conf where member in struct:avrule
263 /* source file name and line number (e.g. .te file) */
/external/libopus/celt/
H A Darch.h58 static OPUS_INLINE void _celt_fatal(const char *str, const char *file, int line) argument
60 fprintf (stderr, "Fatal (internal) error in %s, line %d: %s\n", file, line, str);
H A Dfixed_debug.h106 static OPUS_INLINE short EXTRACT16_(int x, char *file, int line) argument
111 fprintf (stderr, "EXTRACT16: input is not short: %d in %s: line %d\n", x, file, line);
122 static OPUS_INLINE int EXTEND32_(int x, char *file, int line) argument
127 fprintf (stderr, "EXTEND32: input is not short: %d in %s: line %d\n", x, file, line);
138 static OPUS_INLINE short SHR16_(int a, int shift, char *file, int line) argument
143 fprintf (stderr, "SHR16: inputs are not short: %d >> %d in %s: line %d\n", a, shift, file, line);
151 fprintf (stderr, "SHR16: output is not short: %d in %s: line
160 SHL16_(int a, int shift, char *file, int line) argument
204 SHL32_(opus_int64 a, int shift, char *file, int line) argument
237 ADD16_(int a, int b, char *file, int line) argument
260 SUB16_(int a, int b, char *file, int line) argument
283 ADD32_(opus_int64 a, opus_int64 b, char *file, int line) argument
306 SUB32_(opus_int64 a, opus_int64 b, char *file, int line) argument
330 UADD32_(opus_uint64 a, opus_uint64 b, char *file, int line) argument
354 USUB32_(opus_uint64 a, opus_uint64 b, char *file, int line) argument
407 MULT16_16_(int a, int b, char *file, int line) argument
432 MULT16_32_QX_(int a, opus_int64 b, int Q, char *file, int line) argument
465 MULT16_32_PX_(int a, opus_int64 b, int Q, char *file, int line) argument
588 MULT16_16_Q15_(int a, int b, char *file, int line) argument
704 DIV32_16_(opus_int64 a, opus_int64 b, char *file, int line) argument
739 DIV32_(opus_int64 a, opus_int64 b, char *file, int line) argument
[all...]
/external/libopus/silk/
H A DMacroDebug.h39 static OPUS_INLINE opus_int16 silk_ADD16_(opus_int16 a, opus_int16 b, char *file, int line){ argument
45 fprintf (stderr, "silk_ADD16(%d, %d) in %s: line %d\n", a, b, file, line);
55 static OPUS_INLINE opus_int32 silk_ADD32_(opus_int32 a, opus_int32 b, char *file, int line){ argument
61 fprintf (stderr, "silk_ADD32(%d, %d) in %s: line %d\n", a, b, file, line);
71 static OPUS_INLINE opus_int64 silk_ADD64_(opus_int64 a, opus_int64 b, char *file, int line){ argument
77 fprintf (stderr, "silk_ADD64(%lld, %lld) in %s: line %d\n", (long long)a, (long long)b, file, line);
87 static OPUS_INLINE opus_int16 silk_SUB16_(opus_int16 a, opus_int16 b, char *file, int line){ argument
103 silk_SUB32_(opus_int32 a, opus_int32 b, char *file, int line) argument
119 silk_SUB64_(opus_int64 a, opus_int64 b, char *file, int line) argument
135 silk_ADD_SAT16_( opus_int16 a16, opus_int16 b16, char *file, int line) argument
150 silk_ADD_SAT32_(opus_int32 a32, opus_int32 b32, char *file, int line) argument
167 silk_ADD_SAT64_( opus_int64 a64, opus_int64 b64, char *file, int line) argument
257 silk_MUL_(opus_int32 a32, opus_int32 b32, char *file, int line) argument
274 silk_MUL_uint_(opus_uint32 a32, opus_uint32 b32, char *file, int line) argument
289 silk_MLA_(opus_int32 a32, opus_int32 b32, opus_int32 c32, char *file, int line) argument
304 silk_MLA_uint_(opus_uint32 a32, opus_uint32 b32, opus_uint32 c32, char *file, int line) argument
319 silk_SMULWB_(opus_int32 a32, opus_int32 b32, char *file, int line) argument
334 silk_SMLAWB_(opus_int32 a32, opus_int32 b32, opus_int32 c32, char *file, int line) argument
349 silk_SMULWT_(opus_int32 a32, opus_int32 b32, char *file, int line) argument
364 silk_SMLAWT_(opus_int32 a32, opus_int32 b32, opus_int32 c32, char *file, int line) argument
379 silk_SMULL_(opus_int64 a64, opus_int64 b64, char *file, int line) argument
401 silk_SMLABB_(opus_int32 a32, opus_int32 b32, opus_int32 c32, char *file, int line) argument
417 silk_SMLABT_(opus_int32 a32, opus_int32 b32, opus_int32 c32, char *file, int line) argument
433 silk_SMLATT_(opus_int32 a32, opus_int32 b32, opus_int32 c32, char *file, int line) argument
448 silk_SMULWW_(opus_int32 a32, opus_int32 b32, char *file, int line) argument
479 silk_SMLAWW_(opus_int32 a32, opus_int32 b32, opus_int32 c32, char *file, int line) argument
508 silk_DIV32_(opus_int32 a32, opus_int32 b32, char *file, int line) argument
521 silk_DIV32_16_(opus_int32 a32, opus_int32 b32, char *file, int line) argument
875 silk_abs_int64_(opus_int64 a, char *file, int line) argument
888 silk_abs_int32_(opus_int32 a, char *file, int line) argument
[all...]
H A Dtypedef.h67 static OPUS_INLINE void _silk_fatal(const char *str, const char *file, int line) argument
69 fprintf (stderr, "Fatal (internal) error in %s, line %d: %s\n", file, line, str);
/external/libopus/tests/
H A Dtest_opus_common.h68 static OPUS_INLINE void _test_failed(const char *file, int line) argument
74 fprintf(stderr,"'make check SEED=%u fails %s at line %d for %s'\n",iseed,file,line,opus_get_version_string());
/external/libpcap/Win32/Src/
H A Dgetnetent.c28 static char line[BUFSIZ+1]; variable
66 p = fgets(line, BUFSIZ, netf);
H A Dgetservent.c52 static char line[BUFSIZ+1]; variable
87 if ((p = fgets(line, BUFSIZ, servf)) == NULL)
/external/libpcap/
H A Dpcap-dos.c595 void pcap_assert (const char *what, const char *file, unsigned line) argument
599 file, line, what);
H A Dpcap-usb-linux.c474 char etype, pipeid1, pipeid2, status[16], urb_tag, line[USB_LINE_LEN]; local
475 char *string = line;
484 ret = read(handle->fd, line, USB_LINE_LEN - 1);
701 /* read stats line */
/external/libhevc/test/decoder/
H A Dmain.c306 "File containing number of bytes in each picture - each line containing one size\n" },
1340 CHAR line[STRLENGTH]; local
1347 line[0] = '\0';
1348 ret = fgets(line, STRLENGTH, fp_cfg_file);
1353 sscanf(line, "%s %s %s", argument, value, description);
1920 /* Read command line arguments */
/external/libmtp/src/
H A Dptp.h1025 char *line[5]; member in struct:_PTPEKTextParams
/external/libnfc-nci/halimpl/bcm2079x/adaptation/
H A Dandroid_logmsg.cpp116 char *line; local
123 line = line_buff;
126 word2hex((const char*)&addr, &line);
127 *line++ = ':'; *line++ = ' ';
131 byte2hex(&data[j], &line);
132 *line++ = ' ';
136 byte2char(data++, &line);
137 //wirte the end of line
138 *line
[all...]

Completed in 2531 milliseconds

<<11121314151617181920>>