HomeSort by relevance Sort by last modified time
    Searched refs:client (Results 76 - 100 of 5616) sorted by null

1 2 34 5 6 7 8 91011>>

  /external/autotest/server/site_tests/platform_TrackpadStressServer/
platform_TrackpadStressServer.py 6 from autotest_lib.client.common_lib import error
22 self.client = host
25 logging.info('TrackpadStressServer: start client test')
26 client_at = autotest.Autotest(self.client)
28 raise error.TestFail('Client test failed precheck state')
30 # Configure the client to reboot on a kernel panic
31 self.client.run('sysctl kernel.panic|grep "kernel.panic = -1"')
32 self.client.run('sysctl kernel.panic_on_oops|'
35 boot_id = self.client.get_boot_id()
41 command, self.client.hostname
    [all...]
  /external/libvncserver/libvncclient/
tls_gnutls.c 90 rfbClient *client = (rfbClient*)transport; local
95 ret = write(client->sock, data, len);
112 rfbClient *client = (rfbClient*)transport; local
117 ret = read(client->sock, data, len);
131 InitializeTLSSession(rfbClient* client, rfbBool anonTLS)
136 if (client->tlsSession) return TRUE;
138 if ((ret = gnutls_init((gnutls_session_t*)&client->tlsSession, GNUTLS_CLIENT)) < 0)
144 if ((ret = gnutls_priority_set_direct((gnutls_session_t)client->tlsSession,
150 gnutls_transport_set_ptr((gnutls_session_t)client->tlsSession, (gnutls_transport_ptr_t)client);
    [all...]
hextile.c 33 HandleHextileBPP (rfbClient* client, int rx, int ry, int rw, int rh)
51 if (!ReadFromRFBServer(client, (char *)&subencoding, 1))
55 if (!ReadFromRFBServer(client, client->buffer, w * h * (BPP / 8)))
58 CopyRectangle(client, (uint8_t *)client->buffer, x, y, w, h);
64 if (!ReadFromRFBServer(client, (char *)&bg, sizeof(bg)))
67 FillRectangle(client, x, y, w, h, bg);
70 if (!ReadFromRFBServer(client, (char *)&fg, sizeof(fg)))
77 if (!ReadFromRFBServer(client, (char *)&nSubrects, 1)
    [all...]
  /external/autotest/frontend/client/src/autotest/common/ui/
SimpleDialog.java 3 import com.google.gwt.event.dom.client.ClickEvent;
4 import com.google.gwt.event.dom.client.ClickHandler;
5 import com.google.gwt.user.client.ui.Button;
6 import com.google.gwt.user.client.ui.DialogBox;
7 import com.google.gwt.user.client.ui.FlexTable;
8 import com.google.gwt.user.client.ui.Widget;
DateTimeBox.java 3 import com.google.gwt.dom.client.Document;
4 import com.google.gwt.dom.client.InputElement;
5 import com.google.gwt.user.client.ui.TextBoxBase;
  /external/autotest/server/site_tests/network_WiFi_DisableRandomMACAddress/
network_WiFi_DisableRandomMACAddress.py 5 from autotest_lib.client.common_lib import error
19 client = self.context.client
20 dut_hw_mac = client.wifi_mac
24 with client.mac_address_randomization(True):
28 with client.mac_address_randomization(False):
  /external/mockftpserver/MockFtpServer/src/test/groovy/org/mockftpserver/core/util/
PortParserTest.groovy 44 def client = PortParser.parseExtendedAddressHostAndPort(PARAMETER_IPV4)
45 assert client.host == HOST_IPV4
46 assert client.port == E_PORT
50 def client = PortParser.parseExtendedAddressHostAndPort(PARAMETER_IPV6)
51 assert client.host == HOST_IPV6
52 assert client.port == E_PORT
56 def client = PortParser.parseExtendedAddressHostAndPort("@2@1080::8:800:200C:417A@6275@")
57 assert client.host == HOST_IPV6
58 assert client.port == E_PORT
85 def client = PortParser.parseHostAndPort(PARAMETERS)
    [all...]
  /external/okhttp/samples/guide/src/main/java/com/squareup/okhttp/recipes/
ConfigureTimeouts.java 24 private final OkHttpClient client; field in class:ConfigureTimeouts
27 client = new OkHttpClient();
28 client.setConnectTimeout(10, TimeUnit.SECONDS);
29 client.setWriteTimeout(10, TimeUnit.SECONDS);
30 client.setReadTimeout(30, TimeUnit.SECONDS);
38 Response response = client.newCall(request).execute();
  /external/autotest/client/site_tests/network_RestartShill/
network_RestartShill.py 7 from autotest_lib.client.bin import test
8 from autotest_lib.client.cros.networking import shill_context
9 from autotest_lib.client.cros.networking import shill_proxy
  /external/autotest/client/site_tests/power_CheckAC/
power_CheckAC.py 5 from autotest_lib.client.bin import test
6 from autotest_lib.client.common_lib import error, utils
7 from autotest_lib.client.cros.power import power_status
  /external/autotest/frontend/client/src/autotest/afe/
IButton.java 3 import com.google.gwt.event.dom.client.HasClickHandlers;
4 import com.google.gwt.user.client.ui.Button;
5 import com.google.gwt.user.client.ui.HasText;
ICheckBox.java 3 import com.google.gwt.event.dom.client.HasClickHandlers;
4 import com.google.gwt.user.client.ui.CheckBox;
5 import com.google.gwt.user.client.ui.HasText;
6 import com.google.gwt.user.client.ui.HasValue;
  /external/autotest/frontend/client/src/autotest/common/table/
SearchFilter.java 3 import com.google.gwt.event.dom.client.ClickEvent;
4 import com.google.gwt.event.dom.client.ClickHandler;
5 import com.google.gwt.event.dom.client.KeyCodes;
6 import com.google.gwt.event.dom.client.KeyUpEvent;
7 import com.google.gwt.event.dom.client.KeyUpHandler;
8 import com.google.gwt.json.client.JSONString;
9 import com.google.gwt.json.client.JSONValue;
10 import com.google.gwt.user.client.ui.Button;
11 import com.google.gwt.user.client.ui.FlowPanel;
12 import com.google.gwt.user.client.ui.Panel
    [all...]
  /external/autotest/server/tests/netperf2/
netperf2.py 14 client = hosts.create_host(pair[1])
16 # If client has the server_label, then swap server and client.
17 platform_label = client.get_platform_label()
19 (server, client) = (client, server)
23 for m in [client, server]:
36 client_at = autotest.Autotest(client)
43 server_control_file = template % (server.ip, client.ip, 'server', test,
45 client_control_file = template % (server.ip, client.ip, 'client', test
    [all...]
  /external/autotest/server/tests/netpipe/
netpipe.py 14 client = hosts.create_host(pair[1])
16 # If client has the server_label, then swap server and client.
17 platform_label = client.get_platform_label()
19 (server, client) = (client, server)
22 for m in [client, server]:
35 client_at = autotest.Autotest(client)
42 server_control_file = template % (server.ip, client.ip, 'server',
45 client_control_file = template % (server.ip, client.ip, 'client'
    [all...]
  /frameworks/base/packages/ExternalStorageProvider/src/com/android/externalstorage/
MountReceiver.java 27 final ContentProviderClient client = context.getContentResolver() local
30 ((ExternalStorageProvider) client.getLocalContentProvider()).updateVolumes();
32 ContentProviderClient.releaseQuietly(client);
  /frameworks/base/services/core/java/com/android/server/am/
ClientLifecycleManager.java 29 * Class that is able to combine multiple client lifecycle transition requests and/or callbacks,
40 * @param transaction A sequence of client transaction items.
46 final IApplicationThread client = transaction.getClient(); local
48 if (!(client instanceof Binder)) {
49 // If client is not an instance of Binder - it's a remote call and at this point it is
51 // the transaction is executed on client in ActivityThread.
57 * Schedule a single lifecycle request or callback to client activity.
58 * @param client Target client.
65 void scheduleTransaction(@NonNull IApplicationThread client, @NonNull IBinder activityToken
    [all...]
  /frameworks/native/libs/vr/libdvr/
dvr_pose.cpp 12 int dvrPoseClientGetDataReader(DvrPoseClient* client, uint64_t data_type,
14 if (!client || !queue_out)
18 int status = android::dvr::dvrPoseClientGetDataReaderHandle(client,
  /external/apache-http/src/org/apache/http/client/params/
AuthPolicy.java 2 * $HeadURL: http://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk/module-client/src/main/java/org/apache/http/client/params/AuthPolicy.java $
32 package org.apache.http.client.params;
  /external/autotest/client/common_lib/
priorities.py 2 from autotest_lib.client.common_lib import enum
  /external/autotest/client/site_tests/example_UnitTest/
example_UnitTest.py 5 from autotest_lib.client.bin import unit_test
  /external/autotest/client/site_tests/login_CryptohomeIncognito/
login_CryptohomeIncognito.py 7 from autotest_lib.client.bin import test
8 from autotest_lib.client.common_lib import error
9 from autotest_lib.client.common_lib.cros import chrome
10 from autotest_lib.client.cros import cryptohome
  /external/autotest/frontend/afe/
model_attributes.py 2 from autotest_lib.client.common_lib import enum
  /external/autotest/frontend/client/test/autotest/moblab/
MoblabTest.java 3 import com.google.gwt.junit.client.GWTTestCase;
  /external/autotest/server/site_tests/network_WiFi_Reset/
network_WiFi_Reset.py 8 from autotest_lib.client.common_lib import error
29 return self._MWIFIEX_RESET_PATH % self.context.client.wifi_if
55 return self.context.client.host.run('test -e "%s"' %
59 def mwifiex_reset(self, client):
69 self.context.client.host.run('echo 1 > ' + self.mwifiex_reset_path)
73 self.context.client.wait_for_service_states(ssid, ['idle'],
93 client = self.context.client
102 boot_id = client.host.get_boot_id()
109 if not self.mwifiex_reset(client)
    [all...]

Completed in 364 milliseconds

1 2 34 5 6 7 8 91011>>