HomeSort by relevance Sort by last modified time
    Searched refs:client (Results 151 - 175 of 4737) sorted by null

1 2 3 4 5 67 8 91011>>

  /external/libvncserver/libvncclient/
rre.c 33 HandleRREBPP (rfbClient* client, int rx, int ry, int rw, int rh)
40 if (!ReadFromRFBServer(client, (char *)&hdr, sz_rfbRREHeader))
45 if (!ReadFromRFBServer(client, (char *)&pix, sizeof(pix)))
48 FillRectangle(client, rx, ry, rw, rh, pix);
51 if (!ReadFromRFBServer(client, (char *)&pix, sizeof(pix)))
54 if (!ReadFromRFBServer(client, (char *)&subrect, sz_rfbRectangle))
62 FillRectangle(client, rx+subrect.x, ry+subrect.y, subrect.w, subrect.h, pix);
  /external/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/tirpc/tirpc_interlevel_clnt_control/
tirpc_clnt_control_limits.c 45 CLIENT *client = NULL; local
65 client = clnt_tp_create_timed(argc[1], progNum,
67 if (client == NULL) {
68 //No client creation
74 clnt_control(client, CLGET_SVC_ADDR, (struct netbuf *)&tst_nconf);
79 rslt = clnt_control(client, CLGET_TIMEOUT, (struct timeval *)&tv);
84 rslt = clnt_control(client, CLGET_FD, (int *)&fd);
89 rslt = clnt_control(client, CLGET_VERS, (unsigned long *)&clver);
  /external/mockftpserver/MockFtpServer/src/main/java/org/mockftpserver/stub/command/
EprtCommandHandler.java 33 * <li>{@link #HOST_KEY} ("host") - the client data host (InetAddress) submitted on the invocation (from parameters 1-4)
62 HostAndPort client = PortParser.parseExtendedAddressHostAndPort(parameter); local
63 LOG.debug("host=" + client.host + " port=" + client.port);
64 session.setClientDataHost(client.host);
65 session.setClientDataPort(client.port);
66 invocationRecord.set(HOST_KEY, client.host);
67 invocationRecord.set(PORT_KEY, new Integer(client.port));
PortCommandHandler.java 33 * <li>{@link #HOST_KEY} ("host") - the client data host (InetAddress) submitted on the invocation (from parameters 1-4)
59 HostAndPort client = PortParser.parseHostAndPort(command.getParameters()); local
60 LOG.debug("host=" + client.host + " port=" + client.port);
61 session.setClientDataHost(client.host);
62 session.setClientDataPort(client.port);
63 invocationRecord.set(HOST_KEY, client.host);
64 invocationRecord.set(PORT_KEY, new Integer(client.port));
  /external/robolectric/v1/src/test/java/com/xtremelabs/robolectric/shadows/
AndroidHttpClientTest.java 10 import org.apache.http.client.methods.HttpGet;
24 AndroidHttpClient client = AndroidHttpClient.newInstance("foo"); local
25 assertThat(client, not(nullValue()));
30 AndroidHttpClient client = AndroidHttpClient.newInstance("foo", Robolectric.application); local
31 assertThat(client, not(nullValue()));
36 AndroidHttpClient client = AndroidHttpClient.newInstance("foo"); local
38 HttpResponse resp = client.execute(new HttpGet("/foo"));
  /tools/loganalysis/tests/src/com/android/loganalysis/parser/
LocationServiceParserTest.java 66 LocationInfoItem client = locationClients.getLocationClients().iterator().next(); local
67 assertEquals(client.getPackage(), "com.google.android.gms");
68 assertEquals(client.getEffectiveInterval(), 1);
69 assertEquals(client.getMinInterval(), 0);
70 assertEquals(client.getMaxInterval(), 0);
71 assertEquals(client.getPriority(), "PRIORITY_NO_POWER");
72 assertEquals(client.getDuration(), 140);
  /external/caliper/lib/
jersey-client-1.11.jar 
  /external/autotest/frontend/client/src/autotest/common/ui/
RightClickTable.java 3 import com.google.gwt.event.dom.client.ContextMenuEvent;
4 import com.google.gwt.event.dom.client.ContextMenuHandler;
5 import com.google.gwt.event.dom.client.DomEvent;
6 import com.google.gwt.event.dom.client.HasContextMenuHandlers;
8 import com.google.gwt.user.client.DOM;
9 import com.google.gwt.user.client.Element;
10 import com.google.gwt.user.client.Event;
11 import com.google.gwt.user.client.ui.FlexTable;
12 import com.google.gwt.user.client.ui.HTMLTable;
  /external/autotest/server/site_tests/enterprise_CFM_SessionStress/
enterprise_CFM_SessionStress.py 7 from autotest_lib.client.common_lib import error
8 from autotest_lib.client.common_lib.cros import tpm_utils
39 self.client = host
45 tpm_utils.ClearTPMOwnerRequest(self.client)
47 if self.client.servo:
48 self.client.servo.switch_usbkey('dut')
49 self.client.servo.set('usb_mux_sel3', 'dut_sees_usbkey')
51 self.client.servo.set('dut_hub1_rst1', 'off')
72 tpm_utils.ClearTPMOwnerRequest(self.client)
  /external/autotest/server/site_tests/network_WiFi_DisableEnable/
network_WiFi_DisableEnable.py 5 from autotest_lib.client.common_lib import error
6 from autotest_lib.client.common_lib.cros.network import xmlrpc_datatypes
35 interface = self.context.client.wifi_if
36 client = self.context.client
37 with InterfaceDisableContext(client, interface) as idc:
38 success, state, elapsed_seconds = client.wait_for_service_states(
63 def __init__(self, client, interface):
64 self._client = client
  /external/okhttp/okhttp-urlconnection/src/main/java/com/squareup/okhttp/
OkUrlFactory.java 30 private final OkHttpClient client; field in class:OkUrlFactory
33 public OkUrlFactory(OkHttpClient client) {
34 this.client = client;
37 public OkHttpClient client() { method in class:OkUrlFactory
38 return client;
47 * of the internal {@linkplain OkHttpClient HTTP client}.
50 return new OkUrlFactory(client.clone());
54 return open(url, client.getProxy());
59 OkHttpClient copy = client.copyWithDefaults()
    [all...]
  /hardware/qcom/msm8x27/original-kernel-headers/linux/
ion.h 116 * ion_client_create() - allocate a client and returns it
118 * @heap_mask: mask of heaps this client can allocate from
125 * ion_client_destroy() - free's a client and all it's handles
126 * @client: the client
128 * Free the provided client and all it's resources including
131 void ion_client_destroy(struct ion_client *client);
135 * @client: the client
148 struct ion_handle *ion_alloc(struct ion_client *client, size_t len
    [all...]
  /tools/tradefederation/core/tests/src/com/android/tradefed/util/keystore/
JSONFileKeyStoreFactoryTest.java 54 * Test that if the underlying JSON keystore has not changed, the client returned is the same.
60 IKeyStoreClient client = mFactory.createKeyStoreClient(); local
61 assertNotNull(client);
63 assertSame(client, client2);
66 /** Test that if the last modified flag has changed, we reload a new client. */
71 IKeyStoreClient client = mFactory.createKeyStoreClient(); local
72 assertNotNull(client);
76 assertNotSame(client, client2);
87 IKeyStoreClient client = mFactory.createKeyStoreClient(); local
88 assertNotNull(client);
    [all...]
  /external/webrtc/webrtc/base/
socket_unittest.cc 196 // Create client.
197 scoped_ptr<AsyncSocket> client(ss_->CreateAsyncSocket(loopback.family(),
199 sink.Monitor(client.get());
200 EXPECT_EQ(AsyncSocket::CS_CLOSED, client->GetState());
201 EXPECT_PRED1(IsUnspecOrEmptyIP, client->GetLocalAddress().ipaddr());
217 EXPECT_EQ(0, client->Connect(server->GetLocalAddress()));
218 EXPECT_FALSE(client->GetLocalAddress().IsNil());
219 EXPECT_NE(server->GetLocalAddress(), client->GetLocalAddress());
221 // Client is connecting, outcome not yet determined.
222 EXPECT_EQ(AsyncSocket::CS_CONNECTING, client->GetState())
    [all...]
  /external/autotest/client/cros/cellular/mbim_compliance/tests/
cm_02.py 14 from autotest_lib.client.cros.cellular.mbim_compliance import mbim_errors
15 from autotest_lib.client.cros.cellular.mbim_compliance.sequences \
17 from autotest_lib.client.cros.cellular.mbim_compliance.tests import test
cm_10.py 13 from autotest_lib.client.cros.cellular.mbim_compliance.sequences \
15 from autotest_lib.client.cros.cellular.mbim_compliance.sequences \
17 from autotest_lib.client.cros.cellular.mbim_compliance.tests import test
  /external/autotest/client/cros/chameleon/
chameleon_measurer.py 5 from autotest_lib.client.cros.chameleon import chameleon
6 from autotest_lib.client.cros.chameleon import chameleon_measurer_base
7 from autotest_lib.client.cros.multimedia import local_facade_factory
11 """A simple tool to measure using Chameleon for a client test.
13 This class can only be used in a client test. For a server test, use the
  /external/autotest/client/site_tests/cellular_MbimComplianceControlRequest/
cellular_MbimComplianceCM01.py 6 from autotest_lib.client.cros.cellular.mbim_compliance \
8 from autotest_lib.client.cros.cellular.mbim_compliance.sequences \
10 from autotest_lib.client.cros.cellular.mbim_compliance.sequences \
  /external/autotest/client/site_tests/kernel_ConfigVerifyPPP/
kernel_ConfigVerifyPPP.py 5 from autotest_lib.client.bin import test
6 from autotest_lib.client.common_lib import error
7 from autotest_lib.client.cros import kernel_config
  /external/autotest/client/site_tests/kernel_TPMStress/
kernel_TPMStress.py 5 from autotest_lib.client.bin import test, utils
6 from autotest_lib.client.common_lib import error
7 from autotest_lib.client.cros import service_stopper
  /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
7 from autotest_lib.client.cros import power_status
  /external/autotest/client/site_tests/power_NoConsoleSuspend/
power_NoConsoleSuspend.py 6 from autotest_lib.client.bin import test, utils
7 from autotest_lib.client.cros import rtc, sys_power
8 from autotest_lib.client.common_lib import error
  /external/autotest/client/site_tests/power_UiResume/
power_UiResume.py 7 from autotest_lib.client.bin import test
8 from autotest_lib.client.common_lib.cros import chrome
9 from autotest_lib.client.cros import power_suspend, sys_power
  /external/autotest/client/site_tests/security_SeccompSyscallFilters/
security_SeccompSyscallFilters.py 5 from autotest_lib.client.bin import test
6 from autotest_lib.client.bin import utils
7 from autotest_lib.client.common_lib import error
  /external/autotest/frontend/client/src/autotest/afe/
IRadioButton.java 3 import com.google.gwt.user.client.ui.HasText;
4 import com.google.gwt.user.client.ui.HasValue;
5 import com.google.gwt.user.client.ui.RadioButton;

Completed in 7454 milliseconds

1 2 3 4 5 67 8 91011>>