HomeSort by relevance Sort by last modified time
    Searched defs:ReportStatus (Results 1 - 3 of 3) sorted by null

  /external/tensorflow/tensorflow/cc/training/
coordinator.cc 90 ReportStatus(t->Join());
97 void Coordinator::ReportStatus(const Status& status) {
  /system/update_engine/
sideload_main.cc 92 ReportStatus(base::StringPrintf(
94 ReportStatus(base::StringPrintf("progress 0.5 0"));
97 ReportStatus(base::StringPrintf("set_progress %.lf", progress));
105 ReportStatus(
121 void ReportStatus(const string& message) {
  /external/mdnsresponder/mDNSWindows/SystemService/
Service.c 128 static void ReportStatus( int inType, const char *inFormat, ... );
264 ReportStatus( EVENTLOG_ERROR_TYPE, "install service failed (%d)\n", err );
273 ReportStatus( EVENTLOG_ERROR_TYPE, "remove service failed (%d)\n", err );
286 ReportStatus( EVENTLOG_ERROR_TYPE, "run service directly failed (%d)\n", err );
319 ReportStatus( EVENTLOG_ERROR_TYPE, "start service dispatcher failed (%d)\n", err );
431 ReportStatus( EVENTLOG_SUCCESS, "installed service\n" );
487 ReportStatus( EVENTLOG_SUCCESS, "Removed service\n" );
795 // ReportStatus
798 static void ReportStatus( int inType, const char *inFormat, ... )
851 ReportStatus( EVENTLOG_INFORMATION_TYPE, "Running service directly\n" )
    [all...]

Completed in 86 milliseconds