HomeSort by relevance Sort by last modified time
    Searched refs:die (Results 101 - 125 of 285) sorted by null

1 2 3 45 6 7 8 91011>>

  /external/webkit/WebKitTools/Scripts/
update-webkit-support-libs 55 `md5sum "$pathToZip"` =~ /^([0-9a-fA-F]{32}).*/ or die "Error running md5sum on \"$pathToZip\"";
60 open MOD, ">$tmpDir/$file.modified" or die "Couldn't open $tmpDir/$file.modified for writing";
79 die "Couldn't unzip $zipFile." if $result;
116 die <<EOF;
build-dumprendertree 65 chdir "WebKitTools/DumpRenderTree" or die;
76 die "Building not defined for this platform!\n";
compare-timing-files 41 die "$usage\n" unless ($file1 && $file2 && @ARGV == 2);
72 open(FILE, $file) or die "Couldn't open file: $file";
do-file-rename 100 open FILE, $file or die;
111 open FILE, ">", $file or die;
set-webkit-configuration 66 open CONFIGURATION, ">", "$baseProductDir/Configuration" or die;
73 open ARCHITECTURE, ">", "$baseProductDir/Architecture" or die;
parallelcl 38 die "No command file specified!" unless $commandFile;
39 die "Couldn't find $commandFile!" unless -f $commandFile;
43 open(COMMAND, '<:raw:encoding(UTF16-LE):crlf:utf8', $commandFile) or die "Couldn't open $commandFile!";
171 die "Fork failed" unless defined($pid);
175 open(TMP, '>:raw:encoding(UTF16-LE):crlf:utf8', $tmpFile) or die "Couldn't open $tmpFile";
svn-create-patch 137 open INFO, "svn info '$infoPath' |" or die;
151 open PROPGET, "svn propget svn:mime-type $args '$file' |" or die;
181 open INFO, "svn info '$file' |" or die;
206 open DIFF, "svn diff --diff-cmd diff -x -uaNp '$file' |" or die;
223 open STAT, "svn stat '$statPath' |" or die;
315 open BINARY, $path or die;
348 die "can't handle absolute paths like \"$file\"\n" if File::Spec->file_name_is_absolute($file);
349 die "can't handle empty string path\n" if $file eq "";
350 die "can't handle path with single quote in the name like \"$file\"\n" if $file =~ /'/; # ' (keep Xcode syntax highlighting happy)
356 die "can't handle paths with .. like \"$untouchedFile\"\n" if $file =~ m|/\.\./|
    [all...]
  /system/core/fastboot/
fastboot.h 55 void die(const char *fmt, ...);
fastboot.c 62 void die(const char *fmt, ...) function
105 die("neither -p product specified nor ANDROID_PRODUCT_OUT set");
396 die("out of memory");
435 if (zdata == 0) die("failed to load '%s'", fn);
438 if(zip == 0) die("failed to access zipdata in '%s'");
446 die("update package has no android-info.txt or android-product.txt");
449 if (tmp == 0) die("out of memory");
458 if (data == 0) die("update package missing boot.img");
469 if (data == 0) die("update package missing system.img");
501 if (fname == 0) die("cannot find android-info.txt")
    [all...]
  /external/dbus/test/
decode-gcov.c 46 die (const char *message) function
202 die ("no room for -1 before function name\n");
207 die ("value before function name is not -1\n");
210 die ("no length found for function name\n");
216 die ("Function name length points past end of file\n");
220 die ("no memory\n");
228 die ("-1 at end of function name not found\n");
233 die ("no checksum found at end of function name\n");
265 die ("no memory\n");
280 die ("no memory\n")
    [all...]
  /external/bluetooth/glib/tests/
gen-casefold-txt.pl 39 die "Usage: $0 UNICODE-VERSION CaseFolding.txt\n";
  /external/dnsmasq/contrib/dynamic-dnsmasq/
dynamic-dnsmasq.pl 51 die "Usage: $0 ADD|DEL|LISTUSERS|WRITEHOSTSFILE|LISTEN\n";
53 die "Usage: $0 ADD USER PASS HOSTNAME\n" unless @ARGV == 4;
56 die "Usage: $0 DEL USER\n" unless @ARGV == 2;
67 open($fh, ">$recordfile") || die "Couldn't open recordfile \"$recordfile\": $!\n";
97 MultiHomed => 1) || die "Could not open listening socket: $!\n";
197 open(FILE, "+<$recordfile") || die "Couldn't open recordfile \"$recordfile\": $!\n";
224 open(PID,"<$dnsmasqpidfile") || die "Could not open PID file \"$dnsmasqpidfile\": $!\n";
235 opendir(DIR,"/proc") || die "Couldn't opendir /proc: $!\n";
  /external/libvpx/build/make/
gen_msvs_def.sh 38 die() { function
77 [ -n "$name" ] || die "Library name (--name) must be specified!"
  /external/openssl/
import_openssl.sh 30 function die() { function
52 die "OpenSSL patch directory patches/ not found"
56 die "openssl.version not found"
61 die "Invalid openssl.version; see README.android for more information"
68 die "openssl.config not found"
73 die "Invalid openssl.config; see README.android for more information"
236 patch -p1 < ../patches/$i || die "Could not apply patches/$i. Fix source and run: $0 regenerate patches/$i"
262 LC_ALL=C TZ=UTC0 diff -aup $OPENSSL_DIR_ORIG/$i $OPENSSL_DIR/$i >> $patch && die "ERROR: No diff for patch $path in file $i"
  /external/webkit/JavaScriptCore/
create_rvct_stubs 35 open(IN, $file) or die "No such file $file";
  /sdk/eclipse/scripts/
create_ddms_symlinks.sh 9 function die() { function
68 make -j3 showcommands $LIBS || die "DDMS: Fail to build one of $LIBS."
  /external/libvpx/examples/
encoder_tmpl.c 41 static void die(const char *fmt, ...) { function
130 die("Invalid resolution: %ldx%ld", width, height);
132 die("Faile to allocate image", width, height);
134 die("Failed to open %s for writing", argv[4]);
149 die("Failed to open %s for reading", argv[3]);
  /external/webkit/JavaScriptCore/tests/mozilla/
jsDriver.pl 92 die ("Nothing to test.\n");
299 die ("Could not create output file $opt_output_file");
399 die ("Output file cannot be null.\n");
476 die "You must select a shell to test in.\n";
570 die ("Unknown engine type selected, '$opt_engine_type'.\n");
613 die ("You must set MOZILLA_FIVE_HOME to use the xpcshell" ,
637 die ($retval . " is not a valid executable on this system.\n");
656 die "Please specify a full path to the squirrelfish testing engine";
700 die ("Could not locate an object directory in $retval " .
740 die ($retval . " is not a valid executable on this system.\n")
    [all...]
  /external/qemu/elff/
dwarf_cu.h 26 /* Routine DIE containing the address. */
127 /* Process a DIE attribute.
135 * Pointer to the next DIE attribute inside the mapped .debug_info section
150 /* Gets DIE object for this CU. */
198 /* Gets DIE abbreviation for given abbreviation number.
204 /* Gets DIE object containing given address.
205 * DIE address ranges may overlap (for instance, address range for an inlined
207 * was inlined). This method will return a DIE object that is a "leaf" in
208 * that inlining tree. I.e the returned DIE object represents the last DIE
373 const Dwarf_DIE* die = get_referenced_die(ref); local
    [all...]
  /external/webkit/SunSpider/
sunspider 93 die "Please install CHUD tools from http://developer.apple.com/tools/download/\n";
110 die "Failed to find L2 Cache Miss Profile for --shark-cache\n" unless ($sharkCacheProfileIndex);
121 open FILE, ">", $path or die "Failed to open $path";
132 open TESTLIST, "<", "tests/${suite}/LIST" or die "Can't find ./tests/${suite}/LIST";
183 opendir DIR, $dir or die;
204 die "No tests to run" unless scalar(@tests);
236 rename $newestMShark, $profileFile or die;
  /external/webkit/WebKitTools/Scripts/webkitperl/
httpd.pm 87 die "No test directory has been specified." unless ($testDirectory);
121 die "No test directory has been specified." unless ($testDirectory);
145 die "No HTTPD configuration has been specified" unless (@args);
147 die "No write permissions to $httpdPidDir" unless (-w $httpdPidDir);
166 die "Timed out waiting for httpd to quit";
183 die "Timed out waiting for httpd to start";
242 opendir(TMPDIR, $tmpDir) or die "Could not open " . $tmpDir . ".";
  /external/chromium/third_party/icu/source/tools/genpname/
gensvpa.pl 46 or die "could not open the file $prop for reading: $! \n";
48 or die "could not open the file $iso for reading: $! \n";
50 or die "could not open the file $outfile for reading: $! \n";
  /external/elfutils/tests/
get-lines.c 52 /* Get the DIE for the CU. */
53 Dwarf_Die die; local
54 if (dwarf_offdie (dbg, old_cuoff + hsize, &die) == NULL)
57 printf ("%s: cannot get CU die\n", argv[cnt]);
65 if (dwarf_getsrclines (&die, &lb, &nlb) != 0)
  /external/icu4c/tools/genpname/
gensvpa.pl 46 or die "could not open the file $prop for reading: $! \n";
48 or die "could not open the file $iso for reading: $! \n";
50 or die "could not open the file $outfile for reading: $! \n";
  /external/openssl/crypto/bn/asm/
ppc64-mont.pl 59 die "not implemented yet";
70 } else { die "nonsense $flavour"; }
75 die "can't locate ppc-xlate.pl";
77 open STDOUT,"| $^X $xlate $flavour ".shift || die "can't call $xlate: $!";

Completed in 1826 milliseconds

1 2 3 45 6 7 8 91011>>