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

1 2 3 4 56 7 8 91011>>

  /external/curl/tests/
symbol-scan.pl 69 next unless /^CURL/;
  /external/libopus/celt/arm/
arm2gnu.pl 51 $printit++ unless $nflag;
145 s/$/; .arch armv7-a\n .fpu neon\n .object_arch armv4t/ unless ($apple);
167 $prefix = $prefix.sprintf("\t.type\t%s, %%function", $proc) unless ($apple);
  /external/protobuf/conformance/
conformance_ruby.rb 117 unless do_test_io
  /prebuilts/go/darwin-x86/src/encoding/gob/
example_interface_test.go 59 // The encode will fail unless the concrete type has been
73 // The decode will fail unless the concrete type on the wire has been
  /prebuilts/go/linux-x86/src/encoding/gob/
example_interface_test.go 59 // The encode will fail unless the concrete type has been
73 // The decode will fail unless the concrete type on the wire has been
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_StringIO.py 90 unless = self.assertTrue
93 unless(hasattr(self._fp, '__iter__'))
94 unless(hasattr(self._fp, 'next'))
  /external/syslinux/utils/
ppmtolss16 54 # unless it is a comment (in which case it eats the comment up
110 return undef unless ( read(STDIN,$rgb,3) == 3 );
120 return undef unless ( read(STDIN,$rgb,1) == 1 );
130 return undef unless ( read(STDIN,$rgb,1) == 1 );
  /external/syslinux/gpxe/src/util/Option/
ROM.pm 72 return undef unless $self->EXISTS ( $key );
87 croak "Nonexistent field \"$key\"" unless $self->EXISTS ( $key );
316 return undef unless $offset != 0;
335 return undef unless $offset != 0;
484 return undef unless $manufacturer;
495 return undef unless $product;
  /build/soong/ui/logger/
logger.go 9 // Unless required by applicable law or agreed to in writing, software
20 // the log file by default, unless SetVerbose(true) has been called.
53 // Verbose* is equivalent to Print*, but skips stderr unless the
221 // unless SetVerbose(true) has been called.
250 // Verbose is equivalent to Print, but only goes to the file log unless
257 // Verbosef is equivalent to Printf, but only goes to the file log unless
264 // Verboseln is equivalent to Println, but only goes to the file log unless
  /external/python/cpython2/Lib/test/
test_StringIO.py 93 unless = self.assertTrue
96 unless(hasattr(self._fp, '__iter__'))
97 unless(hasattr(self._fp, 'next'))
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_StringIO.py 93 unless = self.assertTrue
96 unless(hasattr(self._fp, '__iter__'))
97 unless(hasattr(self._fp, 'next'))
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_StringIO.py 93 unless = self.assertTrue
96 unless(hasattr(self._fp, '__iter__'))
97 unless(hasattr(self._fp, 'next'))
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_StringIO.py 93 unless = self.assertTrue
96 unless(hasattr(self._fp, '__iter__'))
97 unless(hasattr(self._fp, 'next'))
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_StringIO.py 93 unless = self.assertTrue
96 unless(hasattr(self._fp, '__iter__'))
97 unless(hasattr(self._fp, 'next'))
  /external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/
main.rb 262 unless constant_exists?( name )
301 @output.#{ method }(*args) unless @no_output
305 @error.#{ method }(*args) unless @no_output
429 unless @lexer_class ||= fetch_class( @lexer_class_name )
433 unless @lexer_class = @parser_class.associated_lexer
554 unless @lexer_class ||= fetch_class( @lexer_class_name )
557 unless @parser_class ||= fetch_class( @parser_class_name )
util.rb 142 return self unless upper
recognizers.rb 36 unless const_defined?( :RecognizerSharedState )
125 end # unless const_defined?( :RecognizerSharedState )
158 unless defaults.empty?
281 unless master_grammars.include?( grammar )
475 unless text = token.text || ( token.source_text rescue nil )
698 follow.delete( EOR_TOKEN_TYPE ) unless @state.following.empty?
940 ANTLR-generated lexers will subclass this class, unless specified otherwise
    [all...]
  /external/boringssl/src/crypto/fipsmodule/md5/asm/
md5-586.pl 202 &set_label("start") unless $normal;
296 &mov($tmp1,&swtmp(0)) unless $normal;
301 &cmp($tmp1,$X) unless $normal; # check count
302 &jae(&label("start")) unless $normal;
  /external/v8/tools/clang/rewrite_to_chrome_style/
RewriteToChromeStyle.cpp 619 unless(cxxMethodDecl(isOverride()))),
    [all...]
  /compatibility/cdd/9_security-model/
9_1_permissions.md 35 apps unless:
  /external/ImageMagick/PerlMagick/t/
filter.t 11 # Unless required by applicable law or agreed to in writing, software
20 END {print "not ok 1\n" unless $loaded;}
  /external/antlr/antlr-3.4/runtime/JavaScript/src/org/antlr/runtime/
Token.js 32 /** All tokens go to the parser (unless skip() is called in that rule)
  /external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/tree/
visitor.rb 73 tree = before.call( tree ) unless before.nil? or flat
78 tree = after.call( tree ) unless after.nil? or flat
  /external/boringssl/src/crypto/perlasm/
x86asm.pl 258 print "#if defined(__i386__)\n" unless $win32;
260 print "#endif\n" unless $win32;
  /external/eigen/lapack/
cladiv.f 34 *> will not overflow on an intermediary step unless the results

Completed in 1147 milliseconds

1 2 3 4 56 7 8 91011>>