/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/net/ |
SocketTest.java | 354 assertFalse("Wrong input shutdown status", client.isInputShutdown()); 355 assertFalse("Wrong output shutdown status", client.isOutputShutdown()); 455 assertFalse("Wrong input shutdown status", client.isInputShutdown()); 456 assertFalse("Wrong output shutdown status", client.isOutputShutdown()); [all...] |
/libcore/jsr166-tests/src/test/java/jsr166/ |
ThreadPoolExecutorTest.java | 438 * isShutdown is false before shutdown, true after 447 try { p.shutdown(); } catch (SecurityException ok) { return; } 453 * awaitTermination on a non-shutdown pool times out 478 try { p.shutdown(); } catch (SecurityException ok) { return; } 505 try { p.shutdown(); } catch (SecurityException ok) { return; } 533 try { p.shutdown(); } catch (SecurityException ok) { return; } [all...] |
/cts/hostsidetests/inputmethodservice/deviceside/provider/src/android/inputmethodservice/cts/provider/ |
EventProvider.java | 155 public void shutdown() { method in class:EventProvider 156 super.shutdown();
|
/device/linaro/bootloader/OpenPlatformPkg/Platforms/ARM/VExpress/DeviceTree/ |
fvp-foundation-motherboard-no_psci.dtsi | 182 shutdown@0 { 183 compatible = "arm,vexpress-shutdown";
|
fvp-foundation-motherboard.dtsi | 189 * shutdown@0 { 190 * compatible = "arm,vexpress-shutdown";
|
/device/linaro/bootloader/arm-trusted-firmware/fdts/ |
fvp-foundation-motherboard.dtsi | 164 * shutdown@0 { 165 * compatible = "arm,vexpress-shutdown";
|
rtsm_ve-motherboard.dtsi | 231 * shutdown@0 { 232 * compatible = "arm,vexpress-shutdown";
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/ |
test_imaplib.py | 137 server.shutdown()
153 client.shutdown()
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/scripts/ |
combinerefs.py | 8 When the PYTHONDUMPREFS envar is set in a debug build, at Python shutdown
55 The str object '__len__' is alive at shutdown time, and both PYTHONDUMPREFS
|
/external/autotest/client/profilers/oprofile/ |
oprofile.py | 124 utils.system(self.opcontrol + ' --shutdown') 155 utils.system(self.opcontrol + ' --shutdown')
|
/external/autotest/client/tests/sysbench/ |
sysbench.py | 142 utils.system(bin + '/mysqladmin shutdown') 145 utils.system(bin + '/mysqladmin shutdown')
|
/external/autotest/server/site_tests/firmware_ECLidShutdown/ |
firmware_ECLidShutdown.py | 89 Set flag to disable shutdown of DUT when lid closed. Then check 92 # enable shutdown flag
|
/external/autotest/server/site_tests/power_DarkResumeShutdownServer/ |
power_DarkResumeShutdownServer.py | 74 wait for shutdown 121 # try to clean up the mess we've made if shutdown failed
|
/external/caliper/caliper/src/test/java/com/google/caliper/runner/ |
WorkerProcessTest.java | 111 assertEquals("worker-shutdown-hook-" + TRIAL_ID, 122 assertEquals("worker-shutdown-hook-" + TRIAL_ID, hook.getName());
|
/external/compiler-rt/include/sanitizer/ |
lsan_interface.h | 50 // By calling this function early during process shutdown, you can instruct 51 // LSan to ignore shutdown-only leaks which happen later on.
|
/external/guava/guava/src/com/google/common/util/concurrent/ |
WrappingExecutorService.java | 142 public final void shutdown() { 143 delegate.shutdown();
|
/external/guava/guava-testlib/src/com/google/common/util/concurrent/testing/ |
AbstractListenableFutureTest.java | 199 exec.shutdown(); 243 exec.shutdown();
|
SameThreadScheduledExecutorService.java | 54 public void shutdown() { method in class:SameThreadScheduledExecutorService 55 delegate.shutdown();
|
/external/honggfuzz/examples/apache-httpd/ |
httpd-master.honggfuzz.patch | 126 + if (shutdown(myfd, SHUT_WR) == -1) { 127 + perror("shutdown");
|
/external/icu/icu4c/source/samples/layout/ |
cgnomelayout.c | 161 static void shutdown(GtkObject *object, gpointer data) function 175 GNOMEUIINFO_MENU_EXIT_ITEM(shutdown, NULL),
|
gnomelayout.cpp | 169 void shutdown(GtkObject */*object*/, gpointer /*data*/) function 183 GNOMEUIINFO_MENU_EXIT_ITEM(shutdown, NULL),
|
/external/jacoco/org.jacoco.core.test/src/org/jacoco/core/runtime/ |
RuntimeTestBase.java | 52 public void shutdown() { method in class:RuntimeTestBase 53 runtime.shutdown();
|
/external/jacoco/org.jacoco.examples/src/org/jacoco/examples/ |
CoreTutorial.java | 135 // At the end of test execution we collect execution data and shutdown 140 runtime.shutdown();
|
/external/libchrome/base/files/ |
important_file_writer.cc | 80 // On Chrome OS, chrome gets killed when it cannot finish shutdown quickly, 81 // and this function seems to be one of the slowest shutdown steps.
|
important_file_writer.h | 37 // for details) and thus please don't block shutdown on ImportantFileWriter. 101 // and may be called during Chrome shutdown.
|