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

  /external/tinyxml/
xmltest.cpp 994 TiXmlHandle tHandle = aHandle.Child( 0 );
996 assert( tHandle.Text() );
997 XmlTest( "ISO-8859-1 Parsing.", "C?nt?nt???????", tHandle.Text()->Value() );
  /external/netperf/
netlib.c 920 HANDLE tHandle;
942 tHandle = CreateThread(0,
948 CloseHandle(tHandle);
    [all...]

Completed in 48 milliseconds