HomeSort by relevance Sort by last modified time
    Searched refs:unless (Results 101 - 125 of 361) sorted by null

1 2 3 45 6 7 8 91011>>

  /external/swiftshader/third_party/llvm-7.0/llvm/utils/
GenLibDeps.pl 120 # unless (-e $p) {
210 $DepLibs{$libdefs{$_}} = [] unless exists $DepLibs{$libdefs{$_}};
221 $DepLibs{$objdefs{$_}} = [] unless exists $DepLibs{$objdefs{$_}};
227 unless(keys %DepLibs) {
240 $DepLibs{$libdefs{$_}} = [] unless exists $DepLibs{$libdefs{$_}};
246 $DepLibs{$objdefs{$_}} = [] unless exists $DepLibs{$objdefs{$_}};
256 $DepLibs{$obj} = ["<.a object>"] unless exists $DepLibs{$obj};
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/email/test/
test_email.py     [all...]
test_email_renamed.py     [all...]
  /external/ImageMagick/PerlMagick/t/
composite.t 10 # Unless required by applicable law or agreed to in writing, software
17 END {print "not ok $test\n" unless $loaded;}
montage.t 10 # Unless required by applicable law or agreed to in writing, software
19 END {print "not ok 1\n" unless $loaded;}
read.t 10 # Unless required by applicable law or agreed to in writing, software
19 END {print "not ok $test\n" unless $loaded;}
  /external/grpc-grpc/src/ruby/bin/
math_client.rb 11 # Unless required by applicable law or agreed to in writing, software
24 $LOAD_PATH.unshift(lib_dir) unless $LOAD_PATH.include?(lib_dir)
25 $LOAD_PATH.unshift(this_dir) unless $LOAD_PATH.include?(this_dir)
noproto_client.rb 11 # Unless required by applicable law or agreed to in writing, software
23 $LOAD_PATH.unshift(lib_dir) unless $LOAD_PATH.include?(lib_dir)
noproto_server.rb 11 # Unless required by applicable law or agreed to in writing, software
23 $LOAD_PATH.unshift(lib_dir) unless $LOAD_PATH.include?(lib_dir)
  /external/grpc-grpc/src/ruby/lib/grpc/generic/
service.rb 9 # Unless required by applicable law or agreed to in writing, software
125 unless cls.methods.include? mth
197 return unless o.service_name.nil?
interceptors.rb 9 # Unless required by applicable law or agreed to in writing, software
173 return yield unless i
  /external/grpc-grpc/src/ruby/spec/
client_auth_spec.rb 9 # Unless required by applicable law or agreed to in writing, software
27 fail unless cert.is_a?(String)
52 fail(error_msg) unless call.peer_cert == client_cert
  /external/icu/icu4c/source/data/misc/
miscfiles.mk 10 # Instead of changing this file [unless you want to check it back in],
  /external/icu/icu4c/source/data/sprep/
sprepfiles.mk 10 # Instead of changing this file [unless you want to check it back in],
  /external/icu/icu4c/source/data/translit/
trnsfiles.mk 10 # Instead of changing this file [unless you want to check it back in],
  /external/icu/icu4c/source/samples/ufortune/
fortunedefs.mk 27 # Don't call udata_setAppData unless we are linked with the data
  /external/python/cpython3/Lib/test/
test_mimetypes.py 54 unless = self.assertTrue
59 unless(all >= set(['.bat', '.c', '.h', '.ksh', '.pl', '.txt']))
  /external/swiftshader/third_party/LLVM/utils/
webNLT.pl 10 unless($q->param('pwd'))
  /external/u-boot/drivers/usb/gadget/
Kconfig 53 This is usually the board or SoC vendor's, unless you've registered
  /external/walt/docs/
PrivacyPolicy.md 7 unless you explicitly opt-in to upload test logs and results to our server in the app settings
  /development/tools/repo_diff/service/repodiff/persistence/sql/
sql.go 57 // unless explicitly specified, the default connection pool size is unlimited
60 // unless explicitly specified, the default is 0 where idle connections are immediately closed
  /external/curl/tests/
symbol-scan.pl 70 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
  /external/tensorflow/tensorflow/python/keras/mixed_precision/experimental/
policy.py 9 # Unless required by applicable law or agreed to in writing, software
110 This is the dtype layers will create their variables in, unless a layer

Completed in 865 milliseconds

1 2 3 45 6 7 8 91011>>