Searched defs:no (Results 26 - 50 of 52) sorted by relevance

123

/external/chromium_org/third_party/libxml/src/
H A Dxinclude.c621 "detected a local recursion with no xpointer in %s\n",
870 * @no: the child number
875 xmlXIncludeGetNthChild(xmlNodePtr cur, int no) { argument
880 for (i = 0;i <= no;cur = cur->next) {
887 if (i == no)
1724 /* If no current base, set it */
2126 "could not load %s, and no fallback was found\n",
2328 * Returns 0 if no substitution were done, -1 if some processing failed
2442 * Returns 0 if no substitution were done, -1 if some processing failed
2477 * Returns 0 if no substitutio
[all...]
H A Dxpointer.c175 * @no: the child number
177 * Returns the @no'th element child of @cur or NULL
180 xmlXPtrGetNthChild(xmlNodePtr cur, int no) { argument
185 for (i = 0;i <= no;cur = cur->next) {
192 if (i == no)
975 * TODO: there is no new scheme registration mechanism
2393 * if there is no move needed return the current value.
2741 * is matched literally, with no normalization except that provided by
H A Dxmlreader.c1172 * Returns 1 if the node was expanded successfully, 0 if there is no more
1250 * Returns 1 if the node was read successfully, 0 if there is no more
1630 * Returns 1 if the node was read successfully, 0 if there is no more
1665 * is neither an element nor attribute, or has no child nodes. The
1711 * is neither an element nor attribute, or has no child nodes. The
1878 /* if reader->node->next is NULL mean no subtree for current node,
1919 * Returns 1 if the node was read successfully, 0 if there is no more
1993 * Returns 1 if the node was read successfully, 0 if there is no more
2287 * @no: the zero-based index of the attribute relative to the containing element
2296 xmlTextReaderGetAttributeNo(xmlTextReaderPtr reader, int no) { argument
2541 xmlTextReaderMoveToAttributeNo(xmlTextReaderPtr reader, int no) argument
[all...]
H A Dxmlregexp.c181 int no; member in struct:_xmlRegAtom
223 int no; member in struct:_xmlAutomataState
572 atomno = stringRemap[trans->atom->no];
596 i, j, trans->atom->no, trans->to, atomno, targetno);
612 i, j, trans->atom->no, trans->to, atomno, targetno);
1104 fprintf(output, "start %d end %d\n", atom->start->no, atom->stop->no);
1141 fprintf(output, "atom %d, to %d\n", trans->atom->no, trans->to);
1158 fprintf(output, "%d, %d transitions:\n", state->no, state->nbTrans);
1191 fprintf(output, " start: %d", ctxt->start->no);
[all...]
H A Dxpath.c382 * @no: the error number
388 int line ATTRIBUTE_UNUSED, int no) {
389 xmlXPathErr(ctxt, no);
1873 * Other values for @options have currently no effect.
2976 return(-1); /* assume there is no sibling list corruption */
3267 return(-1); /* assume there is no sibling list corruption */
5302 this previous handling is no longer correct, and can cause some serious
6618 * (since there is no node equal, and no node not equal)
6893 /* no brea
387 xmlXPatherror(xmlXPathParserContextPtr ctxt, const char *file ATTRIBUTE_UNUSED, int line ATTRIBUTE_UNUSED, int no) argument
[all...]
H A Dtestapi.c220 static void *gen_void_ptr(int no ATTRIBUTE_UNUSED, int nr ATTRIBUTE_UNUSED) {
223 static void des_void_ptr(int no ATTRIBUTE_UNUSED, void *val ATTRIBUTE_UNUSED, int nr ATTRIBUTE_UNUSED) {
229 static const void *gen_const_void_ptr(int no, int nr ATTRIBUTE_UNUSED) {
230 if (no == 0) return((const void *) "immutable string");
233 static void des_const_void_ptr(int no ATTRIBUTE_UNUSED, const void *val ATTRIBUTE_UNUSED, int nr ATTRIBUTE_UNUSED) {
239 static void *gen_userdata(int no, int nr ATTRIBUTE_UNUSED) { argument
240 if (no == 0) return((void *) &call_tests);
241 if (no == 1) return((void *) -1);
244 static void des_userdata(int no ATTRIBUTE_UNUSED, void *val ATTRIBUTE_UNUSED, int nr ATTRIBUTE_UNUSED) {
250 static int gen_int(int no, in argument
263 gen_parseroptions(int no, int nr ATTRIBUTE_UNUSED) argument
291 gen_xmlChar(int no, int nr ATTRIBUTE_UNUSED) argument
303 gen_unsigned_int(int no, int nr ATTRIBUTE_UNUSED) argument
315 gen_unsigned_long(int no, int nr ATTRIBUTE_UNUSED) argument
327 gen_double(int no, int nr ATTRIBUTE_UNUSED) argument
341 gen_unsigned_long_ptr(int no, int nr) argument
351 gen_int_ptr(int no, int nr) argument
361 gen_const_char_ptr(int no, int nr ATTRIBUTE_UNUSED) argument
372 gen_xmlChar_ptr(int no, int nr ATTRIBUTE_UNUSED) argument
381 gen_FILE_ptr(int no, int nr ATTRIBUTE_UNUSED) argument
399 gen_const_xmlChar_ptr(int no, int nr ATTRIBUTE_UNUSED) argument
411 gen_filepath(int no, int nr ATTRIBUTE_UNUSED) argument
426 gen_eaten_name(int no, int nr ATTRIBUTE_UNUSED) argument
435 gen_fileoutput(int no, int nr ATTRIBUTE_UNUSED) argument
447 gen_xmlParserCtxtPtr(int no, int nr ATTRIBUTE_UNUSED) argument
458 gen_xmlSAXHandlerPtr(int no, int nr ATTRIBUTE_UNUSED) argument
468 gen_xmlValidCtxtPtr(int no, int nr ATTRIBUTE_UNUSED) argument
483 gen_xmlParserInputBufferPtr(int no, int nr ATTRIBUTE_UNUSED) argument
498 gen_xmlDocPtr(int no, int nr ATTRIBUTE_UNUSED) argument
510 gen_xmlAttrPtr(int no, int nr ATTRIBUTE_UNUSED) argument
514 des_xmlAttrPtr(int no, xmlAttrPtr val ATTRIBUTE_UNUSED, int nr ATTRIBUTE_UNUSED) argument
519 gen_xmlDictPtr(int no, int nr ATTRIBUTE_UNUSED) argument
529 gen_xmlNodePtr(int no, int nr ATTRIBUTE_UNUSED) argument
535 des_xmlNodePtr(int no, xmlNodePtr val, int nr ATTRIBUTE_UNUSED) argument
545 gen_xmlDtdPtr(int no, int nr ATTRIBUTE_UNUSED) argument
551 des_xmlDtdPtr(int no, xmlDtdPtr val, int nr ATTRIBUTE_UNUSED) argument
560 gen_xmlNsPtr(int no, int nr ATTRIBUTE_UNUSED) argument
564 des_xmlNsPtr(int no, xmlNsPtr val ATTRIBUTE_UNUSED, int nr ATTRIBUTE_UNUSED) argument
569 gen_xmlNodePtr_in(int no, int nr ATTRIBUTE_UNUSED) argument
579 gen_xmlTextWriterPtr(int no, int nr ATTRIBUTE_UNUSED) argument
590 gen_xmlTextReaderPtr(int no, int nr ATTRIBUTE_UNUSED) argument
603 gen_xmlBufferPtr(int no, int nr ATTRIBUTE_UNUSED) argument
615 gen_xmlListPtr(int no, int nr ATTRIBUTE_UNUSED) argument
626 gen_xmlHashTablePtr(int no, int nr ATTRIBUTE_UNUSED) argument
640 gen_xmlXPathObjectPtr(int no, int nr ATTRIBUTE_UNUSED) argument
656 gen_xmlOutputBufferPtr(int no, int nr ATTRIBUTE_UNUSED) argument
669 gen_xmlNanoFTPCtxtPtr(int no, int nr ATTRIBUTE_UNUSED) argument
684 gen_xmlNanoHTTPCtxtPtr(int no, int nr ATTRIBUTE_UNUSED) argument
698 gen_xmlCharEncoding(int no, int nr ATTRIBUTE_UNUSED) argument
747 gen_xmlHashDeallocator(int no, int nr ATTRIBUTE_UNUSED) argument
1016 gen_xmlAttributeDefault(int no, int nr ATTRIBUTE_UNUSED) argument
1028 gen_xmlAttributeType(int no, int nr ATTRIBUTE_UNUSED) argument
1040 gen_xmlBufferAllocationScheme(int no, int nr ATTRIBUTE_UNUSED) argument
1056 gen_xmlCatalogAllow(int no, int nr ATTRIBUTE_UNUSED) argument
1074 gen_xmlCatalogPrefer(int no, int nr ATTRIBUTE_UNUSED) argument
1090 gen_xmlElementContentType(int no, int nr ATTRIBUTE_UNUSED) argument
1102 gen_xmlElementTypeVal(int no, int nr ATTRIBUTE_UNUSED) argument
1114 gen_xmlFeature(int no, int nr ATTRIBUTE_UNUSED) argument
1130 gen_xmlSchemaValType(int no, int nr ATTRIBUTE_UNUSED) argument
1148 gen_xmlSchemaWhitespaceValueType(int no, int nr ATTRIBUTE_UNUSED) argument
30924 int no; /* the zero-based index of the attribute relative to the containing element */ local
31610 int no; /* the zero-based index of the attribute relative to the containing element. */ local
50750 int no; /* the error number */ local
[all...]
/external/chromium_org/third_party/libxslt/libxslt/
H A Dxsltutils.c72 * or has no namespace and the element is in that namespace.
157 * or has no namespace and the element is in that namespace.
445 } else if (xmlStrEqual(prop, (const xmlChar *)"no")) {
449 "xsl:message : terminate expecting 'yes' or 'no'\n");
784 "QName: no element for namespace lookup %s\n",
821 "%s:%s : no namespace bound to prefix %s\n",
858 "QName: no element for namespace lookup %s\n",
895 "%s : no namespace bound to prefix %s\n",
1130 "xsltDoSortFunction: no support for data-type = %s\n",
1558 xmlOutputBufferWriteString(buf, " standalone=\"no\"");
2220 xsltSetDebuggerCallbacks(int no, void *block) argument
[all...]
/external/libogg/src/
H A Dframing.c505 (undersized page). If there are no packets or partial packets to
631 0) page not ready; more data (no bytes skipped)
957 /* Gather the whole packet. We'll have no holes or a partial packet */
1010 void checkpacket(ogg_packet *op,int len, int no, int pos){ argument
1026 if(no==0){
1030 if(no>lastno+1)
1033 lastno=no;
1042 if(op->packet[j]!=((j+no)&0xff)){
1044 j,op->packet[j],(j+no)&0xff);
1801 /* Test lost pages on pagein/packetout: no rollbac
[all...]
/external/libxml2/
H A Dxinclude.c622 "detected a local recursion with no xpointer in %s\n",
871 * @no: the child number
876 xmlXIncludeGetNthChild(xmlNodePtr cur, int no) { argument
881 for (i = 0;i <= no;cur = cur->next) {
888 if (i == no)
1727 /* If no current base, set it */
2155 "could not load %s, and no fallback was found\n",
2357 * Returns 0 if no substitution were done, -1 if some processing failed
2471 * Returns 0 if no substitution were done, -1 if some processing failed
2507 * Returns 0 if no substitutio
[all...]
H A Dxpointer.c175 * @no: the child number
177 * Returns the @no'th element child of @cur or NULL
180 xmlXPtrGetNthChild(xmlNodePtr cur, int no) { argument
185 for (i = 0;i <= no;cur = cur->next) {
192 if (i == no)
975 * TODO: there is no new scheme registration mechanism
2396 * if there is no move needed return the current value.
2742 * is matched literally, with no normalization except that provided by
H A Dxmlreader.c1188 * Returns 1 if the node was expanded successfully, 0 if there is no more
1269 * Returns 1 if the node was read successfully, 0 if there is no more
1647 * Returns 1 if the node was read successfully, 0 if there is no more
1682 * is neither an element nor attribute, or has no child nodes. The
1899 /* if reader->node->next is NULL mean no subtree for current node,
1940 * Returns 1 if the node was read successfully, 0 if there is no more
2014 * Returns 1 if the node was read successfully, 0 if there is no more
2310 * @no: the zero-based index of the attribute relative to the containing element
2319 xmlTextReaderGetAttributeNo(xmlTextReaderPtr reader, int no) { argument
2336 for (i = 0;(i < no)
2564 xmlTextReaderMoveToAttributeNo(xmlTextReaderPtr reader, int no) argument
[all...]
H A Dxmlregexp.c184 int no; member in struct:_xmlRegAtom
227 int no; member in struct:_xmlAutomataState
576 atomno = stringRemap[trans->atom->no];
600 i, j, trans->atom->no, trans->to, atomno, targetno);
616 i, j, trans->atom->no, trans->to, atomno, targetno);
1108 fprintf(output, "start %d end %d\n", atom->start->no, atom->stop->no);
1145 fprintf(output, "atom %d, to %d\n", trans->atom->no, trans->to);
1162 fprintf(output, "%d, %d transitions:\n", state->no, state->nbTrans);
1195 fprintf(output, " start: %d", ctxt->start->no);
[all...]
H A Dxpath.c459 * @no: the error number
465 int line ATTRIBUTE_UNUSED, int no) {
466 xmlXPathErr(ctxt, no);
1954 * Other values for @options have currently no effect.
3110 return(-1); /* assume there is no sibling list corruption */
3401 return(-1); /* assume there is no sibling list corruption */
5416 this previous handling is no longer correct, and can cause some serious
6733 * (since there is no node equal, and no node not equal)
7008 /* no brea
464 xmlXPatherror(xmlXPathParserContextPtr ctxt, const char *file ATTRIBUTE_UNUSED, int line ATTRIBUTE_UNUSED, int no) argument
[all...]
/external/llvm/lib/Support/
H A Dregcomp.c332 case ')': /* happens only if no current unmatched ( */
417 return; /* no repetition, we're done */
472 - p_str - string (no metacharacters) "parser"
658 * no set operations are done.
892 static char /* if no counterpart, return ch */
1060 int no = p->g->ncsets++; local
1067 if (no >= p->ncsalloc) { /* need another column of space */
1085 for (i = 0; i < no; i++)
1094 cs = &p->g->sets[no];
1095 cs->ptr = p->g->setbits + css*((no)/CHAR_BI
[all...]
/external/ltrace/sysdeps/linux-gnu/
H A Dtrace.c68 /* -1 is returned for errors, 0 if it has no effect, 1 if
173 /* Only really continue the process if there are no events in
857 no(struct process_stopping_handler *self) function
880 ks = &no;
882 uw = &no;
/external/ppp/pppd/
H A Dipcp.c215 { "ipcp-no-addresses", o_bool, &ipcp_wantoptions[0].old_addrs,
218 { "ipcp-no-address", o_bool, &ipcp_wantoptions[0].neg_addr,
428 * If colon first character, then no local addr.
450 * If colon last character, then no remote addr.
975 ipcp_options no; /* options we've seen Naks for */ local
978 BZERO(&no, sizeof(no));
997 no.old_addrs = 1; \
1009 no.neg = 1; \
1022 no
[all...]
H A Dipxcp.c567 * If no routing agent was specified then we do RIP/SAP according to the
775 ipxcp_options no; /* options we've seen Naks for */ local
778 BZERO(&no, sizeof(no));
791 if (!go->neg_nn || no.neg_nn || (cilen != CILEN_NETN))
793 no.neg_nn = 1;
803 if (!go->neg_node || no.neg_node || (cilen != CILEN_NODEN))
805 no.neg_node = 1;
827 if (no.router & s) /* duplicate NAKs are always bad */
830 if (no
[all...]
H A Dlcp.c938 lcp_options no; /* options we've seen Naks for */ local
943 BZERO(&no, sizeof(no));
958 no.neg = 1; \
970 no.neg = 1; \
981 no.neg = 1; \
992 no.neg = 1; \
1003 no.neg = 1; \
1015 no.neg = 1; \
1026 no
[all...]
/external/yaffs2/yaffs2/direct/
H A Ddtest.c21 int ni,no; local
27 no = yaffs_write(outh,buffer,ni);
28 if(ni != no)
511 printf("no alias");
558 printf("no alias");
/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderInline.cpp166 // If we are no longer in-flow positioned but our descendant block(s) still have an in-flow positioned ancestor then
256 // there are no line boxes created in the above case.
477 RenderObject* no = o; local
478 o = no->nextSibling();
479 pre->children()->appendChildNode(pre, block->children()->removeChildNode(block, no));
480 no->setNeedsLayoutAndPrefWidthsRecalcAndFullPaintInvalidation();
/external/libedit/src/
H A Dterminal.c257 (void) fprintf(el->el_errfile, "no clear EOL capability.\n");
259 (void) fprintf(el->el_errfile, "no delete char capability.\n");
261 (void) fprintf(el->el_errfile, "no insert char capability.\n");
345 * New string is shorter; no need to allocate space
363 * Compact our buffer; no need to check compaction, cause we know it
687 } else /* no wrap, but cursor stays on screen */
1297 "\tIt has %s meta key\n", EL_HAS_META ? "a" : "no");
1369 else if (strcmp(how, "no") == 0)
1444 static char no[] = "no"; local
[all...]
/external/clang/lib/Analysis/
H A DThreadSafety.cpp57 /// C++ concepts, like pointers and references, that have no real semantic
388 // Ignore & and * operators -- they're no-ops.
482 // If we are processing a raw attribute expression, with no substitutions.
508 // There's no such thing as a "destructor call" in the AST.
519 // If the attribute has no arguments, then assume the argument is "this".
527 // If the attribute has no arguments, then assume the argument is "this".
1472 typedef char no[2]; typedef in class:has_arg_iterator_range
1478 static no& test(...);
1862 // Warn that there's no precise match.
1870 // Warn that there's no matc
[all...]
/external/jdiff/
H A Dxerces.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/services/ org/ org/apache/ org/apache/html/ ...
/external/owasp/sanitizer/tools/findbugs/lib/
H A Dbcel.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/bcel/ org/apache/bcel/classfile/ ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.pde.core_3.6.1.v20100902_r361.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 2541 milliseconds

123