HomeSort by relevance Sort by last modified time
    Searched defs:last (Results 376 - 400 of 521) sorted by null

<<11121314151617181920>>

  /external/apache-xml/src/main/java/org/apache/xml/dtm/ref/
DTMDefaultBase.java 85 * name, and the last array contains the the first free element
1014 * Given a node handle, advance to its last child.
1019 * @return int Node-number of last child,
1279 int last=m_namespaceDeclSetElements.size()-1; local
1421 int last = vector.size() - 1; local
    [all...]
  /external/apache-xml/src/main/java/org/apache/xml/dtm/ref/sax2dtm/
SAX2DTM2.java 754 * Return the index of the last node in this iterator.
767 int last = 0; local
771 last++;
779 last++;
787 return (_last = last);
892 _currentNode=_stack[index]; // Last parent before root node
929 * Resets the iterator to the last start node.
    [all...]
  /external/bluetooth/glib/gobject/
gobject.c 1070 GSList *last = NULL, *node = *slist; local
    [all...]
gsignal.c 700 Emission *node, *last = NULL; local
702 for (node = *emission_list_p; node; last = node, node = last->next)
705 if (last)
706 last->next = node->next;
    [all...]
  /external/chromium/net/base/
net_util.cc 172 // Last-Modified: Sun, 03 Sep 2006 04:34:43 GMT\n
338 // Last minute failure. Invalid B/Q encoding. Rather than
346 // Another last minute failure !
1863 size_t last = 0; local
    [all...]
  /external/dnsmasq/src/
option.c 1870 char *cp, *lastp = NULL, last = 0; local
    [all...]
  /external/dropbear/libtommath/mtest/
mpi.c 1300 /* Consider now the last digit... */
2067 int last = -1; local
    [all...]
  /external/freetype/src/autofit/
aflatin2.c 246 FT_Int last = -1; local
249 for ( nn = 0; nn < glyph->outline.n_contours; first = last+1, nn++ )
255 last = glyph->outline.contours[nn];
260 if ( last == first )
265 for ( pp = first; pp <= last; pp++ )
274 for ( pp = first; pp <= last; pp++ )
285 best_last = last;
731 AF_Point last = point->prev; local
734 if ( point == last ) /* skip singletons -- just in case */
798 segment->last = point
808 AF_Point last = point; local
858 AF_Point last = segment->last; local
    [all...]
  /external/freetype/src/base/
ftstroke.c 361 /* copy the last point to the start of this sub-path, since */
424 /* move last point */
766 FT_Fixed line_length; /* length of last lineto */
2072 FT_UInt last; \/* index of last point in contour *\/ local
    [all...]
  /external/freetype/src/smooth/
ftgrays.c 1468 int last; \/* index of last point in contour *\/ local
    [all...]
  /external/grub/netboot/
eepro.c 120 #define ee_addr_CRC_8 0x14 /* CRC over last thee Bytes */
397 unsigned int status, tx_available, last, end, length; local
408 last = tx_end;
409 end = last + (((length + 3) >> 1) << 1) + XMT_HEADER;
411 last = (XMT_LOWER_LIMIT << 8);
412 end = last + (((length + 3) >> 1) << 1) + XMT_HEADER;
414 outw(last, ioaddr + HOST_ADDRESS_REG);
426 outw(last, ioaddr + xmt_bar);
428 tx_start = last;
429 tx_last = last;
    [all...]
  /external/guava/src/com/google/common/collect/
AbstractMultimap.java 659 public V last() { method in class:AbstractMultimap.WrappedSortedSet
661 return getSortedSetDelegate().last();
927 public K last() { method in class:SortedKeySet
    [all...]
  /external/icu4c/common/
ubidi.c 43 * In a UTF-8 implementation, the same thing could be done: the last byte of
465 if(i<length) { /* B not last char in text */
542 * explicit embedding code just get the same level assigned as the last "real"
2028 int32_t i, j, start, last; local
    [all...]
  /external/icu4c/i18n/
ucurr.cpp 38 // Default currency meta data of last resort. We try to use the
982 int32_t last = *end; local
    [all...]
  /external/icu4c/test/cintltst/
cucdtst.c 496 * unintentionally incomplete last-minute change.
1537 int32_t last; member in struct:enumExtCharNamesContext
    [all...]
  /external/icu4c/test/intltest/
wbnf.cpp 574 if (last.content_size() == 0) {
576 last.reset();
578 last.append_array(current, current.content_size());
587 Buffer_char last; member in class:Morph
612 case 0: // copy last -- has 10 times chance than others
635 int min = strlen(last);
645 p_last = last;
658 if (str.content_size() > len) { // if the last copy copied two characters
671 int last_len = last.content_size();
673 str.append(last[rand()%last_len])
    [all...]
  /external/libxml2/include/libxml/
tree.h 219 struct _xmlNode *last; /* NULL */ member in struct:_xmlAttribute
312 struct _xmlNode *last; /* NULL */ member in struct:_xmlElement
372 struct _xmlNode *last; /* last child link */ member in struct:_xmlDtd
400 struct _xmlNode *last; /* NULL */ member in struct:_xmlAttr
455 struct _xmlNode *last; /* last child link */ member in struct:_xmlNode
517 struct _xmlNode *last; /* last child link */ member in struct:_xmlDoc
    [all...]
  /external/libxml2/
valid.c 5283 xmlNodePtr repl = NULL, last = NULL, tmp; local
    [all...]
  /external/libxslt/libxslt/
transform.c 752 if ((target->last != NULL) &&
753 (target->last->type == XML_CDATA_SECTION_NODE))
755 return(xsltAddTextString(ctxt, target->last, string, len));
762 if ((target != NULL) && (target->last != NULL) &&
763 (target->last->type == XML_TEXT_NODE) &&
764 (target->last->name == xmlStringTextNoenc))
766 return(xsltAddTextString(ctxt, target->last, string, len));
775 if ((target != NULL) && (target->last != NULL) &&
776 (target->last->type == XML_TEXT_NODE) &&
777 (target->last->name == xmlStringText))
6153 xmlNodePtr last; local
    [all...]
  /external/opencv/cxcore/src/
cxdrawing.cpp 1301 CvPolyEdge *last, *prelast, *keep_prelast; local
    [all...]
  /external/openssl/apps/
ca.c 170 " -infiles .... - The last argument, requests to process\n",
1694 int ok= -1,i,j,last,nid; local
    [all...]
  /external/pcre/
pcregrep.c 637 Returns: pointer to the last byte of the line, including the newline byte(s)
899 lastmatchnumber the number of the last matching line, plus one
900 lastmatchrestart where we restarted after the last match
1342 int last = first + 1; local
    [all...]
  /external/qemu/android/
hw-qemud.c 1199 char last = service_name[name_len - 1]; local
    [all...]
  /external/quake/quake/src/QW/client/
common.c 907 char *last; local
909 last = pathname;
913 last = pathname+1;
916 return last;
    [all...]
  /external/quake/quake/src/WinQuake/
common.cpp 806 const char *last; local
808 last = pathname;
812 last = pathname+1;
815 return last;
    [all...]

Completed in 688 milliseconds

<<11121314151617181920>>