/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_asyncore.py | 45 raise asyncore.ExitNow() 95 # check that ExitNow exceptions in the object handler method 98 self.assertRaises(asyncore.ExitNow, asyncore.read, tr1) 99 self.assertRaises(asyncore.ExitNow, asyncore.write, tr1) 100 self.assertRaises(asyncore.ExitNow, asyncore._exception, tr1) 102 # check that an exception other than ExitNow in the object handler 169 # check that ExitNow exceptions in the object handler method 172 self.assertRaises(asyncore.ExitNow, asyncore.readwrite, tr1, flag) 174 # check that an exception other than ExitNow in the object handler
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_asyncore.py | 45 raise asyncore.ExitNow() 95 # check that ExitNow exceptions in the object handler method 98 self.assertRaises(asyncore.ExitNow, asyncore.read, tr1) 99 self.assertRaises(asyncore.ExitNow, asyncore.write, tr1) 100 self.assertRaises(asyncore.ExitNow, asyncore._exception, tr1) 102 # check that an exception other than ExitNow in the object handler 169 # check that ExitNow exceptions in the object handler method 172 self.assertRaises(asyncore.ExitNow, asyncore.readwrite, tr1, flag) 174 # check that an exception other than ExitNow in the object handler
|
/external/gptfdisk/ |
gptcurses.cc | 641 int inputKey, exitNow = 0; 666 exitNow = Dispatch(currentKey); 669 exitNow = 1; 672 exitNow = Dispatch(inputKey); 675 } while (!exitNow); 681 int exitNow = 0; 715 exitNow = 1; 731 return exitNow;
|
/external/google-breakpad/src/testing/gtest/include/gtest/ |
gtest-death-test.h | 92 // ASSERT_EXIT(server.ExitNow(), ::testing::ExitedWithCode(0), "Exiting");
|
/external/gtest/include/gtest/ |
gtest-death-test.h | 92 // ASSERT_EXIT(server.ExitNow(), ::testing::ExitedWithCode(0), "Exiting");
|
/external/llvm/utils/unittest/googletest/include/gtest/ |
gtest-death-test.h | 81 // ASSERT_EXIT(server.ExitNow(), ::testing::ExitedWithCode(0), "Exiting");
|
/external/mesa3d/src/gtest/include/gtest/ |
gtest-death-test.h | 81 // ASSERT_EXIT(server.ExitNow(), ::testing::ExitedWithCode(0), "Exiting");
|
/external/protobuf/gtest/include/gtest/ |
gtest-death-test.h | 81 // ASSERT_EXIT(server.ExitNow(), ::testing::ExitedWithCode(0), "Exiting");
|
/ndk/sources/third_party/googletest/googletest/include/gtest/ |
gtest-death-test.h | 92 // ASSERT_EXIT(server.ExitNow(), ::testing::ExitedWithCode(0), "Exiting");
|
/external/icu/icu4c/source/test/threadtest/ |
threadtest.cpp | 361 UBool exitNow = gRunInfo.exitFlag; 367 if (exitNow) {
|
/frameworks/base/cmds/bootanimation/ |
BootAnimation.cpp | 399 int exitnow = atoi(value); local 400 if (exitnow) {
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
asyncore.py | 76 class ExitNow(Exception): 79 _reraised_exceptions = (ExitNow, KeyboardInterrupt, SystemExit)
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
asyncore.py | 76 class ExitNow(Exception): 79 _reraised_exceptions = (ExitNow, KeyboardInterrupt, SystemExit)
|
/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/ |
Tool.java | 70 private static boolean exitNow = false; 92 if (!exitNow) { 230 exitNow = true; [all...] |
/external/clang/test/SemaCXX/ |
warn-thread-safety-analysis.cpp | [all...] |
/external/libvpx/libvpx/third_party/googletest/src/include/gtest/ |
gtest.h | [all...] |
/external/protobuf/gtest/fused-src/gtest/ |
gtest.h | [all...] |
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/googletest/src/include/gtest/ |
gtest.h | [all...] |