Searched defs:die (Results 1 - 25 of 182) sorted by relevance

12345678

/external/autotest/client/site_tests/firmware_TouchMTB/
H A Dsummary.sh58 die() { function
65 die "Error: the script '$0' should be executed in a chromebook."
72 die "Error: the script '$0' should be located under $PROJ"
81 die "Please remove those undesired directories from $TEST_DIR"
H A Dversion.sh30 die() { function
36 die "Error: you need to provide the IP address of the test machine."
41 die "Error: failed to create version info"
46 die "Error: scp version file $VERSION_FILE to ${FLAGS_remote}:${TEST_DIR}"
/external/golang-protobuf/ptypes/
H A Dregen.sh20 function die() { function
27 q=$(which $tool) || die "didn't find $tool"
50 die "not exactly one match"
/external/libcap/kdebug/
H A Dtest-kernel.sh10 function die { function
16 make || die "failed to make libcap tree"
22 make V=1 all || die "failed to build kernel: $0"
/external/libnl/
H A Dautogen.sh3 die() { function
10 cd "$BASEDIR" || die "Could not change into base directory $BASEDIR"
12 autoreconf -fi || die "Error during autoreconf"
15 doc/autogen.sh || die "Error during doc/autogen.sh"
/external/ltp/testcases/kernel/fs/quota_remount/
H A Dquota_remount_test01.sh61 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
[all...]
/external/protobuf/objectivec/DevTools/
H A Dcheck_version_stamps.sh16 die() { function
32 die "Failed to find ${ConstantName} in the plugin source (${PluginSrc})."
44 die "Failed to find ${ConstantName} in the runtime source (${RuntimeSrc})."
50 die "Versions don't match!
H A Dcompile_testing_protos.sh10 die() { function
25 die "Unknown action requested: ${ACTION}"
33 die "Could not find the protoc binary; make sure you have built it (objectivec/DevTools/full_mac_build.sh -h)."
/external/swiftshader/third_party/LLVM/projects/sample/autoconf/
H A DAutoRegen.sh2 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"
48 aclocal -I $llvm_m4 -I "$llvm_m4/.." || die "aclocal failed"
50 autoconf --warnings=all -o ../configure configure.ac || die "autoconf failed"
/external/tensorflow/tensorflow/tools/dist_test/
H A Dbuild_server.sh38 die() { function
45 die "Usage: $0 <docker_image_name> <whl_location> [--test]"
61 die "Failed to copy files to ${BUILD_DIR}"
72 die "Failed to download tensorflow whl file from URL: ${WHL_FILE_LOCATION}"
80 die "ERROR: Unable to find dockerfile: ${DOCKER_FILE}"
87 die "Failed to build docker image: ${DOCKER_IMG_NAME}"
H A Dremote_test.sh69 die() { function
111 die "whl URL is not specified"
121 die "Failed to copy files to ${BUILD_DIR}"
125 die "Failed to download tensorflow whl file from URL: ${WHL_URL}"
130 die "Failed to build docker image: ${DOCKER_IMG_NAME}"
H A Dlocal_test.sh60 die() { function
87 die "whl file location is not specified"
138 die "Failed to copy files to ${BUILD_DIR}"
143 die "Failed to download tensorflow whl file from URL: ${WHL_FILE_LOCATION}"
151 die "Failed to build docker image: ${DOCKER_IMG_NAME}"
/external/tensorflow/tensorflow/tools/dist_test/scripts/
H A Ddist_census_widendeep_test.sh40 die() { function
61 die "ERROR: --sync-replicas (synchronized-replicas) mode is not fully "\
81 die "Failed to remove existing model directory: ${MODEL_DIR}"
H A Ddist_mnist_test.sh53 die() { function
59 die "Usage: $0 [--ps_hosts <PS_HOSTS>] [--worker_hosts <WORKER_HOSTS>] "\
80 die "Invalid value for --existing_servers: should be (True|False)"
96 die "ERROR: --sync_replicas (synchronized-replicas) mode is not fully "\
137 die "Download-only step of MNIST replica FAILED"
212 die "Reached maximum polling steps while polling for final validation "\
256 die "Sanity checks on the final validation cross entropy values FAILED"
H A Dutils.sh21 die() { function
/external/tensorflow/tools/
H A Dtf_env_collect.sh19 die() { function
22 # Usage: die <error_message>
23 # e.g., die "Something bad happened."
32 python_bin_path=$(which python || which python3 || die "Cannot find Python binary")
/external/elfutils/libdw/
H A Ddwarf_cuoffset.c39 dwarf_cuoffset (Dwarf_Die *die) argument
41 return (die == NULL
43 : (Dwarf_Off) (die->addr - die->cu->startp));
H A Ddwarf_dieoffset.c39 dwarf_dieoffset (Dwarf_Die *die) argument
41 return (die == NULL
43 : (Dwarf_Off) (die->addr - die->cu->startp + die->cu->start));
/external/shflags/bin/
H A Dgen_test_results.sh10 die() { function
19 . ${LIB_DIR}/shflags || die 'unable to load shflags library'
20 . ${LIB_DIR}/shlib || die 'unable to load shlib library'
21 . ${LIB_DIR}/versions || die 'unable to load versions library'
46 [ -n "${FLAGS_suite:-}" ] || die 'suite flag missing'
57 touch "${output}" 2>/dev/null || die "unable to write to '${output}'"
/external/shflags/examples/
H A Ddebug_output.sh32 die() { function
45 '') die ;;
57 *) die "unrecognized command (${command})" ;;
H A Dwrite_date.sh36 die() function
49 [ $# -gt 0 ] || die 'filename missing'
53 && die 'filename exists; not overwriting'
/external/swiftshader/third_party/LLVM/autoconf/
H A DAutoRegen.sh3 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/tensorflow/tensorflow/tools/ci_build/builds/
H A Dtest_user_ops.sh60 die() { function
86 die "FAILED to determine TensorFlow compilation or linking flags"
95 die "ERROR: ${GPP_BIN} not on path"
133 die "ERROR: Unable to find user-op kernel C++ file at: ${OP_KERNEL_CC}"
149 die "g++ compilation of ${SRC_FILE} FAILED"
160 die "ERROR: ${NVCC_BIN} not on path"
171 die "ERROR: Unable to find user-op kernel CUDA file at: ${OP_KERNEL_CU}"
177 die "ERROR: Unable to find user-op kernel C++ file at: ${OP_KERNEL_CC}"
188 die "nvcc compilation of ${OP_KERNEL_CC} FAILED"
195 die "ERRO
[all...]
/external/tensorflow/tensorflow/tools/gcs_test/
H A Dgcs_smoke_wrapper.sh27 die () { function
41 die "ERROR: Command-line argument GCS_BUCKET_URL is not supplied"
47 die "ERROR: Unable to find gcloud at path ${GCLOUD_BIN}"
52 die "ERROR: Unable to find gsutil at path ${GSUTIL_BIN}"
57 die "ERROR: Required gcloud environment variable "\
64 die "ERROR: Unable to find Python file at ${GCS_SMOKE_PY}"
70 die "ERROR: Failed to remove existing log file ${LOG_FILE}"
78 die "FAIL: End-to-end test of GCS access from TensorFlow failed."
88 die "ERROR: Failed to activate gcloud service account with JSON key file"
93 die "FAI
[all...]
/external/vboot_reference/utility/
H A Denable_dev_usb_boot10 die() { function
17 die "Sorry, your platform does not support booting from USB."
22 chromeos-firmwareupdate --mode=todev || die "Failed to enable USB boot."
26 die "Sorry, your firmware does not look like ChromeOS firmware."
30 crossystem dev_boot_usb=1 2>/dev/null || die "Failed to enable USB boot."

Completed in 2776 milliseconds

12345678