/prebuilts/go/linux-x86/src/net/http/ |
transfer.go | 56 if rr.ContentLength != 0 && rr.Body == nil { 57 return nil, fmt.Errorf("http: Request.ContentLength=%d with nil Body", rr.ContentLength) 67 if t.Body != nil && len(t.TransferEncoding) == 0 && atLeastHTTP11 { 72 if rerr != nil && rerr != io.EOF { 84 t.Body = nil 85 t.BodyCloser = nil 94 if rr.Request != nil { 109 t.Body = nil 114 if !atLeastHTTP11 || t.Body == nil { [all...] |
/external/antlr/antlr-3.4/runtime/ObjC/Framework/ |
ANTLRRuleMemo.m | 52 if ((self = [super init]) != nil ) { 53 startIndex = nil; 54 stopIndex = nil; 61 if ((self = [super init]) != nil ) { 84 if (startIndex != nil) aCnt++; 85 if (stopIndex != nil) aCnt++; 102 } while ( aMatchMemo != nil ); 103 return nil; 114 } while ( aMatchMemo != nil ); 115 return nil; [all...] |
/external/clang/test/ARCMT/ |
init.m.result | 5 #define nil (void *)0 20 if (!(self = [self init])) return nil; 29 if (!(self = [super init])) return nil;
|
/external/skia/experimental/iOSSampleApp/iPad/ |
SkUISplitViewController.mm | 25 if (fRoot.popoverController != nil) { 46 fRoot.popoverController = nil; 47 fRoot.popoverButtonItem = nil;
|
/prebuilts/go/darwin-x86/doc/articles/wiki/ |
part1.go | 25 if err != nil { 26 return nil, err 28 return &Page{Title: title, Body: body}, nil
|
/prebuilts/go/darwin-x86/src/cmd/pprof/internal/driver/ |
interactive.go | 45 profileFunctionNames = nil // remove function names retrieved previously 75 if err != nil { 80 return nil 99 if err := generateReport(p, fields, obj, ui, f); err != nil { 101 return nil 113 return nil 117 if of, err := optFlags(p, input, f); err == nil { 129 if err != nil { 229 return nil 249 if c, err := strconv.ParseInt(t, 10, 32); err == nil { [all...] |
/prebuilts/go/darwin-x86/src/compress/zlib/ |
reader_test.go | 29 nil, 30 nil, 40 nil, 41 nil, 47 nil, 54 nil, 61 nil, 71 nil, 72 nil, 85 nil, [all...] |
/prebuilts/go/darwin-x86/src/go/types/ |
eval.go | 22 // If pkg == nil, the Universe scope is used and the provided 23 // position pos is ignored. If pkg != nil, and pos is invalid, 40 if pkg == nil { 51 if scope = fscope.Innermost(pos); scope != nil { 55 if scope == nil || debug { 57 for s != nil && s != pkg.scope { 60 // s == nil || s == pkg.scope 61 if s == nil { 69 if err != nil { 74 check := NewChecker(nil, fset, pkg, nil [all...] |
/prebuilts/go/darwin-x86/src/log/syslog/ |
syslog_unix.go | 23 if err != nil { 26 return &netConn{conn: conn, local: true}, nil 30 return nil, errors.New("Unix syslog delivery error")
|
/prebuilts/go/darwin-x86/src/mime/ |
type_windows.go | 17 if err != nil { 25 if err != nil { 30 if err != nil {
|
/prebuilts/go/darwin-x86/src/net/ |
sock_windows.go | 22 if err == nil { 26 if err != nil { 29 return s, nil
|
sockoptip_bsd.go | 16 if err != nil { 21 if err := fd.incref(); err != nil { 29 if err := fd.incref(); err != nil {
|
sockoptip_linux.go | 14 if ifi != nil { 18 if err := fd.incref(); err != nil { 26 if err := fd.incref(); err != nil {
|
sockoptip_windows.go | 15 if err != nil { 20 if err := fd.incref(); err != nil { 28 if err := fd.incref(); err != nil {
|
tcpsockopt_windows.go | 15 if err := fd.incref(); err != nil { 30 err := syscall.WSAIoctl(fd.sysfd, syscall.SIO_KEEPALIVE_VALS, (*byte)(unsafe.Pointer(&ka)), size, nil, 0, &ret, nil, 0)
|
/prebuilts/go/darwin-x86/src/os/user/ |
lookup_stubs.go | 19 return nil, fmt.Errorf("user: Current not implemented on %s/%s", runtime.GOOS, runtime.GOARCH) 23 return nil, fmt.Errorf("user: Lookup not implemented on %s/%s", runtime.GOOS, runtime.GOARCH) 27 return nil, fmt.Errorf("user: LookupId not implemented on %s/%s", runtime.GOOS, runtime.GOARCH)
|
/prebuilts/go/darwin-x86/src/syscall/ |
syscall_bsd_test.go | 17 n, err := syscall.Getfsstat(nil, MNT_WAIT) 18 if err != nil { 24 if err != nil {
|
/prebuilts/go/darwin-x86/test/ |
bigalg.go | 19 var NIL []int 22 if NIL != nil { 23 println("fail1:", NIL, "!= nil") 26 if nil != NIL { 27 println("fail2: nil !=", NIL) 30 if a == nil || nil == a [all...] |
/prebuilts/go/darwin-x86/test/fixedbugs/ |
bug148.go | 16 if x == nil { 26 inner_T := f(nil); 39 if recover() == nil {
|
issue10135.go | 9 // old slice, even if it's nil, so this program used to panic 10 // with nil pointer dereference because after append, s is a 11 // slice with nil data pointer but non-zero len and cap.
|
issue7223.go | 15 _ = make([]byte, nil) // ERROR "non-integer.*len" 16 _ = make([]byte, nil, 2) // ERROR "non-integer.*len" 17 _ = make([]byte, 1, nil) // ERROR "non-integer.*cap"
|
/prebuilts/go/linux-x86/doc/articles/wiki/ |
part1.go | 25 if err != nil { 26 return nil, err 28 return &Page{Title: title, Body: body}, nil
|
/prebuilts/go/linux-x86/src/cmd/pprof/internal/driver/ |
interactive.go | 45 profileFunctionNames = nil // remove function names retrieved previously 75 if err != nil { 80 return nil 99 if err := generateReport(p, fields, obj, ui, f); err != nil { 101 return nil 113 return nil 117 if of, err := optFlags(p, input, f); err == nil { 129 if err != nil { 229 return nil 249 if c, err := strconv.ParseInt(t, 10, 32); err == nil { [all...] |
/prebuilts/go/linux-x86/src/compress/zlib/ |
reader_test.go | 29 nil, 30 nil, 40 nil, 41 nil, 47 nil, 54 nil, 61 nil, 71 nil, 72 nil, 85 nil, [all...] |
/prebuilts/go/linux-x86/src/go/types/ |
eval.go | 22 // If pkg == nil, the Universe scope is used and the provided 23 // position pos is ignored. If pkg != nil, and pos is invalid, 40 if pkg == nil { 51 if scope = fscope.Innermost(pos); scope != nil { 55 if scope == nil || debug { 57 for s != nil && s != pkg.scope { 60 // s == nil || s == pkg.scope 61 if s == nil { 69 if err != nil { 74 check := NewChecker(nil, fset, pkg, nil [all...] |