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

1 23 4 5 6 7 8 91011>>

  /external/elfutils/libdw/
libdw.h 121 /* DIE information. */
131 /* Returned to show the last DIE has be returned. */
186 /* Return DIE at given offset. */
190 /* Return offset of DIE. */
191 extern Dwarf_Off dwarf_dieoffset (Dwarf_Die *die);
193 /* Return offset of DIE in CU. */
194 extern Dwarf_Off dwarf_cuoffset (Dwarf_Die *die);
196 /* Return vhild of current DIE. */
197 extern int dwarf_child (Dwarf_Die *die, Dwarf_Die *result)
200 /* Return sibling of given DIE. *
    [all...]
dwarf_siblingof.c 1 /* Return sibling of given DIE.
25 dwarf_siblingof (die, result)
26 Dwarf_Die *die;
30 if (die == NULL)
35 /* Copy of the current DIE. */
36 Dwarf_Die this_die = *die;
44 /* Search for the beginning of the next die on this level. We
45 must not return the dies for children of the given die. */
48 /* Find the end of the DIE or the sibling attribute. */
81 /* Initialize the 'current DIE'. *
    [all...]
dwarf_getabbrev.c 119 dwarf_getabbrev (die, offset, lengthp)
120 Dwarf_Die *die;
124 return __libdw_getabbrev (die->cu->dbg, die->cu,
125 die->cu->orig_abbrev_offset + offset, lengthp,
  /external/webkit/WebCore/css/
make-css-file-arrays.pl 40 open HEADER, ">", $header or die;
41 open OUT, ">", $out or die;
47 $in =~ /(\w+)\.css$/ or die;
51 open IN, $preprocessor . " " . $in . "|" or die;
makeprop.pl 26 open NAMES, "<CSSPropertyNames.in" || die "Could not find CSSPropertyNames.in";
36 open GPERF, ">CSSPropertyNames.gperf" || die "Could not open CSSPropertyNames.gperf for writing";
57 open HEADER, ">CSSPropertyNames.h" || die "Could not open CSSPropertyNames.h for writing";
96 system("gperf -a -L ANSI-C -E -C -c -o -t --key-positions=\"*\" -NfindProp -Hhash_prop -Wwordlist_prop -D -s 2 CSSPropertyNames.gperf > CSSPropertyNames.cpp") == 0 || die "calling gperf failed: $?";
98 open C, ">>CSSPropertyNames.cpp" || die "Could not open CSSPropertyNames.cpp for writing";
makevalues.pl 26 open NAMES, "<CSSValueKeywords.in" || die "Could not open CSSValueKeywords.in";
36 open GPERF, ">CSSValueKeywords.gperf" || die "Could not open CSSValueKeywords.gperf for writing";
58 open HEADER, ">CSSValueKeywords.h" || die "Could not open CSSValueKeywords.h for writing";
89 system("gperf -L ANSI-C -E -C -n -o -t --key-positions=\"*\" -NfindValue -Hhash_val -Wwordlist_value -D CSSValueKeywords.gperf > CSSValueKeywords.c") == 0 || die "calling gperf failed: $?";
91 open C, ">>CSSValueKeywords.c" || die "Could not open CSSValueKeywords.c for writing";
  /external/webkit/WebKit/win/WebKit.vcproj/
FixMIDLHeaders.pl 61 die "#include \"oaidl.h\" did not come second" if $state != 1;
64 die "#include \"ocidl.h\" did not come third" if $state != 2;
  /external/webkit/WebKitTools/BuildSlaveSupport/
build-launcher-app 45 system("xcodebuild", "clean", "-alltargets", @xcodeBuildArguments, @ARGV) == 0 or die "Failed cleaning WebKitLauncher project";
46 system("xcodebuild", @xcodeBuildArguments, @ARGV) == 0 or die "Failed building WebKitLauncher project";
74 die "Unable to determine current SVN branch in $sourceDir" unless (defined $branch);
88 open(IN, $infoPlist) or die "Couldn't open Info.plist in built application for reading";
94 open(OUT, ">$infoPlist") or die "Couldn't open Info.plist in built application for writing";
99 open(OUT, ">$versionFile") or die "Couldn't open VERSION in built application for writing";
103 open(OUT, ">$branchFile") or die "Couldn't open BRANCH in built application for writing";
109 system("ditto", productDir() . "/$framework.framework", "$nightlyLauncherStagingPath/Contents/Resources/$framework.framework") == 0 or die "Failed copying $framework.framework into $nightlyLauncherStagingPath";
  /external/webkit/WebKitTools/Scripts/
run-webkit-app 39 die "Did not specify an application to open (e.g. run-webkit-app AppName).\n" unless length($ARGV[0]) > 0;
update-webkit-localizable-strings 41 @ARGV == 0 or die "Usage: " . basename($0) . "\n";
pdevenv 12 my ($fh, $path) = tempfile(UNLINK => 0, SUFFIX => '.cmd') or die;
28 die;
update-iexploder-cssproperties 66 open(IN, $cssPropertyNamesFile) || die "$!";
84 open(IN, $iExploderFile) || die "$!";
96 open INFO, "svn info '$file' |" or die;
109 open(OUT, "> $iExploderFile") || die "$!";
resolve-ChangeLogs 164 open STAT, "-|", $SVN, "status", $file or die $!;
175 open INFO, "-|", $SVN, "info", $file or die $!;
194 open GIT, "-|", $GIT, "ls-files", "--unmerged", $file or die $!;
208 die "Unknown file stage: $stage";
211 die $! if WEXITSTATUS($?);
213 close GIT or die $!;
215 die "Unknown version control system";
250 open STAT, "-|", $statCommand or die "The status failed: $!.\n";
289 open GIT, "-|", $GIT, "diff", "--name-only", $revisionRange or die $!;
291 close GIT or die $!
    [all...]
svn-apply 175 die "--merge is currently only supported for SVN" unless isSVN();
180 system("svn", "update", "-r", $version, $file) == 0 or die "Failed to run svn update -r $version $file.";
207 mkdir $dir or die "Failed to create required directory '$dir' for path '$path'\n";
222 die "'$dir' exists, but is not a directory";
249 open(FILE, $file) or die "Can't open '$file': $!";
264 open FILE, ">", $fullPath or die "Failed to open $fullPath.";
283 die "only literal type is supported now" if ($binaryChunkType ne "literal" || $reverseBinaryChunkType ne "literal");
290 die "$fullPath already exists" if $isFileAddition;
295 die "Original content of $fullPath mismatches" if $originalContents ne $reverseBinaryChunk;
301 open FILE, ">", $fullPath or die "Failed to open $fullPath."
    [all...]
build-jsc 64 chdir "JavaScriptCore" or die "Can't find JavaScriptCore directory to build from";
74 die "Building not defined for this platform!\n";
  /system/core/toolbox/
ifconfig.c 16 static void die(const char *s) function
24 if(ioctl(s, SIOCGIFFLAGS, ifr) < 0) die("SIOCGIFFLAGS");
26 if(ioctl(s, SIOCSIFFLAGS, ifr) < 0) die("SIOCSIFFLAGS");
40 if(ioctl(s, SIOCSIFMTU, ifr) < 0) die("SIOCSIFMTU");
45 if(ioctl(s, SIOCSIFDSTADDR, ifr) < 0) die("SIOCSIFDSTADDR");
51 if(ioctl(s, SIOCSIFNETMASK, ifr) < 0) die("SIOCSIFNETMASK");
57 if(ioctl(s, SIOCSIFADDR, ifr) < 0) die("SIOCSIFADDR");
80 die("cannot open control socket\n");
134 die("expecting a value for parameter \"mtu\"");
143 die("expecting an IP address for parameter \"pointtopoint\"")
    [all...]
  /external/srec/tools/cmd/
pht_to_long.pl 19 open(PHT, "<$phtfile") || die "error opening phtfile $phtfile\n";
31 open(HH, "<$okfile") || die "error opening okfile $okfile\n";
32 open(OO, ">$otxt") || die "error opening output dict $otxt\n";
40 die "Error: ESRSDK is not defined\n" if(!defined $ENV{ESRSDK});
pht_to_short.pl 13 open(PHT, "<$phtfile") || die "error opening phtfile $phtfile\n";
34 open(HH, "<$oklongfile") || die "error opening okfile $oklongfile\n";
35 open(OO, ">$okfile") || die "error opening output dict $okfile\n";
43 die "Error: ESRSDK is not defined\n" if(!defined $ENV{ESRSDK});
61 die "error: unknown lph $lph in $word\n" if(!defined $sph_for_lph{$lph});
  /external/webkit/WebCore/
combine-javascript-resources 52 open HTML, $htmlFile or die;
61 open SCRIPT_OUT, ">", "$outputDirectory/$scriptName" or die "Can't open $outputDirectory/$scriptName: $!";
65 open SCRIPT_IN, "$htmlDirectory/$1" or die "Can't open $htmlDirectory/$1: $!";
77 open HTML, ">", "$outputDirectory/" . basename($htmlFile) or die "Can't open $outputDirectory/" . basename($htmlFile) . ": $!";
  /external/webkit/WebKit/scripts/
generate-webkitversion.pl 55 die "You must specify a --config <file> " unless (length($configFile));
56 die "You must specify a --outputDir <outputdir> " unless (length($outputDir));
58 die "./WebKit/mac/Configurations/Version.xcconfig does not exist: use --config <file> to specify its correct location." unless (-e $configFile);
59 die "$outputDir/ does not exist: use --outputDir <directory> to specify the location of an output directory that exists" unless (-e "$outputDir");
  /external/webkit/JavaScriptCore/pcre/
dftables 69 die('Must specify output file.') unless defined($outputFile);
73 open(OUT, ">", $outputFile) or die "$!";
91 die "lcc_offset != 0";
109 die "fcc_offset != 128";
131 die "cbits_offset != fcc_offset + 128";
172 die "ctypes_offset != cbits_offset + cbit_length";
215 die "tables_length != ctypes_offset + 128";
254 open(HEADER, "<", $headerPath) or die "$!";
266 open(CPP, "$preprocessor \"$tempFile\" |") or die "$!";
271 die "$@" if $@
    [all...]
  /external/bouncycastle/
import_bouncycastle.sh 30 function die() { function
52 die "Bouncy Castle patch directory patches/ not found"
56 die "bouncycastle.version not found"
61 die "Invalid bouncycastle.version; see README.android for more information"
68 die "bouncycastle.config not found"
73 die "Invalid bouncycastle.config; see README.android for more information"
209 patch -p1 < ../patches/$i || die "Could not apply patches/$i. Fix source and run: $0 regenerate patches/$i"
238 LC_ALL=C TZ=UTC0 diff -Naur $BOUNCYCASTLE_DIR_ORIG $BOUNCYCASTLE_DIR >> $patch && die "ERROR: No diff for patch $path in file $i"
  /external/ipsec-tools/src/racoon/contrib/
sp.pl 3 die "insufficient arguments" if (scalar(@ARGV) < 2);
  /external/libvpx/examples/
gen_example_code.sh 22 die() { function
74 *) die "Failed to parse template name from '$template'" ;;
gen_example_text.sh 22 die() { function
54 *) die "Failed to parse template name from '$template'" ;;

Completed in 1864 milliseconds

1 23 4 5 6 7 8 91011>>