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

1 23 4 5 6 7 8 91011>>

  /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/syslinux/gpxe/src/util/
licence.pl 116 unless exists $known_licences->{$licence};
119 die "No licences specified\n" unless %$licences;
132 next unless exists $licences->{$licence};
diffsize.pl 29 unless (defined $newrev) {
45 $stashed = 1 unless $output =~ /No local changes to save/;
81 $Sizes{$name} = {old => 0, new => 0} unless exists $Sizes{$name};
sortobjdump.pl 28 unless exists $section_idx{$section};
  /prebuilts/go/darwin-x86/test/
errchk 34 unless($ARGV[$_] =~ /\.(go|s)$/) {
42 unless(@file) {
104 next unless $src =~ m|// (GC_)?ERROR (.*)|;
  /prebuilts/go/linux-x86/test/
errchk 34 unless($ARGV[$_] =~ /\.(go|s)$/) {
42 unless(@file) {
104 next unless $src =~ m|// (GC_)?ERROR (.*)|;
  /external/syslinux/utils/
md5pass 29 unless (defined($salt)) {
sha1pass 29 unless (defined($salt)) {
  /compatibility/cdd/3_software/
3_15_instant-apps.md 9 unless one of the following is true:
13 * [C-0-3] Instant Apps MUST NOT interact explicitly with installed apps unless the
16 device unless the Instant App explicitly connects to the
  /external/ImageMagick/PerlMagick/t/jng/
write.t 8 END {print "not ok $test\n" unless $loaded;}
  /external/ImageMagick/PerlMagick/t/ps/
read.t 9 END {print "not ok $test\n" unless $loaded;}
  /external/ImageMagick/PerlMagick/t/ttf/
read.t 9 END {print "not ok $test\n" unless $loaded;}
  /external/ImageMagick/PerlMagick/t/x11/
read.t 9 END {print "not ok $test\n" unless $loaded;}
  /external/bzip2/
format.pl 27 unless -f $infile;
  /external/curl/docs/cmdline-opts/
basic.d 7 default and this option is usually pointless, unless you use it to override a
  /external/syslinux/core/
genhash.pl 12 $keywdname = $keywd unless ( $keywdname );
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/rx/
make-d 24 next unless $f =~ /\.lst/;
  /external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/streams/
interactive.rb 39 unless @eof
75 unless @eof
92 unless @eof
  /external/libdrm/
xf86atomic.h 108 static inline int atomic_add_unless(atomic_t *v, int add, int unless)
112 while (c != unless && (old = atomic_cmpxchg(v, c, c + add)) != c)
114 return c == unless;
  /external/swiftshader/third_party/LLVM/tools/llvm-config/
find-cycles.pl 33 die "Malformed data: $_" unless defined $dependency_str;
102 unless (defined $CYCLES{$module}) {
113 unless ($seen{$cycle}) {
  /toolchain/binutils/binutils-2.27/libiberty/
maint-tool 71 next unless $have{$f};
143 next unless /^[_a-zA-Z]/;
145 next unless /^\# *define/;
228 next unless $f =~ /\.h$/ || $f =~ /\.def$/;
236 next unless $f =~ /\.h$/;
261 next unless $mine{$p};
  /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/syslinux/
version.pl 23 unless ( $vfile =~ /^(([0-9]+)\.([0-9]+))\s+([0-9]+)$/ ) {
  /toolchain/binutils/binutils-2.27/etc/
texi2pod.pl 51 unless $flag ne "";
53 unless $flag =~ /^[a-zA-Z0-9_-]+$/;
65 $in = $_, next unless defined $in;
66 $out = $_, next unless defined $out;
120 $sects{$sect} = "" unless exists $sects{$sect};
137 next unless $output;
151 die "\@end $ended without \@$ended at line $.\n" unless defined $endw;
152 die "\@$endw ended by \@end $ended at line $.\n" unless $ended eq $endw;
179 $skipping = 1 unless exists $defs{$1};
338 die "No filename or title\n" unless defined $fn && defined $tl
    [all...]
  /external/ImageMagick/PerlMagick/t/
ping.t 10 # Unless required by applicable law or agreed to in writing, software
19 END {print "not ok $test\n" unless $loaded;}

Completed in 709 milliseconds

1 23 4 5 6 7 8 91011>>