HomeSort by relevance Sort by last modified time
    Searched refs:establish (Results 1 - 25 of 42) sorted by null

1 2

  /external/curl/docs/cmdline-opts/
connect-to.d 11 establish the network connection. It does NOT affect the hostname/port that is
  /cts/tests/tests/net/src/android/net/cts/
VpnServiceTest.java 52 descriptor = mVpnService.new Builder().addAddress("8.8.8.8", 30).establish();
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/managedprovisioning/
VpnTestActivity.java 86 // some custom component doesn't do that, try to establish the connection anyway
105 descriptor = service.new Builder().addAddress("8.8.8.8", 30).establish();
  /libcore/ojluni/src/main/java/java/text/
CalendarBuilder.java 103 Calendar establish(Calendar cal) { method in class:CalendarBuilder
SimpleDateFormat.java     [all...]
  /build/make/core/
pdk_fusion_modules.mk 39 # Use a touch rule to establish the dependency.
  /cts/hostsidetests/net/app/src/com/android/cts/net/hostside/
MyVpnService.java 126 mFd = builder.establish();
  /external/iw/
connect.c 108 conn_argv[2] = "establish";
147 HIDDEN(connect, establish, "", NL80211_CMD_CONNECT, 0, CIB_NETDEV, iw_conn);
  /frameworks/base/services/backup/java/com/android/server/backup/fullbackup/
FullBackupObbConnection.java 60 public void establish() { method in class:FullBackupObbConnection
PerformAdbBackupTask.java 236 obbConnection.establish(); // we'll want this later
  /prebuilts/go/darwin-x86/src/vendor/golang_org/x/net/proxy/
proxy.go 16 // A Dialer is a means to establish a connection.
  /prebuilts/go/linux-x86/src/vendor/golang_org/x/net/proxy/
proxy.go 16 // A Dialer is a means to establish a connection.
  /prebuilts/go/darwin-x86/src/container/heap/
example_pq_test.go 69 // establish the priority queue (heap) invariants.
  /prebuilts/go/linux-x86/src/container/heap/
example_pq_test.go 69 // establish the priority queue (heap) invariants.
  /cts/apps/VpnApp/src/com/android/cts/vpnfirewall/
ReflectorVpnService.java 188 mFd = builder.establish();
190 Log.e(TAG, "Unable to establish file descriptor for VPN connection");
  /development/samples/ToyVpn/src/com/example/android/toyvpn/
ToyVpnConnection.java 316 .establish();
  /frameworks/base/core/java/android/net/
VpnService.java 80 * {@link Builder#establish}. The former deals with user action and stops
93 * interface by calling {@link Builder#establish}.</li>
171 * Prepare to establish a VPN connection. This method returns {@code null}
488 * calling {@link #establish}.
733 * By default, the file descriptor returned by {@link #establish} is non-blocking.
801 public ParcelFileDescriptor establish() { method in class:VpnService.Builder
    [all...]
  /prebuilts/go/darwin-x86/src/runtime/
race.go 28 // RaceAcquire/RaceRelease/RaceReleaseMerge establish happens-before relations
  /prebuilts/go/linux-x86/src/runtime/
race.go 28 // RaceAcquire/RaceRelease/RaceReleaseMerge establish happens-before relations
  /frameworks/base/services/backup/java/com/android/server/backup/restore/
PerformAdbRestoreTask.java 173 mObbConnection.establish();
    [all...]
  /external/ImageMagick/www/api/
quantize.php 110 <dd> First, the assignment phase makes one pass over the pruned color description tree to establish the image's color map. For each node with n2 &gt; 0, it divides Sr, Sg, and Sb by n2 . This produces the mean color of all pixels that classify no lower than this node. Each of these colors becomes an entry in the color map. </dd>
  /prebuilts/go/darwin-x86/src/net/
dial.go 530 // dialSingle attempts to establish and returns a single connection to
  /prebuilts/go/linux-x86/src/net/
dial.go 530 // dialSingle attempts to establish and returns a single connection to
  /external/devlib/devlib/
target.py     [all...]
  /frameworks/base/services/core/java/com/android/server/connectivity/
Vpn.java 590 // until after establish(), so if it's mid-setup onStartCommand will be sent twice,
1003 public synchronized ParcelFileDescriptor establish(VpnConfig config) { method in class:Vpn
    [all...]

Completed in 1853 milliseconds

1 2