HomeSort by relevance Sort by last modified time
    Searched refs:unless (Results 1 - 25 of 263) sorted by null

1 2 3 4 5 6 7 8 91011

  /external/chromium_org/third_party/openssl/openssl/crypto/lhash/
num.pl 7 next unless /^node/;
  /external/openssl/crypto/lhash/
num.pl 7 next unless /^node/;
  /external/chromium_org/third_party/WebKit/Tools/Scripts/
add-include 38 unless ($filename =~ /(\w+)\.cpp$/) { print STDERR "Command line args must be .cpp files: $filename.\n"; next FILE; }
55 unless (open INPUT, "<", $filename) { print STDERR "File does not exist: $filename\n"; next FILE; }
63 unless ($sawConfig) { print STDERR "First include must be config.h in $filename, line $.\n"; next FILE; }
67 unless ($sawSelfInclude) { print STDERR "Second include must be $base.h in $filename, line $.\n"; next FILE; }
79 unless ($currentCondition eq "") { print STDERR "Nested #if in include section in $filename, line $.\n"; next FILE; }
84 unless ($currentCondition ne "") { print STDERR "Extra #endif in include section in $filename, line $.\n"; next FILE; }
94 unless ($currentCondition eq "") { print STDERR "Unterminated #if in include section in $filename, line $.\n"; next FILE; }
112 $contents .= "#if $condition\n" unless $condition eq "";
114 $contents .= "#endif\n" unless $condition eq "";
119 unless (open OUTPUT, ">", $filename) { print STDERR "Could not open file for writing: $filename\n"; next (…)
    [all...]
check-for-inappropriate-objc-class-names 71 next unless /^STDOUT:_OBJC_CLASS_\$_/;
74 push(@badNames, $className) unless $className =~ /$pattern/;
check-for-exit-time-destructors 94 next unless $sawAtExit;
139 next unless $currentSymbol;
  /external/robolectric/
update-downloads.rb 6 unless File.exists?(DOWNLOADS_FILE)
21 version = "SNAPSHOT" unless version
  /external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/test/
call-stack.rb 3 unless defined? Call
57 end # unless defined? Call
  /development/tools/findunused/
findunusedtranslations 18 unless ($ARGV[0] =~ /^(.*)\/values([^\/]*)\/(.*\.xml)/) {
23 unless (-f $ARGV[0]) {
82 $text .= $_ unless ($suppress);
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitperl/
httpd.pm 104 die "No test directory has been specified." unless ($testDirectory);
134 push(@httpdArgs, "-c", "SSLCertificateFile \"$sslCertificate\"") unless isCygwin();
143 die "No test directory has been specified." unless ($testDirectory);
153 unless (-x $libPHP4DllPath) {
172 die "No HTTPD configuration has been specified" unless (@args);
174 die "No write permissions to $httpdPidDir" unless (-w $httpdPidDir);
220 unless ($succeeded) {
221 print STDERR "Timed out waiting for httpd to terminate!\n" unless $succeeded;
231 return 1 unless $pid;
274 return -1 unless $lockFile
    [all...]
  /external/clang/unittests/AST/
ASTContextParentMapTest.cpp 51 hasParent(recordDecl(unless(isTemplateInstantiation()))))));
56 allOf(hasParent(recordDecl(unless(isTemplateInstantiation()))),
67 hasAncestor(recordDecl(unless(isTemplateInstantiation())))))));
  /external/iputils/doc/
docbook2man-spec.pl 112 $sub = 'sub { output "\n" unless $newline_last++; ';
114 sgml($_[0], eval('sub { output "\n" unless $newline_last++; }'));
116 sgml($_[0], eval("sub { output \"\\n\" unless \$newline_last++; output '$s'; }"));
118 sgml($_[0], eval("sub { output \"\\n\" unless \$newline_last; output '$s'; \$newline_last = 0; }"));
133 output "\n" unless $newline_last++;
675 output "\n" unless $newline_last++;
698 output "\n" unless $newline_last++;
726 output "\n" unless $newline_last++;
737 output "\n" unless $newline_last++;
763 output "\n" unless $newline_last++
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/scripts/
InFilesCompiler.pm 60 return unless $property;
96 die "You must specify --input <file>" unless length($inputFile);
159 $interfaceName = $itemName unless $interfaceName;
  /external/chromium_org/third_party/WebKit/Source/core/css/
make-css-file-arrays.pl 87 print OUT ", " unless $j == 0;
92 print OUT "," unless $i == $length;
  /external/grub/docs/
help2man 76 die $help_info unless @ARGV == 1;
100 next unless -f $inc or $required;
102 unless open INC, $inc;
116 push @include, $key unless $include{$key};
139 next unless $key;
148 unless $key;
249 s/^/\\fI/ unless s/^\\fR//;
372 unless ($4)
440 $content .= ".PP\n" unless $append{$pat} =~ /^\./;
450 unless ($opt_no_info
    [all...]
  /external/bzip2/
format.pl 27 unless -f $infile;
  /external/chromium_org/third_party/JSON/JSON-2.59/t/
xe08_decode.t 21 skip "can't use JSON::XS.", 6, unless( JSON->backend->is_xs );
  /external/chromium_org/third_party/WebKit/Source/bindings/scripts/
deprecated_idl_serializer.pm 76 return {} unless @keys;
102 return unless $isObject;
deprecated_generate_bindings.pl 56 die('Must specify input file.') unless defined($targetIdlFile);
57 die('Must specify output directory.') unless defined($outputDirectory);
131 die "Not found an interface ${targetInterfaceName} in ${targetInterfaceName}.idl." unless defined $targetDataNode;
136 $attribute->extendedAttributes->{"ImplementedBy"} = $interfaceName unless $interface->extendedAttributes->{"LegacyImplementedInBaseClass"};
147 $function->extendedAttributes->{"ImplementedBy"} = $interfaceName unless $interface->extendedAttributes->{"LegacyImplementedInBaseClass"};
158 $constant->extendedAttributes->{"ImplementedBy"} = $interfaceName unless $interface->extendedAttributes->{"LegacyImplementedInBaseClass"};
224 $rightValue = "VALUE_IS_MISSING" unless $rightValue;
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitruby/PrettyPatch/
prettify.rb 32 raise unless options[:html_exceptions]
  /external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/streams/
interactive.rb 39 unless @eof
75 unless @eof
92 unless @eof
  /external/chromium_org/third_party/jemalloc/chromium/
apply-ed-patches.pl 58 $srcdir = "$srcdir/" unless $srcdir =~ m|/$|;
  /external/chromium_org/third_party/jemalloc/vendor/
apply-ed-patches.pl 58 $srcdir = "$srcdir/" unless $srcdir =~ m|/$|;
  /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/chromium_org/third_party/WebKit/Source/core/inspector/
combine-javascript-resources.pl 44 unless (defined $htmlFile and defined $scriptName and defined $outputDirectory) {
  /external/wpa_supplicant_8/hostapd/logwatch/
hostapd 30 unless ($detail == 10) {

Completed in 477 milliseconds

1 2 3 4 5 6 7 8 91011