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

  /external/icu/icu4c/source/test/cintltst/
nccbtst.h 37 static void TestStop(int32_t inputsize, int32_t outputsize);
nccbtst.c 120 TestStop(NEW_MAX_BUFFER, NEW_MAX_BUFFER);
121 TestStop(1,NEW_MAX_BUFFER);
122 TestStop(1,1);
123 TestStop(NEW_MAX_BUFFER, 1);
    [all...]
  /prebuilts/go/darwin-x86/src/os/signal/
signal_test.go 191 var sendUncaughtSighup = flag.Int("send_uncaught_sighup", 0, "send uncaught SIGHUP during TestStop")
194 func TestStop(t *testing.T) {
255 // Either way, TestStop should still be able to catch them when it wants them
264 out, err := exec.Command(os.Args[0], "-test.run=TestStop", "-send_uncaught_sighup="+strconv.Itoa(i)).CombinedOutput()
286 out, err := exec.Command("/usr/bin/nohup", os.Args[0], "-test.run=TestStop", "-send_uncaught_sighup="+strconv.Itoa(i)).CombinedOutput()
signal_plan9_test.go 107 func TestStop(t *testing.T) {
  /prebuilts/go/linux-x86/src/os/signal/
signal_test.go 191 var sendUncaughtSighup = flag.Int("send_uncaught_sighup", 0, "send uncaught SIGHUP during TestStop")
194 func TestStop(t *testing.T) {
255 // Either way, TestStop should still be able to catch them when it wants them
264 out, err := exec.Command(os.Args[0], "-test.run=TestStop", "-send_uncaught_sighup="+strconv.Itoa(i)).CombinedOutput()
286 out, err := exec.Command("/usr/bin/nohup", os.Args[0], "-test.run=TestStop", "-send_uncaught_sighup="+strconv.Itoa(i)).CombinedOutput()
signal_plan9_test.go 107 func TestStop(t *testing.T) {
  /external/deqp/modules/egl/
teglMultiThreadTests.cpp 131 class TestStop {};
197 catch (const TestThread::TestStop&)
223 catch (const TestThread::TestStop&)
332 throw TestThread::TestStop();
    [all...]

Completed in 273 milliseconds