HomeSort by relevance Sort by last modified time
    Searched refs:unless (Results 26 - 50 of 145) sorted by null

12 3 4 5 6

  /external/llvm/tools/llvm-config/
find-cycles.pl 33 die "Malformed data: $_" unless defined $dependency_str;
102 unless (defined $CYCLES{$module}) {
113 unless ($seen{$cycle}) {
  /external/markdown/MarkdownTest/
MarkdownTest.pl 37 unless (-d $test_dir) { die "'$test_dir' is not a directory.\n"; }
38 unless (-f $script) { die "$script does not exist.\n"; }
39 unless (-x $script) { die "$script is not executable.\n"; }
53 unless (-f $resultfile) {
  /external/bluetooth/glib/gio/
makegioalias.pl 112 $attributes = "$attributes $word" unless $word eq "PRIVATE";
  /external/bluetooth/glib/gobject/
makegobjectalias.pl 112 $attributes = "$attributes $word" unless $word eq "PRIVATE";
  /external/strace/strace/linux/x86_64/
gentab.pl 39 next unless /{/;
53 next unless (($name, $num) = /define\s+__NR_(\S+)\s+(\d+)/);
59 unless (defined($args{$name})) {
  /external/webkit/Source/JavaScriptCore/
create_jit_stubs 39 die "$usage\n" unless ($prefix and $file);
  /external/webkit/Source/WebCore/inspector/
combine-javascript-resources.pl 44 unless (defined $htmlFile and defined $scriptName and defined $outputDirectory) {
  /external/webkit/Source/WebKit2/Scripts/
generate-forwarding-headers.pl 51 push(@skippedPrefixes, $prefix) unless ($prefix =~ $platform);
83 push(@frameworkHeaders, $headerPath) unless (grep($headerPath =~ "$_/", @skippedPrefixes) || $headerPath =~ "config.h");
  /external/webkit/Tools/Scripts/
check-for-exit-time-destructors 90 next unless $sawAtExit;
138 next unless $currentSymbol;
print-msvc-project-dependencies 44 unless (-f $sln) {
49 unless (open SLN, "<", $sln) {
run-mangleme-tests 130 die "Timed out waiting for httpd to quit" unless $retryCount;
161 die "Timed out waiting for httpd to start" unless $retryCount;
run-api-tests 138 unless ($verbose) {
157 close(DEVNULL) unless ($verbose);
193 unless ($verbose) {
211 close(DEVNULL) unless ($verbose);
254 unless ($verbose) {
270 close(DEVNULL) unless ($verbose);
prepare-ChangeLog 211 next unless $file =~ /\.(c|cpp|m|mm|h|java|js)/;
228 last FUNCTION unless @change_range;
320 $sortKey = "top level" unless length $sortKey;
388 print substr($prefix, 0, length($prefix) - 1) . ":\n\n" unless (scalar @prefixes) == 1;
399 $bugDescription = "Need a short description and bug URL (OOPS!)" unless $bugDescription;
577 next unless s-.*\*/--;
583 $in_macro = 0 unless /\\$/;
693 $potential_name = $word unless $in_parentheses || $skip_til_brace_or_semicolon;
706 $skip_til_brace_or_semicolon = 1 unless ($in_parentheses || $in_braces);
859 next unless s-.*\*/--
    [all...]
old-run-webkit-tests 381 $stripEditingCallbacks = 0 unless defined $stripEditingCallbacks;
392 $stripEditingCallbacks = isCygwin() unless defined $stripEditingCallbacks;
400 $shouldWaitForHTTPD = $ENV{"WEBKIT_WAIT_FOR_HTTPD"} unless ($shouldWaitForHTTPD);
438 die "can't find executable $dumpToolName (looked in $productDir)\n" unless -x $dumpTool;
445 checkFrameworks() unless isCygwin();
496 system "ln", "-s", $testDirectory, "/tmp/LayoutTests" unless -x "/tmp/LayoutTests";
736 print "\n" unless $atLineStart;
841 unless ($readResults->{status} eq "success") {
    [all...]
clean-header-guards 33 next unless filename =~ /\.h$/
update-webkit 83 print "Updating OpenSource\n" unless $quiet;
89 print "Updating Internal\n" unless $quiet;
update-webkit-support-libs 100 return unless $path;
123 return NOTAVERSION unless -f $pathToZip;
compare-timing-files 41 die "$usage\n" unless ($file1 && $file2 && @ARGV == 2);
  /external/wpa_supplicant_8/hostapd/logwatch/
hostapd 30 unless ($detail == 10) {
  /external/webkit/PerformanceTests/SunSpider/
sunspider 90 $suitePath = "tests/" . $suitePath unless ($suite =~ /\//);
104 next unless (defined $1);
113 die "Failed to find L2 Cache Miss Profile for --shark-cache\n" unless ($sharkCacheProfileIndex);
138 next unless !$testsPattern || /$testsPattern/;
207 die "No tests to run" unless scalar(@tests);
225 print ",\n" unless ($count == $testRuns);
  /external/icu4c/data/translit/
trnsfiles.mk 8 # Instead of changing this file [unless you want to check it back in],
  /external/icu4c/tools/genpname/
preparse.pl 166 die "Error: Can't write to $OUT_FILE: $!" unless (defined $out);
498 die "Error: No version found" unless (exists $h->{'_version'});
503 $v .= '.0' unless ($v =~ /\.\d+\./);
504 $v .= '.0' unless ($v =~ /\.\d+\./);
508 unless ($version eq $v);
554 unless (exists $h->{'blk'});
590 unless (exists $h->{$k});
605 # short name and there is no long name left (unless there is another alias)
663 unless (exists $va->{$prop2});
704 die "Error: Property value $prop:$name not found" unless ($n)
    [all...]
  /external/dnsmasq/contrib/dynamic-dnsmasq/
dynamic-dnsmasq.pl 53 die "Usage: $0 ADD USER PASS HOSTNAME\n" unless @ARGV == 4;
56 die "Usage: $0 DEL USER\n" unless @ARGV == 2;
118 unless ( defined $cgi{'hostname'} ) {
209 unless ( $found ) {
  /external/icu4c/tools/gendraft/
genheaders.pl 65 usage() unless defined $srcDir;
66 usage() unless defined $destDir;
67 usage() unless defined $version;
68 usage() unless defined $exclude;
  /external/llvm/utils/
NewNightlyTest.pl 101 # process and erased (unless -noremove is specified; see above.)
115 $SVNURL = 'http://llvm.org/svn/llvm-project' unless $SVNURL;
117 $TestSVNURL = 'http://llvm.org/svn/llvm-project' unless $TestSVNURL;
271 $LLVMSrcDir = "$BuildDir/llvm" unless $LLVMSrcDir;
273 $LLVMObjDir = "$BuildDir/llvm" unless $LLVMObjDir;
275 $LLVMTestDir = "$BuildDir/llvm/projects/llvm-test" unless $LLVMTestDir;
470 die "Invalid call!" unless $ConfigMode == 0;
502 die "Invalid call!" unless $ConfigMode == 0;
756 $ConfigTime=-1 unless $ConfigTime;
757 $ConfigWallTime=-1 unless $ConfigWallTime
    [all...]

Completed in 729 milliseconds

12 3 4 5 6