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

<<11121314151617181920>>

  /build/kati/
depgraph.go 93 if err != nil {
115 return nil
124 if err != nil {
125 return nil, err
131 if err == nil {
132 return g, nil
137 if err != nil {
138 return nil, err
142 if err != nil {
143 return nil, er
    [all...]
  /external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/modes/
ast-builder.rb 18 ( input.adaptor rescue nil ) or
28 def subtree_stream( desc, element = nil )
32 def token_stream( desc, element = nil )
36 def node_stream( desc, element = nil )
  /external/boringssl/src/ssl/test/runner/
packet_adapter.go 38 return &packetAdaptor{conn, nil}
42 if p.debug == nil {
51 if _, err := io.ReadFull(p.Conn, out); err != nil {
54 return out[0], nil
59 if err := binary.Read(p.Conn, binary.BigEndian, &length); err != nil {
60 return nil, err
63 if _, err := io.ReadFull(p.Conn, out); err != nil {
64 return nil, err
66 return out, nil
71 if err != nil {
    [all...]
  /external/clang/test/ARCMT/
remove-dealloc-method.m 5 #define nil ((void*) 0)
22 [self setY:nil];
23 w = nil;
24 self.z = nil;
  /external/clang/test/Analysis/inlining/
inline-defensive-checks.m 47 // Test nil receiver suppression.
48 // We only suppress on nil receiver if the nil value is directly causing the bug.
74 // On a path where fPtr is nil, mem should be nil.
82 // On a path where fPtr is nzil, mem should be nil.
90 // On a path where fPtr is nzil, mem should be nil.
98 // On a path where fPtr is nil, mem should be nil.
99 // The warning is not suppressed because the receiver being nil is no
    [all...]
  /prebuilts/go/darwin-x86/doc/progs/
eff_unused1.go 12 if err != nil {
  /prebuilts/go/darwin-x86/misc/android/
cleaner.go 25 return nil
28 if err := os.RemoveAll(path); err != nil {
34 return nil
36 if err != nil {
  /prebuilts/go/darwin-x86/src/cmd/gofmt/testdata/
composites.golden 102 {0, 0, Point{4, 1}, []Point{{0, 0}, {1, 0}, {1, 0}, {1, 0}}, nil, nil},
103 {1, 0, Point{1, 4}, []Point{{0, 0}, {0, 1}, {0, 1}, {0, 1}}, nil, nil},
104 {2, 0, Point{4, 1}, []Point{{0, 0}, {1, 0}, {1, 0}, {1, 0}}, nil, nil},
105 {3, 0, Point{1, 4}, []Point{{0, 0}, {0, 1}, {0, 1}, {0, 1}}, nil, nil},
200 {0, 0, Point{4, 1}, []Point{{0, 0}, {1, 0}, {1, 0}, {1, 0}}, nil, nil},
    [all...]
stdin6.golden 3 if err != nil {
stdin6.input 3 if err != nil {
stdin7.golden 3 if err != nil {
stdin7.input 3 if err != nil {
  /prebuilts/go/darwin-x86/src/crypto/x509/
root_plan9.go 17 return nil, nil
24 if err == nil {
31 // All of the files failed to load. systemRoots will be nil which will
  /prebuilts/go/darwin-x86/src/net/internal/socktest/
sys_windows.go 19 if err != nil {
23 if err = af.apply(so); err != nil {
24 if so.Err == nil {
32 if so.Err != nil {
38 return s, nil
44 if so == nil {
52 if err != nil {
56 if err = af.apply(so); err != nil {
62 if so.Err != nil {
68 return nil
    [all...]
  /prebuilts/go/darwin-x86/src/net/
mockserver_test.go 22 if err != nil {
43 return nil, fmt.Errorf("%s is not supported", network)
60 if err != nil {
72 return lns, nil
74 return nil, errors.New("no dualstack port available")
88 return nil
93 if ls.Listener != nil {
98 ls.Listener = nil
105 return nil
110 if err != nil {
    [all...]
  /prebuilts/go/darwin-x86/src/os/
pipe_bsd.go 19 if e != nil {
21 return nil, nil, NewSyscallError("pipe", e)
27 return NewFile(uintptr(p[0]), "|0"), NewFile(uintptr(p[1]), "|1"), nil
  /prebuilts/go/darwin-x86/test/fixedbugs/issue5614.dir/
rethinkgo.go 6 func (s *Session) Run(query Exp) *int { return nil }
  /prebuilts/go/linux-x86/doc/progs/
eff_unused1.go 12 if err != nil {
  /prebuilts/go/linux-x86/misc/android/
cleaner.go 25 return nil
28 if err := os.RemoveAll(path); err != nil {
34 return nil
36 if err != nil {
  /prebuilts/go/linux-x86/src/cmd/gofmt/testdata/
composites.golden 102 {0, 0, Point{4, 1}, []Point{{0, 0}, {1, 0}, {1, 0}, {1, 0}}, nil, nil},
103 {1, 0, Point{1, 4}, []Point{{0, 0}, {0, 1}, {0, 1}, {0, 1}}, nil, nil},
104 {2, 0, Point{4, 1}, []Point{{0, 0}, {1, 0}, {1, 0}, {1, 0}}, nil, nil},
105 {3, 0, Point{1, 4}, []Point{{0, 0}, {0, 1}, {0, 1}, {0, 1}}, nil, nil},
200 {0, 0, Point{4, 1}, []Point{{0, 0}, {1, 0}, {1, 0}, {1, 0}}, nil, nil},
    [all...]
stdin6.golden 3 if err != nil {
stdin6.input 3 if err != nil {
stdin7.golden 3 if err != nil {
stdin7.input 3 if err != nil {
  /prebuilts/go/linux-x86/src/crypto/x509/
root_plan9.go 17 return nil, nil
24 if err == nil {
31 // All of the files failed to load. systemRoots will be nil which will

Completed in 177 milliseconds

<<11121314151617181920>>