/device/generic/goldfish/qemud/ |
qemud.c | 37 * * the client connects to /dev/socket/qemud 39 * * the client sends the service name through the socket, as 42 * * qemud creates a "Client" object internally, assigns it an 56 * after this, all messages between the client and the emulator 64 * * If the client closes the connection, qemud sends the following 78 * Internally, the daemon maintains a "Client" object for each client 976 * dummy packet with the new client socket in p->channel 1208 typedef struct Client Client; 1440 Client* client = multiplexer_find_client(mult, channel); local 1456 Client* client = multiplexer_find_client(mult, channel); local 1467 Client* client = multiplexer_find_client(mult, channel); local 1496 Client* client; local 1599 Client* client = client_new( m, fd, m->fdhandlers, &m->clients ); local [all...] |
/external/autotest/client/tests/kvm/deps/ |
whql_delete_machine_15.cs | 35 // Find the client machine 37 Console.WriteLine("Looking for client machine '{0}'", clientName); 41 Console.WriteLine("Client machine not found"); 44 Console.WriteLine("Client machine '{0}' found ({1}, {2})", 47 // Change the client machine's status to 'unsafe' 48 Console.WriteLine("Changing the client machine's status to 'Unsafe'"); 70 // Delete the client machine from datastore 71 Console.WriteLine("Deleting client machine from data store");
|
/external/avahi/avahi-daemon/ |
dbus-util.h | 53 int avahi_dbus_is_our_own_service(Client *c, AvahiIfIndex interface, AvahiProtocol protocol, const char *name, const char *type, const char *domain);
|
dbus-protocol.c | 69 static void client_free(Client *c) { 110 AVAHI_LLIST_REMOVE(Client, clients, server->clients, c); 117 static Client *client_get(const char *name, int create) { 118 Client *client; local 123 for (client = server->clients; client; client = client->clients_next) 124 if (!strcmp(name, client->name) 225 Client *client; local 414 Client *client; local 461 Client *client; local 503 Client *client; local 548 Client *client; local 604 Client *client; local 659 Client *client; local 715 Client *client; local 765 Client *client; local 828 Client *client; local 881 Client *client; local 937 Client *client; local [all...] |
/external/avahi/avahi-sharp/ |
ServiceBrowser.cs | 69 private Client client; field in class:Avahi.ServiceBrowser 80 [DllImport ("avahi-client")] 81 private static extern IntPtr avahi_service_browser_new (IntPtr client, int iface, int proto, byte[] type, 86 [DllImport ("avahi-client")] 118 public ServiceBrowser (Client client, string type) : this (client, type, client.DomainName) 122 public ServiceBrowser (Client client, string type, string domain) : this (client, -1, Protocol.Unspecified [all...] |
ServiceResolver.cs | 40 private Client client; field in class:Avahi.ServiceResolver 53 [DllImport ("avahi-client")] 54 private static extern IntPtr avahi_service_resolver_new (IntPtr client, int iface, Protocol proto, 69 [DllImport ("avahi-client")] 101 public ServiceResolver (Client client, string name, string type, string domain) : this (client, -1, 109 public ServiceResolver (Client client, ServiceInfo service) : this (client, service.NetworkInterface [all...] |
Client.cs | 46 internal delegate void ClientCallback (IntPtr client, ClientState state, IntPtr userData); 119 public class Client : IDisposable 128 [DllImport ("avahi-client")] 132 [DllImport ("avahi-client")] 135 [DllImport ("avahi-client")] 138 [DllImport ("avahi-client")] 141 [DllImport ("avahi-client")] 144 [DllImport ("avahi-client")] 147 [DllImport ("avahi-client")] 150 [DllImport ("avahi-client")] [all...] |
RecordBrowser.cs | 81 private Client client; field in class:Avahi.RecordBrowser 93 [DllImport ("avahi-client")] 94 private static extern IntPtr avahi_record_browser_new (IntPtr client, int iface, Protocol proto, 100 [DllImport ("avahi-client")] 132 public RecordBrowser (Client client, string name, RecordType type) : 133 this (client, -1, Protocol.Unspecified, name, RecordClass.In, type, LookupFlags.None) 137 public RecordBrowser (Client client, int iface, Protocol proto, string name, RecordClass clazz [all...] |
/external/clang/include/clang/Rewrite/Frontend/ |
FixItRewriter.h | 1 //===--- FixItRewriter.h - 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. 70 /// \brief The diagnostic client that performs the actual formatting 72 DiagnosticConsumer *Client; 126 /// \brief Emit a diagnostic via the adapted diagnostic client.
|
/external/clang/unittests/Sema/ |
ExternalSemaSourceTest.cpp | 154 DiagnosticConsumer *Client = Diagnostics.getClient(); 158 Client = Watchers[I]->Chain(Client); 159 Diagnostics.setClient(Client, false);
|
/frameworks/base/tools/preload2/src/com/android/preload/classdataretrieval/jdwp/ |
JDWPClassDataRetriever.java | 19 import com.android.ddmlib.Client; 36 private final Client client; field in class:JDWPClassDataRetriever 42 public JDWPClassDataRetriever(Client client) { 43 this.client = client; 53 public Map<String, String> getClassData(Client client) { 54 return new JDWPClassDataRetriever(client).retrieve() [all...] |
/frameworks/native/services/surfaceflinger/ |
LayerDim.cpp | 38 LayerDim::LayerDim(SurfaceFlinger* flinger, const sp<Client>& client, 40 : Layer(flinger, client, name, w, h, flags) {
|
/prebuilts/gdb/darwin-x86/lib/python2.7/multiprocessing/dummy/ |
connection.py | 35 __all__ = [ 'Client', 'Listener', 'Pipe' ] 57 def Client(address):
|
/prebuilts/gdb/linux-x86/lib/python2.7/multiprocessing/dummy/ |
connection.py | 35 __all__ = [ 'Client', 'Listener', 'Pipe' ] 57 def Client(address):
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/multiprocessing/dummy/ |
connection.py | 35 __all__ = [ 'Client', 'Listener', 'Pipe' ] 57 def Client(address):
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/multiprocessing/dummy/ |
connection.py | 35 __all__ = [ 'Client', 'Listener', 'Pipe' ] 57 def Client(address):
|
/sdk/eclipse/plugins/com.android.ide.eclipse.ddms/src/com/android/ide/eclipse/ddms/ |
DdmsPlugin.java | 22 import com.android.ddmlib.Client; 98 private Client mCurrentClient; 108 * with {@link IDevice} and {@link Client} selectionchanges. 113 * Sent when a new {@link Client} is selected. 114 * @param selectedClient The selected client. If null, no clients are selected. 116 public void selectionChanged(Client selectedClient); 687 Client[] clients = device.getClients(); 689 for (Client client : clients) { 690 if (client == mCurrentClient) [all...] |
/frameworks/av/services/audioflinger/ |
AudioFlinger.h | 83 // Max shared memory size for audio tracks and audio records per client process 161 virtual void registerClient(const sp<IAudioFlingerClient>& client); 411 // --- Client --- 412 class Client : public RefBase { 414 Client(const sp<AudioFlinger>& audioFlinger, pid_t pid); 415 virtual ~Client(); 421 Client(const Client&); 422 Client& operator = (const Client&) [all...] |
TrackBase.h | 58 const sp<Client>& client, 137 /*const*/ sp<Client> mClient; // see explanation at ~TrackBase() why not const
|
RecordTracks.h | 26 const sp<Client>& client, 71 bool mOverflow; // overflow on most recent attempt to fill client buffer 73 AudioBufferProvider::Buffer mSink; // references client's buffer sink in shared memory
|
/external/v8/ |
Makefile.nacl | 43 $(error Cannot find Native Client toolchain in "${NACL_TOOLCHAIN}")
|
/sdk/eclipse/plugins/com.android.ide.eclipse.ddms/src/com/android/ide/eclipse/ddms/views/ |
FileExplorerView.java | 19 import com.android.ddmlib.Client; 155 * Sent when a new {@link Client} is selected. 157 * @param selectedClient The selected client. 160 public void selectionChanged(Client selectedClient) {
|
DeviceView.java | 21 import com.android.ddmlib.Client; 140 public void onEndFailure(final Client client, final String message) { 147 client.getClientData().getClientDescription(), 152 // current selection. as the client is finished dumping 161 public void onSuccess(final String remoteFilePath, final Client client) { 165 final IDevice device = client.getDevice(); 168 final SyncService sync = client.getDevice().getSyncService(); 199 client.getClientData().getClientDescription() + DOT_HPROF [all...] |
/external/ppp/pppd/plugins/radius/etc/ |
dictionary.ascend | 26 ATTRIBUTE Ascend-Client-Gateway 132 ipaddr 29 ATTRIBUTE Ascend-Client-Primary-DNS 135 ipaddr 30 ATTRIBUTE Ascend-Client-Secondary-DNS 136 ipaddr 31 ATTRIBUTE Ascend-Client-Assign-DNS 137 integer 38 ATTRIBUTE Ascend-Assign-IP-Client 144 ipaddr 49 ATTRIBUTE Ascend-Multicast-Client 155 integer 172 VALUE Ascend-Handle-IPX Handle-IPX-Client 1 275 VALUE Ascend-Multicast-Client Multicast-No 0 276 VALUE Ascend-Multicast-Client Multicast-Yes 1 284 VALUE Ascend-Client-Assign-DNS DNS-Assign-No [all...] |
/frameworks/av/services/camera/libcameraservice/ |
CameraService.h | 64 class Client; 161 // Client functionality 212 // Return the package name for this client 215 // Notify client about a fatal error 219 // Get the UID of the application client using this 222 // Get the PID of the application client using this 225 // Check what API level is used for this client. This is used to determine which 268 OpsCallback(wp<BasicClient> client); 285 class Client : public hardware::BnCamera, public BasicClient 292 virtual status_t connect(const sp<hardware::ICameraClient>& client) = 0 835 sp<CLIENT> client = nullptr; local [all...] |