/prebuilts/maven_repo/android/android/arch/persistence/room/common/1.0.0-alpha10/ |
common-1.0.0-alpha10.jar | |
/prebuilts/go/darwin-x86/src/go/types/ |
ordering.go | 18 // by dependencies on embedded interfaces that are also declared 33 // determine dependencies on embedded interfaces 36 // Embedded interface: The type must be a (possibly 41 embedded := check.pkg.scope.Lookup(ident.Name) 42 if check.interfaceFor(embedded) != nil { 43 check.objMap[obj].addDep(embedded)
|
type.go | 243 embeddeds []*Named // ordered list of explicitly embedded types 245 allMethods []*Func // ordered list of methods declared with or embedded in this interface (TODO(gri): replace with mset) 248 // NewInterface returns a new interface for the given methods and embedded types. 280 // NumEmbeddeds returns the number of embedded types in interface t. 283 // Embedded returns the i'th embedded type of interface t for 0 <= i < t.NumEmbeddeds(). 285 func (t *Interface) Embedded(i int) *Named { return t.embeddeds[i] } 298 // NewInterface after the interface's embedded types are fully defined and
|
methodset.go | 97 var next []embeddedType // embedded types found at current depth 132 // Embedded fields are always of the form T or *T where 137 // Ignore embedded basic types - only user-defined
|
lookup.go | 15 // The last index entry is the field or method index in the (possibly embedded) 92 var next []embeddedType // embedded types found at current depth 132 // look for a matching field and collect embedded types 144 // Collect embedded struct fields for searching the next 149 // Embedded fields are always of the form T or *T where 154 // Ignore embedded basic types - only user-defined 196 // embeddedType represents an embedded named type 199 index []int // embedded field indices, starting with index at depth 0
|
/prebuilts/go/linux-x86/src/go/types/ |
ordering.go | 18 // by dependencies on embedded interfaces that are also declared 33 // determine dependencies on embedded interfaces 36 // Embedded interface: The type must be a (possibly 41 embedded := check.pkg.scope.Lookup(ident.Name) 42 if check.interfaceFor(embedded) != nil { 43 check.objMap[obj].addDep(embedded)
|
type.go | 243 embeddeds []*Named // ordered list of explicitly embedded types 245 allMethods []*Func // ordered list of methods declared with or embedded in this interface (TODO(gri): replace with mset) 248 // NewInterface returns a new interface for the given methods and embedded types. 280 // NumEmbeddeds returns the number of embedded types in interface t. 283 // Embedded returns the i'th embedded type of interface t for 0 <= i < t.NumEmbeddeds(). 285 func (t *Interface) Embedded(i int) *Named { return t.embeddeds[i] } 298 // NewInterface after the interface's embedded types are fully defined and
|
methodset.go | 97 var next []embeddedType // embedded types found at current depth 132 // Embedded fields are always of the form T or *T where 137 // Ignore embedded basic types - only user-defined
|
lookup.go | 15 // The last index entry is the field or method index in the (possibly embedded) 92 var next []embeddedType // embedded types found at current depth 132 // look for a matching field and collect embedded types 144 // Collect embedded struct fields for searching the next 149 // Embedded fields are always of the form T or *T where 154 // Ignore embedded basic types - only user-defined 196 // embeddedType represents an embedded named type 199 index []int // embedded field indices, starting with index at depth 0
|
/prebuilts/go/darwin-x86/src/cmd/compile/internal/gc/ |
dcl.go | 715 yyerror("embedded type cannot be a pointer to interface") 720 yyerror("embedded type cannot be a pointer") 743 if n.Embedded != 0 { 766 f.Embedded = n.Embedded 892 f.Embedded = n.Embedded 899 if n.Embedded != 0 { 913 yyerror("interface contains embedded non-interface %v", n.Type) 947 // embedded interface, inline method 974 func embedded(s *Sym, pkg *Pkg) *Node { func [all...] |
type.go | 185 Embedlineno int32 // first use of this type as an embedded type 302 Embedded uint8 // embedded field 1017 if t1.Embedded != x1.Embedded { 1018 return cmpForNe(t1.Embedded < x1.Embedded)
|
subr.go | 661 if t1.Sym != t2.Sym || t1.Embedded != t2.Embedded || !eqtype1(t1.Type, t2.Type, cmpTags, assumedEqual) || cmpTags && t1.Note != t2.Note { 1366 // Code to resolve elided DOTs in embedded types. 1368 // A Dlist stores a pointer to a TFIELD Type embedded within 1374 // dotlist is used by adddot1 to record the path of embedded fields 1403 if f.Embedded == 0 && (f.Sym == s || (ignorecase && strings.EqualFold(f.Sym.Name, s.Name))) { 1417 // and dotlist will contain the path of embedded fields traversed to find it, 1419 // embedded fields at depth d, so callers can decide whether to retry at 1432 // below for embedded fields. 1448 if f.Embedded == 0 || f.Sym == nil [all...] |
fmt.go | 352 if n.Embedded != 0 { 353 fmt.Fprintf(s, " embedded(%d)", n.Embedded) [all...] |
reflect.go | 328 // this is not an embedded pointer inside a struct, 335 if this.IsPtr() && !t.IsPtr() && f.Embedded != 2 && !isifacemethod(f.Type) { 499 if ft.Sym != nil && ft.Embedded == 0 { 514 if ft.Sym != nil && ft.Embedded == 0 { 1329 if f.Embedded != 0 { [all...] |
/prebuilts/go/linux-x86/src/cmd/compile/internal/gc/ |
dcl.go | 715 yyerror("embedded type cannot be a pointer to interface") 720 yyerror("embedded type cannot be a pointer") 743 if n.Embedded != 0 { 766 f.Embedded = n.Embedded 892 f.Embedded = n.Embedded 899 if n.Embedded != 0 { 913 yyerror("interface contains embedded non-interface %v", n.Type) 947 // embedded interface, inline method 974 func embedded(s *Sym, pkg *Pkg) *Node { func [all...] |
type.go | 185 Embedlineno int32 // first use of this type as an embedded type 302 Embedded uint8 // embedded field 1017 if t1.Embedded != x1.Embedded { 1018 return cmpForNe(t1.Embedded < x1.Embedded)
|
subr.go | 661 if t1.Sym != t2.Sym || t1.Embedded != t2.Embedded || !eqtype1(t1.Type, t2.Type, cmpTags, assumedEqual) || cmpTags && t1.Note != t2.Note { 1366 // Code to resolve elided DOTs in embedded types. 1368 // A Dlist stores a pointer to a TFIELD Type embedded within 1374 // dotlist is used by adddot1 to record the path of embedded fields 1403 if f.Embedded == 0 && (f.Sym == s || (ignorecase && strings.EqualFold(f.Sym.Name, s.Name))) { 1417 // and dotlist will contain the path of embedded fields traversed to find it, 1419 // embedded fields at depth d, so callers can decide whether to retry at 1432 // below for embedded fields. 1448 if f.Embedded == 0 || f.Sym == nil [all...] |
fmt.go | 352 if n.Embedded != 0 { 353 fmt.Fprintf(s, " embedded(%d)", n.Embedded) [all...] |
reflect.go | 328 // this is not an embedded pointer inside a struct, 335 if this.IsPtr() && !t.IsPtr() && f.Embedded != 2 && !isifacemethod(f.Type) { 499 if ft.Sym != nil && ft.Embedded == 0 { 514 if ft.Sym != nil && ft.Embedded == 0 { 1329 if f.Embedded != 0 { [all...] |
/prebuilts/go/darwin-x86/src/cmd/vet/ |
structtag.go | 95 // Embedded struct. Nothing to do for now, but that
|
/prebuilts/go/linux-x86/src/cmd/vet/ |
structtag.go | 95 // Embedded struct. Nothing to do for now, but that
|
/external/guice/extensions/persist/lib/ |
ejb3-persistence.jar | |
/external/dtc/Documentation/ |
dtc-paper.tex | 43 embedded machine. To do this, we supply the kernel with a compact 83 Embedded systems, by contrast, usually have a minimal firmware that 86 meant that the various 32-bit \ppc embedded ports have required a 93 kernel image that supports multiple embedded machines. 125 before invoking the new kernel. For embedded systems the blob can 126 come either from the embedded bootloader, or from a specialised 147 \item \emph{compact}: embedded systems are frequently short of 269 bindings for many modern buses and devices. In particular, embedded 375 by walking the OF maintained tree. However, for embedded systems, the 378 Embedded bootloaders are generally built for a particular board. So [all...] |
/external/fec/ |
config.guess | 762 i*86:BSD/386:*:* | i*86:BSD/OS:*:* | *:Ascend\ Embedded/OS:*:*) [all...] |
/external/icu/icu4c/source/ |
config.guess | 802 i*86:BSD/386:*:* | i*86:BSD/OS:*:* | *:Ascend\ Embedded/OS:*:*) [all...] |