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

  /external/google-breakpad/src/client/windows/sender/
crash_report_sender.h 54 RESULT_FAILED = 0, // Failed to communicate with the server; try later.
  /external/deqp/framework/common/
tcuThreadUtil.hpp 48 RESULT_FAILED
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/managedprovisioning/
ByodHelperActivity.java 147 public static final int RESULT_FAILED = RESULT_FIRST_USER;
242 setResult(intentFiltersSetForManagedIntents? RESULT_OK : RESULT_FAILED, null);
  /external/chromium-trace/catapult/third_party/mapreduce/mapreduce/
model.py 583 RESULT_FAILED = "failed"
586 _RESULTS = frozenset([RESULT_SUCCESS, RESULT_FAILED, RESULT_ABORTED])
917 RESULT_FAILED = "failed"
922 _RESULTS = frozenset([RESULT_SUCCESS, RESULT_FAILED, RESULT_ABORTED])
    [all...]

Completed in 312 milliseconds