HomeSort by relevance Sort by last modified time
    Searched defs:die (Results 1 - 25 of 82) sorted by null

1 2 3 4

  /external/dbus/
cleanup-man-pages.sh 12 die() { function
22 cd "$MANDIR" || die "Could not cd to $MANDIR"
24 test -d keep || mkdir keep || die "Could not create $MANDIR/keep directory"
25 test -d nuke || mkdir nuke || die "Could not create $MANDIR/nuke directory"
28 (find . -maxdepth 1 -name "_*" | xargs -I ITEMS /bin/mv ITEMS nuke) || die "could not move all underscore-prefixed items"
29 (find . -maxdepth 1 -name "DBus*Internal*" | xargs -I ITEMS /bin/mv ITEMS nuke) || die "could not move all internal-containing items"
30 (find . -maxdepth 1 -name "dbus_*_internal_*" | xargs -I ITEMS /bin/mv ITEMS nuke) || die "could not move all internal-containing items"
45 /bin/mv "$I" nuke || die "could not move $I to $MANDIR/nuke"
58 /bin/mv "$I" nuke || die "could not move $I to $MANDIR/nuke"
65 (find . -maxdepth 1 -name "dbus_*" | xargs -I ITEMS /bin/mv ITEMS keep) || die "could not move all dbus-prefixed items
    [all...]
update-dbus-docs.sh 3 function die() function
19 cd $CHECKOUTDIR || die "could not changedir to $CHECKOUTDIR"
24 cvs co dbus || die "failed to cvs update"
25 cd dbus || die "could not cd to dbus"
31 ./autogen.sh --enable-xml-docs=yes --enable-doxygen-docs=yes || die "could not autogen"
32 doxygen Doxyfile || die "could not run Doxygen"
33 make -C doc || die "could not build docs"
43 cp README HACKING AUTHORS NEWS COPYING ChangeLog doc/ || die "could not copy in assorted files"
44 tar cfz dbus-docs.tar.gz doc/*.dtd doc/*.xsl doc/*.xml doc/*.html doc/*.txt doc/api/html/*.html doc/api/html/*.css doc/api/html/*.png doc/api/html/*.gif doc/HACKING doc/AUTHORS doc/NEWS doc/ChangeLog doc/TODO doc/README doc/COPYING doc/*.png doc/*.svg || die "could not tar up docs"
46 tar tfz dbus-docs.tar.gz | sort > tarball.list || die "could not list tarball contents
    [all...]
  /external/dbus/test/name-test/
run-test-systemserver.sh 2 die() function
run-test.sh 3 die() function
34 ${DBUS_TOP_BUILDDIR}/libtool --mode=execute $DEBUG $DBUS_TOP_BUILDDIR/test/name-test/test-ids || die "test-ids failed"
37 ${DBUS_TOP_BUILDDIR}/libtool --mode=execute $DEBUG $DBUS_TOP_BUILDDIR/test/name-test/test-pending-call-dispatch || die "test-pending-call-dispatch failed"
40 ${DBUS_TOP_BUILDDIR}/libtool --mode=execute $DEBUG $DBUS_TOP_BUILDDIR/test/name-test/test-pending-call-timeout || die "test-pending-call-timeout failed"
43 ${DBUS_TOP_BUILDDIR}/libtool --mode=execute $DEBUG $DBUS_TOP_BUILDDIR/test/name-test/test-threads-init || die "test-threads-init failed"
46 ${DBUS_TOP_BUILDDIR}/libtool --mode=execute $DEBUG $DBUS_TOP_BUILDDIR/test/name-test/test-privserver-client || die "test-privserver-client failed"
49 ${DBUS_TOP_BUILDDIR}/libtool --mode=execute $DEBUG $DBUS_TOP_BUILDDIR/test/name-test/test-shutdown || die "test-shutdown failed"
test-ids.c 12 die (const char *message) function
39 die ("No bus server ID retrieved\n");
42 die ("Bus server id should have length 32\n");
47 die ("No bus ID retrieved\n");
50 die ("Bus ID should have length 32\n");
  /external/dbus/tools/
run-with-tmp-session-bus.sh 7 die() function
18 die "Must set DBUS_TOP_BUILDDIR"
22 trap 'die "Received SIGINT"' INT
41 die "$DBUS_TOP_BUILDDIR/bus/dbus-daemon does not exist"
60 die "Failed to launch message bus for test script to run"
67 $WRAPPED_SCRIPT "$@" || die "script \"$WRAPPED_SCRIPT\" failed"
69 kill -TERM $DBUS_SESSION_BUS_PID || die "Message bus vanished! should not have happened" && echo "Killed daemon $DBUS_SESSION_BUS_PID" >&2
  /external/llvm/projects/sample/autoconf/
AutoRegen.sh 2 die () { function
7 test -f configure.ac || die "Can't find 'autoconf' dir; please cd into it first"
10 die "Your autoconf was not detected as being 2.5x or 2.6x"
41 aclocal -I $cwd/m4 || die "aclocal failed"
43 autoconf --warnings=all -o ../configure configure.ac || die "autoconf failed"
  /sdk/eclipse/scripts/
create_adt_symlinks.sh 2 function die() { function
22 make -j3 showcommands $LIBS || die "ADT: Fail to build one of $LIBS."
26 make -j3 showcommands lint || die "ADT: Fail to build one of $LIBS."
create_all_symlinks.sh 5 function die() { function
create_bridge_symlinks.sh 2 function die() { function
28 make -j3 showcommands $LIBS || die "Bridge: Failed to build one of $LIBS."
create_sdkman_symlinks.sh 2 function die() { function
16 make -j3 showcommands $LIBS || die "SDK Manager: Failed to build one of $LIBS."
create_traceview_symlinks.sh 2 function die() { function
22 make -j3 showcommands $LIBS || die "TRACEVIEW: Fail to build one of $LIBS."
setup_eclipse.sh 26 function die() { function
45 [[ -n "$1" ]] || die "Usage: $0 <dest-dir>"
build_plugins.sh 40 function die() { function
71 die "ERROR: This script is currently only supported on Linux and MacOSX."
91 mkdir -p "$BASE_DIR" || die "Please create a directory $BASE_DIR where Eclipse will be installed, i.e. execute 'mkdir -p $BASE_DIR && chown $USER $BASE_DIR'."
common_setup.sh 1 function die() { function
create_test_symlinks.sh 9 function die() { function
41 make -j3 showcommands $LIBS || die "ADT: Fail to build one of $LIBS."
build_server.sh 42 function die() { function
55 [ `uname` == "Linux" -o `uname` == "Darwin" ] || die "This must run from a Linux or Mac OSX box."
58 [ -n "$DEST_DIR" ] || die "Usage: $0 <destination-directory> [build-number]"
59 [ -d "$DEST_DIR" ] || die "Destination directory $DEST_DIR must exist."
106 die "Build failed to produce $DEST_DIR/$BUILD_PREFIX"
  /external/llvm/autoconf/
AutoRegen.sh 3 die() { function
32 test -f $configfile || die "Can't find 'autoconf' dir; please cd into it first"
34 test $? -eq 0 || die "Your autoconf was not detected as being $want_autoconf_version_clean"
36 test $? -eq 0 || die "Your aclocal was not detected as being $want_aclocal_version_clean"
38 test $? -eq 0 || die "Your autoheader was not detected as being $want_autoheader_version_clean"
40 test $? -eq 0 || die "Your libtool was not detected as being $want_libtool_version_clean"
52 aclocal --force -I $cwd/m4 || die "aclocal failed"
54 autoconf --force --warnings=all -o ../$outfile $configfile || die "autoconf failed"
57 autoheader --warnings=all -I autoconf -I autoconf/m4 autoconf/$configfile || die "autoheader failed"
  /external/libvpx/examples/
gen_example_code.sh 22 die() { function
74 *) die "Failed to parse template name from '$template'" ;;
gen_example_text.sh 22 die() { function
54 *) die "Failed to parse template name from '$template'" ;;
  /system/extras/fatblock/
utils.c 38 void die(char *msg) function
  /external/libvpx/build/make/
gen_msvs_def.sh 38 die() { function
77 [ -n "$name" ] || die "Library name (--name) must be specified!"
  /cts/tests/src/android/app/cts/
ActivityManagerStubCrashActivity.java 31 die(); method
34 public void die() { method in class:ActivityManagerStubCrashActivity
  /external/dbus/dbus/
dbus-test.c 33 die (const char *failure) function
49 die ("memleaks");
65 die (test_name);
81 die (test_name);
103 die ("debug threads init");
134 die ("recursive marshal");
174 die ("md5");
  /external/dbus/test/
test-names.c 7 die (const char *message) function
63 die ("No memory\n");
66 die ("No memory\n");

Completed in 130 milliseconds

1 2 3 4