Searched refs:protocols (Results 51 - 75 of 76) sorted by relevance

1234

/external/clang/tools/libclang/
H A DIndexing.cpp870 return InterInfo->ObjCInterDeclInfo.protocols;
877 return CatInfo->ObjCCatDeclInfo.protocols;
/external/ppp/pppd/
H A Dutils.c497 for (i = 0; (protp = protocols[i]) != NULL; ++i)
507 for (i = 0; (protp = protocols[i]) != NULL; ++i)
H A Dpppd.h425 /* Table of pointers to supported protocols */
426 extern struct protent *protocols[];
H A Dlcp.c571 for (i = 0; (protp = protocols[i]) != NULL; ++i)
1919 * Alert other protocols.
/external/iputils/
H A Dclockdiff.c17 #include <protocols/timed.h>
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.help.base_3.5.2.v201011171123.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.ecf.provider.filetransfer.httpclient_4.0.0.v20100529-0735.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.ecf.provider.filetransfer_3.1.0.v20100529-0735.jar ... .framework.ServiceReference[] refs java.util.Set protocols int i Object protocol String[] ps int j int i ...
H A Dorg.eclipse.osgi_3.6.1.R36x_v20100806.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.osgi_3.6.2.R36x_v20101103.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/apache-harmony/x-net/src/test/impl/java.injected/org/apache/harmony/xnet/provider/jsse/
H A DSSLEngineImplTest.java67 String[] protocols = {"SSLv3", "TLSv1"};
323 + "of supported protocols: " + enabled[i]);
/external/clang/lib/Sema/
H A DSemaDeclObjC.cpp49 // We ignore protocols here. Should we? What about Class?
586 // Check then save referenced protocols.
726 /// Check then save referenced protocols.
735 /// FindProtocolDeclaration - This routine looks up protocols and
1224 // matches what we do with protocols.
1238 /// in cases where protocols are involved.
1275 // implement all of the protocols in B. It may not be a qualified class.
1659 // or in one of their protocols, no need to issue the warning.
1701 // Check on this protocols's referenced protocols, recursivel
2934 search(const ObjCProtocolList &protocols) argument
[all...]
/external/clang/tools/c-index-test/
H A Dc-index-test.c2587 ProtoInfo->protocols[i]->protocol);
2589 PrintCursor(ProtoInfo->protocols[i]->cursor, NULL);
2591 printCXIndexLoc(ProtoInfo->protocols[i]->loc, client_data);
3782 " protocol - only load ObjC protocols (non-PCH)\n"
/external/chromium_org/third_party/JSON/JSON-2.59/blib/lib/
H A DJSON.pm771 (nice for simple line-based protocols), a pure-ASCII format (for when your transport
1021 into UTF-8, as required by many protocols, while the decode method expects to be handled
/external/chromium_org/third_party/JSON/JSON-2.59/lib/
H A DJSON.pm771 (nice for simple line-based protocols), a pure-ASCII format (for when your transport
1021 into UTF-8, as required by many protocols, while the decode method expects to be handled
/external/chromium_org/third_party/JSON/out/lib/perl5/
H A DJSON.pm771 (nice for simple line-based protocols), a pure-ASCII format (for when your transport
1021 into UTF-8, as required by many protocols, while the decode method expects to be handled
/external/iproute2/doc/
H A Dip-cref.tex437 no invariant value and its interpretation depends on the network protocols
1124 from transport protocols to select a working router, so the order
1972 Matching IP protocols and transport ports is also possible,
2582 One approach to propagating the policy from routing protocols
2855 does not try to ``improve'' broken protocols by looking
/external/chromium_org/ppapi/native_client/src/untrusted/pnacl_irt_shim/
H A Dpnacl_shim.c1389 static int32_t Pnacl_M18_PPB_WebSocket_Connect(PP_Resource web_socket, struct PP_Var* url, const struct PP_Var protocols[], uint32_t protocol_count, struct PP_CompletionCallback* callback) { argument
1391 return iface->Connect(web_socket, *url, protocols, protocol_count, *callback);
4217 .Connect = (int32_t (*)(PP_Resource web_socket, struct PP_Var url, const struct PP_Var protocols[], uint32_t protocol_count, struct PP_CompletionCallback callback))&Pnacl_M18_PPB_WebSocket_Connect,
/external/wpa_supplicant_8/hostapd/src/drivers/
H A Ddriver_nl80211.c3134 u32 protocols; local
3139 protocols = nla_get_u32(tb);
3143 capa->probe_resp_offloads = probe_resp_offload_support(protocols);
/external/wpa_supplicant_8/src/drivers/
H A Ddriver_nl80211.c3134 u32 protocols; local
3139 protocols = nla_get_u32(tb);
3143 capa->probe_resp_offloads = probe_resp_offload_support(protocols);
/external/wpa_supplicant_8/wpa_supplicant/src/drivers/
H A Ddriver_nl80211.c3134 u32 protocols; local
3139 protocols = nla_get_u32(tb);
3143 capa->probe_resp_offloads = probe_resp_offload_support(protocols);
/external/chromium_org/third_party/JSON/JSON-2.59/blib/lib/JSON/
H A DbackportPP.pm1877 into UTF-8, as required by many protocols, while the decode method expects to be handled
/external/chromium_org/third_party/JSON/JSON-2.59/lib/JSON/
H A DbackportPP.pm1877 into UTF-8, as required by many protocols, while the decode method expects to be handled
/external/chromium_org/third_party/JSON/out/lib/perl5/JSON/
H A DbackportPP.pm1877 into UTF-8, as required by many protocols, while the decode method expects to be handled
/external/clang/include/clang/AST/
H A DType.h1270 /// NumProtocols - The number of protocols stored directly on this
4226 /// list of protocols.
4235 /// with base C and no protocols.
4241 /// and no protocols.
4247 // ObjCObjectType.NumProtocols - the number of protocols stored
4250 // These protocols are those written directly on the type. If
4315 /// getNumProtocols - Return the number of qualifying protocols in this
4353 ObjCProtocolDecl *const *protocols,
4397 // class. People asking for protocols on an ObjCInterfaceType are
4399 // guaranteed to have no protocols
[all...]

Completed in 1259 milliseconds

1234