/external/autotest/server/site_tests/bluetooth_RegressionServer/ |
bluetooth_RegressionServer.py | 7 from autotest_lib.client.common_lib import error 24 error.TestError('Must provide client\'s IP address to test') 26 client = hosts.create_host(client_ip) 27 client_at = autotest.Autotest(client) 29 logging.info('Running client side tests') 34 client.reboot() 35 logging.info('Returning to Client after reboot') 37 addrs=device_addrs, test_phase='client')
|
/external/chromium-trace/catapult/third_party/gsutil/gslib/addlhelp/ |
creds.py | 125 - Click "Create New Client ID".
|
/sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/ |
DeviceViewAction.java | 3 import com.android.ddmlib.Client; 22 private Client mClient; 30 public void setClient(Client c) { 64 // start tracing on the client 75 // wait for a few seconds for the client to start the trace server 91 // inform the client that it doesn't need to be traced anymore 110 public void selectedClientChanged(Client c) {
|
/external/deqp/execserver/tools/ |
xsClient.cpp | 21 * \brief ExecServer Client. 147 class Client 150 Client (const CommandLine& cmdLine); 151 ~Client (void); 160 Client::Client (const CommandLine& cmdLine) 165 Client::~Client (void) 169 void Client::run (void) 194 // Run client loop [all...] |
/frameworks/base/tools/preload2/src/com/android/preload/classdataretrieval/hprof/ |
Hprof.java | 19 import com.android.ddmlib.Client; 48 public static File doHprof(Client client, int timeout) { 49 GetHprof gh = new GetHprof(client, timeout); 119 private Client client; field in class:Hprof.GetHprof 121 public GetHprof(Client client, long timeout) { 122 this.client = client; [all...] |
/external/avahi/avahi-daemon/ |
simple-protocol.c | 62 typedef struct Client Client; 73 struct Client { 90 AVAHI_LLIST_FIELDS(Client, clients); 97 AVAHI_LLIST_HEAD(Client, clients); 107 static void client_free(Client *c) { 125 AVAHI_LLIST_REMOVE(Client, clients, c->server->clients, c); 130 Client *c; 134 c = avahi_new(Client, 1); 147 AVAHI_LLIST_PREPEND(Client, clients, s->clients, c) [all...] |
/frameworks/data-binding/compilerCommon/src/main/java/android/databinding/tool/util/ |
L.java | 30 private static final Client sSystemClient = new Client() { 41 private static Client sClient = sSystemClient; 43 public static void setClient(Client systemClient) { 126 public interface Client {
|
/external/chromium-trace/catapult/third_party/gsutil/third_party/apitools/apitools/base/py/testing/ |
mock_test.py | 14 with mock.Client(fusiontables.FusiontablesV1) as client_class: 16 client = fusiontables.FusiontablesV1(get_credentials=False) 17 self.assertEqual(client.column.List(1), 2) 19 client.column.List(3) 22 with mock.Client(fusiontables.FusiontablesV1) as client_class: 26 client = fusiontables.FusiontablesV1(get_credentials=False) 28 client.column.List(1) 31 with mock.Client(fusiontables.FusiontablesV1) as client_class: 34 client = fusiontables.FusiontablesV1(get_credentials=False) 35 self.assertEqual(client.column.List(1), 2 [all...] |
/external/boringssl/src/tool/ |
tool.cc | 31 bool Client(const std::vector<std::string> &args); 54 { "client", Client }, 60 { "s_client", Client },
|
/external/avahi/avahi-sharp/ |
ServiceTypeBrowser.cs | 61 private Client client; field in class:Avahi.ServiceTypeBrowser 71 [DllImport ("avahi-client")] 72 private static extern IntPtr avahi_service_type_browser_new (IntPtr client, int iface, int proto, 77 [DllImport ("avahi-client")] 109 public ServiceTypeBrowser (Client client) : this (client, client.DomainName) 113 public ServiceTypeBrowser (Client client, string domain) : this (client, -1, Protocol.Unspecified [all...] |
AddressResolver.cs | 60 private Client client; field in class:Avahi.AddressResolver 73 [DllImport ("avahi-client")] 74 private static extern IntPtr avahi_address_resolver_new (IntPtr client, int iface, Protocol proto, 79 [DllImport ("avahi-client")] 116 public AddressResolver (Client client, IPAddress address) : this (client, -1, Protocol.Unspecified, 121 public AddressResolver (Client client, int iface, Protocol proto, IPAddress address, LookupFlags flags [all...] |
AvahiTest.cs | 27 private static Client client; field in class:AvahiTest 31 client = new Client (); 33 Console.WriteLine ("joined service name: " + Client.JoinServiceName ("FooBar", "_foo", "local")); 35 EntryGroup eg = new EntryGroup (client); 37 eg.AddService ("foobar2", "_dingdong._tcp", client.DomainName, 43 client.Dispose (); 50 DomainBrowser browser = new DomainBrowser (client); 65 ServiceTypeBrowser stb = new ServiceTypeBrowser (client, domain) [all...] |
DomainBrowser.cs | 67 private Client client; field in class:Avahi.DomainBrowser 78 [DllImport ("avahi-client")] 79 private static extern IntPtr avahi_domain_browser_new (IntPtr client, int iface, int proto, 84 [DllImport ("avahi-client")] 116 public DomainBrowser (Client client) : this (client, -1, Protocol.Unspecified, client.DomainName, 120 public DomainBrowser (Client client, int iface, Protocol proto, string domain [all...] |
HostNameResolver.cs | 37 private Client client; field in class:Avahi.HostNameResolver 51 [DllImport ("avahi-client")] 52 private static extern IntPtr avahi_host_name_resolver_new (IntPtr client, int iface, Protocol proto, 56 [DllImport ("avahi-client")] 93 public HostNameResolver (Client client, string hostname) : this (client, -1, Protocol.Unspecified, 99 public HostNameResolver (Client client, int iface, Protocol proto, string hostname [all...] |
/external/clang/lib/Frontend/Rewrite/ |
FixItRewriter.cpp | 1 //===--- FixItRewriter.cpp - Fix-It Rewriter Diagnostic Client --*- C++ -*-===// 10 // This is a diagnostic client adaptor that performs rewrites as 12 // then forwards any diagnostics to the adapted diagnostic client. 40 Client = Diags.getClient(); 45 Diags.setClient(Client, Owner.release() != nullptr); 119 return Client ? Client->IncludeInDiagnosticCounts() : true; 131 Client->HandleDiagnostic(DiagLevel, Info); 192 /// \brief Emit a diagnostic via the adapted diagnostic client. 195 // clear out any current diagnostic, and let the downstream client [all...] |
/frameworks/base/tools/preload2/src/com/android/preload/ui/ |
UI.java | 19 import com.android.ddmlib.Client; 46 private JList<Client> clientList; 52 public UI(ListModel<Client> clientListModel, 57 getContentPane().add(new JScrollPane(clientList = new JList<Client>(clientListModel)), 79 public Client getSelectedClient() { 262 ClientData cd = ((Client) value).getClientData();
|
/frameworks/av/media/libmediaplayerservice/ |
MediaPlayerService.cpp | 305 ALOGV("Create new media recorder client from pid %d", pid); 309 void MediaPlayerService::removeMediaRecorderClient(wp<MediaRecorderClient> client) 312 mMediaRecorderClients.remove(client); 313 ALOGV("Delete media recorder client"); 324 sp<IMediaPlayer> MediaPlayerService::create(const sp<IMediaPlayerClient>& client, 330 sp<Client> c = new Client( 331 this, pid, connId, client, audioSessionId, 334 ALOGV("Create new client(%d) from pid %d, uid %d, ", connId, pid, 337 wp<Client> w = c 1270 Client* client = static_cast<Client*>(cookie); local [all...] |
MediaPlayerService.h | 52 Antagonizer(notify_callback_f cb, void* client); 71 class Client; 214 void removeMediaRecorderClient(wp<MediaRecorderClient> client); 217 virtual sp<IMediaPlayer> create(const sp<IMediaPlayerClient>& client, 225 const sp<IRemoteDisplayClient>& client, const String8& iface); 228 void removeClient(wp<Client> client); 284 class Client : public BnMediaPlayer { 362 Client( const sp<MediaPlayerService>& service, 365 const sp<IMediaPlayerClient>& client, [all...] |
/external/apache-harmony/x-net/src/test/impl/java.injected/org/apache/harmony/xnet/provider/jsse/ |
SSLServerSocketImplTest.java | 56 Client client = null; local 76 client = new Client(ssocket.getLocalPort()); 77 client.start(); 80 while (!client.handshakeStarted()) { 89 client.close(); 100 if (client != null) { 102 client.close(); 120 Client client = null local 184 Client client = null; local 248 Client client = null; local 624 private Socket client = null; field in class:SSLServerSocketImplTest.Client [all...] |
/external/chromium-trace/catapult/telemetry/third_party/webpagereplay/ |
sslproxy_test.py | 30 class Client(object): 173 c = Client(self.cert_path, self.verify_cb, server.server_port, '') 178 c = Client(self.cert_path, self.verify_cb, server.server_port, 'foo.com') 181 c = Client(self.cert_path, self.verify_cb, server.server_port, 187 c = Client(self.wrong_cert_path, self.verify_cb, server.server_port,
|
/frameworks/base/tools/preload2/src/com/android/preload/ |
Main.java | 19 import com.android.ddmlib.Client; 67 private DefaultListModel<Client> clientListModel; 99 clientListModel = new DefaultListModel<Client>(); 102 clientUtils = new ClientUtils(DEFAULT_TIMEOUT_MILLIS); // Client utils with 10s timeout. 154 public DefaultListModel<Client> getClientListModel() { 233 Client client = clientUtils.findClient(device, packageName, -1); local 234 if (client == null) { 235 throw new RuntimeException("Could not find client..."); 237 System.out.println("Found client: " + client) [all...] |
/frameworks/base/services/midi/java/com/android/server/midi/ |
MidiService.java | 89 private final HashMap<IBinder, Client> mClients = new HashMap<IBinder, Client>(); 129 private final class Client implements IBinder.DeathRecipient { 130 // Binder token for this client 132 // This client's UID 134 // This client's PID 136 // List of all receivers for this client 139 // List of all device connections for this client 143 public Client(IBinder token) { 192 // ignore private devices that our client cannot acces 269 Client client = mClients.get(token); local 603 Client client = getClient(token); local 612 Client client = getClient(token); local 656 Client client = getClient(token); local 682 Client client = getClient(token); local 706 Client client = getClient(clientToken); local [all...] |
/external/autotest/client/common_lib/feedback/ |
tester_feedback_client.py | 5 """Feedback client implementation for interacting with a human tester.""" 10 from autotest_lib.client.common_lib import error 11 from autotest_lib.client.common_lib.feedback import client namespace 21 class Client(client.Client): 25 """Constructs the client object. 31 super(Client, self).__init__() 56 Initializes an XML-RPC proxy and registers the client at the remote end [all...] |
/external/caliper/caliper/src/main/java/com/google/caliper/runner/ |
ResultsUploader.java | 31 import com.sun.jersey.api.client.Client; 32 import com.sun.jersey.api.client.ClientHandlerException; 33 import com.sun.jersey.api.client.UniformInterfaceException; 34 import com.sun.jersey.api.client.WebResource; 54 private final Client client; field in class:ResultsUploader 61 ResultsUploader(PrintWriter stdout, Gson gson, Client client, 64 this.client = client [all...] |
/frameworks/native/services/surfaceflinger/ |
SurfaceFlinger.h | 64 class Client; 143 friend class Client; 285 uint32_t setClientStateLocked(const sp<Client>& client, const layer_state_t& s); 291 status_t createLayer(const String8& name, const sp<Client>& client, 295 status_t createNormalLayer(const sp<Client>& client, const String8& name, 300 status_t createDimLayer(const sp<Client>& client, const String8& name [all...] |