HomeSort by relevance Sort by last modified time
    Searched refs:die (Results 26 - 50 of 1099) sorted by null

12 3 4 5 6 7 8 91011>>

  /external/ImageMagick/PerlMagick/demo/
settings.pl 23 die $e if $e;
26 die $e if $e;
29 die $e if $e;
32 die $e if $e;
  /external/ImageMagick/PerlMagick/t/jbig/
read.t 14 chdir 't/jbig' || die 'Cd failed';
write.t 15 chdir 't/jbig' || die 'Cd failed';
  /external/ImageMagick/PerlMagick/t/rad/
read.t 15 chdir 't/rad' || die 'Cd failed';
  /external/autotest/client/site_tests/firmware_TouchMTB/tools/
firmware_common.sh 7 # A die function to print the message and then exit
8 die() { function
25 die "Path $CROS_SCRIPT_ROOT not found. Make sure you are in chroot."
  /external/autotest/client/site_tests/security_Minijail0/src/
test-create-mount-destination 12 grep "test_null" /proc/mounts || die "test_null not mounted"
test-mount-tmpfs 12 grep "tmpfs.*ro.*uid=5446" /proc/mounts || die "tmpfs not mounted with data"
test-rlimits 12 grep "Max nice priority\s*10\s*11" /proc/self/limits || die "nice limit not set"
  /external/elfutils/libdw/
dwarf_diename.c 1 /* Return string in name attribute of DIE.
39 dwarf_diename (Dwarf_Die *die)
43 return INTUSE(dwarf_formstring) (INTUSE(dwarf_attr_integrate) (die,
dwarf_attr.c 1 /* Return specific DWARF attribute of a DIE.
39 dwarf_attr (Dwarf_Die *die, unsigned int search_name, Dwarf_Attribute *result)
41 if (die == NULL)
45 result->valp = __libdw_find_attr (die, search_name, &result->code,
48 result->cu = die->cu;
dwarf_entrypc.c 1 /* Return entry PC attribute of DIE.
38 dwarf_entrypc (Dwarf_Die *die, Dwarf_Addr *return_addr)
42 return INTUSE(dwarf_formaddr) (INTUSE(dwarf_attr) (die, DW_AT_entry_pc,
44 ?: INTUSE(dwarf_attr) (die, DW_AT_low_pc,
  /external/shflags/examples/
write_date.sh 36 die() function
49 [ $# -gt 0 ] || die 'filename missing'
53 && die 'filename exists; not overwriting'
debug_output.sh 32 die() { function
45 '') die ;;
57 *) die "unrecognized command (${command})" ;;
  /external/vboot_reference/scripts/image_signing/
ensure_no_password.sh 23 die "chronos password is set! Shouldn't be for release builds."
  /frameworks/opt/net/lowpan/tests/
prepdevice.sh 3 die () { function
21 || die "Build failed"
27 adb root || die
28 adb wait-for-device || die
29 adb remount || die
30 adb shell stop || die
31 adb sync system || die
32 adb shell start || die
scantest.sh 5 die () { function
17 adb wait-for-device || die
33 kill -0 $WPANTUND_1_PID || die "wpantund failed to start"
34 kill -0 $WPANTUND_2_PID || die "wpantund failed to start"
38 adb shell lowpanctl -I wpan5 form blahnet || die
40 adb shell lowpanctl -I wpan5 status || die
42 adb shell lowpanctl -I wpan6 scan || die
  /prebuilts/go/darwin-x86/src/runtime/testdata/testprogcgo/
threadpanic_unix.c 14 die(void* x) function
24 if(pthread_create(&t, 0, die, 0) != 0)
threadpanic_windows.c 12 die(void* x) function
21 if(_beginthreadex(0, 0, die, 0, 0, 0) != 0)
  /prebuilts/go/linux-x86/src/runtime/testdata/testprogcgo/
threadpanic_unix.c 14 die(void* x) function
24 if(pthread_create(&t, 0, die, 0) != 0)
threadpanic_windows.c 12 die(void* x) function
21 if(_beginthreadex(0, 0, die, 0, 0, 0) != 0)
  /external/valgrind/coregrind/
link_tool_exe_linux.in 25 # We just let the script 'die' if something is wrong, rather than do
62 die "Not enough arguments"
69 die "Bogus alt-load address"
  /external/ltp/testcases/kernel/fs/quota_remount/
quota_remount_test01.sh 61 die() function
71 cd $TMPDIR || die 2 "Cannot cd to $TMPDIR"
73 dd if=/dev/zero of=$IMAGE bs=4096 count=8000 2>/dev/null || die 2 "Cannot create filesystem image"
74 mkfs.ext3 -q -F -b 4096 $IMAGE || die 2 "Could not create the filesystem"
75 mkdir $MNTDIR || die 2 "Could not create the mountpoint"
76 mount -t ext3 -o loop,usrquota,grpquota $IMAGE $MNTDIR || die 2 "Could not mount the filesystem"
82 chcon -t tmp_t $MNTDIR || die 2 "Could not change SELinux file type"
86 quotacheck -cug $MNTDIR || die 2 "Could not create quota files"
89 quotaon -ug $MNTDIR || die 2 "Could not turn quota on"
92 echo "blah" >$MNTDIR/file || die 2 "Could not write to the filesystem
    [all...]
  /external/tensorflow/tensorflow/tools/gcs_test/
gcs_smoke.sh 47 die "ERROR: Command-line argument GCLOUD_JSON_KEY_PATH is not supplied"
51 die "ERROR: Command-line argument GCS_BUCKET_URL is not supplied"
55 die "ERROR: Path to Google Cloud JSON key file is invalid: \""\
66 die "Failed to copy files to ${BUILD_DIR}"
70 die "ERROR: Cannot find Dockerfile at expected path ${DOCKERFILE}"
75 die "Failed to download tensorflow whl file from URL: ${WHL_URL}"
80 die "FAIL: Failed to build docker image for testing"
  /external/linux-kselftest/tools/testing/selftests/mount/
unprivileged-remount-test.c 48 static void die(char *fmt, ...) function
66 die("vsnprintf failed: %s\n",
70 die("vsnprintf output truncated\n");
77 die("open of %s failed: %s\n",
83 die("short write to %s\n", filename);
85 die("write to %s failed: %s\n",
90 die("close of %s failed: %s\n",
123 die("statvfs of %s failed: %s\n",
129 die("Unrecognized mount flags\n");
163 die("unshare(CLONE_NEWUSER) failed: %s\n"
    [all...]
  /external/bzip2/
format.pl 21 die "Usage: $0 xml_infile xml_outfile\n";
26 die "Can't find file \"$infile\""
30 die "Can't read input $infile\n";
34 die "Can't input $infile $!";
41 die "Can't output $outfile $! for writing";

Completed in 847 milliseconds

12 3 4 5 6 7 8 91011>>