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

1 2 3 4 5 6 7 891011>>

  /external/webkit/WebCore/bindings/scripts/
CodeGenerator.pm 263 or die("Could NOT find IDL file for interface \"$interfaceName\"!\n");
275 die("Could NOT find interface definition for $interface in $filename");
  /system/core/toolbox/
top.c 77 #define die(...) { fprintf(stderr, __VA_ARGS__); exit(EXIT_FAILURE); } macro
203 if (!proc) die("Could not allocate struct process_info.\n");
233 if (!proc_dir) die("Could not open /proc.\n");
239 if (!file) die("Could not open /proc/stat.\n");
354 if (!new_procs) die("Could not expand procs array.\n");
  /external/chromium/third_party/icu/source/tools/genpname/
genpname.cpp 155 void die(const char* msg) { function
543 die("Negative string pool index");
547 die("String pool index too large");
1024 die("Two or more duplicate names in property list");
    [all...]
  /external/icu4c/tools/genpname/
genpname.cpp 156 void die(const char* msg) { function
544 die("Negative string pool index");
548 die("String pool index too large");
1025 die("Two or more duplicate names in property list");
    [all...]
  /external/libvpx/
ivfdec.c 129 void die(const char *fmt, ...) function
376 die("Error: Unrecognized argument (%s) to --codec\n",
445 die("Error: Unrecognized option %s\n", *argi);
ivfenc.c 54 void die(const char *fmt, ...) function
648 die("Error: Unrecognized argument (%s) to --codec\n",
657 die("Error: Invalid number of passes (%d)\n", arg_passes);
664 die("Error: Invalid pass selected (%d)\n", one_pass_only);
710 die("Must specify --fpf when --pass=%d and --passes=2\n", one_pass_only);
850 die("Error: Unrecognized option %s\n", *argi);
    [all...]
  /external/openssl/crypto/bn/asm/
ppc-mont.pl 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: $!";
  /external/webkit/WebKitTools/Scripts/
webkitdirs.pm 82 $sourceDir =~ s|/+$||; # Remove trailing '/' as we would die later
89 die "Could not find top level webkit directory above source directory using FindBin.\n";
124 unlink($personalPlistFile) || die "Could not delete $personalPlistFile: $!";
127 open PRODUCT, "defaults read com.apple.Xcode PBXApplicationwideBuildSettings 2> " . File::Spec->devnull() . " |" or die;
135 open PRODUCT, "defaults read com.apple.Xcode PBXProductDirectory 2> " . File::Spec->devnull() . " |" or die;
161 die "Can't handle Xcode product directory with a ~ in it.\n" if $baseProductDir =~ /~/;
162 die "Can't handle Xcode product directory with a variable in it.\n" if $baseProductDir =~ /\$/;
302 chdir $sourceDir or die;
528 die "Can't find executable at $safariPath.\n" if isAppleMacWebKit() && !-x $safariPath;
572 die "Unsupported platform, can't determine built library locations."
    [all...]
  /external/chromium/third_party/icu/source/common/
rbbicst.pl 199 die if ($errors>0);
  /external/dnsmasq/src/
lease.c 66 die(_("cannot open or create lease file %s: %s"), daemon->lease_file, EC_FILE);
92 die (_("too many stored leases"), NULL, EC_MISC);
128 die(_("cannot run lease-init script %s: %s"), daemon->lease_change_command, EC_FILE);
134 die(_("lease-init script returned exit code %s"), daemon->dhcp_buff, WEXITSTATUS(rc) + EC_INIT_OFFSET);
dhcp.c 40 die (_("cannot create DHCP socket: %s"), NULL, EC_BADNET);
52 die(_("failed to set options on DHCP socket: %s"), NULL, EC_BADNET);
65 die(_("failed to set SO_REUSE{ADDR|PORT} on DHCP socket: %s"), NULL, EC_BADNET);
77 die(_("failed to bind DHCP server socket: %s"), NULL, EC_BADNET);
90 die(_("cannot create ICMP raw socket: %s."), NULL, EC_BADNET);
897 die(_("duplicate IP address %s in dhcp-config directive."),
network.c 417 die(_("failed to create listening socket: %s"), NULL, EC_BADNET);
424 die(_("failed to set IPV6 options on listening socket: %s"), NULL, EC_BADNET);
450 die(_("failed to bind listening socket for %s: %s"),
455 die(_("failed to listen on socket: %s"), NULL, EC_BADNET);
467 die(_("failed to create TFTP socket: %s"), NULL, EC_BADNET);
661 die(_("failed to bind server socket for %s: %s"),
option.c 548 die(_("could not get memory"), NULL, EC_NOMEM);
    [all...]
  /external/elfutils/libdw/
libdwP.h 292 /* Return tag of given DIE. */
309 extern unsigned char *__libdw_find_attr (Dwarf_Die *die,
  /external/icu4c/common/
rbbicst.pl 199 die if ($errors>0);
  /external/libvpx/examples/includes/geshi/contrib/
example.php 23 die('Could not find geshi.php - make sure it is in your include path!');
  /external/quake/quake/src/QW/client/
glquake2.h 123 float die; member in struct:particle_s
gl_rlight.c 163 if (l->die < cl.time || !l->radius)
249 if (l->die < cl.time || !l->radius)
  /external/quake/quake/src/WinQuake/
client.h 76 float die; // stop lighting after this time member in struct:__anon6965
gl_rlight.cpp 166 if (l->die < cl.time || !l->radius)
252 if (l->die < cl.time || !l->radius)
  /external/chromium/third_party/icu/source/test/perf/perldriver/
Output.pm 202 open(HTML,">$html") or die "Can't write to $html: $!";
254 close(HTML) or die "Can't close $html: $!";
  /external/chromium/third_party/icu/source/tools/genrb/
gendtjar.pl 161 die "Could not cd to $icuTestDataSrcDir\n";
303 #die "ERROR: Could not copy $icuDataDir/$item to $tempDir/$icu4jDataDir/$item, $!";
322 opendir(DIR,$icuDataDir) or die "ERROR: Could not open the $icuDataDir directory for reading $!";
  /external/icu4c/test/perf/perldriver/
Output.pm 202 open(HTML,">$html") or die "Can't write to $html: $!";
254 close(HTML) or die "Can't close $html: $!";
  /external/icu4c/tools/genrb/
gendtjar.pl 161 die "Could not cd to $icuTestDataSrcDir\n";
303 #die "ERROR: Could not copy $icuDataDir/$item to $tempDir/$icu4jDataDir/$item, $!";
322 opendir(DIR,$icuDataDir) or die "ERROR: Could not open the $icuDataDir directory for reading $!";
  /frameworks/base/core/java/android/view/
WindowManagerImpl.java 218 root.die(true);
243 root.die(false);

Completed in 1058 milliseconds

1 2 3 4 5 6 7 891011>>