/packages/apps/Bluetooth/res/values-sk/ |
test_strings.xml | 12 <string name="start_server" msgid="9034821924409165795">"Spusti? server TCP"</string> 13 <string name="notify_server" msgid="4369106744022969655">"Upozorni? server TCP"</string>
|
/packages/apps/Bluetooth/res/values-sv/ |
test_strings.xml | 12 <string name="start_server" msgid="9034821924409165795">"Starta TCP-server"</string> 13 <string name="notify_server" msgid="4369106744022969655">"Avisera TCP-server"</string>
|
/packages/apps/Bluetooth/res/values-tl/ |
test_strings.xml | 12 <string name="start_server" msgid="9034821924409165795">"Simulan ang TCP server"</string> 13 <string name="notify_server" msgid="4369106744022969655">"I-notify ang TCP server"</string>
|
/external/chromium_org/native_client_sdk/src/tools/ |
httpd.py | 28 # via this HTTP server. Everything in the directory is served, so there should 65 if dirname in self.server.delegate_map: 66 result = self.server.delegate_map[dirname] 94 # Didn't find it, try the parent directory, but stop if this is the server 101 self.server.delegate_map[cur_dir] = delegate 111 abs_serve_dir = os.path.abspath(self.server.serve_dir) 122 self.server.Shutdown(result) 134 # TODO(binji): pyauto tests use the ?quit=1 method to kill the server. 158 if self.server.test_mode: 166 """Class to start a local HTTP server as a child process."" [all...] |
/cts/tests/tests/net/src/android/net/cts/ |
LocalServerSocketTest.java | 38 // establish connection between client and server 42 // send data from client to server 48 // send data from server to client 54 // close server socket
|
/external/chromium/chrome/browser/sync/engine/ |
clear_data_command.cc | 48 VLOG(1) << "Clearing server data"; 58 // Clear pending indicates that the server has received our clear message 62 // On failure, subsequent requests to the server will cause it to attempt 64 // response to a store birthday error from the server.
|
/external/chromium/chrome/browser/ui/gtk/ |
cairo_cached_surface.h | 15 // immutable after UsePixbuf() is called and can be sent to the X server 39 // the X server occurs at SetSource() time. Calling UsePixbuf() should only 40 // be done once as it clears cached data from the X server. 56 // server instead of on the client.
|
/external/chromium/chrome/common/extensions/docs/examples/apps/hello-php/ |
main.css | 75 #license-server-response span { 79 #license-server-response span.full { 83 #license-server-response span.free_trial { 87 #license-server-response span.no {
|
/external/chromium/net/websockets/ |
websocket_handshake_draft75.h | 39 // Reads server handshake message in |len| of |data|, updates |mode_| and 40 // returns number of bytes of the server handshake message. 43 // Returns negative if the server handshake message is incomplete. 47 // Processes server handshake message, parsed as |headers|, and updates
|
/external/chromium_org/chrome/browser/managed_mode/ |
managed_user_sync_service_observer.h | 10 // Called when the Sync server has acknowledged a newly
|
/external/chromium_org/chrome/browser/translate/ |
translate_script.h | 31 // translation server. 47 // The callback when the script is fetched or a server error occured. 59 // server. 62 // The callback called when the server sends a response.
|
/external/chromium_org/chrome/common/extensions/docs/examples/apps/hello-php/ |
main.css | 75 #license-server-response span { 79 #license-server-response span.full { 83 #license-server-response span.free_trial { 87 #license-server-response span.no {
|
/external/chromium_org/chrome/common/extensions/docs/server2/ |
persistent_object_store.py | 33 # If running the dev server, the futures don't complete until the server is 46 # If running the dev server, the futures don't complete until the server is
|
/external/chromium_org/chrome/common/translate/ |
translate_util.h | 12 // Converts language code synonym to use at Translate server.
|
/external/chromium_org/content/public/browser/android/ |
devtools_auth.h | 15 // devtools server, false if not.
|
/external/chromium_org/gpu/GLES2/extensions/CHROMIUM/ |
CHROMIUM_sync_point.txt | 23 by the server, it only guarantees submission order. 45 previous commands have been submitted to the server, or when the context is 48 namespace is shared between all contexts on the same server, including other 57 sync point becomes signaled. This is implemented as a server-side wait.
|
/external/chromium_org/ppapi/api/private/ |
ppb_tcp_server_socket_private.idl | 17 * server socket operations. 21 * Allocates a TCP server socket resource. 26 * Determines if a given resource is TCP server socket. 68 * server socket is destroyed.
|
/external/chromium_org/sync/engine/ |
conflict_util.cc | 20 // Allow the server's changes to take precedence. 28 // Overwrite the server with our own value. 29 // We will commit our local data, overwriting the server, at the next 41 // positional data from adjacent entries when the server update gets applied
|
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/servers/ |
http_server_base.py | 71 """Starts the server. It is an error to start an already started server. 74 assert not self._pid, '%s server is already running' % self._name 96 raise ServerError('Failed to start %s server' % self._name) 99 """Stops the server. Stopping a server that isn't started is harmless.""" 125 _log.debug("Attempting to shut down %s server at pid %d" % (self._name, self._pid)) 127 _log.debug("%s server at pid %d stopped" % (self._name, self._pid)) 135 of initialization required prior to starting the server that may fail.""" 146 """This routine must be implemented by subclasses to actually start the server [all...] |
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/tool/servers/ |
gardeningserver_unittest.py | 65 def __init__(self, server): 66 self.server = server 70 return GardeningExpectationsUpdater(self.server.tool, TestPortFactory.create()) 91 def _post_to_path(self, path, body=None, expected_stderr=None, expected_stdout=None, server=None): 92 handler = TestGardeningHTTPRequestHandler(server or MockServer()) 105 server = MockServer() 113 server.tool.executive.run_command = run_command 114 self._post_to_path('/lastroll', expected_stderr=expected_stderr, expected_stdout='== Begin Response ==\n3\n== End Response ==\n', server=server) [all...] |
/external/chromium_org/third_party/openssl/openssl/android.testssl/ |
testssl | 4 key=../apps/server.pem 9 cert=../apps/server.pem 38 echo test sslv2 with server authentication 45 echo test sslv2 with both client and server authentication 52 echo test sslv3 with server authentication 58 echo test sslv3 with both client and server authentication 64 echo test sslv2/sslv3 with server authentication 70 echo test sslv2/sslv3 with both client and server authentication 73 echo test sslv2/sslv3 with both client and server authentication and handshake cutthrough 79 echo test sslv2 with server authentication via BIO pai [all...] |
/external/dnsmasq/contrib/slackware-dnsmasq/ |
rc.dnsmasq.gz | |
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/scripts_cvs/searchcvs/ |
README.searchcvs.setup.web.txt | 5 Web Server Quick Setup:
|
/external/ganymed-ssh2/src/main/java/ch/ethz/ssh2/ |
SFTPException.java | 13 * error messages sent by the SFTP server. 44 * Get the error message sent by the server. Often, this 47 * @return the plain string as sent by the server. 55 * Get the error code sent by the server.
|
/external/javassist/sample/rmi/ |
start.html | 3 <p>1. Run the server on the local host (where your web browser is running):
|