Searched defs:die (Results 1 - 25 of 163) sorted by last modified time

1234567

/external/walt/android/WALT/
H A Dgradlew22 die ( ) { function
74 die "ERROR: JAVA_HOME is set to an invalid directory: $JAVA_HOME
81 which java >/dev/null 2>&1 || die "ERROR: JAVA_HOME is not set and no 'java' command could be found in your PATH.
/external/vulkan-validation-layers/demos/smoke/android/
H A Dgradlew22 die ( ) { function
74 die "ERROR: JAVA_HOME is set to an invalid directory: $JAVA_HOME
81 which java >/dev/null 2>&1 || die "ERROR: JAVA_HOME is not set and no 'java' command could be found in your PATH.
/external/volley/
H A Dgradlew40 die ( ) { function
78 die "ERROR: JAVA_HOME is set to an invalid directory: $JAVA_HOME
85 which java >/dev/null 2>&1 || die "ERROR: JAVA_HOME is not set and no 'java' command could be found in your PATH.
/external/vboot_reference/scripts/image_signing/
H A Dcommon.sh73 die() { function
/external/vboot_reference/utility/
H A Ddev_debug_vboot77 die() { function
108 die "$@"
230 die "Internal error in option parsing"
239 [ -d ${TMPDIR} ] || die "$TMPDIR doesn't exist"
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."
/external/valgrind/coregrind/m_debuginfo/
H A Dreaddwarf3.c498 static UWord cook_die( const CUConst* cc, UWord die )
501 die += cc->types_cuOff_bias;
503 die += cc->alt_cuOff_bias;
504 return die;
511 static UWord cook_die_using_form( const CUConst *cc, UWord die, DW_FORM form) argument
514 return die;
516 return die + cc->alt_cuOff_bias;
517 return cook_die( cc, die );
523 static UWord uncook_die( const CUConst *cc, UWord die, /*OUT*/Bool *type_flag, argument
533 if (die >
1080 UWord die; member in struct:D3SignatureType
[all...]
/external/toybox/toys/other/
H A Dmountpoint.c22 static void die(char *gripe) function
45 die("block device");
49 if (!S_ISDIR(st1.st_mode)) die("directory");
/external/testng/
H A Dgradlew22 die ( ) { function
79 die "ERROR: JAVA_HOME is set to an invalid directory: $JAVA_HOME
86 which java >/dev/null 2>&1 || die "ERROR: JAVA_HOME is not set and no 'java' command could be found in your PATH.
/external/syslinux/com32/sysdump/
H A Dmain.c28 __noreturn die(const char *msg) function
/external/syslinux/com32/tools/
H A Drelocs.c18 static void die(char *fmt, ...);
105 die("%s", errbuf);
110 static void die(char *fmt, ...) function
255 die("Cannot read ELF header: %s\n",
259 die("No ELF magic\n");
262 die("Not a 32 bit executable\n");
265 die("Not a LSB ELF executable\n");
268 die("Unknown ELF version\n");
286 die("Unsupported ELF header type\n");
289 die("No
[all...]
/external/syslinux/diag/mbr/
H A Dhandoff.S363 die: label
365 jmp die
/external/syslinux/dos/
H A Dsyslinux.c54 void __attribute__ ((noreturn)) die(const char *msg) function
86 die("cannot open ldlinux.sys");
144 die("file write error");
164 die("file write error");
202 die("sector write error");
234 die("sector read error");
285 die("could not find partition start offset");
334 die("mbr write error");
363 die("mbr read error");
479 die("coul
[all...]
/external/syslinux/dosutil/
H A Dcopybs.asm50 jmp die
119 jmp die
241 jmp short die
244 jmp short die
247 die: label
/external/syslinux/gpxe/src/arch/i386/prefix/
H A Ddskprefix.S167 die: jne die /* es must be at 64kB boundary */ label
/external/syslinux/libinstaller/
H A Dsyslxcom.c50 static void die(const char *msg) function
68 die("short read");
73 die(strerror(errno));
95 die("short write");
100 die(strerror(errno));
/external/syslinux/linux/
H A Dsyslinux.c85 void __attribute__ ((noreturn)) die(const char *msg) function
127 die("no available loopback device!");
133 die("cannot set up loopback device");
141 die("cannot set up loopback device");
195 die("could not umount path");
309 die("not a device or regular file");
313 die("can't combine an offset with a block device");
332 die("This program needs root privilege");
350 die("possibly unsafe " _PATH_TMP " permissions");
371 die("someon
[all...]
/external/syslinux/mbr/
H A Daltmbr.S299 die: label
301 jmp die
H A Dgptmbr.S322 die: label
324 jmp die
H A Disohdpfx.S288 die: label
290 jmp die
H A Dmbr.S310 die: label
312 jmp die
H A Doldmbr.asm180 jmp short die
184 die: label
/external/syslinux/memdisk/
H A Dconio.c384 void __attribute__ ((noreturn)) die(const char *fmt, ...) function
H A De820test.c30 void __attribute__ ((noreturn)) die(void) function
H A Dmemdisk16.asm366 jz die
373 die: label

Completed in 595 milliseconds

1234567