Searched refs:Next (Results 1 - 25 of 961) sorted by last modified time

1234567891011>>

/external/zlib/src/as400/
H A Dzlib.inc93 D zs_next_in * Next input byte
/external/webrtc/src/system_wrappers/interface/
H A Dlist_wrapper.h74 ListItem* Next(ListItem* item) const;
H A Dmap_wrapper.h62 MapItem* Next(MapItem* item) const;
/external/webrtc/src/system_wrappers/source/
H A Dlist_no_stl.cc131 ListItem* ListWrapper::Next(ListItem* item) const function in class:webrtc::ListWrapper
H A Dlist_no_stl.h58 ListNoStlItem* Next(ListNoStlItem* item) const;
H A Dlist_stl.cc146 ListItem* ListWrapper::Next(ListItem* item) const function in class:webrtc::ListWrapper
H A Dlist_stl.h54 ListItem* Next(ListItem* item) const;
H A Dlist_unittest.cc59 ListItem* Next(ListItem* item) const { function in class:ListWrapperSimple
60 return list_.Next(item);
304 list_item = list->Next(list_item);
331 lhs_item = lhs->Next(lhs_item);
332 rhs_item = rhs->Next(rhs_item);
366 // Reverse the reversed list using PushFront and Next.
368 item = list_to_reverse->Next(item)) {
420 item = interleave_list->Next(item);
466 item = interleave_list->Next(item);
H A Dmap.cc94 MapItem* MapWrapper::Next(MapItem* item) const function in class:webrtc::MapWrapper
H A Dmap_no_stl.cc127 MapNoStlItem* MapNoStl::Next(MapNoStlItem* item) const function in class:webrtc::MapNoStl
H A Dmap_no_stl.h54 MapNoStlItem* Next(MapNoStlItem* item) const;
H A Dmap_unittest.cc105 item = print_map.Next(item);
154 lhs_item = lhs.Next(lhs_item);
224 ascend_item = ascending_map_.Next(ascend_item);
/external/webrtc/src/system_wrappers/test/list/
H A Dlist.cc48 list_item = list.Next(list_item);
68 item_iter = list.Next(item_iter);
110 // Test Next
111 ListItem* second_item = test_list.Next(first_item);
113 FailTest(test_list.Next(last_item) != NULL);
114 FailTest(test_list.Next(NULL) != NULL);
161 FailTest(test_list.Next(NULL) != NULL);
/external/webrtc/src/system_wrappers/test/map/
H A Dmap.cc48 map_item = map.Next(map_item);
88 // Test Next
89 MapItem* second_item = test_map.Next(first_item);
92 FailTest(test_map.Next(last_item) != NULL);
/external/tinyxml/
H A Dtinyxml.cpp777 for ( attrib = attributeSet.First(); attrib; attrib = attrib->Next() )
822 for ( attrib = attributeSet.First(); attrib; attrib = attrib->Next() )
858 attribute = attribute->Next() )
1162 const TiXmlAttribute* TiXmlAttribute::Next() const function in class:TiXmlAttribute
1171 TiXmlAttribute* TiXmlAttribute::Next() function in class:TiXmlAttribute
H A Dtinyxml.h766 const TiXmlAttribute* Next() const;
767 TiXmlAttribute* Next();
/external/tinyxml2/
H A Dtinyxml2.cpp1372 for( const XMLAttribute* a=FirstAttribute(); a; a=a->Next() ) {
1391 a = a->Next();
1392 b = b->Next();
1984 attribute = attribute->Next();
H A Dtinyxml2.h767 Next() attribute in a list.
775 const XMLAttribute* Next() const { return next; } ///< The next attribute in the list. function in class:tinyxml2::XMLAttribute
/external/tremolo/Tremolo/
H A DbitwiseARM.s60 ORRLT r10,r10,r11,LSL r14 @ r10= Next 32 bits.
251 ORRLT r10,r10,r11,LSL r14 @ r10= Next 32 bits.
/external/sqlite/dist/orig/
H A Dshell.c1195 ** * For each "Next", "Prev", "VNext" or "VPrev" instruction, indent
1213 const char *azNext[] = { "Next", "Prev", "VPrev", "VNext", "SorterNext",
/external/sqlite/dist/
H A Dshell.c1200 ** * For each "Next", "Prev", "VNext" or "VPrev" instruction, indent
1218 const char *azNext[] = { "Next", "Prev", "VPrev", "VNext", "SorterNext",
/external/srec/tools/grxmlcompile/
H A Dfst-io.h67 siter.Next()) {
111 aiter.Next()) {
H A Dgrxmlcompile.cpp361 !siter.Done(); siter.Next()) {
365 !aiter.Done(); aiter.Next()) {
384 !siter.Done(); siter.Next()) {
386 !aiter.Done(); aiter.Next()) {
401 !siter.Done(); siter.Next()) {
405 !aiter.Done(); aiter.Next()) {
424 !siter.Done(); siter.Next()) {
428 !aiter.Done(); aiter.Next()) {
453 !siter.Done(); siter.Next()) {
460 !aiter.Done(); aiter.Next()) {
[all...]
H A Dgrxmldoc.cpp800 attr; attr=attr->Next() ) {
/external/srec/tools/make_cfst/
H A Dmake_cfst.cpp250 for(fst::SymbolTableIterator syms_iter( *syms); !syms_iter.Done(); syms_iter.Next() ) {

Completed in 4448 milliseconds

1234567891011>>