Searched
refs:interface (Results
326 -
350 of
4065) sorted by null
<<11121314151617181920>>
/system/netd/server/ |
PhysicalNetwork.h | 50 int addInterface(const std::string& interface) override WARN_UNUSED_RESULT; 51 int removeInterface(const std::string& interface) override WARN_UNUSED_RESULT; 53 void invalidateRouteCache(const std::string& interface);
|
/art/test/973-default-multidex/smali-multidex/ |
iface.smali | 17 .class public abstract interface LIface; 20 # public interface Iface { 30 invoke-interface {p0}, LIface;->getString()Ljava/lang/String; 32 invoke-interface {p0}, LIface;->getString()Ljava/lang/String;
|
/hardware/qcom/display/msm8909/sdm/libs/core/ |
core_interface.cpp | 54 // TODO(user): Have a single structure handle carries all the interface pointers. 58 CoreInterface **interface, uint32_t client_version) { 60 interface, client_version); 67 CoreInterface **interface, uint32_t client_version) { 70 if (!debug_handler || !buffer_allocator || !buffer_sync_handler || !interface) { 109 *interface = core_impl; 110 DLOGI("Open interface handle = %p", *interface);
|
/hardware/qcom/display/msm8909w_3100/sdm/libs/core/ |
core_interface.cpp | 54 // TODO(user): Have a single structure handle carries all the interface pointers. 58 CoreInterface **interface, uint32_t client_version) { 60 interface, client_version); 67 CoreInterface **interface, uint32_t client_version) { 70 if (!debug_handler || !buffer_allocator || !buffer_sync_handler || !interface) { 109 *interface = core_impl; 110 DLOGI("Open interface handle = %p", *interface);
|
/hardware/qcom/display/msm8998/sdm/libs/core/ |
core_interface.cpp | 54 // TODO(user): Have a single structure handle carries all the interface pointers. 58 CoreInterface **interface, uint32_t client_version) { 60 interface, client_version); 67 CoreInterface **interface, uint32_t client_version) { 70 if (!debug_handler || !buffer_allocator || !buffer_sync_handler || !interface) { 109 *interface = core_impl; 110 DLOGI("Open interface handle = %p", *interface);
|
/prebuilts/go/darwin-x86/test/fixedbugs/ |
bug099.go | 9 // Interface 10 type I interface { F() int } 12 // Implements interface 24 // Uses interface method.
|
bug141.go | 14 type Empty interface { 17 type Getter interface { 23 default: println("failed to match interface", x); os.Exit(1);
|
bug494.go | 9 // different interface types. 25 type i1 interface { 30 type i2 interface {
|
issue19679.go | 13 var i interface{} 21 var i interface{} 31 var i interface{}
|
issue20415.go | 14 var f interface{} // ERROR "previous declaration at issue20415.go:12" 25 var g interface{} // ERROR "previous declaration at issue20415.go:20" 33 var h interface{} // ERROR "previous declaration at issue20415.go:31"
|
/prebuilts/go/darwin-x86/test/interface/ |
fail.go | 7 // Test that interface conversion fails when method is missing. 11 type I interface { 22 var e interface{}
|
noeq.go | 7 // Test run-time error detection for interface values containing types 25 func cmp(x interface{}) bool { 29 func noCmp(x interface{}) {
|
/prebuilts/go/linux-x86/test/fixedbugs/ |
bug099.go | 9 // Interface 10 type I interface { F() int } 12 // Implements interface 24 // Uses interface method.
|
bug141.go | 14 type Empty interface { 17 type Getter interface { 23 default: println("failed to match interface", x); os.Exit(1);
|
bug494.go | 9 // different interface types. 25 type i1 interface { 30 type i2 interface {
|
issue19679.go | 13 var i interface{} 21 var i interface{} 31 var i interface{}
|
issue20415.go | 14 var f interface{} // ERROR "previous declaration at issue20415.go:12" 25 var g interface{} // ERROR "previous declaration at issue20415.go:20" 33 var h interface{} // ERROR "previous declaration at issue20415.go:31"
|
/prebuilts/go/linux-x86/test/interface/ |
fail.go | 7 // Test that interface conversion fails when method is missing. 11 type I interface { 22 var e interface{}
|
noeq.go | 7 // Test run-time error detection for interface values containing types 25 func cmp(x interface{}) bool { 29 func noCmp(x interface{}) {
|
/art/test/121-modifiers/smali/ |
A$C.smali | 17 .class public interface abstract LA$C;
|
/art/test/972-iface-super-multidex/smali-multidex/ |
oneconflict.smali | 17 .class public abstract interface LOneConflict; 20 # public interface OneConflict {
|
superinterface.smali | 17 .class public abstract interface LSuperInterface; 20 # public interface SuperInterface {
|
twoconflict.smali | 17 .class public abstract interface LTwoConflict; 20 # public interface TwoConflict {
|
/device/google/cuttlefish_common/common/libs/net/ |
network_interface_manager.h | 27 // Network interface manager class. 39 // Open existing network interface. 45 // Apply changes made to existing network interface. 47 bool ApplyChanges(const NetworkInterface& interface); 62 bool BuildRequest(NetlinkRequest* request, const NetworkInterface& interface);
|
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Headers/ |
ANTLRRuleReturnScope.h | 35 @interface ANTLRRuleReturnScope : NSObject <NSCopying> {
|
Completed in 552 milliseconds
<<11121314151617181920>>