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

<<31323334353637383940>>

  /prebuilts/go/linux-x86/src/text/template/
template.go 67 if t.common == nil {
83 nt := t.copy(nil)
85 if t.common == nil {
86 return nt, nil
105 return nt, nil
130 if replace, err := t.associate(nt, tree); err != nil {
131 return nil, err
135 return nt, nil
140 if t.common == nil {
141 return nil
    [all...]
  /prebuilts/go/darwin-x86/pkg/bootstrap/src/bootstrap/compile/internal/gc/
walk.go 35 for l := fn.Func.Dcl; l != nil; l = l.Next {
42 for l := fn.Func.Dcl; l != nil; l = l.Next {
43 if l.N.Op == ONAME && l.N.Class&^PHEAP == PAUTO && l.N.Name.Defn != nil && l.N.Name.Defn.Op == OTYPESW && l.N.Used {
48 for l := fn.Func.Dcl; l != nil; l = l.Next {
52 if defn := l.N.Name.Defn; defn != nil && defn.Op == OTYPESW {
76 if Debug['W'] != 0 && Curfn.Func.Enter != nil {
83 for ; l != nil; l = l.Next {
89 for ; a != nil && b != nil; a, b = a.Next, b.Next {
98 for l := fn.Func.Dcl; l != nil; l = l.Next
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/gc/
walk.go 32 for l := fn.Func.Dcl; l != nil; l = l.Next {
39 for l := fn.Func.Dcl; l != nil; l = l.Next {
40 if l.N.Op == ONAME && l.N.Class&^PHEAP == PAUTO && l.N.Name.Defn != nil && l.N.Name.Defn.Op == OTYPESW && l.N.Used {
45 for l := fn.Func.Dcl; l != nil; l = l.Next {
49 if defn := l.N.Name.Defn; defn != nil && defn.Op == OTYPESW {
73 if Debug['W'] != 0 && Curfn.Func.Enter != nil {
80 for ; l != nil; l = l.Next {
86 for ; a != nil && b != nil; a, b = a.Next, b.Next {
95 for l := fn.Func.Dcl; l != nil; l = l.Next
    [all...]
  /prebuilts/go/linux-x86/pkg/bootstrap/src/bootstrap/compile/internal/gc/
walk.go 35 for l := fn.Func.Dcl; l != nil; l = l.Next {
42 for l := fn.Func.Dcl; l != nil; l = l.Next {
43 if l.N.Op == ONAME && l.N.Class&^PHEAP == PAUTO && l.N.Name.Defn != nil && l.N.Name.Defn.Op == OTYPESW && l.N.Used {
48 for l := fn.Func.Dcl; l != nil; l = l.Next {
52 if defn := l.N.Name.Defn; defn != nil && defn.Op == OTYPESW {
76 if Debug['W'] != 0 && Curfn.Func.Enter != nil {
83 for ; l != nil; l = l.Next {
89 for ; a != nil && b != nil; a, b = a.Next, b.Next {
98 for l := fn.Func.Dcl; l != nil; l = l.Next
    [all...]
  /prebuilts/go/linux-x86/src/cmd/compile/internal/gc/
walk.go 32 for l := fn.Func.Dcl; l != nil; l = l.Next {
39 for l := fn.Func.Dcl; l != nil; l = l.Next {
40 if l.N.Op == ONAME && l.N.Class&^PHEAP == PAUTO && l.N.Name.Defn != nil && l.N.Name.Defn.Op == OTYPESW && l.N.Used {
45 for l := fn.Func.Dcl; l != nil; l = l.Next {
49 if defn := l.N.Name.Defn; defn != nil && defn.Op == OTYPESW {
73 if Debug['W'] != 0 && Curfn.Func.Enter != nil {
80 for ; l != nil; l = l.Next {
86 for ; a != nil && b != nil; a, b = a.Next, b.Next {
95 for l := fn.Func.Dcl; l != nil; l = l.Next
    [all...]
  /prebuilts/go/darwin-x86/src/go/types/
lookup.go 25 // If no entry is found, a nil object is returned. In this case, the returned
28 // - If index != nil, the index sequence points to an ambiguous entry
43 if t, _ := T.(*Named); t != nil {
44 if p, _ := t.underlying.(*Pointer); p != nil {
47 return nil, nil, false
75 if named != nil {
84 // If typ is not a named type, insert a nil type instead.
85 current := []embeddedType{{named, nil, isPtr, false}}
96 // The very first time only, e.typ may be nil
    [all...]
go11.go 16 return nil
objset.go 20 // Otherwise it inserts obj and returns nil.
23 if alt := (*s)[id]; alt != nil {
26 if *s == nil {
30 return nil
  /prebuilts/go/linux-x86/src/go/types/
lookup.go 25 // If no entry is found, a nil object is returned. In this case, the returned
28 // - If index != nil, the index sequence points to an ambiguous entry
43 if t, _ := T.(*Named); t != nil {
44 if p, _ := t.underlying.(*Pointer); p != nil {
47 return nil, nil, false
75 if named != nil {
84 // If typ is not a named type, insert a nil type instead.
85 current := []embeddedType{{named, nil, isPtr, false}}
96 // The very first time only, e.typ may be nil
    [all...]
  /external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Headers/
ANTLRHashRule.m 61 if ((self = [super initWithLen:HASHSIZE]) != nil) {
62 fNext = nil;
69 if ((self = [super initWithLen:aBuffSize]) != nil) {
70 fNext = nil;
81 if ( self.fNext != nil ) {
102 if ( anElement != nil ) {
120 if ((anElement = ptrBuffer[i]) != nil) {
133 if ( self.fNext != nil ) {
147 if ( np.fNext != nil )
169 if ((aRule = ptrBuffer[anIndex]) == nil) {
    [all...]
  /external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/A/Headers/
ANTLRHashRule.m 61 if ((self = [super initWithLen:HASHSIZE]) != nil) {
62 fNext = nil;
69 if ((self = [super initWithLen:aBuffSize]) != nil) {
70 fNext = nil;
81 if ( self.fNext != nil ) {
102 if ( anElement != nil ) {
120 if ((anElement = ptrBuffer[i]) != nil) {
133 if ( self.fNext != nil ) {
147 if ( np.fNext != nil )
169 if ((aRule = ptrBuffer[anIndex]) == nil) {
    [all...]
  /external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/Current/Headers/
ANTLRHashRule.m 61 if ((self = [super initWithLen:HASHSIZE]) != nil) {
62 fNext = nil;
69 if ((self = [super initWithLen:aBuffSize]) != nil) {
70 fNext = nil;
81 if ( self.fNext != nil ) {
102 if ( anElement != nil ) {
120 if ((anElement = ptrBuffer[i]) != nil) {
133 if ( self.fNext != nil ) {
147 if ( np.fNext != nil )
169 if ((aRule = ptrBuffer[anIndex]) == nil) {
    [all...]
  /external/dbus/test/data/valid-messages/
opposite-endian.message 28 TYPE NIL
  /external/libutf/
utfdef.h 14 #define nil ((void*)0) macro
  /external/skia/src/views/mac/
SkEventNotifier.mm 21 object:nil];
44 userInfo:nil repeats:NO];
55 NSNotification* notification = [NSNotification notificationWithName:SkEventClass object:nil];
59 forModes:nil];
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/preprocessor/seq/
transform.hpp 24 # define BOOST_PP_SEQ_TRANSFORM(op, data, seq) BOOST_PP_SEQ_TAIL(BOOST_PP_TUPLE_ELEM(3, 2, BOOST_PP_SEQ_FOLD_LEFT(BOOST_PP_SEQ_TRANSFORM_O, (op, data, (nil)), seq)))
27 # define BOOST_PP_SEQ_TRANSFORM_I(op, data, seq) BOOST_PP_SEQ_TAIL(BOOST_PP_TUPLE_ELEM(3, 2, BOOST_PP_SEQ_FOLD_LEFT(BOOST_PP_SEQ_TRANSFORM_O, (op, data, (nil)), seq)))
42 # define BOOST_PP_SEQ_TRANSFORM_S(s, op, data, seq) BOOST_PP_SEQ_TAIL(BOOST_PP_TUPLE_ELEM(3, 2, BOOST_PP_SEQ_FOLD_LEFT_ ## s(BOOST_PP_SEQ_TRANSFORM_O, (op, data, (nil)), seq)))
45 # define BOOST_PP_SEQ_TRANSFORM_S_I(s, op, data, seq) BOOST_PP_SEQ_TAIL(BOOST_PP_TUPLE_ELEM(3, 2, BOOST_PP_SEQ_FOLD_LEFT_ ## s(BOOST_PP_SEQ_TRANSFORM_O, (op, data, (nil)), seq)))
  /prebuilts/go/darwin-x86/doc/articles/wiki/
http-sample.go 14 http.ListenAndServe(":8080", nil)
part2.go 26 if err != nil {
27 return nil, err
29 return &Page{Title: title, Body: body}, nil
40 http.ListenAndServe(":8080", nil)
  /prebuilts/go/darwin-x86/doc/progs/
eff_unused2.go 15 if err != nil {
  /prebuilts/go/darwin-x86/misc/cgo/errors/
err3.go 16 x := (*C.bar_t)(nil)
issue8442.go 16 C.issue8442foo(nil)
  /prebuilts/go/darwin-x86/misc/cgo/testcshared/src/libgo2/
libgo2.go 29 if e := syscall.Pipe(p[0:]); e != nil {
34 if e := syscall.Dup2(p[0], fd); e != nil {
40 if n, e := syscall.Write(p[1], []byte(str)); e != nil || n != len(str) {
45 if e := syscall.Close(p[1]); e != nil {
  /prebuilts/go/darwin-x86/src/cmd/gofmt/testdata/
composites.input 102 Piece{0, 0, Point{4, 1}, []Point{Point{0, 0}, Point{1, 0}, Point{1, 0}, Point{1, 0}}, nil, nil},
103 Piece{1, 0, Point{1, 4}, []Point{Point{0, 0}, Point{0, 1}, Point{0, 1}, Point{0, 1}}, nil, nil},
104 Piece{2, 0, Point{4, 1}, []Point{Point{0, 0}, Point{1, 0}, Point{1, 0}, Point{1, 0}}, nil, nil},
105 Piece{3, 0, Point{1, 4}, []Point{Point{0, 0}, Point{0, 1}, Point{0, 1}, Point{0, 1}}, nil, nil},
200 &Piece{0, 0, Point{4, 1}, []Point{Point{0, 0}, Point{1, 0}, Point{1, 0}, Point{1, 0}}, nil, nil},
    [all...]
  /prebuilts/go/darwin-x86/src/database/sql/
example_test.go 18 if err != nil {
24 if err := rows.Scan(&name); err != nil {
29 if err := rows.Err(); err != nil {
41 case err != nil:
  /prebuilts/go/darwin-x86/src/go/printer/
performance_test.go 23 if err := (&Config{TabIndent | UseSpaces, 8, 0}).Fprint(out, fset, file); err != nil {
33 if err != nil {
38 if err != nil {
52 if testfile == nil {

Completed in 221 milliseconds

<<31323334353637383940>>