HomeSort by relevance Sort by last modified time
    Searched refs:client (Results 476 - 500 of 4928) sorted by null

<<11121314151617181920>>

  /external/autotest/client/cros/cellular/mbim_compliance/tests/
cm_08.py 16 from autotest_lib.client.cros.cellular.mbim_compliance import mbim_channel
17 from autotest_lib.client.cros.cellular.mbim_compliance import mbim_constants
18 from autotest_lib.client.cros.cellular.mbim_compliance import mbim_control
19 from autotest_lib.client.cros.cellular.mbim_compliance import mbim_errors
20 from autotest_lib.client.cros.cellular.mbim_compliance.sequences \
22 from autotest_lib.client.cros.cellular.mbim_compliance.tests import test
  /external/autotest/client/site_tests/cellular_MbimComplianceError/
cellular_MbimComplianceERR01.py 6 from autotest_lib.client.cros.cellular.mbim_compliance import mbim_constants
7 from autotest_lib.client.cros.cellular.mbim_compliance import mbim_errors
8 from autotest_lib.client.cros.cellular.mbim_compliance import mbim_test_base
9 from autotest_lib.client.cros.cellular.mbim_compliance.sequences \
11 from autotest_lib.client.cros.cellular.mbim_compliance.sequences \
13 from autotest_lib.client.cros.cellular.mbim_compliance.sequences \
cellular_MbimComplianceERR05.py 6 from autotest_lib.client.cros.cellular.mbim_compliance import mbim_constants
7 from autotest_lib.client.cros.cellular.mbim_compliance import mbim_errors
8 from autotest_lib.client.cros.cellular.mbim_compliance import mbim_test_base
9 from autotest_lib.client.cros.cellular.mbim_compliance.sequences \
11 from autotest_lib.client.cros.cellular.mbim_compliance.sequences \
13 from autotest_lib.client.cros.cellular.mbim_compliance.sequences \
  /external/autotest/client/site_tests/platform_InputBrightness/
platform_InputBrightness.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
8 from autotest_lib.client.common_lib.cros import chrome
9 from autotest_lib.client.cros.graphics import graphics_utils
10 from autotest_lib.client.cros.input_playback import input_playback
  /external/autotest/frontend/client/src/autotest/common/table/
DatetimeSegmentFilter.java 7 import com.google.gwt.i18n.client.DateTimeFormat;
8 import com.google.gwt.user.client.ui.HorizontalPanel;
9 import com.google.gwt.user.client.ui.Label;
10 import com.google.gwt.user.client.ui.Panel;
11 import com.google.gwt.user.client.ui.Widget;
12 import com.google.gwt.user.datepicker.client.CalendarUtil;
  /external/autotest/server/site_tests/hardware_TPMFirmwareServer/
hardware_TPMFirmwareServer.py 10 from autotest_lib.client.bin import utils
11 from autotest_lib.client.common_lib import error
16 See also client/site_tests/hardware_TPMFirmware. The server side of the
24 # Run the client subtest named [subtest].
28 logging.info("server: client status = %s", cstatus)
31 error.TestFail("client subtest %s failed with status %s" %
37 # Reboot the client
39 (self.client.hostname, self.n_client_reboots))
40 self.client.reboot()
45 self.client = hos
    [all...]
  /external/autotest/server/site_tests/network_WiFi_ReconnectInDarkResume/
network_WiFi_ReconnectInDarkResume.py 9 from autotest_lib.client.common_lib import error
36 client = self.context.client
54 client.wake_on_wifi_features(
56 client.net_detect_scan_period_seconds(
103 client.check_connected_on_last_resume()
118 raise error.TestFail('Client only came up in %d dark resumes '
  /external/autotest/server/site_tests/network_WiFi_Regulatory/
network_WiFi_Regulatory.py 5 from autotest_lib.client.common_lib import error
6 from autotest_lib.client.common_lib.cros.network import ping_runner
7 from autotest_lib.client.common_lib.cros.network import xmlrpc_datatypes
13 """Test that the client vacates the channel after notification
43 client_mac = self.context.client.wifi_mac
45 # Since the client might be in power-save, we are not
51 # the client.
55 # Otherwise detect the client leaving indirectly by measuring
56 # client pings. This should fail at some point.
61 result = self.context.client.ping(ping_config
    [all...]
  /external/autotest/server/site_tests/platform_CryptohomeTPMReOwnServer/
platform_CryptohomeTPMReOwnServer.py 10 from autotest_lib.client.bin import utils
11 from autotest_lib.client.common_lib import error
22 # Run the client subtest named [subtest].
26 logging.info("server: client status = %s", cstatus)
29 error.TestFail("client subtest %s failed with status %s" %
35 # Reboot the client
37 (self.client.hostname, self.n_client_reboots))
38 self.client.reboot()
43 self.client = host
44 self.client_at = autotest.Autotest(self.client)
    [all...]
  /external/nanohttpd/websocket/src/test/java/fi/iki/elonen/samples/echo/
EchoWebSocketsTest.java 39 import org.eclipse.jetty.websocket.client.ClientUpgradeRequest;
40 import org.eclipse.jetty.websocket.client.WebSocketClient;
67 WebSocketClient client = new WebSocketClient(); local
74 client.start();
77 client.connect(socket, echoUri, request);
84 client.stop();
  /external/netperf/doc/examples/
runemomniagg2.sh 90 client=`expr $j % $num_cli` ;
91 netperf $HDR -t omni -c -C -H ${remote_hosts[$client]} -l $length $confidence -- $CSV -H ${remote_hosts[$client]} $socket_sizes -m 64K -u $NETUUID & HDR="-P 0";
105 client=`expr $j % $num_cli` ;
106 netperf $HDR -t omni -c -C -H ${remote_hosts[$client]} -l $length $confidence -- $CSV -H ${remote_hosts[$client]} $socket_sizes -M ,64K -u $NETUUID & HDR="-P 0";
121 client=`expr $j % $num_cli` ;
122 netperf $HDR -t omni -f m -c -C -H ${remote_hosts[$client]} -l $length $confidence -- $CSV -H ${remote_hosts[$client]} -s 1M -S 1M -r 64K -b 12 -u $NETUUID & HDR="-P 0";
139 client=`expr $j % $num_cli`
    [all...]
  /external/okhttp/benchmarks/src/main/java/com/squareup/okhttp/benchmarks/
OkHttp.java 33 private OkHttpClient client; field in class:OkHttp
37 client = new OkHttpClient();
38 client.setProtocols(benchmark.protocols);
48 client.setSslSocketFactory(socketFactory);
49 client.setHostnameVerifier(hostnameVerifier);
67 HttpURLConnection urlConnection = new OkUrlFactory(client).open(url.url());
  /external/walt/ios/WALT/
WALTAppDelegate.m 26 @property (readwrite, nonatomic) WALTClient *client;
50 self.client = [[WALTClient alloc] initWithError:&error];
51 if (!self.client) {
  /system/tpm/tpm_manager/server/
binder_service.cc 29 // Sends a |response_proto| to |client| for an arbitrary protobuf type.
32 const android::sp<android::tpm_manager::ITpmManagerClient>& client,
40 android::binder::Status status = client->OnCommandResponse(binder_response);
42 LOG(ERROR) << "BinderService: Failed to send response to client: "
60 // and |client| to handle the response. On error, uses |get_error_response| to
61 // construct a response and sends that to |client|.
69 const android::sp<android::tpm_manager::ITpmManagerClient>& client) {
72 base::Bind(ResponseHandler<ResponseProtobufType>, client);
134 const android::sp<android::tpm_manager::ITpmManagerClient>& client) {
138 base::Bind(CreateNvramErrorResponse<DefineSpaceReply>), client);
    [all...]
  /cts/hostsidetests/security/securityPatch/Bug-35047217/
local_poc.h 143 * HSIC1_PROD means HSIC client is the producer and IPA is the
174 /* Below PROD client type is only for test purpose */
212 /* Below CONS client type is only for test purpose */
222 #define IPA_CLIENT_IS_APPS_CONS(client) \
223 ((client) == IPA_CLIENT_APPS_LAN_CONS || \
224 (client) == IPA_CLIENT_APPS_WAN_CONS)
226 #define IPA_CLIENT_IS_USB_CONS(client) \
227 ((client) == IPA_CLIENT_USB_CONS || \
228 (client) == IPA_CLIENT_USB2_CONS || \
229 (client) == IPA_CLIENT_USB3_CONS ||
1478 enum ipa_client_type client; member in struct:ipa_ioc_write_qmapid
    [all...]
  /cts/hostsidetests/security/securityPatch/Bug-35047780/
local_poc.h 143 * HSIC1_PROD means HSIC client is the producer and IPA is the
174 /* Below PROD client type is only for test purpose */
212 /* Below CONS client type is only for test purpose */
222 #define IPA_CLIENT_IS_APPS_CONS(client) \
223 ((client) == IPA_CLIENT_APPS_LAN_CONS || \
224 (client) == IPA_CLIENT_APPS_WAN_CONS)
226 #define IPA_CLIENT_IS_USB_CONS(client) \
227 ((client) == IPA_CLIENT_USB_CONS || \
228 (client) == IPA_CLIENT_USB2_CONS || \
229 (client) == IPA_CLIENT_USB3_CONS ||
1478 enum ipa_client_type client; member in struct:ipa_ioc_write_qmapid
    [all...]
  /cts/hostsidetests/security/securityPatch/Bug-35048450/
local_poc.h 143 * HSIC1_PROD means HSIC client is the producer and IPA is the
174 /* Below PROD client type is only for test purpose */
212 /* Below CONS client type is only for test purpose */
222 #define IPA_CLIENT_IS_APPS_CONS(client) \
223 ((client) == IPA_CLIENT_APPS_LAN_CONS || \
224 (client) == IPA_CLIENT_APPS_WAN_CONS)
226 #define IPA_CLIENT_IS_USB_CONS(client) \
227 ((client) == IPA_CLIENT_USB_CONS || \
228 (client) == IPA_CLIENT_USB2_CONS || \
229 (client) == IPA_CLIENT_USB3_CONS ||
1478 enum ipa_client_type client; member in struct:ipa_ioc_write_qmapid
    [all...]
  /external/apache-http/src/org/apache/http/client/methods/
AbortableHttpRequest.java 2 * $HeadURL: http://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk/module-client/src/main/java/org/apache/http/client/methods/AbortableHttpRequest.java $
32 package org.apache.http.client.methods;
36 import org.apache.http.client.HttpClient;
  /external/autotest/client/cros/cellular/mbim_compliance/
mbim_test_base.py 8 from autotest_lib.client.cros.cellular.mbim_compliance \
10 from autotest_lib.client.cros.cellular.mbim_compliance import mbim_errors
  /external/autotest/client/cros/multimedia/
kiosk_facade_native.py 5 from autotest_lib.client.common_lib import error
6 from autotest_lib.client.common_lib.cros import kiosk_utils
  /external/autotest/client/site_tests/buffet_Registration/
buffet_Registration.py 5 from autotest_lib.client.bin import test
6 from autotest_lib.client.common_lib.cros.tendo import buffet_tester
  /external/autotest/client/site_tests/desktopui_MashLogin/
desktopui_MashLogin.py 7 from autotest_lib.client.bin import test, utils
8 from autotest_lib.client.common_lib.cros import chrome
  /external/autotest/client/site_tests/desktopui_MusLogin/
desktopui_MusLogin.py 7 from autotest_lib.client.bin import test, utils
8 from autotest_lib.client.common_lib.cros import chrome
  /external/autotest/client/site_tests/desktopui_SimpleLogin/
desktopui_SimpleLogin.py 7 from autotest_lib.client.bin import test
8 from autotest_lib.client.common_lib.cros import chrome
  /external/autotest/client/site_tests/dummy_Fail/
dummy_Fail.py 6 from autotest_lib.client.bin import test
7 from autotest_lib.client.common_lib import error

Completed in 750 milliseconds

<<11121314151617181920>>