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

<<11121314151617181920>>

  /prebuilts/go/linux-x86/src/syscall/
mksysnum_linux.pl 34 open(GCC, "gcc -E -dD $ARGV[0] |") || die "can't run gcc";
  /external/valgrind/auxprogs/
nightly-build-summary 110 die "no info block in message $msgno" if ($i == $n);
139 die "no date found in message $msgno" if ($i == $n);
148 die "cannot determine regtest outcome for message $msgno"
160 die "cannot locate failing testcases in message $msgno" if ($i == $n);
185 die "uname -mrs info is missing" if (! defined $val);
189 die "Vendor version info is missing" if (! defined $val);
449 ) || die $usage;
454 die $usage if ($from < 14800);
460 die $usage;
  /external/syslinux/com32/tools/
relocs.c 18 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("Not for x86\n")
    [all...]
  /system/extras/cpustats/
cpustats.c 50 #define die(...) { fprintf(stderr, __VA_ARGS__); exit(EXIT_FAILURE); } macro
108 if (cpu_count < 1) die("Unexpected cpu count\n");
111 if (!old_cpus) die("Could not allocate struct cpu_info\n");
113 if (!new_cpus) die("Could not allocate struct cpu_info\n");
117 if (freq_count < 1) die("Unexpected frequency scale count\n");
120 if (!new_cpus[i].freqs) die("Could not allocate struct freq_info\n");
122 if (!old_cpus[i].freqs) die("Could not allocate struct freq_info\n");
132 if (!new_total_cpu.freqs) die("Could not allocate struct freq_info\n");
134 if (!old_total_cpu.freqs) die("Could not allocate struct freq_info\n");
182 die("present cpus != online cpus\n")
    [all...]
  /prebuilts/go/darwin-x86/test/
recover.go 70 func die() { func
78 die()
83 die() // panic is useless here
87 die()
94 die()
110 die()
125 die()
148 die()
156 die()
160 die()
    [all...]
typecheck.go 4 // die after running into an undefined
  /prebuilts/go/linux-x86/test/
recover.go 70 func die() { func
78 die()
83 die() // panic is useless here
87 die()
94 die()
110 die()
125 die()
148 die()
156 die()
160 die()
    [all...]
  /external/ImageMagick/PerlMagick/t/jng/
write.t 15 chdir 't/jng' || die 'Cd failed';
  /external/ImageMagick/PerlMagick/t/ps/
read.t 15 chdir 't/ps' || die 'Cd failed';
  /external/ImageMagick/PerlMagick/t/ttf/
read.t 15 chdir 't/ttf' || die 'Cd failed';
  /external/ImageMagick/PerlMagick/t/x11/
read.t 15 chdir 't/x11' || die 'Cd failed';
  /external/antlr/antlr-3.4/runtime/Perl5/examples/simplecalc/
simplecalc.pl 26 die $ex;
  /external/dtc/
fstree.c 35 die("Couldn't opendir() \"%s\": %s\n", dirname, strerror(errno));
49 die("stat(%s): %s\n", tmpname, strerror(errno));
  /external/elfutils/libdwfl/
cu.c 157 die.cu search items. */
158 return DIE_OFFSET_FROM_CU_OFFSET (cu->die.cu->start, cu->die.cu->offset_size,
191 /* Make sure the cuoff points to a real DIE. */
193 Dwarf_Die *die = INTUSE(dwarf_offdie) (mod->dw, cuoff, &cudie); local
194 if (die == NULL)
199 key.die.cu = &dwkey;
219 cu->die = cudie;
231 if (cu->die.cu->start == 0)
261 cuoff = lastcu->die.cu->end
    [all...]
  /external/elfutils/tests/
typeiter2.c 56 Dwarf_Die *die = dwarf_offdie (dbg, off + cuhl, &die_mem); local
60 dwarf_child (die, &iter_mem);
  /external/libvpx/libvpx/build/make/
gen_msvs_def.sh 38 die() { function
77 [ -n "$name" ] || die "Library name (--name) must be specified!"
msvs_common.sh 19 die() { function
76 die "Missing attribute value in '$opt' while generating $tag tag"
  /external/minijail/
util.h 29 #define die(_msg, ...) do { \ macro
35 die(_msg ": %m", ## __VA_ARGS__)
  /external/swiftshader/third_party/LLVM/lib/DebugInfo/
DWARFCompileUnit.h 81 /// setDIERelations - We read in all of the DIE entries into our flat list
82 /// of DIE entries and now we need to go back through all of them and set the
83 /// parent, sibling and child pointers for quick DIE navigation.
86 void addDIE(DWARFDebugInfoEntryMinimal &die) {
87 // The average bytes per DIE entry has been seen to be
89 // our DIE entries accordingly. Search forward for "Compute
90 // average bytes per DIE" to see #if'ed out code that does
94 // the main compile unit DIE. The compile unit DIE is always
96 // the first compile unit child DIE and should reserv
    [all...]
  /external/syslinux/diag/geodsp/
mk-lba-img.pl 42 open($IFILE, '<', $ifilen) or die "open:$!";
51 open($OFILE, '>', $ofilen) or die "open:$!";
  /external/syslinux/gpxe/src/drivers/infiniband/
qib_genbits.pl 76 die "Inconsistent LSB/RMASK in $datum->{name} before $field->{name}\n"
83 die "Missing RMASK in $datum->{name}.$field->{name}\n"
98 die "Inconsistent LSB/MSB/RMASK in $datum->{name}.$field->{name}\n"
105 die "Inconsistent LSB/RMASK in $datum->{name} final field\n"
  /external/syslinux/gpxe/src/util/
sortobjdump.pl 27 die "Unrecognised section \"$section\"\n"
  /external/tensorflow/tensorflow/tools/ci_build/
ci_build.sh 51 die "Invalid Dockerfile path: \"${DOCKERFILE_PATH}\""
134 die "ERROR: docker build failed. Dockerfile is at ${DOCKERFILE_PATH}"
  /external/valgrind/tests/
check_headers_and_includes 100 GetOptions( "debug" => \$debug ) || die $usage;
105 die $usage;
127 die "Unknown directory '$dir'. Please update $this_script\n";
136 chdir($dir) || die "Cannot chdir '$dir'\n";
138 opendir($hdir, ".") || die "cannot open directory '.'";
157 chdir("..") || die "Cannot chdir '..'\n";
198 open(FILE, "<$file") || die "Cannot open file '$file'";
321 open(FILE, "<$file") || die "Cannot open file '$file'";
  /prebuilts/go/darwin-x86/test/fixedbugs/
bug287.go 7 // Used to die dividing by zero; issue 879.

Completed in 314 milliseconds

<<11121314151617181920>>