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

12 3 4 5 6 7 8 91011>>

  /external/ImageMagick/PerlMagick/t/png/
write.t 8 END {print "not ok $test\n" unless $loaded;}
  /external/ImageMagick/PerlMagick/t/tiff/
read.t 8 END {print "not ok $test\n" unless $loaded;}
write.t 8 END {print "not ok $test\n" unless $loaded;}
  /external/ImageMagick/PerlMagick/t/xfig/
read.t 9 END {print "not ok $test\n" unless $loaded;}
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/mmix/
greg1.s 11 GREG @ % Equivalent to F7, unless -no-merge-gregs.
13 H9 GREG @ % Equivalent to F7, unless -no-merge-gregs.
  /external/strace/tests/
gen_pure_executables.sh 34 Deduce output file from <input> unless an <output> is specified.
  /external/strace/tests-m32/
gen_pure_executables.sh 34 Deduce output file from <input> unless an <output> is specified.
  /external/strace/tests-mx32/
gen_pure_executables.sh 34 Deduce output file from <input> unless an <output> is specified.
  /external/syslinux/gpxe/src/include/gpxe/efi/
import.pl 16 return unless $filename =~ /\.h$/;
57 die "Syntax $0 /path/to/edk2/edk2\n" unless @ARGV == 1;
60 unless -e catfile ( $edktop, "MdePkg" );
67 unless -e catfile ( $gpxedir, "../../../include/gpxe/efi" );
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/sh/sh64/
err-noexp-cmd1.s 2 ! unless SHcompact/SHmedia is specified.
  /external/curl/tests/
pathhelp.pm 110 unless (os_is_win()) {
135 return Cwd::getcwd() unless os_is_win();
204 return $path unless (os_is_win());
267 return undef unless defined $path;
304 unless(os_is_win()) {
363 return undef unless defined $w32drive;
371 unless (substr($path, 0, 1) eq '/') {
387 return undef unless defined $path;
393 return undef unless defined $path;
416 unless(os_is_win())
    [all...]
serverhelp.pm 107 die "unsupported protocol: '$proto'" unless($proto &&
111 die "unsupported IP version: '$ipver'" unless($ipver &&
116 die "unsupported ID number: '$idnum'" unless($idnum &&
118 $idnum = '' unless($idnum > 1);
201 die "unsupported protocol: '$proto'" unless($proto &&
213 die "unsupported protocol: '$proto'" unless($proto &&
225 die "unsupported protocol: '$proto'" unless($proto &&
237 die "unsupported protocol: '$proto'" unless($proto &&
  /external/ImageMagick/PerlMagick/t/
blob.t 10 # Unless required by applicable law or agreed to in writing, software
19 END {print "not ok 1\n" unless $loaded;}
getattribute.t 10 # Unless required by applicable law or agreed to in writing, software
19 END {print "not ok 1\n" unless $loaded;}
  /external/ImageMagick/PerlMagick/t/jng/
read.t 8 END {print "not ok $test\n" unless $loaded;}
  /external/ImageMagick/PerlMagick/t/x11/
write.t 9 END {print "not ok $test\n" unless $loaded;}
  /external/robolectric/v1/
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
  /external/autotest/tko/
plotgraph 6 die unless (-f $file);
7 die unless ($y_label);
8 die unless ($columns =~ /^1:\d+/);
51 die unless ($count > 0);
  /development/tools/findunused/
findunusedtranslations 18 unless ($ARGV[0] =~ /^(.*)\/values([^\/]*)\/(.*\.xml)/) {
23 unless (-f $ARGV[0]) {
82 $text .= $_ unless ($suppress);
  /external/clang/unittests/AST/
ASTContextParentMapTest.cpp 61 hasParent(cxxRecordDecl(unless(isTemplateInstantiation()))))));
67 allOf(hasParent(cxxRecordDecl(unless(isTemplateInstantiation()))),
78 hasAncestor(cxxRecordDecl(unless(isTemplateInstantiation())))))));
  /external/syslinux/com32/lib/
makeerrlist.pl 22 print STDERR "opening $file\n" unless ( $quiet );
48 print STDERR "$error ($errno) => \"$msg\"\n" unless ( $quiet );
60 print STDERR "closing $file\n" unless ( $quiet );
  /external/syslinux/gpxe/src/util/
catrom.pl 25 unless substr ( $romdata, 0, 2 ) eq "\x55\xAA";
30 unless $len == $checklen;
36 unless substr ( $romdata, $pci, 4 ) eq "PCIR";
parserom.pl 11 die "Syntax: $0 driver_source.c" unless @ARGV == 1;
23 unless ( $printed_family ) {
42 next unless /(PCI|ISA)_ROM\s*\(/;
  /external/syslinux/utils/
pxelinux-options 207 return undef unless (seek($file, 0, SEEK_SET));
208 return undef unless (read($file, $data, 48) == 48);
220 return undef unless (read($file, $data, 16) == 16);
226 return undef unless (read($file, $data, 16) == 16);
247 return undef unless (seek($file, $boff, SEEK_SET));
248 return undef unless (read($file, $bdata, $blen) == $blen);
255 return undef unless (seek($file, $aoff, SEEK_SET));
256 return undef unless (read($file, $adata, $alen) == $alen);
274 $bdata .= "\xff" unless ($bdata eq '');
275 $adata .= "\xff" unless ($adata eq '')
    [all...]

Completed in 466 milliseconds

12 3 4 5 6 7 8 91011>>