HomeSort by relevance Sort by last modified time
    Searched defs:REQUEST (Results 1 - 25 of 35) sorted by null

1 2

  /external/guice/extensions/servlet/src/com/google/inject/servlet/
ServletScopes.java 48 * A threadlocal scope map for non-http request scopes. The {@link #REQUEST}
49 * scope falls back to this scope map if no http request is available, and
59 * HTTP servlet request scope.
61 public static final Scope REQUEST = new Scope() {
65 /** Keys bound in request-scope which are handled directly by GuiceFilter. */
72 // Check if the alternate request scope should be used, if no HTTP
73 // request is in progress.
77 // unlike the HTTP request because we're the only ones who have
98 } // else: fall into normal HTTP request scope and out of scop
    [all...]
  /external/protobuf/src/google/protobuf/compiler/cpp/
cpp_service.h 77 enum RequestOrResponse { REQUEST, RESPONSE };
101 // Generate the Get{Request,Response}Prototype() methods.
  /external/protobuf/src/google/protobuf/compiler/java/
java_service.h 65 enum RequestOrResponse { REQUEST, RESPONSE };
106 // Generate the implementations of Service.get{Request,Response}Prototype().
  /frameworks/av/services/camera/libcameraservice/utils/
TagMonitor.h 42 REQUEST,
  /external/oauth/core/src/main/java/net/oauth/http/
HttpMessage.java 31 * An HTTP request or response.
146 /** The name of a dump entry whose value is the HTTP request. */
147 public static final String REQUEST = "HTTP request";
  /packages/apps/Settings/src/com/android/settings/network/
VpnPreferenceController.java 55 private static final NetworkRequest REQUEST = new NetworkRequest.Builder()
112 mConnectivityManager.registerNetworkCallback(REQUEST, mNetworkCallback);
  /external/caliper/caliper/src/main/java/com/google/caliper/runner/
ServerSocketService.java 91 private enum Source { REQUEST, ACCEPT}
134 return getConnectionImpl(id, Source.REQUEST);
  /external/chromium-trace/catapult/telemetry/third_party/web-page-replay/
httparchive_test.py 34 REQUEST = create_request(REQUEST_HEADERS)
51 self.archive[self.REQUEST] = self.RESPONSE
53 # Also add an identical POST request for testing
54 request = httparchive.ArchivedHttpRequest(
56 self.archive[request] = self.RESPONSE
66 request = httparchive.ArchivedHttpRequest
68 self.assertEqual(request._TrimHeaders(header1),
72 self.assertEqual(request._TrimHeaders(header2), [])
76 self.assertEqual(request._TrimHeaders(header3), [('hello', 'world')])
80 self.assertEqual(request._TrimHeaders(header4)
    [all...]
  /external/dhcpcd-6.8.2/
dhcp-common.h 43 #define REQUEST (1 << 0)
  /frameworks/base/core/java/android/net/
NetworkRequest.java 26 * Defines a request for a network, made through {@link NetworkRequest.Builder} and used
27 * to request a network via {@link ConnectivityManager#requestNetwork} or listen for changes
32 * The {@link NetworkCapabilities} that define this request.
38 * Identifies the request. NetworkRequests should only be constructed by
40 * the request.
58 * - REQUEST, capable of causing a specific network to be created
59 * first (e.g. a telephony DUN request), the framework will issue
66 * default Internet request (mDefaultRequest), but which cannot cause
68 * specific network. Note that from the point of view of the request
69 * matching code, TRACK_DEFAULT is identical to REQUEST: its specia
    [all...]
ConnectivityManager.java 78 * <li>Provide an API that allows applications to request and select networks for their data
468 * {@link #requestNetwork(NetworkRequest, NetworkCallback)} to request a network that
480 * {@link #requestNetwork(NetworkRequest, NetworkCallback)} to request a network that
498 * {@link #requestNetwork(NetworkRequest, NetworkCallback)} to request a network that
1133 NetworkRequest request = null; local
2733 NetworkRequest request = getObject(message, NetworkRequest.class); local
2865 final NetworkRequest request; local
    [all...]
  /frameworks/opt/bluetooth/src/android/bluetooth/client/map/
BluetoothMasObexClientSession.java 50 private static final int REQUEST = 2;
88 case REQUEST:
116 public boolean makeRequest(BluetoothMasRequest request) {
117 if (DBG) Log.d(TAG, "makeRequest called with: " + request);
119 boolean status = mHandler.sendMessage(mHandler.obtainMessage(REQUEST, request));
171 private void executeRequest(BluetoothMasRequest request) {
173 request.execute(mSession);
174 mSessionHandler.obtainMessage(MSG_REQUEST_COMPLETED, request).sendToTarget();
176 if (DBG) Log.d(TAG, "Request failed: " + request)
    [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/mapclient/
MasClient.java 43 private static final int REQUEST = 2;
141 private void executeRequest(Request request) {
143 request.execute(mSession);
145 request).sendToTarget();
147 if (DBG) Log.d(TAG, "Request failed: " + request);
153 public boolean makeRequest(Request request) {
154 if (DBG) Log.d(TAG, "makeRequest called with: " + request);
    [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/
TelephonyNetworkFactory.java 158 private static final boolean REQUEST = true;
166 if (action == REQUEST) {
182 applyRequests(mDefaultRequests, (mIsActive ? REQUEST : RELEASE), logString);
184 applyRequests(mSpecificRequests, (mIsActive ? REQUEST : RELEASE), logString);
210 applyRequests(mDefaultRequests, (mIsDefault ? REQUEST : RELEASE), logString);
226 // request only for the default network
266 // request only for the default network
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
SecurityControllerImpl.java 63 private static final NetworkRequest REQUEST = new NetworkRequest.Builder()
111 mConnectivityManager.registerNetworkCallback(REQUEST, mNetworkCallback);
  /libcore/ojluni/src/main/java/java/util/concurrent/
SynchronousQueue.java 224 static final int REQUEST = 0;
227 /** Node is fulfilling another unfulfilled DATA or REQUEST */
351 int mode = (e == null) ? REQUEST : DATA;
369 return (E) ((mode == REQUEST) ? m.item : s.item);
385 return (E) ((mode == REQUEST) ? m.item : s.item);
    [all...]
  /external/wpa_supplicant_8/src/ap/
wpa_auth.c 811 "received EAPOL-Key Error Request "
831 * Error report is not a request for a new key handshake, but since
897 enum { PAIRWISE_2, PAIRWISE_4, GROUP_2, REQUEST,
985 msg = REQUEST;
986 msgtxt = "Request";
1001 if (msg == REQUEST || msg == PAIRWISE_2 || msg == PAIRWISE_4 ||
1044 "received EAPOL-Key request with "
    [all...]
  /frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/mocks/
ConnectivityServiceMock.java 85 * used to add a network request
91 * used to add a network listener - no request
97 * used to remove a network request, either a listener or a real request
194 private boolean isRequest(NetworkRequest request) {
195 return mNetworkRequests.get(request).isRequest;
206 //NetworkAgentInfo nai = mNetworkForRequestId.get(nri.request.requestId);
209 (nai != null ? nai.getCurrentScore() : 0), 0, nri.request);
274 // NetworkRequest request = nai.networkRequests.valueAt(i);
275 // NetworkAgentInfo currentNetwork = mNetworkForRequestId.get(request.requestId)
345 final NetworkRequest request; field in class:ConnectivityServiceMock.NetworkRequestInfo
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
javax.servlet.jsp_2.0.0.v200806031607.jar 
org.mortbay.jetty.server_6.1.23.v201004211559.jar 
  /prebuilts/tools/common/m2/repository/javax/servlet/servlet-api/2.3/
servlet-api-2.3.jar 
  /prebuilts/tools/common/m2/repository/io/netty/netty-codec-socks/4.1.6.Final/
netty-codec-socks-4.1.6.Final.jar 
  /external/guice/extensions/struts2/lib/
jsp-api-2.1.jar 
jetty-6.1.0.jar 
  /prebuilts/tools/common/m2/repository/org/apache/velocity/velocity/1.5/
velocity-1.5.jar 

Completed in 457 milliseconds

1 2