HomeSort by relevance Sort by last modified time
    Searched full:nil (Results 1226 - 1250 of 5764) sorted by null

<<41424344454647484950>>

  /external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/debug/
record-event-listener.rb 14 def initialize( adaptor = nil )
  /external/clang/test/ARCMT/
api.m.result 8 NSZone *z = nil;
  /external/clang/test/Analysis/
reference.mm 15 x.ref = 1; // expected-warning {{The receiver of message 'ref' is nil, which results in forming a null reference}}
  /external/skia/experimental/iOSSampleApp/Shared/
SkOptionListController.mm 15 self.fSelectedCell = nil;
44 if (cell == nil) {
73 self.fOptions = nil;
74 self.fSelectedCell = nil;
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/preprocessor/seq/
for_each.hpp 26 # define BOOST_PP_SEQ_FOR_EACH(macro, data, seq) BOOST_PP_FOR((macro, data, seq (nil)), BOOST_PP_SEQ_FOR_EACH_P, BOOST_PP_SEQ_FOR_EACH_O, BOOST_PP_SEQ_FOR_EACH_M)
29 # define BOOST_PP_SEQ_FOR_EACH_D(macro, data, seq) BOOST_PP_FOR((macro, data, seq (nil)), BOOST_PP_SEQ_FOR_EACH_P, BOOST_PP_SEQ_FOR_EACH_O, BOOST_PP_SEQ_FOR_EACH_M)
54 # define BOOST_PP_SEQ_FOR_EACH_R(r, macro, data, seq) BOOST_PP_FOR_ ## r((macro, data, seq (nil)), BOOST_PP_SEQ_FOR_EACH_P, BOOST_PP_SEQ_FOR_EACH_O, BOOST_PP_SEQ_FOR_EACH_M)
57 # define BOOST_PP_SEQ_FOR_EACH_R_I(r, macro, data, seq) BOOST_PP_FOR_ ## r((macro, data, seq (nil)), BOOST_PP_SEQ_FOR_EACH_P, BOOST_PP_SEQ_FOR_EACH_O, BOOST_PP_SEQ_FOR_EACH_M)
for_each_i.hpp 27 # define BOOST_PP_SEQ_FOR_EACH_I(macro, data, seq) BOOST_PP_FOR((macro, data, seq (nil), 0), BOOST_PP_SEQ_FOR_EACH_I_P, BOOST_PP_SEQ_FOR_EACH_I_O, BOOST_PP_SEQ_FOR_EACH_I_M)
30 # define BOOST_PP_SEQ_FOR_EACH_I_I(macro, data, seq) BOOST_PP_FOR((macro, data, seq (nil), 0), BOOST_PP_SEQ_FOR_EACH_I_P, BOOST_PP_SEQ_FOR_EACH_I_O, BOOST_PP_SEQ_FOR_EACH_I_M)
55 # define BOOST_PP_SEQ_FOR_EACH_I_R(r, macro, data, seq) BOOST_PP_FOR_ ## r((macro, data, seq (nil), 0), BOOST_PP_SEQ_FOR_EACH_I_P, BOOST_PP_SEQ_FOR_EACH_I_O, BOOST_PP_SEQ_FOR_EACH_I_M)
58 # define BOOST_PP_SEQ_FOR_EACH_I_R_I(r, macro, data, seq) BOOST_PP_FOR_ ## r((macro, data, seq (nil), 0), BOOST_PP_SEQ_FOR_EACH_I_P, BOOST_PP_SEQ_FOR_EACH_I_O, BOOST_PP_SEQ_FOR_EACH_I_M)
  /prebuilts/go/darwin-x86/doc/articles/wiki/
get.go 29 if err != nil {
50 if err == nil || *wait == 0 || time.Now().After(loopUntil) {
55 if err != nil {
60 if err != nil {
  /prebuilts/go/darwin-x86/misc/nacl/
mkzip.go 62 if err != nil {
68 if err != nil {
83 if err := gw.Close(); err != nil {
95 if err != nil {
104 if err != nil {
111 if err != nil {
115 if _, err := io.Copy(w, r); err != nil {
171 if err != nil {
179 if err != nil {
183 return nil
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/gc/
util.go 80 if err != nil {
83 if err := pprof.StartCPUProfile(f); err != nil {
93 if err != nil {
98 if err := pprof.WriteHeapProfile(f); err != nil {
  /prebuilts/go/darwin-x86/src/cmd/fix/
gotypes.go 40 if importSpec != nil {
48 if err != nil {
56 if importSpec == nil {
73 importSpec.Name = nil
  /prebuilts/go/darwin-x86/src/cmd/go/
signal_notunix.go 17 var signalTrace os.Signal = nil
  /prebuilts/go/darwin-x86/src/cmd/gofmt/testdata/
rewrite2.golden 9 // Slices have nil Len values in the corresponding ast.ArrayType
rewrite2.input 9 // Slices have nil Len values in the corresponding ast.ArrayType
  /prebuilts/go/darwin-x86/src/crypto/des/
cipher.go 29 return nil, KeySizeError(len(key))
34 return c, nil
51 return nil, KeySizeError(len(key))
58 return c, nil
  /prebuilts/go/darwin-x86/src/encoding/gob/
example_test.go 36 if err != nil {
40 if err != nil {
47 if err != nil {
52 if err != nil {
  /prebuilts/go/darwin-x86/src/go/token/
serialize.go 21 // Read calls decode to deserialize a file set into s; s must not be nil.
24 if err := decode(&ss); err != nil {
36 s.last = nil
39 return nil
  /prebuilts/go/darwin-x86/src/go/types/testdata/
cycles4.src 16 var _ = T.m(nil).m().e()
25 var _ = C.m(nil).m().e()
73 var x1 T5 = T7(nil)
93 return nil
  /prebuilts/go/darwin-x86/src/io/
multi.go 18 err = nil
30 // return a non-nil, non-EOF error, Read will return that error.
44 if err != nil {
52 return len(p), nil
  /prebuilts/go/darwin-x86/src/net/http/cgi/
plan9_test.go 17 return err == nil
  /prebuilts/go/darwin-x86/src/net/mail/
example_test.go 18 if err != nil {
34 if err != nil {
55 if err != nil {
66 if err != nil {
  /prebuilts/go/darwin-x86/src/net/
main_test.go 75 {"tcp", "localhost:1", &TCPAddr{IP: IPv4(127, 0, 0, 1), Port: 1}, nil},
76 {"tcp4", "localhost:2", &TCPAddr{IP: IPv4(127, 0, 0, 1), Port: 2}, nil},
79 {"udp", "localhost:1", &UDPAddr{IP: IPv4(127, 0, 0, 1), Port: 1}, nil},
80 {"udp4", "localhost:2", &UDPAddr{IP: IPv4(127, 0, 0, 1), Port: 2}, nil},
83 {"ip", "localhost", &IPAddr{IP: IPv4(127, 0, 0, 1)}, nil},
84 {"ip4", "localhost", &IPAddr{IP: IPv4(127, 0, 0, 1)}, nil},
89 resolveTCPAddrTests = append(resolveTCPAddrTests, resolveTCPAddrTest{"tcp6", "localhost:3", &TCPAddr{IP: IPv6loopback, Port: 3}, nil})
90 resolveUDPAddrTests = append(resolveUDPAddrTests, resolveUDPAddrTest{"udp6", "localhost:3", &UDPAddr{IP: IPv6loopback, Port: 3}, nil})
91 resolveIPAddrTests = append(resolveIPAddrTests, resolveIPAddrTest{"ip6", "localhost", &IPAddr{IP: IPv6loopback}, nil})
95 if ifi != nil {
    [all...]
  /prebuilts/go/darwin-x86/src/os/
dir_plan9.go 14 if file.dirinfo == nil {
32 if err != nil {
51 if err != nil {
63 return fi, nil
error.go 38 // As a convenience, if err is nil, NewSyscallError returns nil.
40 if err == nil {
41 return nil
  /prebuilts/go/darwin-x86/src/runtime/
signal_unix.go 38 // (1) we were in a goroutine (i.e., m.curg != nil), and
40 if g != nil && g.m != nil && g.m.curg != nil && g.m.curg.syscallsp == 0 {
  /prebuilts/go/darwin-x86/src/syscall/
syscall_unix.go 43 return nil, EINVAL
48 if errno != nil {
49 return nil, errno
67 return b, nil
80 if b == nil || &b[0] != &data[0] {
85 if errno := m.munmap(uintptr(unsafe.Pointer(&b[0])), uintptr(len(b))); errno != nil {
89 return nil
95 // err = nil
132 return nil
165 if err == nil {
    [all...]

Completed in 205 milliseconds

<<41424344454647484950>>