HomeSort by relevance Sort by last modified time
    Searched refs:Identify (Results 1 - 6 of 6) sorted by null

  /external/mdnsresponder/mDNSPosix/
Makefile 217 all: setup Daemon libdns_sd Clients SAClient SAResponder SAProxyResponder Identify NetMonitor dnsextd $(OPTIONALTARG)
459 Identify: setup $(BUILDDIR)/mDNSIdentify
460 @echo "Identify done"
477 $(BUILDDIR)/mDNSIdentify: $(SPECIALOBJ) $(OBJDIR)/Identify.c.o
480 $(OBJDIR)/Identify.c.o: $(COREDIR)/mDNS.c # Note: Identify.c textually imports mDNS.c
  /external/sfntly/cpp/src/test/tinyxml/
tinyxmlparser.cpp 645 // identify it, and call the appropriate stream method on the tag.
673 // some sort. Identify it, and call the node to
675 TiXmlNode* node = Identify( tag->c_str() + tagIndex, TIXML_DEFAULT_ENCODING );
756 TiXmlNode* node = Identify( p, encoding );
818 TiXmlNode* TiXmlNode::Identify( const char* p, TiXmlEncoding encoding )
926 // If not, identify and stream.
1029 TiXmlNode* node = Identify( tagloc, TIXML_DEFAULT_ENCODING );
1226 TiXmlNode* node = Identify( p, encoding );
    [all...]
tinyxml.h 753 TiXmlNode* Identify( const char* start, TiXmlEncoding encoding );
    [all...]
  /external/tinyxml/
tinyxmlparser.cpp 622 // identify it, and call the appropriate stream method on the tag.
650 // some sort. Identify it, and call the node to
652 TiXmlNode* node = Identify( tag->c_str() + tagIndex, TIXML_DEFAULT_ENCODING );
733 TiXmlNode* node = Identify( p, encoding );
795 TiXmlNode* TiXmlNode::Identify( const char* p, TiXmlEncoding encoding )
909 // If not, identify and stream.
1000 TiXmlNode* node = Identify( tagloc, TIXML_DEFAULT_ENCODING );
1182 TiXmlNode* node = Identify( p, encoding );
    [all...]
tinyxml.h 668 TiXmlNode* Identify( const char* start, TiXmlEncoding encoding );
    [all...]
  /external/tinyxml2/
tinyxml2.h     [all...]

Completed in 45 milliseconds