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

1 2 3 4 5 6 7 891011>>

  /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/adhd/cras/src/alsa_plugin/
ctl_cras.c 42 /* Holds the client and ctl plugin pointers. */
45 struct cras_client *client; member in struct:ctl_cras
54 cras_client_stop(cras->client);
55 cras_client_destroy(cras->client);
122 static long capture_index_to_gain(struct cras_client *client, long index)
128 min = cras_client_get_system_min_capture_gain(client);
129 max = cras_client_get_system_max_capture_gain(client);
142 static long capture_gain_to_index(struct cras_client *client, long gain)
148 min = cras_client_get_system_min_capture_gain(client);
149 max = cras_client_get_system_max_capture_gain(client);
    [all...]
  /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;
ElementWidget.java 3 import com.google.gwt.user.client.DOM;
4 import com.google.gwt.user.client.Element;
5 import com.google.gwt.user.client.ui.Widget;
  /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...]
  /device/generic/goldfish/dhcp/client/
main.cpp 52 DhcpClient client; local
53 Result res = client.init(interfaceName);
55 ALOGE("Failed to initialize DHCP client: %s\n", res.c_str());
59 res = client.run();
61 ALOGE("DHCP client failed: %s\n", res.c_str());
64 // This is weird and shouldn't happen, the client should run forever.
  /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/cros/
cups.py 5 from autotest_lib.client.common_lib import error
6 from autotest_lib.client.common_lib import utils as sys_utils
7 from autotest_lib.client.cros import upstart
  /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/graphics_KernelMemory/
graphics_KernelMemory.py 5 from autotest_lib.client.bin import test
6 from autotest_lib.client.common_lib import error
7 from autotest_lib.client.cros.graphics import graphics_utils
  /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/platform_CryptohomeMount/
platform_CryptohomeMount.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 cryptohome
  /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/client/site_tests/video_WebRtcMainFeedSwitching/
video_WebRtcMainFeedSwitching.py 5 from autotest_lib.client.bin import test
6 from autotest_lib.client.common_lib import error
7 from autotest_lib.client.common_lib.cros import test_webrtc_peer_connection
  /external/autotest/client/site_tests/video_WebRtcResolutionSwitching/
video_WebRtcResolutionSwitching.py 5 from autotest_lib.client.bin import test
6 from autotest_lib.client.common_lib import error
7 from autotest_lib.client.common_lib.cros import test_webrtc_peer_connection
  /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;
RadioChooserDisplay.java 5 import com.google.gwt.user.client.ui.Composite;
6 import com.google.gwt.user.client.ui.HorizontalPanel;
7 import com.google.gwt.user.client.ui.Panel;

Completed in 338 milliseconds

1 2 3 4 5 6 7 891011>>