HomeSort by relevance Sort by last modified time
    Searched refs:Server (Results 51 - 68 of 68) sorted by null

1 23

  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.mortbay.jetty.server_6.1.23.v201004211559.jar 
  /external/chromium_org/chrome/browser/resources/google_now/
utility.js 25 // TODO(vadimt): Use server name in the manifest.
28 * Notification server URL.
79 * Builds an error object with a message that may be sent to the server.
81 * server.
102 * Builds a request to the notification server.
104 * @param {string} handlerName Server handler to send the request to.
106 * @return {XMLHttpRequest} Server request.
120 * Sends an error report to the server.
191 * Reports an error to the server and the user, as appropriate.
    [all...]
  /external/chromium_org/chrome/common/extensions/docs/examples/apps/hello-python/oauth2/
__init__.py 147 the signature, to prove that the requester is who the server gave the
578 class Server(object):
583 can use it with your web server or web framework to protect certain
611 """Verify the correct version request for this server."""
  /external/chromium_org/third_party/skia/gm/rebaseline_server/
server.py 9 HTTP server for our HTML rebaseline viewer.
41 # Server.results() property. See discussion at
42 # https://codereview.chromium.org/195943004/diff/1/gm/rebaseline_server/server.py#newcode44
67 # Keys that server.py uses to create the toplevel content header.
84 # Directory, relative to PARENT_DIRECTORY, within which the server will serve
172 """Creates an index file linking to all results available from this server.
259 class Server(object):
260 """ HTTP server for our HTML rebaseline viewer. """
279 export: whether to allow HTTP clients on other hosts to access this server
352 this server. ""
    [all...]
  /external/nist-sip/java/gov/nist/javax/sip/
DialogFilter.java 39 import gov.nist.javax.sip.header.Server;
339 * UAS core SHOULD generate a 482 (Loop Detected) response and pass it to the server
703 "Got a CANCEL, InviteServerTx = " + st + " cancel Server Tx ID = "
    [all...]
  /packages/apps/Gallery2/src/com/android/gallery3d/app/
PhotoPage.java 77 PhotoView.Listener, AppBridge.Server, ShareActionProvider.OnShareTargetSelectedListener,
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
xmlrpclib.py 108 ServerProxy Represents a logical connection to an XML-RPC server
120 Transport Handles an HTTP transaction to an XML-RPC server
121 SafeTransport Handles an HTTPS transaction to an XML-RPC server
229 # transport layer, if the server returns an error code other than 200
964 """server -> a object used to boxcar method calls
966 server should be a ServerProxy object.
980 def __init__(self, server):
981 self.__server = server
1623 server = ServerProxy("http:\/\/time.xmlrpc.com\/RPC2") variable
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
xmlrpclib.py 108 ServerProxy Represents a logical connection to an XML-RPC server
120 Transport Handles an HTTP transaction to an XML-RPC server
121 SafeTransport Handles an HTTPS transaction to an XML-RPC server
229 # transport layer, if the server returns an error code other than 200
964 """server -> a object used to boxcar method calls
966 server should be a ServerProxy object.
980 def __init__(self, server):
981 self.__server = server
1623 server = ServerProxy("http:\/\/time.xmlrpc.com\/RPC2") variable
    [all...]
  /external/chromium_org/net/quic/crypto/
common_cert_set_1_50.inc 310 Subject: O=VeriSign Trust Network, OU=VeriSign, Inc., OU=VeriSign International Server CA - Class 3, OU=www.verisign.com/CPS Incorp.by Ref. LIABILITY LTD.(c)97 VeriSign
333 TLS Web Server Authentication, TLS Web Client Authentication, Netscape Server Gated Crypto, 2.16.840.1.113733.1.8.1
    [all...]
common_cert_set_51_100.inc 61 Netscape Server Gated Crypto, 2.16.840.1.113733.1.8.1, TLS Web Server Authentication, TLS Web Client Authentication
258 TLS Web Server Authentication, TLS Web Client Authentication, Netscape Server Gated Crypto, 2.16.840.1.113733.1.8.1
476 TLS Web Server Authentication, TLS Web Client Authentication, Code Signing, Netscape Server Gated Crypto, 2.16.840.1.113733.1.8.1
    [all...]
  /external/chromium_org/third_party/sinonjs/src/
sinon.js 873 properties: ["spy", "stub", "mock", "clock", "server", "requests"],
    [all...]
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/port/
base.py 314 you're looking for (e.g., "HTTP Server"). Used for error logging.
    [all...]
  /packages/apps/Exchange/assets/
FolderSyncParserTest.txt 736 [14:02:29] EAS Parser| FolderDisplayName: Server Failures
    [all...]
FolderSyncParserTest2.txt 736 [14:02:29] EAS Parser| FolderDisplayName: Server Failures
    [all...]
FolderSyncParserTest3.txt     [all...]
  /external/robolectric/lib/main/
h2-1.2.147.jar 
  /external/mdnsresponder/mDNSCore/
uDNS.c 49 // question. Bit position is the index into the DNS server list. This is done so to try all
101 #pragma mark - Name Server List Management
111 LogMsg("mDNS_AddDNSServer: DNS server limit of %d reached, not adding this server", MAX_UNICAST_DNS_SERVERS);
126 if (!((*p)->flags & DNSServer_FlagDelete)) debugf("Note: DNS Server %#a:%d for domain %##s (%p) registered more than once", addr, mDNSVal16(port), d->c, interface);
162 // DNS server exceeds MAX_UCAST_UNANSWERED_QUERIES or when we receive an
163 // error e.g., SERV_FAIL from DNS server.
172 // This should never happen. Whenever we change DNS server, we change the ID on the question and hence
173 // we should never accept a response after we penalize a DNS server e.g., send two queries, no response,
174 // penalize DNS server and no new servers to pick for the question and hence qDNSServer is NULL. If w
    [all...]
mDNS.c     [all...]

Completed in 1313 milliseconds

1 23