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

1 23 4 5 6 7 8 91011>>

  /external/tensorflow/tensorflow/tools/ci_build/builds/
docker_test.sh 31 die() { function
52 die "Usage: $(basename $0) <IMAGE_TYPE> <TAG> <WHL_PATH>"
64 die "Unrecognized image type: $1"
69 die "FAILED: docker binary unavailable"
75 die "FAILED: Unable to find the base directory where the dockerfile "\
88 die "whl file does not exist: ${WHL_PATH}"
93 die "FAILED to copy whl file from ${WHL_PATH} to ${TMP_WHL_DIR}/"
97 die "FAILED to build docker image from Dockerfile ${DOCKERFILE_PATH}"
101 die "Failed to remove temporary directory ${TMP_WHL_DIR}"
127 die "FAILED to build and test docker image: ${DOCKER_IMG_TAG}
    [all...]
  /external/elfutils/libdw/
dwarf_getscopes.c 47 /* Preorder visitor: prune the traversal if this DIE does not contain PC. */
49 pc_match (unsigned int depth, struct Dwarf_Die_Chain *die, void *arg)
54 die->prune = true;
61 int result = INTUSE(dwarf_haspc) (&die->die, a->pc);
73 die->prune = true;
75 if (!die->prune
76 && INTUSE (dwarf_tag) (&die->die) == DW_TAG_inlined_subroutine)
86 origin_match (unsigned int depth, struct Dwarf_Die_Chain *die, void *arg
    [all...]
dwarf_haspc.c 1 /* Determine whether a DIE covers a PC address.
38 dwarf_haspc (Dwarf_Die *die, Dwarf_Addr pc)
40 if (die == NULL)
47 while ((offset = INTUSE(dwarf_ranges) (die, offset, &base,
dwarf_peel_type.c 1 /* Peel type aliases and qualifier tags from a type DIE.
39 dwarf_peel_type (Dwarf_Die *die, Dwarf_Die *result)
44 if (die == NULL)
47 *result = *die;
56 Dwarf_Attribute *attr = INTUSE (dwarf_attr_integrate) (die, DW_AT_type,
  /external/syslinux/gpxe/src/util/
padimg.pl 20 GetOptions ( %opts ) or die "Could not parse command-line options\n";
23 die "$filename is not a file\n" unless -f $filename;
34 or die "Could not open $filename for appending: $!\n";
36 or die "Could not append to $filename: $!\n";
40 or die "Could not resize $filename: $!\n";
42 die "Failed to pad $filename\n"
  /external/autotest/client/site_tests/firmware_TouchMTB/
version.sh 30 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/autotest/client/site_tests/security_Minijail0/src/
test-caps 14 [ ! -w "$0" ] && die "Can't write to '$0'"
29 [ $matched -eq 1 ] || die "Did not drop non-CAP_DAC_OVERRIDE caps: $mismatch"
test-usergroups 14 die "$needgroup not in $groups"
17 die "$neednogroup in $groups";
  /external/protobuf/objectivec/DevTools/
check_version_stamps.sh 16 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!
  /system/libufdt/tests/
run_tests.sh 35 die "Test case: ${filename} failed!!"
42 die "Run envsetup.sh / lunch yet?"
48 die "Run mmma $(dirname ${SCRIPT_DIR}) yet?"
91 die "Some test cases failed, please check error message..."
  /external/swiftshader/third_party/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"
  /toolchain/binutils/binutils-2.27/binutils/
bfdtest2.c 25 die (const char *s) function
44 die ("fseek error");
81 die ("Usage: test archivefile");
85 die ("file not found");
90 die ("error opening file");
93 die ("not an archive");
97 die ("error opening archive member");
100 die ("error closing archive member");
103 die ("error closing archive");
  /frameworks/opt/net/lowpan/tests/
jointest.sh 18 die () { function
31 adb wait-for-device || die
46 kill -0 $WPANTUND_1_PID || die "wpantund failed to start"
47 kill -0 $WPANTUND_2_PID || die "wpantund failed to start"
52 adb shell lowpanctl -I wpan5 status || die
54 adb shell lowpanctl -I wpan5 form blahnet --panid 1234 --xpanid 0011223344556677 --channel 11 || die
56 adb shell lowpanctl -I wpan5 status || die
58 adb shell lowpanctl -I wpan5 show-credential || die
60 CREDENTIAL=`adb shell lowpanctl -I wpan5 show-credential -r` || die
63 adb shell lowpanctl -I wpan6 status || die
    [all...]
  /cts/tests/app/app/src/android/app/stubs/
ActivityManagerStubCrashActivity.java 31 die(); method
34 public void die() { method in class:ActivityManagerStubCrashActivity
  /external/ImageMagick/PerlMagick/t/bzlib/
read.t 15 chdir 't/bzlib' || die 'Cd failed';
write.t 15 chdir 't/bzlib' || die 'Cd failed';
  /external/ImageMagick/PerlMagick/t/cgm/
read.t 17 chdir 't/cgm' || die 'Cd failed';
  /external/ImageMagick/PerlMagick/t/fpx/
read.t 15 chdir 't/fpx' || die 'Cd failed';
  /external/ImageMagick/PerlMagick/t/hdf/
read.t 15 chdir 't/hdf' || die 'Cd failed';
write.t 15 chdir 't/hdf' || die 'Cd failed';
  /external/ImageMagick/PerlMagick/t/jpeg/
read.t 14 chdir 't/jpeg' || die 'Cd failed';
write.t 15 chdir 't/jpeg' || die 'Cd failed';
  /external/ImageMagick/PerlMagick/t/mpeg/
read.t 15 chdir 't/mpeg' || die 'Cd failed';
  /external/ImageMagick/PerlMagick/t/openjp2/
read.t 14 chdir 't/openjp2' || die 'Cd failed';
  /external/ImageMagick/PerlMagick/t/png/
read-16.t 15 chdir 't/png' || die 'Cd failed';

Completed in 582 milliseconds

1 23 4 5 6 7 8 91011>>