HomeSort by relevance Sort by last modified time
    Searched refs:raise (Results 176 - 200 of 6577) sorted by null

1 2 3 4 5 6 78 91011>>

  /external/autotest/client/site_tests/login_CryptohomeIncognito/
login_CryptohomeIncognito.py 19 raise error.TestFail('Expected to find a guest vault '
23 raise error.TestFail('Expected to NOT find a guest vault mounted.')
  /external/autotest/client/site_tests/network_UdevRename/
network_UdevRename.py 81 raise error.TestFail('Failed to reload driver %s' % interface['driver'])
106 raise error.TestFail('Failed to perform %s on service %s' %
123 raise error.TestFail('udev not running')
126 raise error.TestFail('could not stop udev')
129 raise error.TestFail('could not restart udev')
132 raise error.TestFail('udev failed to stay running')
147 raise error.TestFail('Reset function failed')
162 raise error.TestFail('Interfaces changed after %s (%s != %s)' %
  /external/autotest/client/site_tests/platform_HighResTimers/
platform_HighResTimers.py 19 raise error.TestError('Timer resolution %d != 1 ns' % res)
25 raise error.TestFail(e)
  /external/autotest/client/site_tests/platform_SessionManagerBlockDevmodeSetting/
platform_SessionManagerBlockDevmodeSetting.py 18 raise error.TestError('Failed to run crossystem: %s' % e)
25 raise error.TestError('Failed to run crossystem: %s' % e)
42 raise error.TestNAError(
45 raise error.TestError('Failed to run crossystem: %s' % e)
52 raise error.TestFail("Flag got reset for non-owned device.")
60 raise error.TestFail(
73 raise error.TestFail(
85 raise error.TestFail(
  /external/autotest/client/site_tests/power_CheckAC/
power_CheckAC.py 21 raise error.TestError('AC line status is not on but should be')
23 raise error.TestError('AC line status is on but should not be')
  /external/autotest/server/site_tests/brillo_ADBLogcatTest/
brillo_ADBLogcatTest.py 25 raise error.TestFail('No output from logcat')
27 raise error.TestFail('No output from dmesg')
  /external/autotest/server/site_tests/brillo_DiskSizeTest/
brillo_DiskSizeTest.py 26 @raise TestFail: The test failed.
31 raise error.TestFail('Failed to run df')
35 raise error.TestFail(
  /external/autotest/server/site_tests/brillo_KernelHeadsetTest/
brillo_KernelHeadsetTest.py 36 raise error.TestNAError('Could not find headset input device.')
42 raise error.TestNAError('h2w driver not found.')
  /external/autotest/server/site_tests/brillo_KernelVersionTest/
brillo_KernelVersionTest.py 24 @raise TestError: Something went wrong while trying to execute the test.
25 @raise TestFail: The test failed.
30 raise error.TestFail('Failed to check kernel version')
33 raise error.TestFail(
  /external/autotest/server/site_tests/brillo_NVRAM/
brillo_NVRAM.py 32 @raise TestFail: The test executable returned an error.
36 raise error.TestFail('NVRAM HAL is not hardware-backed')
39 raise error.TestFail(run_error)
  /external/autotest/server/site_tests/firmware_ECAdc/
firmware_ECAdc.py 29 raise error.TestFail("Abnormal EC temperature %d K" % t)
33 raise error.TestNAError("Nothing needs to be tested on this device")
  /external/chromium-trace/catapult/systrace/systrace/tracing_agents/
__init__.py 65 raise NotImplementedError
76 raise NotImplementedError
  /external/chromium-trace/catapult/telemetry/telemetry/internal/platform/power_monitor/
__init__.py 43 raise NotImplementedError()
50 raise NotImplementedError()
  /external/google-breakpad/src/testing/gtest/test/
gtest_uninitialized_test.py 44 raise AssertionError
51 raise AssertionError
  /external/googletest/googletest/test/
gtest_uninitialized_test.py 44 raise AssertionError
51 raise AssertionError
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/sigaction/
4-1.c 18 4. (child) raise SIGABRT
19 5. (child, signal handler) raise SIGKILL
34 raise(SIGKILL);
60 if (raise(SIGABRT) == -1) {
4-10.c 18 4. (child) raise SIGPIPE
19 5. (child, signal handler) raise SIGKILL
34 raise(SIGKILL);
60 if (raise(SIGPIPE) == -1) {
4-11.c 18 4. (child) raise SIGQUIT
19 5. (child, signal handler) raise SIGKILL
34 raise(SIGKILL);
60 if (raise(SIGQUIT) == -1) {
4-12.c 18 4. (child) raise SIGSEGV
19 5. (child, signal handler) raise SIGKILL
34 raise(SIGKILL);
60 if (raise(SIGSEGV) == -1) {
4-13.c 18 4. (child) raise SIGTERM
19 5. (child, signal handler) raise SIGKILL
34 raise(SIGKILL);
60 if (raise(SIGTERM) == -1) {
4-14.c 18 4. (child) raise SIGTSTP
19 5. (child, signal handler) raise SIGKILL
34 raise(SIGKILL);
60 if (raise(SIGTSTP) == -1) {
4-15.c 18 4. (child) raise SIGTTIN
19 5. (child, signal handler) raise SIGKILL
34 raise(SIGKILL);
60 if (raise(SIGTTIN) == -1) {
4-16.c 18 4. (child) raise SIGTTOU
19 5. (child, signal handler) raise SIGKILL
34 raise(SIGKILL);
60 if (raise(SIGTTOU) == -1) {
4-17.c 18 4. (child) raise SIGUSR1
19 5. (child, signal handler) raise SIGKILL
34 raise(SIGKILL);
60 if (raise(SIGUSR1) == -1) {
4-18.c 18 4. (child) raise SIGUSR2
19 5. (child, signal handler) raise SIGKILL
34 raise(SIGKILL);
60 if (raise(SIGUSR2) == -1) {

Completed in 306 milliseconds

1 2 3 4 5 6 78 91011>>