HomeSort by relevance Sort by last modified time
    Searched refs:interface (Results 626 - 650 of 4065) sorted by null

<<21222324252627282930>>

  /prebuilts/go/linux-x86/test/fixedbugs/gcc67968.dir/
b.go 9 func F() (interface{}) {
  /prebuilts/go/linux-x86/test/fixedbugs/issue10700.dir/
other.go 7 type Exported interface {
  /prebuilts/go/linux-x86/test/fixedbugs/
issue15602.go 9 func f(i interface{}) {
issue17111.go 15 e interface{} = x
issue17710.go 11 func f(x interface{}) {
  /prebuilts/go/linux-x86/test/fixedbugs/issue19764.dir/
a.go 10 type I interface { M() }
  /prebuilts/go/linux-x86/test/fixedbugs/issue20682.dir/
q.go 11 func (T) M() interface{} {
  /prebuilts/go/linux-x86/test/fixedbugs/issue21120.dir/
a.go 11 func V() interface{} {
  /prebuilts/go/linux-x86/test/fixedbugs/issue5259.dir/
bug.go 11 type X interface {
  /prebuilts/go/linux-x86/test/fixedbugs/issue6295.dir/
p0.go 7 type T0 interface {
  /prebuilts/go/linux-x86/test/interface/
embed1.go 7 // Test that embedded interface types can have local methods.
receiver.go 31 type V interface {
34 type P interface {
68 var i interface{} = t
91 var j interface{} = s
  /prebuilts/go/linux-x86/test/
method7.go 14 type I interface {
37 f := interface{ m1(string) }.m1
41 interface{ m1(string) }.m1(S{}, "c")
45 interface{ m1(string) }.m1(x, "d")
typeswitch2.go 14 func whatis(x interface{}) string {
24 case interface {
29 case interface { // ERROR "duplicate"
39 func notused(x interface{}) {
typeswitch3.go 17 type I interface {
28 // Issue 2700: if the case type is an interface, nothing is impossible
45 switch i.(type) { // ERROR "cannot type switch on non-interface value"
54 switch s.(type) { // ERROR "cannot type switch on non-interface value"
  /prebuilts/tools/common/proguard/proguard4.7/examples/dictionaries/
keywords.txt 53 interface
  /system/hwservicemanager/
AccessControl.h 21 bool checkPermission(const Context &context, pid_t sourceAuditPid, const char *targetContext, const char *perm, const char *interface);
22 bool checkPermission(const Context &context, pid_t sourcePid, const char *perm, const char *interface);
  /system/netd/server/
VirtualNetwork.h 51 int addInterface(const std::string& interface) override WARN_UNUSED_RESULT;
52 int removeInterface(const std::string& interface) override WARN_UNUSED_RESULT;
  /external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Headers/
ANTLRDebugTreeAdaptor.h 32 @interface ANTLRDebugTreeAdaptor : ANTLRBaseTreeAdaptor {
ANTLRMismatchedSetException.h 31 @interface ANTLRMismatchedSetException : ANTLRRecognitionException {
ANTLRMismatchedTreeNodeException.h 32 @interface ANTLRMismatchedTreeNodeException : ANTLRRecognitionException {
ANTLRNoViableAltException.h 31 @interface ANTLRNoViableAltException : ANTLRRecognitionException {
ANTLRTreeVisitor.h 36 @interface ANTLRTreeVisitor : NSObject {
ANTLRUnwantedTokenException.h 35 @interface ANTLRUnwantedTokenException : ANTLRMismatchedTokenException {
  /external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/A/Headers/
ANTLRDebugTreeAdaptor.h 32 @interface ANTLRDebugTreeAdaptor : ANTLRBaseTreeAdaptor {

Completed in 861 milliseconds

<<21222324252627282930>>