/prebuilts/go/linux-x86/src/os/ |
file_unix.go | 17 if e != nil { 20 return nil 35 dirinfo *dirInfo // nil unless directory being read 42 if f == nil { 52 return nil 94 if e != nil { 95 return nil, &PathError{"open", name, e} 109 return NewFile(uintptr(r), name), nil 115 if f == nil { 122 if file == nil || file.fd < 0 [all...] |
stat_plan9.go | 66 return nil, &PathError{"stat", name, err} 76 if err != nil { 77 return nil, &PathError{"stat", name, err} 79 return d, nil 84 if err == nil { 88 return nil, &PathError{"stat", name, err} 95 if err != nil { 96 return nil, err 98 return fileInfoFromStat(d), nil
|
/prebuilts/go/linux-x86/src/runtime/ |
crash_unix_test.go | 36 if err != nil { 41 if err := ioutil.WriteFile(filepath.Join(dir, "main.go"), []byte(crashDumpsAllThreadsSource), 0666); err != nil { 48 if err != nil { 60 if err != nil { 65 if err := cmd.Start(); err != nil { 69 if err := wp.Close(); err != nil { 72 if _, err := rp.Read(make([]byte, 1)); err != nil { 76 if err := cmd.Process.Signal(syscall.SIGQUIT); err != nil { 120 if _, err := os.NewFile(3, "pipe").WriteString("x"); err != nil {
|
os1_netbsd.go | 32 ret := sysctl(&mib[0], 2, (*byte)(unsafe.Pointer(&out)), &nout, nil, 0) 69 ret := lwp_park(tsp, 0, unsafe.Pointer(&_g_.m.waitsemacount), nil) 91 // May run with m.p==nil, so write barriers are not allowed. 104 uc.uc_link = nil 146 sigprocmask(_SIG_SETMASK, nil, smask) 165 sigprocmask(_SIG_SETMASK, &nmask, nil) 172 sigprocmask(_SIG_SETMASK, smask, nil) 174 signalstack(nil) 200 sigaction(i, &sa, nil) 209 sigaction(i, nil, &sa [all...] |
/prebuilts/go/linux-x86/src/syscall/ |
sockcmsg_unix.go | 53 if err != nil { 54 return nil, err 60 return msgs, nil 66 return nil, nil, EINVAL 68 return h, b[cmsgAlignOf(SizeofCmsghdr):h.Len], nil 92 return nil, EINVAL 95 return nil, EINVAL 102 return fds, nil
|
syscall.go | 17 // These calls return err == nil to indicate success; otherwise 38 if err != nil { 46 // location, it returns (nil, EINVAL). 50 return nil, EINVAL 55 return a, nil 67 // location, it returns (nil, EINVAL). 70 if err != nil { 71 return nil, err 73 return &a[0], nil
|
syscall_linux_test.go | 39 if err != nil { 48 if err != nil { 54 if err != nil { 57 if _, err := io.Copy(dst, src); err != nil { 61 if err != nil { 68 if err != nil { 72 if err != nil { 79 if err != nil { 116 if err != nil {
|
/build/soong/androidmk/cmd/androidmk/ |
androidmk.go | 74 if err != nil { 129 if assignmentCond == nil { 137 conds = append(conds, nil) 144 } else if conds[len(conds)-1] == nil { 153 } else if conds[len(conds)-1] == nil { 158 assignmentCond = nil 175 if err != nil { 189 if assignment.Target != nil { 194 name := assignment.Name.Value(nil) 206 if c != nil { [all...] |
/external/antlr/antlr-3.4/runtime/ObjC/Framework/ |
ANTLRHashMap.m | 59 if ((self = [super init]) != nil) { 60 fNext = nil; 66 if ( fNext != nil ) { 81 if ((self = [super init]) != nil) { 82 fNext = nil; 88 if ( fNext != nil ) { 107 if ( self.fNext != nil ) { 127 if ( ptrBuffer[i] != nil ) { 139 if ( ptrBuffer[i] != nil ) { 152 if ( self.fNext != nil ) { [all...] |
/prebuilts/go/darwin-x86/src/crypto/tls/ |
cipher_suites.go | 24 // ServerKeyExchange message, generateServerKeyExchange can return nil, 25 // nil. 78 {TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256, 16, 0, 4, ecdheRSAKA, suiteECDHE | suiteTLS12, nil, nil, aeadAESGCM}, 79 {TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256, 16, 0, 4, ecdheECDSAKA, suiteECDHE | suiteECDSA | suiteTLS12, nil, nil, aeadAESGCM}, 80 {TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384, 32, 0, 4, ecdheRSAKA, suiteECDHE | suiteTLS12 | suiteSHA384, nil, nil, aeadAESGCM}, 81 {TLS_ECDHE_ECDSA_WITH_AES_256_GCM_SHA384, 32, 0, 4, ecdheECDSAKA, suiteECDHE | suiteECDSA | suiteTLS12 | suiteSHA384, nil, nil, aeadAESGCM} [all...] |
/prebuilts/go/darwin-x86/src/mime/ |
encodedword.go | 92 // CharsetReader, if non-nil, defines a function to generate 97 // One of the the CharsetReader's result values must be non-nil. 110 if err != nil { 117 if err := d.convert(buf, fields[1], content); err != nil { 121 return buf.String(), nil 130 return header, nil 173 if err != nil { 186 if err := d.convert(buf, charset, content); err != nil { 198 return buf.String(), nil 208 return nil, errInvalidWor [all...] |
/prebuilts/go/darwin-x86/src/time/ |
zoneinfo_read.go | 22 d.p = nil 24 return nil 66 return nil, badData 72 return nil, badData 94 return nil, badData 123 return nil, badData 138 return nil, badData 143 return nil, badData 147 return nil, badData 158 return nil, badDat [all...] |
/prebuilts/go/linux-x86/src/crypto/tls/ |
cipher_suites.go | 24 // ServerKeyExchange message, generateServerKeyExchange can return nil, 25 // nil. 78 {TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256, 16, 0, 4, ecdheRSAKA, suiteECDHE | suiteTLS12, nil, nil, aeadAESGCM}, 79 {TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256, 16, 0, 4, ecdheECDSAKA, suiteECDHE | suiteECDSA | suiteTLS12, nil, nil, aeadAESGCM}, 80 {TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384, 32, 0, 4, ecdheRSAKA, suiteECDHE | suiteTLS12 | suiteSHA384, nil, nil, aeadAESGCM}, 81 {TLS_ECDHE_ECDSA_WITH_AES_256_GCM_SHA384, 32, 0, 4, ecdheECDSAKA, suiteECDHE | suiteECDSA | suiteTLS12 | suiteSHA384, nil, nil, aeadAESGCM} [all...] |
/prebuilts/go/linux-x86/src/mime/ |
encodedword.go | 92 // CharsetReader, if non-nil, defines a function to generate 97 // One of the the CharsetReader's result values must be non-nil. 110 if err != nil { 117 if err := d.convert(buf, fields[1], content); err != nil { 121 return buf.String(), nil 130 return header, nil 173 if err != nil { 186 if err := d.convert(buf, charset, content); err != nil { 198 return buf.String(), nil 208 return nil, errInvalidWor [all...] |
/prebuilts/go/linux-x86/src/time/ |
zoneinfo_read.go | 22 d.p = nil 24 return nil 66 return nil, badData 72 return nil, badData 94 return nil, badData 123 return nil, badData 138 return nil, badData 143 return nil, badData 147 return nil, badData 158 return nil, badDat [all...] |
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/utils/ |
named_params.hpp | 64 // ************** nil ************** // 67 struct nil { struct in namespace:boost::nfp::nfp_detail 81 nil operator()( Arg1 const& ) 82 { report_access_to_invalid_parameter(); return nil(); } 85 nil operator()( Arg1 const&, Arg2 const& ) 86 { report_access_to_invalid_parameter(); return nil(); } 89 nil operator()( Arg1 const&, Arg2 const&, Arg3 const& ) 90 { report_access_to_invalid_parameter(); return nil(); } 96 static nil& inst() { static nil s_inst; return s_inst; 98 nil() {} function in struct:boost::nfp::nfp_detail::nil [all...] |
/prebuilts/go/darwin-x86/src/archive/zip/ |
writer_test.go | 34 Data: nil, // large data set in the test 65 writeTests[1].Data = nil 76 if err := w.Close(); err != nil { 82 if err != nil { 97 writeTests[1].Data = nil 111 if err := w.Close(); err != nil { 117 if err != nil { 129 if err != nil { 135 if err := w.Flush(); err != nil { 152 if err != nil { [all...] |
/prebuilts/go/darwin-x86/src/compress/lzw/ |
writer_test.go | 25 if err != nil { 33 if err != nil { 48 if err0 != nil && err0 != io.EOF { 53 if err1 != nil { 68 if err0 != nil { 72 if err1 != nil { 102 if n != 4 || err != nil { 103 t.Errorf("got %d, %v, want 4, nil", n, err) 109 if _, err := w.Write([]byte{0x03}); err != nil { 112 if _, err := w.Write([]byte{0x04}); err == nil { [all...] |
/prebuilts/go/darwin-x86/src/net/ |
lookup_unix.go | 16 if file, err := open("/etc/protocols"); err == nil { 49 return proto, nil 102 if err != nil { 103 return "", nil, err 111 return cname, srvs, nil 116 if err != nil { 117 return nil, err 125 return mxs, nil 130 if err != nil { 131 return nil, er [all...] |
/prebuilts/go/darwin-x86/src/runtime/ |
os1_netbsd.go | 32 ret := sysctl(&mib[0], 2, (*byte)(unsafe.Pointer(&out)), &nout, nil, 0) 69 ret := lwp_park(tsp, 0, unsafe.Pointer(&_g_.m.waitsemacount), nil) 91 // May run with m.p==nil, so write barriers are not allowed. 104 uc.uc_link = nil 146 sigprocmask(_SIG_SETMASK, nil, smask) 165 sigprocmask(_SIG_SETMASK, &nmask, nil) 172 sigprocmask(_SIG_SETMASK, smask, nil) 174 signalstack(nil) 200 sigaction(i, &sa, nil) 209 sigaction(i, nil, &sa [all...] |
/prebuilts/go/linux-x86/src/archive/zip/ |
writer_test.go | 34 Data: nil, // large data set in the test 65 writeTests[1].Data = nil 76 if err := w.Close(); err != nil { 82 if err != nil { 97 writeTests[1].Data = nil 111 if err := w.Close(); err != nil { 117 if err != nil { 129 if err != nil { 135 if err := w.Flush(); err != nil { 152 if err != nil { [all...] |
/prebuilts/go/linux-x86/src/compress/lzw/ |
writer_test.go | 25 if err != nil { 33 if err != nil { 48 if err0 != nil && err0 != io.EOF { 53 if err1 != nil { 68 if err0 != nil { 72 if err1 != nil { 102 if n != 4 || err != nil { 103 t.Errorf("got %d, %v, want 4, nil", n, err) 109 if _, err := w.Write([]byte{0x03}); err != nil { 112 if _, err := w.Write([]byte{0x04}); err == nil { [all...] |
/prebuilts/go/linux-x86/src/net/ |
lookup_unix.go | 16 if file, err := open("/etc/protocols"); err == nil { 49 return proto, nil 102 if err != nil { 103 return "", nil, err 111 return cname, srvs, nil 116 if err != nil { 117 return nil, err 125 return mxs, nil 130 if err != nil { 131 return nil, er [all...] |
/build/blueprint/proptools/ |
clone_test.go | 69 // Clone nil slice 158 // Interface nil 160 S: nil, 163 S: nil, 167 // Interface pointer to nil 169 S: (*struct{ S string })(nil), 172 S: (*struct{ S string })(nil), 176 // Pointer nil 178 S: nil, 181 S: nil, [all...] |
/build/soong/common/ |
config.go | 76 if err != nil { 95 if err != nil { 102 if err != nil { 108 return nil 113 if err != nil { 118 if err != nil { 124 if err != nil { 129 if err != nil { 133 return nil 154 if err != nil { [all...] |