HomeSort by relevance Sort by last modified time
    Searched defs:CLIENT (Results 1 - 11 of 11) sorted by null

  /external/chromium_org/net/quic/crypto/
crypto_utils.h 29 CLIENT,
  /external/chromium/chrome/browser/sync/glue/
extension_data.h 9 // ExtensionData is the class used to manage the client and server
21 CLIENT,
  /external/chromium_org/chrome/browser/extensions/api/socket/
tcp_socket.h 86 CLIENT,
  /external/chromium_org/chromeos/dbus/
bluetooth_profile_manager_client.h 28 // usually used unless the profile requires you specify as a CLIENT or as a
32 CLIENT,
  /external/chromium_org/remoting/protocol/
fake_authenticator.h 52 CLIENT,
  /libcore/luni/src/test/java/tests/api/javax/net/ssl/
X509KeyManagerTest.java 24 private static final String CLIENT = "CLIENT";
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/rpc/
clnt.h 32 * clnt.h - Client side remote procedure call interface.
128 * Client rpc handle.
130 * Client is responsible for initializing auth, see e.g. auth_none.c.
132 typedef struct CLIENT CLIENT;
133 struct CLIENT {
136 enum clnt_stat (*cl_call) (CLIENT *, u_long, xdrproc_t, caddr_t, xdrproc_t,
140 void (*cl_geterr) (CLIENT *, struct rpc_err *);
142 bool_t (*cl_freeres) (CLIENT *, xdrproc_t, caddr_t);
144 void (*cl_destroy) (CLIENT *); /* destroy this structure *
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/rpc/
clnt.h 32 * clnt.h - Client side remote procedure call interface.
128 * Client rpc handle.
130 * Client is responsible for initializing auth, see e.g. auth_none.c.
132 typedef struct CLIENT CLIENT;
133 struct CLIENT {
136 enum clnt_stat (*cl_call) (CLIENT *, u_long, xdrproc_t, caddr_t, xdrproc_t,
140 void (*cl_geterr) (CLIENT *, struct rpc_err *);
142 bool_t (*cl_freeres) (CLIENT *, xdrproc_t, caddr_t);
144 void (*cl_destroy) (CLIENT *); /* destroy this structure *
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/rpc/
clnt.h 32 * clnt.h - Client side remote procedure call interface.
128 * Client rpc handle.
130 * Client is responsible for initializing auth, see e.g. auth_none.c.
132 typedef struct CLIENT CLIENT;
133 struct CLIENT {
136 enum clnt_stat (*cl_call) (CLIENT *, u_long, xdrproc_t, caddr_t, xdrproc_t,
140 void (*cl_geterr) (CLIENT *, struct rpc_err *);
142 bool_t (*cl_freeres) (CLIENT *, xdrproc_t, caddr_t);
144 void (*cl_destroy) (CLIENT *); /* destroy this structure *
    [all...]
  /external/chromium_org/remoting/webapp/
ui_mode.js 31 CLIENT: 'home.client',
32 CLIENT_UNCONNECTED: 'home.client.unconnected',
33 CLIENT_PIN_PROMPT: 'home.client.pin-prompt',
34 CLIENT_THIRD_PARTY_AUTH: 'home.client.third-party-auth',
35 CLIENT_CONNECTING: 'home.client.connecting',
36 CLIENT_CONNECT_FAILED_IT2ME: 'home.client.connect-failed.it2me',
37 CLIENT_CONNECT_FAILED_ME2ME: 'home.client.connect-failed.me2me',
38 CLIENT_SESSION_FINISHED_IT2ME: 'home.client.session-finished.it2me',
39 CLIENT_SESSION_FINISHED_ME2ME: 'home.client.session-finished.me2me'
    [all...]
  /libcore/support/src/test/java/libcore/java/security/
TestKeyStore.java 83 private static TestKeyStore CLIENT;
163 CLIENT = new TestKeyStore(createClient(INTERMEDIATE_CA.keyStore), null, null);
165 .aliasPrefix("client")
208 return CLIENT;
212 * Return a client keystore with a matched RSA certificate and
799 * Create a client key store that only contains self-signed certificates but no private keys
    [all...]

Completed in 570 milliseconds