/external/qemu/telephony/ |
D | simulator.c | 31 } ClientRec, *Client; typedef 33 static Client 36 Client client = calloc( sizeof(*client), 1 ); in client_alloc() 43 client_free( Client client ) in client_free() 51 client_append( Client client, const char* str, int len ); 75 client_handle_line( Client client, const char* cmd ) in client_handle_line() 94 Client client = _client; in client_handler() 144 client_append( Client client, const char* str, int len ) in client_append() 168 Client client; in accept_func()
|
D | test2.c | 47 } ClientRec, *Client; typedef 49 static Client 52 Client client = calloc( sizeof(*client), 1 ); in client_alloc() 59 client_free( Client client ) in client_free() 67 client_append( Client client, const char* str, int len ); 70 client_handle_line( Client client, const char* cmd ) in client_handle_line() 106 Client client = _client; in client_handler() 157 client_append( Client client, const char* str, int len ) in client_append() 181 Client client; in accept_func()
|
/external/chromium/net/tools/fetch/ |
D | fetch_client.cc | 49 class Client { class 51 Client(net::HttpTransactionFactory* factory, const std::string& url) : in Client() function in Client 55 connect_callback_(this, &Client::OnConnectComplete)), in Client() 57 read_callback_(this, &Client::OnReadComplete)) { in Client() 111 net::CompletionCallbackImpl<Client> connect_callback_; 112 net::CompletionCallbackImpl<Client> read_callback_; 155 Client** clients = new Client*[client_limit]; in main() 157 clients[i] = new Client(factory, url); in main()
|
/external/ppp/pppd/plugins/radius/etc/ |
D | dictionary.compat | 4 ATTRIBUTE Client-Id 4 ipaddr 5 ATTRIBUTE Client-Port-Id 5 integer 31 ATTRIBUTE Client-Port-DNIS 30 string
|
D | 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 0 [all …]
|
D | servers | 1 #Server Name or Client/Server pair Key
|
/external/qemu/docs/ |
D | ANDROID-QEMUD-SERVICES.TXT | 57 1/ Client sends "power:light:brightness:<lightname>:<val>", where 69 2/ Client sends "set_led_state:<color-rgb>:<on-ms>:<off-ms>" where 79 3/ Client sends "vibrator:<timeout>", where <timeout> is a decimal value. 105 2/ Client sends "set-delay:<delay-ms>", where <delay-ms> is a decimal 109 3/ Client sends "wake", the service must immediately send back "wake" as 112 4/ Client sends "set:<sensor-name>:<flag>", where <sensor-name> is the
|
/external/quake/quake/src/QW/ |
D | qwrlnote.txt | 22 2.30 Chanes to QuakeWorld Client 50 2.21 Changes to QuakeWorld Client 63 - Client works on 2.20 and 2.21 servers 74 - Map checksumming. Client map must match server. 82 - Client userinfo spamming reduced 89 2.20 Changes to QuakeWorld Client 96 2.11 Changes to QuakeWorld Client 122 2.10 Changes to QuakeWorld Client 153 2.00 Changes to QuakeWorld Client 248 1.64 Changes to QuakeWorld Client
|
D | qwcl.x11.spec.sh | 22 Summary: X11 QuakeWorld Client
|
D | glqwcl.spec.sh | 22 Summary: OpenGL QuakeWorld Client
|
D | qwcl.spec.sh | 22 Summary: QuakeWorld Client
|
D | cmds.txt | 1 Client
|
/external/openssl/apps/ |
D | client.pem | 2 subject=/C=AU/ST=Queensland/O=CryptSoft Pty Ltd/CN=Client test cert (512 bit)
|
/external/dropbear/ |
D | TODO | 25 - Client agent forwarding
|
D | README | 35 Client public key auth:
|
/external/ipsec-tools/src/racoon/ |
D | TODO | 125 - Client End-to-End through client-to-GW tunnel SA, initiate from 127 - Client-to-GW transport SA for secure management
|
/external/dbus/doc/ |
D | dcop-howto.txt | 45 built on top of the Inter Client Exchange (ICE) protocol, which comes 286 A DCOP signal originates from a DCOP Object/DCOP Client combination (sender). 287 It can be connected to a function of another DCOP Object/DCOP Client 296 or DCOP Client. In that case signals from any DCOP Object and/or DCOP Client
|
/external/ipsec-tools/src/racoon/samples/roadwarrior/ |
D | README | 36 Client setup
|
/external/iproute2/doc/ |
D | nstat.sgml | 100 Client <tt/Xstat/, before trying to get information from the kernel,
|
/external/quake/quake/src/WinQuake/docs/ |
D | README | 69 OpenGL MCD (Mini Client Driver) to Linux. It is faster than Mesa 3-D
|
D | INSTALL | 100 OpenGL MCD (Mini Client Driver) to Linux. It is faster than Mesa 3-D
|
D | INSTALL.Quake | 100 OpenGL MCD (Mini Client Driver) to Linux. It is faster than Mesa 3-D
|
D | readme.glquake | 22 OpenGL MCD (Mini Client Driver) to Linux. It is faster than Mesa 3-D
|
/external/quake/quake/src/QW/docs/ |
D | readme.qwcl | 89 OpenGL MCD (Mini Client Driver) to Linux. It is faster than Mesa 3-D
|
/external/webkit/WebCore/platform/mac/ |
D | ClipboardMac.mm | 408 … // Client specifies point relative to element, not the whole image, which may include child
|