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

  /external/chromium_org/third_party/android_testrunner/
adb_interface.py 202 (test_results, inst_finished_bundle)
205 inst_finished_bundle (dict): Key/value pairs contained in the bundle that
226 (test_results, inst_finished_bundle) = (
230 if "code" not in inst_finished_bundle:
231 logger.Log('No code available. inst_finished_bundle contains: %s '
232 % inst_finished_bundle)
236 if inst_finished_bundle["code"] == "0":
238 if "longMsg" in inst_finished_bundle:
239 long_msg_result = inst_finished_bundle["longMsg"]
243 if "INSTRUMENTATION_ABORTED" in inst_finished_bundle
    [all...]
am_instrument_parser.py 33 (test_results, inst_finished_bundle)
36 inst_finished_bundle (dict): Key/value pairs contained in the bundle that is
45 inst_finished_bundle = {}
61 inst_finished_bundle = _ParseInstrumentationFinishedBundle(result_block_string)
64 return (test_results, inst_finished_bundle)
76 inst_finished_bundle (dict): Key/value pairs contained in the bundle that is
  /development/testrunner/
am_instrument_parser.py 33 (test_results, inst_finished_bundle)
36 inst_finished_bundle (dict): Key/value pairs contained in the bundle that is
45 inst_finished_bundle = {}
61 inst_finished_bundle = _ParseInstrumentationFinishedBundle(result_block_string)
64 return (test_results, inst_finished_bundle)
76 inst_finished_bundle (dict): Key/value pairs contained in the bundle that is
adb_interface.py 212 (test_results, inst_finished_bundle)
215 inst_finished_bundle (dict): Key/value pairs contained in the bundle that
233 (test_results, inst_finished_bundle) = (
238 if "code" not in inst_finished_bundle:
242 if inst_finished_bundle["code"] == "0":
244 if "shortMsg" in inst_finished_bundle:
245 short_msg_result = inst_finished_bundle["shortMsg"]
249 if "INSTRUMENTATION_ABORTED" in inst_finished_bundle:
253 return (test_results, inst_finished_bundle)

Completed in 546 milliseconds