HomeSort by relevance Sort by last modified time
    Searched refs:exit (Results 501 - 525 of 2536) sorted by null

<<21222324252627282930>>

  /external/iptables/iptables/
iptables-save.c 149 exit(1);
175 exit(0);
181 exit(1);
  /external/jpeg/
cdjpeg.c 42 exit(EXIT_FAILURE);
159 exit(EXIT_FAILURE);
177 exit(EXIT_FAILURE);
  /external/libmtp/examples/
hotplug.c 36 exit(1);
179 exit(1);
212 exit (0);
  /external/openfst/src/bin/
fstdraw.cc 84 if (!isyms) exit(1);
89 if (!osyms) exit(1);
94 if (!ssyms) exit(1);
  /external/qemu/android/utils/
system.c 36 exit(1);
53 exit(1);
71 exit(1);
162 goto Exit;
167 Exit:
  /external/qemu/distrib/jpeg-6b/
cdjpeg.c 42 exit(EXIT_FAILURE);
159 exit(EXIT_FAILURE);
177 exit(EXIT_FAILURE);
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/source/
TestBenchMultipleInstance.c 96 DEBUG(("\t-T to print tag name and exit\n"));
97 exit(100);
131 exit(100);
140 exit(100);
153 exit(100);
166 exit(100);
182 exit(100);
192 exit(100);
219 exit(1);
259 exit(1)
    [all...]
  /ndk/sources/host-tools/nawk-20071023/
main.c 67 exit(1);
75 exit(0);
134 exit(0);
  /sdk/ddms/app/src/com/android/ddms/
Main.java 55 System.exit(1);
87 // the "ping" argument means to check in with the server and exit
94 System.exit(1);
128 System.exit(0);
  /system/core/libctest/
ctest.c 95 // Exit successfully.
96 exit(0);
99 exit(1);
158 // Exit the process for this test case.
159 exit(ASSERTION_ERROR);
  /system/core/toolbox/
ioctl.c 57 exit(1);
63 exit(1);
93 exit(1);
setconsole.c 55 exit(1);
62 exit(1);
96 exit(1);
  /system/extras/tests/bionic/libc/common/
test_udp.c 22 exit(1);
33 exit(code);
57 exit(1);
  /external/checkpolicy/
checkpolicy.c 111 exit(1);
118 exit(1);\
186 exit(1);
237 exit(1);
242 exit(1);
424 exit(1);
461 exit(1);
470 exit(1);
485 exit(0);
506 exit(1)
    [all...]
  /external/dropbear/
svr-chansession.c 70 TRACE(("sesscheckclose, pid is %d", chansess->exit.exitpid))
71 return chansess->exit.exitpid != -1;
79 * use the svr_ses.lastexit struct to hold the exit, which is then compared by
88 struct exitinfo *exit = NULL; local
94 exit = NULL;
99 exit = &svr_ses.childpids[i].chansess->exit;
106 if (exit == NULL) {
108 exit = &svr_ses.lastexit;
111 exit->exitpid = pid
    [all...]
  /external/netperf/
nettest_sctp.c 221 exit(1);
438 /* complete_addrinfos will either succede or exit the process */
477 exit(1);
614 exit(1);
622 exit(1);
631 exit(1);
682 exit(1);
739 exit(1);
746 /* timestamp the exit from the send call and update the histogram */
768 exit(1)
    [all...]
  /external/icu4c/tools/toolutil/
ucmstate.c 191 exit(U_INVALID_TABLE_FORMAT);
198 exit(U_INVALID_TABLE_FORMAT);
238 exit(U_INVALID_TABLE_FORMAT);
244 exit(U_INVALID_TABLE_FORMAT);
274 exit(U_INVALID_TABLE_FORMAT);
284 exit(U_INVALID_TABLE_FORMAT);
293 exit(U_INVALID_TABLE_FORMAT);
308 exit(U_INVALID_TABLE_FORMAT);
313 exit(U_INVALID_TABLE_FORMAT);
320 exit(U_INVALID_TABLE_FORMAT)
    [all...]
  /external/e2fsprogs/misc/
tune2fs.c 115 exit(1);
243 exit(1);
282 exit(1);
289 exit(1);
297 exit(1);
308 exit(1);
324 exit(1);
381 exit(1);
391 exit(1);
398 exit(1)
    [all...]
  /external/mdnsresponder/mDNSShared/
dnsextd.c 252 goto exit;
262 exit:
283 goto exit;
289 exit:
432 require_action_quiet( nread != -1, exit, err = mStatus_UnknownErr );
433 require_action_quiet( nread > 0, exit, err = mStatus_NoError );
436 require_action_quiet( nread == sizeof( msglen ), exit, err = mStatus_UnknownErr; Log( "Could not read length field of message") );
440 require_action_quiet( msglen <= sizeof( storage->msg ), exit, err = mStatus_UnknownErr; Log( "RecvPacket: provided buffer too small." ) );
457 require_action_quiet( pkt, exit, err = mStatus_NoMemoryErr; LogErr( "RecvPacket", "malloc" ) );
471 require_action_quiet( nread >= 0, exit, err = mStatus_UnknownErr ; LogErr( "RecvPacket", "recv" ) )
    [all...]
  /bionic/libc/arch-arm/bionic/
_exit_with_stack_teardown.S 48 @ exit() should never return, cause a crash if it does
  /bionic/libc/bionic/
libc_init_dynamic.c 126 exit(slingshot(argc, argv, envp));
libc_init_static.c 94 exit(slingshot(argc, argv, envp));
  /cts/tools/vm-tests-tf/src/dot/junit/opcodes/monitor_exit/d/
T_monitor_exit_3.d 34 monitor-exit v1
39 monitor-exit v3
  /dalvik/tests/033-class-init-deadlock/src/
Main.java 31 System.exit(0);
  /dalvik/tests/059-finalizer-throw/src/
Main.java 27 System.exit(1);

Completed in 1969 milliseconds

<<21222324252627282930>>