HomeSort by relevance Sort by last modified time
    Searched full:receiver (Results 276 - 300 of 1208) sorted by null

<<11121314151617181920>>

  /external/junit/src/org/junit/runner/manipulation/
Filter.java 82 * @param child the runner to be filtered by the receiver
83 * @throws NoTestsRemainException if the receiver removes all tests
  /external/kernel-headers/original/linux/
if_hippi.h 64 int rx_over_errors; /* receiver ring buff overflow */
68 int rx_missed_errors; /* receiver missed packet */
  /external/qemu/telephony/
sms.h 93 /* retrieve the receiver address of a SMS-SUBMIT pdu, return -1 otherwise */
104 /** SMS SUBMIT RECEIVER
  /external/srtp/include/
rtp.h 13 * rtp_receiver_t receiver side socket and rtp info
73 rtp_recvfrom(rtp_receiver_t receiver, void *msg, int *len);
  /external/tcpdump/
slcompress.h 36 * the receiver implicitly knows what changed -- see below).
57 * this type of packet syncs the sender & receiver); and compressed
  /external/v8/src/
accessors.h 110 static MaybeObject* ObjectGetPrototype(Object* receiver, void*);
111 static MaybeObject* ObjectSetPrototype(JSObject* receiver,
  /external/v8/src/arm/
codegen-arm.cc 81 // -- r2 : receiver
104 // -- r2 : receiver
132 // Update receiver's map.
143 // Replace receiver's backing store with newly created FixedDoubleArray.
239 // -- r2 : receiver
322 // Replace receiver's backing store with newly created and filled FixedArray.
335 // Update receiver's map.
353 // Fetch the instance type of the receiver into result register.
  /external/v8/src/mips/
codegen-mips.cc 80 // -- a2 : receiver
103 // -- a2 : receiver
133 // Update receiver's map.
144 // Replace receiver's backing store with newly created FixedDoubleArray.
246 // -- a2 : receiver
332 // Replace receiver's backing store with newly created and filled FixedArray.
345 // Update receiver's map.
363 // Fetch the instance type of the receiver into result register.
  /external/v8/test/mjsunit/
arguments-apply.js 72 function NonObjectReceiver(receiver) {
73 return ReturnReceiver.apply(receiver, arguments);
  /external/v8/test/mjsunit/compiler/
inline-arguments.js 53 A.prototype.X.apply = function (receiver, args) {
54 return Function.prototype.apply.call(this, receiver, args);
inline-two.js 53 // Test that we can inline a call on a non-variable receiver.
78 // Test that we can inline a call on a non-variable receiver.
  /external/v8/test/mjsunit/regress/
regress-1081309.js 32 // Make sure that the backtrace command can be processed when the receiver is
100 // Break on the exception to do a backtrace with undefined as receiver.
  /external/webkit/Tools/DumpRenderTree/qt/
EventSenderQt.h 90 void sendEvent(QObject* receiver, QEvent* event);
91 void postEvent(QObject* receiver, QEvent* event);
  /frameworks/base/core/java/android/app/
ApplicationErrorReport.java 54 // System property defining error report receiver for system apps
55 static final String SYSTEM_APPS_ERROR_RECEIVER_PROPERTY = "ro.error.receiver.system.apps";
57 // System property defining default error report receiver
58 static final String DEFAULT_ERROR_RECEIVER_PROPERTY = "ro.error.receiver.default";
169 // look for receiver in the installer package
177 // error receiver
186 // if there is a default receiver, try that
206 // break the loop if it's the error report receiver package that crashed
  /frameworks/base/core/java/android/app/admin/
DeviceAdminInfo.java 227 * @param receiver The ResolveInfo returned from the package manager about
230 public DeviceAdminInfo(Context context, ResolveInfo receiver)
232 mReceiver = receiver;
233 ActivityInfo ai = receiver.activityInfo;
314 * Return the class name of the receiver component that implements
322 * Return the raw information about the receiver implementing this
330 * Return the component of the receiver that implements this device admin.
433 pw.println(prefix + "Receiver:");
  /frameworks/base/core/java/android/os/
ResultReceiver.java 68 * Deliver a result to this receiver. Will call {@link #onReceiveResult},
69 * always asynchronously if the receiver has supplied a Handler in which
  /frameworks/base/docs/html/intl/es/training/monitoring-device-state/
manifest-receivers.jd 40 <pre>ComponentName receiver = new ComponentName(context, myReceiver.class);
44 pm.setComponentEnabledSetting(receiver,
  /packages/apps/Contacts/src/com/android/contacts/vcard/
ImportRequest.java 87 * The count of vCard entries in {@link #uri}. A receiver of this object can use it
88 * when showing the progress of import. Thus a receiver must be able to torelate this
  /packages/apps/Exchange/exchange2/src/com/android/exchange/
EmailSyncAlarmReceiver.java 43 * 4) ESAR Receiver's onReceive method is called
111 Log.e("EmailSyncAlarmReceiver", "EmailProvider unavailable; aborting alarm receiver");
  /packages/apps/LegacyCamera/
AndroidManifest.xml 26 <receiver android:name="com.android.camera.CameraButtonIntentReceiver">
30 </receiver>
  /packages/inputmethods/LatinIME/java/
AndroidManifest.xml 72 <receiver android:name="SuggestionSpanPickedNotificationReceiver" android:enabled="true">
76 </receiver>
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
if_hippi.h 64 int rx_over_errors; /* receiver ring buff overflow */
68 int rx_missed_errors; /* receiver missed packet */
if_link.h 22 __u32 rx_over_errors; /* receiver ring buff overflow */
26 __u32 rx_missed_errors; /* receiver missed packet */
netdevice.h 92 unsigned long rx_over_errors; /* receiver ring buff overflow */
96 unsigned long rx_missed_errors; /* receiver missed packet */
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/
if_hippi.h 64 int rx_over_errors; /* receiver ring buff overflow */
68 int rx_missed_errors; /* receiver missed packet */

Completed in 3370 milliseconds

<<11121314151617181920>>