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

1 2 34 5 6 7 8 91011>>

  /external/webkit/WebKitTools/Scripts/
run-jsc 45 die "$usage\n" if (@ARGV < 1);
generate-qt-inspector-resource 42 open(WEBKIT_QRC, ">WebCore/inspector/front-end/WebKit.qrc") or die;
run-mangleme-tests 67 (system "/usr/bin/make", "-C", "WebKitTools/mangleme") == 0 or die;
93 open REDIRECT_HTML, ">", "/tmp/WebKit/redirect.html" or die;
130 die "Timed out waiting for httpd to quit" unless $retryCount;
161 die "Timed out waiting for httpd to start" unless $retryCount;
run-pageloadtest 75 die "Please copy ${testName}.pltsuite to ${safariResourcePath}/${testName}.pltsuite"
92 exec $safariExecutablePath, '--test-commands', $testCommandsString or die;
bisect-builds 125 mkpath($nightlyDownloadDirectory, 0, 0755) || die "Could not create $nightlyDownloadDirectory: $!";
146 die "ERROR: Bug reproduced in starting revision! Do you need to test an earlier revision or for a progression?"
148 die "ERROR: Bug not reproduced in starting revision! Do you need to test an earlier revision or for a regression?"
159 die "ERROR: Bug NOT reproduced in ending revision! Do you need to test a later revision or for a progression?"
161 die "ERROR: Bug reproduced in ending revision! Do you need to test a later revision or for a regression?"
235 open(SW_VERS, "-|", "/usr/bin/sw_vers") || die;
272 open(PLIST, "< $versionPlist") || die;
295 die "Could not parse $rcfile: $@" if $@;
304 opendir(DIR, $localDirectory) || die "$!";
312 open(NIGHTLIES, "curl -s $nightlyBuildsURLBase/all |") || die;
    [all...]
split-file-by-class 41 $filename =~ m/^(\w+)\.h$/ or die "Command line args must be .h files.\n";
44 open(OLDFILE, "<", $filename) or die "File does not exist: $filename\n";
94 open(NEWHEADER, ">", "$classname.h") or die "File does not exist: $filename\n";
109 open(OLDCPP, "<", "$classname.cpp.original") or die "Failed to copy file for reading: $filename\n";
110 open(NEWCPP, ">", "$classname.cpp") or die "File does not exist: $filename\n";
add-include 32 my $headerToAdd = shift @ARGV or die;
33 $headerToAdd =~ /^([A-Za-z][A-Za-z0-9]+)\.h$/ or die "Header to add must be a .h file: $headerToAdd.\n";
100 close INPUT or die;
121 close OUTPUT or die;
run-javascriptcore-tests 118 chdir($productDir) or die;
126 chdir "tests/mozilla" or die;
133 open EXPECTED, "expected.html" or die;
145 open ACTUAL, "actual.html" or die;
  /external/dbus/test/
test-names.c 7 die (const char *message) function
63 die ("No memory\n");
66 die ("No memory\n");
  /external/elfutils/tests/
get-files.c 54 Dwarf_Die *die = dwarf_offdie (dbg, o + cuhl, &die_mem); local
55 if (die == NULL)
57 printf ("%s: cannot get CU die\n", argv[cnt]);
64 if (dwarf_getsrcfiles (die, &files, &nfiles) != 0)
get-pubnames.c 28 printf (" [%2d] \"%s\", die: %llu, cu: %llu\n",
37 puts ("failed to get CU die");
44 Dwarf_Die die; local
45 if (dwarf_offdie (dbg, gl->die_offset, &die) == NULL
46 || (diename = dwarf_diename (&die)) == NULL)
48 puts ("failed to get object die");
show-abbrev.c 44 /* Get the DIE for the CU. */
45 Dwarf_Die die; local
46 if (dwarf_offdie (dbg, old_cuoff + hsize, &die) == NULL)
55 Dwarf_Abbrev *abbrev = dwarf_getabbrev (&die, offset, &length);
  /external/libvpx/
args.c 22 extern void die(const char *fmt, ...) __attribute__((noreturn));
24 extern void die(const char *fmt, ...);
76 die("Error: option %s requires argument.\n", arg.name);
79 die("Error: option %s requires no argument.\n", arg.name);
150 die("Option %s: Value %ld out of range for unsigned int\n",
154 die("Option %s: Invalid character '%c'\n", arg->name, *endptr);
171 die("Option %s: Value %ld out of range for signed int\n",
175 die("Option %s: Invalid character '%c'\n", arg->name, *endptr);
198 else die("Option %s: Value %ld out of range for signed int\n",
201 else die("Option %s: Expected / at '%c'\n", arg->name, *endptr)
    [all...]
  /external/qemu/elff/
dwarf_die.h 26 /* Encapsulates an object that wraps up a DIE, cached during
33 * die - DIE represented with this instance.
34 * parent_cu - Compilation unit this DIE belongs to.
35 * parent_die - Parent DIE object for this DIE. This parameter can be NULL
38 DIEObject(const Dwarf_DIE* die, DwarfCU* parent_cu, DIEObject* parent_die)
39 : die_(die),
49 /* Gets ELF file this DIE belongs to. */
52 /* Gets DWARF tag (DW_TAG_Xxx) for the DIE represented with this instance. */
125 const Dwarf_DIE* die() const { function in class:DIEObject
    [all...]
  /external/webkit/WebKitTools/Scripts/webkitperl/
features.pm 56 open NM, "-|", "nm", $path or die;
78 die "Unknown feature: $featureName" unless $symbolName;
89 die "$libraryName at \"$path\" does not include $hasFeature support. See build-webkit --help\n";
  /development/build/tools/
make_windows_sdk.sh 24 function die() { function
59 die "Cygwin is missing $CYG_MGWZ_PATH. Use -no-mgwz to override."
86 [ -n "$SDK_NUMBER" ] || die "Failed to extract the SDK number from $SDK_ZIP. Check its format."
88 [ $OSTYPE == "cygwin" ] || die "This expects to run under Cygwin"
89 [ -e `which zip` ] || die "Please install 'zip' package in Cygwin"
90 [ -f "build/envsetup.sh" ] || die "Please run this from the 'android' directory"
119 || die "Build failed"
125 make -j 4 emulator || die "Build failed"
149 [[ -d "$THE_PLATFORM" ]] || die \
152 [[ -d "$PLATFORM_TOOLS" ]] || die "Missing folder $PLATFORM_TOOLS.
    [all...]
  /system/core/cpio/
mkbootfs.c 25 void die(const char *why, ...) function
82 if(strlen(out) != olen) die("ACK!");
125 if(d == 0) die("cannot open directory '%s'", in);
193 if(lstat(in, &s)) die("could not stat '%s'\n", in);
200 if(fd < 0) die("cannot open '%s' for read", in);
203 if(tmp == 0) die("cannot allocate %d bytes", s.st_size);
206 die("cannot read %d bytes", s.st_size);
220 if(size < 0) die("cannot read symlink '%s'", in);
223 die("Unknown '%s' (mode %d)?\n", in, s.st_mode);
243 if(argc == 0) die("no directories to process?!")
    [all...]
  /external/webkit/SunSpider/
sunspider-compare-results 70 open FILE, "<", $filename or die;
101 die "Cound not find data in ${filename} - needs to start with [{" unless $foundStart;
102 die "Cound not find data in ${filename} - needs to end with }]" unless $foundEnd;
110 open FILE, ">", $path or die;
118 open FILE, "<", $path or die;
130 opendir DIR, $dir or die;
  /external/chromium/third_party/icu/source/tools/genpname/
preparse.pl 166 die "Error: Can't write to $OUT_FILE: $!" unless (defined $out);
313 die "Error: Wrong number of names in " . $groupString if (@names < 1);
367 #die "Error: Wrong number of names for $prop:$enum in [" . join(",", @names) . "]"
498 die "Error: No version found" unless (exists $h->{'_version'});
507 die "Error: Mismatched Unicode versions\n$msg"
553 die "Error: No blocks data in uchar.h"
559 die "Error: No block found at $cp in Blocks.txt";
569 die $err if ($err);
580 # NOT cause the script to die.
589 die "Error: No properties data for $k in uchar.h
    [all...]
  /external/icu4c/tools/genpname/
preparse.pl 166 die "Error: Can't write to $OUT_FILE: $!" unless (defined $out);
313 die "Error: Wrong number of names in " . $groupString if (@names < 1);
367 #die "Error: Wrong number of names for $prop:$enum in [" . join(",", @names) . "]"
498 die "Error: No version found" unless (exists $h->{'_version'});
507 die "Error: Mismatched Unicode versions\n$msg"
553 die "Error: No blocks data in uchar.h"
559 die "Error: No block found at $cp in Blocks.txt";
569 die $err if ($err);
580 # NOT cause the script to die.
589 die "Error: No properties data for $k in uchar.h
    [all...]
  /external/libvpx/examples/
gen_example_doxy.php 27 die("Cannot load Markdown transformer.\n");
29 die("Cannot load SmartyPants transformer.\n");
31 die("Cannot load GeSHi transformer.\n");
  /external/openssl/crypto/objects/
objxref.pl 10 open(IN, $mac_file) || die "Can't open $mac_file";
22 open(IN, $xref_file) || die "Can't open $xref_file";
104 die "Not Found \"$chk\"\n";
objects.pl 3 open (NUMIN,"$ARGV[1]") || die "Can't open number file $ARGV[1]";
16 { die "$ARGV[1]:$o:There's already an object with NID ",$mynum," on line ",$order{$mynum},"\n"; }
18 { die "$ARGV[1]:$o:There's already an object with name ",$Cname," on line ",$order{$nid{$Cname}},"\n"; }
26 open (IN,"$ARGV[0]") || die "Can't open input file $ARGV[0]";
76 { die "objects.txt:$o:There's already an object with long name ",$ln{$module.$Cname}," on line ",$order{$module.$Cname},"\n"; }
83 { die "objects.txt:$o:There's already an object with short name ",$sn{$module.$Cname}," on line ",$order{$module.$Cname},"\n"; }
92 { die "objects.txt:$o:There's already an object with long name ",$ln{$module.$Cname}," on line ",$order{$module.$Cname},"\n"; }
113 open (NUMOUT,">$ARGV[1]") || die "Can't open output file $ARGV[1]";
120 open (OUT,">$ARGV[2]") || die "Can't open output file $ARGV[2]";
217 { die "$ARGV[0]:$o:Undefined identifier ",$a[0],"\n";
    [all...]
  /sdk/eclipse/scripts/
build_plugins.sh 38 function die() { function
60 [ "$HOST" == "Linux" ] || die "ERROR: This script is currently only supported on Linux platform"
78 mkdir -p "$BASE_DIR" || die "Please create a directory $BASE_DIR where Eclipse will be installed, i.e. execute 'mkdir -p $BASE_DIR && chown $USER $BASE_DIR'."
  /external/webkit/JavaScriptCore/tests/mozilla/
runtests.pl 217 || die( "You need to set your MOZ_SRC environment variable.\n" );
230 die "The JavaScript Test Library could not be found at $test_dir.\n" .
272 die( "Couldn't find an object directory in $src_dir.\n" );
287 die ("Could not find JavaScript shell executable $shell_command.\n" .
304 die "Can't open log file $js_output\n";
342 die &usage;
347 die &usage;
364 die ("usage: $0\n" .
382 die "Can't open log file $js_output\n";

Completed in 1890 milliseconds

1 2 34 5 6 7 8 91011>>