Searched defs:interrupted (Results 1 - 19 of 19) sorted by relevance

/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/net/
H A DDatagramSocketTest.java53 boolean interrupted; field in class:DatagramSocketTest
558 interrupted = false;
566 interrupted = true;
586 if (interrupted) {
594 interrupted = false;
605 interrupted = true;
625 if (interrupted) {
626 fail("receive2 was interrupted");
633 interrupted = false;
640 interrupted
[all...]
H A DServerSocketTest.java46 boolean interrupted; field in class:ServerSocketTest
189 interrupted = false;
197 interrupted = true;
217 if (interrupted) {
218 fail("accept interrupted");
225 interrupted = false;
232 interrupted = true;
234 assertTrue("accept not interrupted", interrupted);
H A DSocketTest.java113 boolean interrupted; field in class:SocketTest
146 this.interrupted = false;
/external/llvm/include/llvm/Support/
H A Dsystem_error.h151 interrupted, // EINTR
519 interrupted = EINTR, enumerator in enum:llvm::errc::_
/external/openssh/
H A Dsftp.c93 volatile sig_atomic_t interrupted = 0; variable
223 interrupted = 1;
550 for (i = 0; g.gl_pathv[i] && !interrupted; i++) {
629 for (i = 0; g.gl_pathv[i] && !interrupted; i++) {
739 for (n = 0; d[n] != NULL && !interrupted; n++) {
804 if (interrupted)
831 for (i = 0; g.gl_pathv[i] && !interrupted; i++, a = NULL) {
1337 for (i = 0; g.gl_pathv[i] && !interrupted; i++) {
1433 for (i = 0; g.gl_pathv[i] && !interrupted; i++) {
1444 for (i = 0; g.gl_pathv[i] && !interrupted;
[all...]
/external/strace/
H A Dstrace.c134 static volatile sig_atomic_t interrupted; variable
136 static volatile int interrupted; variable
457 if (interrupted)
1820 interrupted = 1;
2123 if (interrupted)
2134 if (interrupted)
2140 if (interrupted)
2160 if (!interrupted) {
2182 if (interrupted)
2415 if (interrupted)
[all...]
/external/srec/srec/test/SRecTest/src/
H A DSRecTest.c175 static ESR_BOOL interrupted = ESR_FALSE; variable
181 interrupted = ESR_TRUE;
/external/srec/srec/test/SRecTestAudio/src/
H A DSRecTestAudio.c173 static ESR_BOOL interrupted = ESR_FALSE; variable
179 interrupted = ESR_TRUE;
/external/v8/src/
H A Dprofile-generator.cc2310 bool interrupted = false; local
2316 if (!interrupted) {
2318 if (!progress_->ProgressReport(false)) interrupted = true;
2321 if (interrupted) {
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.core.jobs_3.5.1.R36x_v20100824.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.equinox.p2.core_2.0.2.R36x_v20100804.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.equinox.p2.engine_2.0.0.v20100606.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.help.base_3.5.2.v201011171123.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.core.resources_3.6.1.R36x_v20101007-1215.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.osgi_3.6.1.R36x_v20100806.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.osgi_3.6.2.R36x_v20101103.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.jdt.debug_3.6.1.v20100715_r361/
H A Djdimodel.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 789 milliseconds