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

  /development/testrunner/
am_instrument_parser.py 53 if test_result.GetStatusCode() == 1: # The test started
55 elif test_result.GetStatusCode() in [0, -1, -2]:
162 def GetStatusCode(self):
  /external/chromium_org/ppapi/cpp/
url_response_info.h 93 int32_t GetStatusCode() const {
  /external/chromium_org/third_party/android_testrunner/
am_instrument_parser.py 53 if test_result.GetStatusCode() == 1: # The test started
55 elif test_result.GetStatusCode() in [0, -1, -2]:
162 def GetStatusCode(self):

Completed in 740 milliseconds