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

  /cts/suite/audio_quality/test_description/
processing_main.py 76 protocolError("wrong number of params")
79 protocolError("not function")
105 self.protocolError("unknown command " + str(cmd))
200 def protocolError(self, message):
  /external/chromium_org/chrome/browser/sync/
sync_ui_util_unittest.cc 256 syncer::SyncProtocolError protocolError;
257 protocolError.action = syncer::STOP_AND_RESTART_SYNC;
259 status.sync_protocol_error = protocolError;

Completed in 651 milliseconds