/prebuilts/go/linux-x86/test/fixedbugs/ |
issue23545.go | 22 func dummyID(x int) [Size]interface{} { 23 var out [Size]interface{} 30 type OutputID [Size]interface{}
|
issue4518.go | 14 func F(e interface{}) (int, int) { 23 func bogus1(d interface{}) (int, int) { 39 func bogus3(d interface{}) (int, int) {
|
/prebuilts/go/linux-x86/test/interface/ |
returntype.go | 7 // Test interface methods with different return types are distinct. 17 type I1 interface { Name() int8 } 18 type I2 interface { Name() int64 }
|
/prebuilts/go/linux-x86/test/ken/ |
interfun.go | 15 type I1 interface { 19 type I2 interface { 49 // call interface
|
/system/hwservicemanager/ |
AccessControl.cpp | 77 bool AccessControl::checkPermission(const Context &context, pid_t sourceAuditPid, const char *targetContext, const char *perm, const char *interface) { 86 ad.interfaceName = interface; 94 bool AccessControl::checkPermission(const Context &context, pid_t sourceAuditPid, const char *perm, const char *interface) { 99 if (selabel_lookup(mSeHandle, &targetContext, interface, 0) != 0) { 100 ALOGE("No match for interface %s in hwservice_contexts", interface); 104 allowed = checkPermission(context, sourceAuditPid, targetContext, perm, interface); 119 snprintf(buf, len, "interface=%s pid=%d", ad->interfaceName, ad->pid);
|
/system/libvintf/ |
ManifestHal.cpp | 54 bool cont = intf.forEachInstance([&](const auto& interface, const auto& instance, 58 if (fqInstance.setTo(getName(), v.majorVer, v.minorVer, interface, instance)) { 110 if (error) *error = "Should specify interface: \"" + fqInstance.string() + "\""; 132 "', version='" + to_string(Version(e.getVersion())) + "', interface='" + 143 void ManifestHal::insertLegacyInstance(const std::string& interface, const std::string& instance) { 144 auto it = interfaces.find(interface); 146 it = interfaces.emplace(interface, HalInterface{interface, {}}).first;
|
/system/tools/hidl/utils/ |
FqInstance.cpp | 95 const std::string& interface, const std::string& instance) { 97 ss << package << "@" << majorVer << "." << minorVer << "::" << interface << INSTANCE_SEP 102 bool FqInstance::setTo(size_t majorVer, size_t minorVer, const std::string& interface, 104 return setTo("", majorVer, minorVer, interface, instance); 107 bool FqInstance::setTo(const std::string& interface, const std::string& instance) { 108 return setTo(interface + INSTANCE_SEP + instance);
|
/prebuilts/go/darwin-x86/src/encoding/json/ |
stream_test.go | 22 var streamTest = []interface{}{ 28 []interface{}{"a", "b", "c"}, 29 map[string]interface{}{"?": "Kelvin", "ß": "long s"}, 98 v interface{} 139 out := make([]interface{}, i) 253 var val interface{} 282 expTokens []interface{} 286 v interface{} 291 {json: `10`, expTokens: []interface{}{float64(10)}}, 292 {json: ` [10] `, expTokens: []interface{}{ [all...] |
/prebuilts/go/linux-x86/src/encoding/json/ |
stream_test.go | 22 var streamTest = []interface{}{ 28 []interface{}{"a", "b", "c"}, 29 map[string]interface{}{"?": "Kelvin", "ß": "long s"}, 98 v interface{} 139 out := make([]interface{}, i) 253 var val interface{} 282 expTokens []interface{} 286 v interface{} 291 {json: `10`, expTokens: []interface{}{float64(10)}}, 292 {json: ` [10] `, expTokens: []interface{}{ [all...] |
/external/dhcpcd-6.8.2/ |
ipv6.h | 96 struct interface *iface; 109 struct interface *delegating_iface; 141 const struct interface *iface; 219 const struct interface *ifp, int *dad_counter); 220 int ipv6_makeaddr(struct in6_addr *, const struct interface *, 231 const struct interface *); 237 const struct ipv6_addr *ipv6_iffindaddr(const struct interface *, 242 int ipv6_addlinklocalcallback(struct interface *, void (*)(void *), void *); 244 void ipv6_freedrop(struct interface *, int); 249 void ipv6_gentempifid(struct interface *); [all...] |
/external/syslinux/gpxe/src/util/ |
hijack.c | 44 char interface[IF_NAMESIZE]; member in struct:hijack_options 102 static int hijack_open ( const char *interface, struct hijack *hijack ) { 105 /* Open interface via pcap */ 107 hijack->pcap = pcap_open_live ( interface, SNAPLEN, 1, 0, errbuf ); 110 interface, errbuf ); 116 /* Set capture interface to non-blocking mode */ 119 interface, errbuf ); 127 "for %s\n", interface ); 297 static int run_hijacker ( const char *interface, int fd ) { 303 logmsg ( LOG_INFO, "new connection for %s\n", interface ); [all...] |
/device/generic/goldfish/wifi/ipv6proxy/ |
Android.mk | 7 interface.cpp \
|
/external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/scopes/output1/ |
SymbolTableParser.h | 26 @interface Symbols_Scope : ANTLRSymbolsScope { /* globalAttributeScopeDecl */ 47 @interface SymbolTableParser : ANTLRParser { // line 529
|
/external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/treeparser/ |
LangDumpDecl.h | 41 @interface LangDumpDecl_declarator_return :ANTLRTreeRuleReturnScope { /* returnScopeInterface line 1838 */ 48 @end /* end of returnScopeInterface interface */ 53 /* Interface grammar class */ 54 @interface LangDumpDecl : ANTLRTreeParser { /* line 572 */ 88 @end /* end of LangDumpDecl interface */
|
/external/antlr/antlr-3.4/runtime/ObjC/Framework/test/runtime/tree/ |
ANTLRCommonTreeTest.h | 12 @interface ANTLRCommonTreeTest : SenTestCase
|
/external/clang/test/Analysis/Inputs/ |
system-header-simulator-for-malloc.h | 18 @interface Wrapper : NSData 28 @interface CustomData : NSData
|
/external/clang/test/Modules/Inputs/ |
redecl-merge-left.h | 7 @interface B 87 @interface DeclaredThenLoaded
|
/external/deqp/external/openglcts/modules/glesext/geometry_shader/ |
esextcGeometryShaderProgramResource.hpp | 64 bool checkIfResourceAtIndexIsReferenced(glw::GLuint program_object_id, glw::GLenum interface, 67 bool checkIfResourceIsReferenced(glw::GLuint program_object_id, glw::GLenum interface, const char* name) const;
|
/external/google-tv-pairing-protocol/cpp/src/polo/wire/ |
polowireadapter.h | 30 // Creates a new adapter on the given interface. The interface should only 33 // @param interface the interface used to send and receive data 34 explicit PoloWireAdapter(PoloWireInterface* interface); 41 // Gets the next message from the interface asynchronously. The listener 79 // Gets the Polo wire interface used to send and receive data. 80 PoloWireInterface* interface() { return interface_; } function in class:polo::wire::PoloWireAdapter
|
/external/proguard/examples/dictionaries/ |
keywords.txt | 53 interface
|
/external/protobuf/objectivec/ |
GPBUnknownFieldSet.h | 38 @interface GPBUnknownFieldSet : NSObject<NSCopying>
|
/external/protobuf/objectivec/google/protobuf/ |
Any.pbobjc.h | 29 @interface GPBAnyRoot : GPBRootObject 98 @interface GPBAny : GPBMessage
|
Duration.pbobjc.h | 29 @interface GPBDurationRoot : GPBRootObject 79 @interface GPBDuration : GPBMessage
|
FieldMask.pbobjc.h | 29 @interface GPBFieldMaskRoot : GPBRootObject 187 @interface GPBFieldMask : GPBMessage
|
SourceContext.pbobjc.h | 29 @interface GPBSourceContextRoot : GPBRootObject 40 @interface GPBSourceContext : GPBMessage
|