HomeSort by relevance Sort by last modified time
    Searched full:exit_success (Results 226 - 250 of 386) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /frameworks/wilhelm/tests/sandbox/
srcsink.c 219 return EXIT_SUCCESS;
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/examples/
set_maps.c 242 return EXIT_SUCCESS;
twopass_encoder.c 229 return EXIT_SUCCESS;
  /system/connectivity/shill/dhcp/
dhcp_config.cc 252 if (exit_status == EXIT_SUCCESS) {
  /system/core/toolbox/
iftop.c 255 exit(EXIT_SUCCESS);
  /system/extras/iotop/
iotop.cpp 135 return(EXIT_SUCCESS);
  /external/libchrome/base/process/
launch_posix.cc 664 return result == EXECUTE_SUCCESS && exit_code == EXIT_SUCCESS;
673 return result == EXECUTE_SUCCESS && exit_code == EXIT_SUCCESS;
686 exit_code == EXIT_SUCCESS);
  /external/selinux/policycoreutils/secon/
secon.c 207 usage(program_name, EXIT_SUCCESS);
211 exit(EXIT_SUCCESS);
760 exit(EXIT_SUCCESS);
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/
system.h 233 FATAL_EXIT_CODE to EXIT_SUCCESS and EXIT_FAILURE respectively,
236 # ifdef EXIT_SUCCESS
237 # define SUCCESS_EXIT_CODE EXIT_SUCCESS
    [all...]
  /art/oatdump/
oatdump.cc     [all...]
  /external/autotest/client/profilers/powertop/src/
powertop.c 1042 exit(EXIT_SUCCESS);
1046 exit(EXIT_SUCCESS);
1150 exit(EXIT_SUCCESS);
  /system/core/init/
builtins.cpp 422 goto exit_success;
454 goto exit_success;
473 exit_success:
  /art/cmdline/
README.md 65 return EXIT_SUCCESS;
cmdline.h 334 return EXIT_SUCCESS;
  /external/autotest/client/site_tests/camera_V4L2/src/
media_v4l2_unittest.cc 270 exit (EXIT_SUCCESS);
  /external/boringssl/src/crypto/
constant_time_test.c 302 return EXIT_SUCCESS;
  /external/libbrillo/brillo/
process_unittest.cc 64 EXPECT_EQ(EXIT_SUCCESS, process.Run());
  /external/libvpx/libvpx/examples/
simple_encoder.c 255 return EXIT_SUCCESS;
  /external/tinycompress/
cplay.c 196 exit(EXIT_SUCCESS);
  /external/toybox/toys/pending/
arping.c 92 if (toys.optflags & FLAG_U) exit(EXIT_SUCCESS);
  /external/webrtc/webrtc/modules/video_coding/codecs/vp8/
vp8_sequence_coder.cc 240 exit(EXIT_SUCCESS);
  /frameworks/av/media/libstagefright/codecs/avc/enc/test/
h264_enc_test.cpp 266 int32_t retVal = EXIT_SUCCESS;
  /frameworks/av/media/libstagefright/codecs/mp3dec/test/
mp3reader.cpp 196 if (retVal != EXIT_SUCCESS) {
  /frameworks/wilhelm/tests/examples/
slesTestBassBoostPath.cpp 293 return EXIT_SUCCESS;
slesTestEqFdPath.cpp 337 return EXIT_SUCCESS;

Completed in 406 milliseconds

1 2 3 4 5 6 7 8 91011>>