HomeSort by relevance Sort by last modified time
    Searched refs:respond (Results 1 - 25 of 90) sorted by null

1 2 3 4

  /hardware/interfaces/gnss/1.0/
IGnssNi.hal 22 * to respond to NI notifications originating from the HAL.
40 respond(int32_t notifId, GnssUserResponseType userResponse);
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/scripts/
serve.py 13 def app(environ, respond):
21 respond('200 OK', [('Content-Type', type)])
24 respond('404 Not Found', [('Content-Type', 'text/plain')])
  /packages/apps/UnifiedEmail/src/com/android/mail/content/
ThreadSafeCursorWrapper.java 101 public Bundle respond(Bundle extras) { method in class:ThreadSafeCursorWrapper
106 return super.respond(extras);
109 return super.respond(extras);
  /frameworks/base/core/java/android/database/
IBulkCursor.java 54 Bundle respond(Bundle extras) throws RemoteException; method in interface:IBulkCursor
BulkCursorToCursorAdaptor.java 177 public Bundle respond(Bundle extras) { method in class:BulkCursorToCursorAdaptor
181 return mBulkCursor.respond(extras);
186 Log.w(TAG, "respond() threw RemoteException, returning an empty bundle.", e);
Cursor.java 476 Bundle respond(Bundle extras); method in interface:Cursor
CursorToBulkCursorAdaptor.java 275 public Bundle respond(Bundle extras) { method in class:CursorToBulkCursorAdaptor
279 return mCursor.respond(extras);
CursorWrapper.java 232 public Bundle respond(Bundle extras) { method in class:CursorWrapper
233 return mCursor.respond(extras);
BulkCursorNative.java 119 Bundle returnExtras = respond(extras);
265 public Bundle respond(Bundle extras) throws RemoteException { method in class:BulkCursorProxy
  /external/openssh/
auth-chall.c 94 switch (device->respond(authctxt->kbdintctxt, 1, resp)) {
103 device->respond(authctxt->kbdintctxt, 0, resp) == 0)
auth.h 102 * respond returns: 0 - success, 1 - need further interaction,
111 int (*respond)(void *ctx, u_int numresp, char **responses); member in struct:KbdintDevice
  /external/smali/
README.md 11 - [#smali on freenode](http://webchat.freenode.net/?channels=smali) - Free free to drop by and ask a question. Don't expect an instant response, but if you hang around someone will respond.
  /hardware/interfaces/gnss/1.0/default/
GnssNi.cpp 96 Return<void> GnssNi::respond(int32_t notifId, IGnssNiCallback::GnssUserResponseType userResponse) { function in class:android::hardware::gnss::V1_0::implementation::GnssNi
100 mGnssNiIface->respond(notifId, static_cast<GpsUserResponseType>(userResponse));
GnssNi.h 40 * Extended interface for Network-initiated (NI) support. This interface is used to respond to
53 Return<void> respond(int32_t notifId,
  /external/swiftshader/src/Main/
SwiftConfig.hpp 91 void respond(Socket *clientSocket, const char *request);
  /hardware/qcom/gps/msm8998/android/
GnssNi.cpp 64 Return<void> GnssNi::respond(int32_t notifId, IGnssNiCallback::GnssUserResponseType userResponse) { function in class:android::hardware::gnss::V1_0::implementation::GnssNi
GnssNi.h 51 Return<void> respond(int32_t notifId,
  /packages/apps/UnifiedEmail/src/com/android/mail/providers/protos/mock/
MockRespondMatrixCursor.java 43 public Bundle respond(Bundle request) { method in class:MockRespondMatrixCursor
  /external/autotest/client/cros/
dhcp_handling_rule.py 44 respond().
206 def respond(self, query_packet): member in class:DhcpHandlingRule
306 def respond(self, query_packet): member in class:DhcpHandlingRule_RespondToDiscovery
344 def respond(self, query_packet): member in class:DhcpHandlingRule_RejectRequest
426 def respond(self, query_packet): member in class:DhcpHandlingRule_RespondToRequest
575 def respond(self, query_packet): member in class:DhcpHandlingRule_RejectAndRespondToRequest
576 """ Respond to |query_packet| with a NAK then ACK or ACK then NAK. """
583 self).respond(query_packet)
  /external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/shadows/
ShadowCursorWrapper.java 204 public Bundle respond(Bundle bundle) { method in class:ShadowCursorWrapper
205 return wrappedCursor.respond(bundle);
  /external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/tester/android/database/
TestCursor.java 198 public Bundle respond(Bundle extras) { method in class:TestCursor
  /frameworks/base/test-runner/src/android/test/mock/
MockCursor.java 214 public Bundle respond(Bundle extras) { method in class:MockCursor
  /prebuilts/go/darwin-x86/src/text/template/
option.go 11 // missingKeyAction defines how to respond to indexing a map with a key that is not present.
  /prebuilts/go/linux-x86/src/text/template/
option.go 11 // missingKeyAction defines how to respond to indexing a map with a key that is not present.
  /external/nanohttpd/webserver/src/main/java/fi/iki/elonen/
SimpleWebServer.java 359 private Response respond(Map<String, String> headers, IHTTPSession session, String uri) { method in class:SimpleWebServer
419 return respond(headers, session, uri + indexFile);
429 return respond(rewrite.getHeaders(), session, rewrite.getUri());
464 return respond(Collections.unmodifiableMap(header), session, uri);
514 // respond with not-modified
546 // respond with not-modified
552 // respond with not-modified

Completed in 957 milliseconds

1 2 3 4