HomeSort by relevance Sort by last modified time
    Searched refs:clientContext (Results 1 - 8 of 8) sorted by null

  /external/chromium_org/content/public/android/java/src/org/chromium/content/browser/
ChildProcessLauncher.java 337 * @param clientContext Arbitrary parameter used by the client to distinguish this connection.
347 long clientContext) {
355 assert clientContext != 0;
379 nativeOnChildProcessStarted(clientContext, 0);
389 callbackType, clientContext);
400 final long clientContext) {
405 Log.d(TAG, "on connect callback, pid=" + pid + " context=" + clientContext);
413 if (clientContext != 0) { // Will be 0 in Java instrumentation tests.
414 nativeOnChildProcessStarted(clientContext, pid);
555 private static native void nativeOnChildProcessStarted(long clientContext, int pid)
    [all...]
  /external/mdnsresponder/mDNSCore/
uDNS.c 385 // Caution: Only zero AutoTunnelHostRecord.namestorage and AutoTunnelNAT.clientContext AFTER we've determined that this is a NEW DomainAuthInfo
393 info->AutoTunnelNAT.clientContext = mDNSNULL;
    [all...]
mDNS.c     [all...]
mDNSEmbeddedAPI.h     [all...]
  /cts/tests/tests/keystore/src/android/keystore/cts/
AndroidKeyPairGeneratorTest.java 489 SSLContext clientContext = TestSSLContext.createSSLContext("TLS",
503 SSLSocket client = (SSLSocket) clientContext.getSocketFactory().createSocket(host, port);
  /external/conscrypt/src/test/java/org/conscrypt/
NativeCryptoTest.java     [all...]
  /external/chromium_org/net/third_party/nss/ssl/
ssl3con.c     [all...]
  /external/mdnsresponder/mDNSShared/
uds_daemon.c     [all...]

Completed in 3955 milliseconds