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

1 2

  /external/apache-harmony/auth/src/test/java/common/org/apache/harmony/auth/tests/module/
Krb5LoginModuleTest.java 131 server.respond = KerberosErrorMessageTest.err_resp;
170 public byte[] respond; field in class:Krb5LoginModuleTest.KrbServer
192 if (respond != null) {
193 packet = new DatagramPacket(respond, respond.length, packet
  /frameworks/base/core/java/android/database/
IBulkCursor.java 54 Bundle respond(Bundle extras) throws RemoteException; method in interface:IBulkCursor
BulkCursorToCursorAdaptor.java 178 public Bundle respond(Bundle extras) { method in class:BulkCursorToCursorAdaptor
182 return mBulkCursor.respond(extras);
187 Log.w(TAG, "respond() threw RemoteException, returning an empty bundle.", e);
CursorWrapper.java 189 public Bundle respond(Bundle extras) { method in class:CursorWrapper
190 return mCursor.respond(extras);
Cursor.java 455 Bundle respond(Bundle extras); method in interface:Cursor
CursorToBulkCursorAdaptor.java 273 public Bundle respond(Bundle extras) { method in class:CursorToBulkCursorAdaptor
277 return mCursor.respond(extras);
BulkCursorNative.java 119 Bundle returnExtras = respond(extras);
265 public Bundle respond(Bundle extras) throws RemoteException { method in class:BulkCursorProxy
AbstractCursor.java 388 public Bundle respond(Bundle extras) { method in class:AbstractCursor
  /external/openssh/
auth-chall.c 92 switch (device->respond(authctxt->kbdintctxt, 1, resp)) {
101 device->respond(authctxt->kbdintctxt, 0, resp) == 0)
auth.h 94 * respond returns: 0 - success, 1 - need further interaction,
103 int (*respond)(void *ctx, u_int numresp, char **responses); member in struct:KbdintDevice
auth2-chall.c 309 res = kbdintctxt->device->respond(kbdintctxt->ctxt, nresp, response);
monitor.c 1088 ret = (sshpam_device.respond)(sshpam_ctxt, num, resp);
1093 ret = (sshpam_device.respond)(sshpam_ctxt, num, NULL);
    [all...]
  /external/bluetooth/bluez/tools/
hciattach_ti.c 181 static int is_it_texas(const uint8_t *respond)
185 manufacturer_id = MAKEWORD(respond[11], respond[12]);
190 static const char *get_firmware_name(const uint8_t *respond)
195 version = MAKEWORD(respond[13], respond[14]);
  /frameworks/base/test-runner/src/android/test/mock/
MockCursor.java 172 public Bundle respond(Bundle extras) { method in class:MockCursor
  /external/webkit/Tools/Scripts/webkitpy/tool/bot/
irc_command.py 135 return "%s: %s" % (nick, self.therapist.respond(" ".join(args)))
  /packages/apps/Mms/src/com/android/mms/
SuggestionsProvider.java 412 public Bundle respond(Bundle extras) { method in class:SuggestionsProvider.SuggestionsCursor
413 return mDatabaseCursor.respond(extras);
  /hardware/libhardware/include/hardware/
gps.h 610 void (*respond) (int notif_id, GpsUserResponseType user_response); member in struct:__anon17803
  /cts/tests/tests/database/src/android/database/cts/
AbstractCursorTest.java 144 Bundle bundle = mDatabaseCursor.respond(b);
147 bundle = mDatabaseCursor.respond(null);
CursorWrapperTest.java 394 Bundle bundle = cursorWrapper.respond(b);
  /external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/
profile.rb 341 [%s @ %s]: failed to write report to %p as it does not respond to :<<
  /external/qemu/hw/
bt-sdp.c 510 goto respond;
545 respond:
  /external/chromium/chrome/common/extensions/docs/examples/extensions/proxy_configuration/
proxy_form_controller.js 621 * @param {Event} e The `click` event to respond to.
651 * @param {Event} e The `click` event to respond to.
  /frameworks/base/services/jni/
com_android_server_location_GpsLocationProvider.cpp 528 sGpsNiInterface->respond(notifId, response);
  /prebuilts/sdk/12/
android.jar 
  /prebuilts/sdk/9/
android.jar 

Completed in 1063 milliseconds

1 2