HomeSort by relevance Sort by last modified time
    Searched refs:CRASH (Results 1 - 25 of 98) sorted by null

1 2 3 4

  /external/clang/test/Index/Inputs/Headers/
crash.h 1 // Produce a crash if CRASH is defined.
2 #ifdef CRASH
3 # pragma clang __debug crash
  /external/clang/test/Driver/
output-file-cleanup.c 16 // REQUIRES: crash-recovery
18 #ifdef CRASH
19 #pragma clang __debug crash
  /external/v8/build/android/pylib/results/
json_results.py 78 elif s == base_test_result.ResultType.CRASH:
79 return 'CRASH'
139 elif s == 'CRASH':
140 return base_test_result.ResultType.CRASH
  /external/v8/tools/testrunner/local/
statusfile.py 36 CRASH = "CRASH"
49 for key in [SKIP, FAIL, PASS, OKAY, TIMEOUT, CRASH, SLOW, FAIL_OK,
89 (not CRASH in outcomes) and (not OKAY in outcomes))
testsuite.py 273 return statusfile.CRASH
  /frameworks/native/include/powermanager/
IPowerManager.h 50 CRASH = IBinder::FIRST_CALL_TRANSACTION + 16,
69 virtual status_t crash(const String16& message) = 0;
  /external/deqp/scripts/log/
log_parser.py 35 CRASH = 'Crash'
47 CRASH,
151 statusCode = StatusCode.CRASH
  /external/v8/build/android/pylib/base/
base_test_result.py 15 CRASH = 'CRASH'
23 ResultType.CRASH, ResultType.TIMEOUT, ResultType.UNKNOWN]
211 return self._GetType(ResultType.CRASH)
base_test_result_unittest.py 20 self.c1 = BaseTestResult('c1', ResultType.CRASH, log='crash1')
55 '[CRASH] c1:\n'
61 'CRASH: 1 TIMEOUT: 0 UNKNOWN: 1 ')
  /system/nativepower/daemon/
BnPowerManager.cc 88 case IPowerManager::CRASH: {
91 return crash(message);
  /frameworks/native/services/powermanager/
IPowerManager.cpp 129 virtual status_t crash(const String16& message) function in class:android::BpPowerManager
134 return remote()->transact(CRASH, data, &reply, 0);
  /external/v8/build/android/pylib/gtest/
gtest_test_instance.py 95 # Crash detection constants.
381 result_type = base_test_result.ResultType.CRASH
387 result_type = base_test_result.ResultType.CRASH
  /external/v8/build/android/pylib/local/device/
local_device_gtest_run.py 280 # _crashes are tests that might crash and make the tests in the same shard
288 shards += [[crash] for crash in self._crashes if crash in tests]
357 if r.GetType() == base_test_result.ResultType.CRASH)
local_device_instrumentation_test_run.py 42 logging.exception('Error while attempting to dismiss crash dialog.')
261 r.SetType(base_test_result.ResultType.CRASH)
  /external/v8/build/android/pylib/remote/device/
remote_device_test_run.py 379 crash_msg, base_test_result.ResultType.CRASH))
  /external/v8/build/android/pylib/instrumentation/
instrumentation_test_instance.py 51 _NATIVE_CRASH_RE = re.compile('native crash', re.IGNORECASE)
144 current_result.SetType(base_test_result.ResultType.CRASH)
  /external/v8/build/android/
test_runner.py     [all...]
  /prebuilts/gradle-plugin/com/android/tools/lint/lint-checks/22.5.1/
lint-checks-22.5.1.jar 
  /prebuilts/gradle-plugin/com/android/tools/lint/lint-checks/22.5.3/
lint-checks-22.5.3.jar 
  /prebuilts/gradle-plugin/com/android/tools/lint/lint-checks/22.7.0/
lint-checks-22.7.0.jar 
  /prebuilts/gradle-plugin/com/android/tools/lint/lint-checks/22.7.1/
lint-checks-22.7.1.jar 
  /prebuilts/gradle-plugin/com/android/tools/lint/lint-checks/22.7.3/
lint-checks-22.7.3.jar 
  /prebuilts/gradle-plugin/com/android/tools/lint/lint-checks/22.8.0/
lint-checks-22.8.0.jar 
  /prebuilts/devtools/tools/lib/
lint-checks.jar 
  /prebuilts/gradle-plugin/com/android/tools/lint/lint-checks/22.9.2/
lint-checks-22.9.2.jar 

Completed in 734 milliseconds

1 2 3 4