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

1 2 3

  /external/testng/src/main/java/org/testng/
IConfigurable.java 6 * the configuration method will then be performed upon invocation of the callBack()
13 public void run(IConfigureCallBack callBack, ITestResult testResult);
IHookable.java 6 * the test method will then be performed upon invocation of the callBack()
19 * icb.callback(testResult);
29 public void run(IHookCallBack callBack, ITestResult testResult);
  /external/testng/src/test/java/test/hook/
ConfigurableListener.java 14 public void run(IConfigureCallBack callBack, ITestResult testResult) {
16 Object[] parameters = callBack.getParameters();
20 callBack.runConfigurationMethod(testResult);
HookListener.java 11 public void run(IHookCallBack callBack, ITestResult testResult) {
13 callBack.runTestMethod(testResult);
ConfigurableSuccessTest.java 16 public void run(IConfigureCallBack callBack, ITestResult testResult) {
18 Object[] parameters = callBack.getParameters();
22 callBack.runConfigurationMethod(testResult);
HookSuccess862Test.java 14 public void run(IHookCallBack callBack, ITestResult testResult) {
16 for (int i = 0; i < callBack.getParameters().length; i++) {
21 callBack.getParameters()[0] = callBack.getParameters()[0] + named.value();
25 callBack.runTestMethod(testResult);
HookSuccess599Test.java 22 public void run(IHookCallBack callBack, ITestResult testResult) {
24 Object[] parameters = callBack.getParameters();
28 callBack.runTestMethod(testResult);
HookSuccessTest.java 22 public void run(IHookCallBack callBack, ITestResult testResult) {
24 Object[] parameters = callBack.getParameters();
28 callBack.runTestMethod(testResult);
ConfigurableFailureTest.java 15 public void run(IConfigureCallBack callBack, ITestResult testResult) {
17 // Not calling the callback
HookFailureTest.java 13 public void run(IHookCallBack callBack, ITestResult testResult) {
15 // Not invoking the callback: the method should not be run
  /frameworks/base/core/tests/coretests/src/android/os/
IBinderThreadPriorityService.aidl 22 void callBack(IBinderThreadPriorityService recurse);
BinderThreadPriorityService.java 41 public void callBack(IBinderThreadPriorityService recurse) {
43 recurse.callBack(this);
45 Log.e(TAG, "Binder callback failed", e);
52 recurse.callBack(this);
54 Log.e(TAG, "Binder callback failed", e);
BinderThreadPriorityTest.java 55 public void callBack(IBinderThreadPriorityService cb) { fail(); }
133 public void callBack(IBinderThreadPriorityService cb) {
  /frameworks/base/core/java/android/widget/
DoubleDigitManager.java 30 private final CallBack mCallBack;
37 * @param callBack The callback to indicate what's going on with the user.
39 public DoubleDigitManager(long timeoutInMillis, CallBack callBack) {
41 mCallBack = callBack;
75 * The callback to indicate what is going on with the digits pressed.
77 static interface CallBack {
  /packages/apps/Contacts/src/com/android/contacts/datepicker/
DatePickerDialog.java 64 * The callback used to indicate the user is done filling in the date.
80 * @param callBack How the parent is notified that the date is set.
86 OnDateSetListener callBack,
90 this(context, callBack, year, monthOfYear, dayOfMonth, false);
95 * @param callBack How the parent is notified that the date is set.
103 OnDateSetListener callBack,
109 this(context, /* themeId = */ -1, callBack, year, monthOfYear, dayOfMonth,
116 * @param callBack How the parent is notified that the date is set.
124 OnDateSetListener callBack,
128 this(context, theme, callBack, year, monthOfYear, dayOfMonth, false)
    [all...]
  /external/mdnsresponder/mDNSWindows/DLLStub/
DLLStub.cpp 134 DNSServiceDomainEnumReply callBack,
144 ret = func( sdRef, flags, interfaceIndex, callBack, context );
164 DNSServiceRegisterReply callBack,
174 ret = func( sdRef, flags, interfaceIndex, name, regtype, domain, host, port, txtLen, txtRecord, callBack, context );
259 DNSServiceBrowseReply callBack,
269 ret = func( sdRef, flags, interfaceIndex, regtype, domain, callBack, context );
285 DNSServiceResolveReply callBack,
295 ret = func( sdRef, flags, interfaceIndex, name, regtype, domain, callBack, context );
353 DNSServiceRegisterRecordReply callBack,
363 ret = func( sdRef, RecordRef, flags, interfaceIndex, fullname, rrtype, rrclass, rdlen, rdata, ttl, callBack, context )
    [all...]
  /external/mdnsresponder/mDNSShared/
dns_sd.h 158 * regardless of the function or callback being used. For any given function or callback,
161 * and callback. In some cases, for a particular call, it may be that no flags are currently
174 /* MoreComing indicates to a callback that at least one more result is
192 * conjunction with "Add". An enumeration callback with the "Add"
201 * flag set, name conflicts will result in a callback. The NoAutorename flag
297 * but not necessarily more results for this particular callback function.
298 * The implication of this for client programmers is that when a callback
301 * that its UI needs to be updated. Then, later when a callback is eventually
304 * updating, not just the UI elements related to the particular callback
    [all...]
dnssd_clientstub.c 116 // client stub callback to process message from server and deliver results to client application
141 void *AppCallback; // Client callback function and context
821 // We can't touch the sdr after the callback as it can be deallocated in the callback
    [all...]
  /external/webrtc/webrtc/modules/video_capture/
video_capture.h 99 // Register capture data callback
103 // Remove capture data callback
106 // Register capture callback.
107 virtual void RegisterCaptureCallback(VideoCaptureFeedBack& callBack) = 0;
109 // Remove capture callback.
video_capture_impl.h 64 virtual void RegisterCaptureCallback(VideoCaptureFeedBack& callBack);
121 TickTime _lastFrameRateCallbackTime; // last time the frame rate callback function was called.
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/
UiccPkcs15.java 61 // convert to String then send to callback message.
81 public boolean loadFile(String fileId, Message callBack) {
83 if (fileId == null || callBack == null) return false;
85 mCallback = callBack;
145 public Pkcs15Selector(Message callBack) {
146 mCallback = callBack;
  /hardware/interfaces/media/omx/1.0/vts/functional/common/
media_hidl_test_common.h 87 * Handle Callback functions EmptythisBuffer(), FillthisBuffer(),
93 : callBack(fn) {}
124 if (callBack) callBack(*it, &(*oBuffers)[i]);
139 if (callBack) callBack(*it, &(*iBuffers)[i]);
165 std::function<void(Message, const BufferInfo*)> callBack;
  /packages/services/Telephony/src/com/android/phone/
ChangeIccPinScreen.java 205 Message callBack = Message.obtain(mHandler,
215 newPin1, callBack);
218 newPin1, callBack);
  /cts/tests/app/app/src/android/app/stubs/
DialogStubActivity.java 414 public MockDatePickerDialog(Context context, OnDateSetListener callBack, int year,
416 super(context, callBack, year, monthOfYear, dayOfMonth);
419 public MockDatePickerDialog(Context context, int theme, OnDateSetListener callBack,
421 super(context, theme, callBack, year, monthOfYear, dayOfMonth);
  /frameworks/native/libs/binder/tests/
binderLibTest.cpp 472 TEST_F(BinderLibTest, CallBack)
476 sp<BinderLibTestCallBack> callBack = new BinderLibTestCallBack();
477 data.writeStrongBinder(callBack);
480 ret = callBack->waitEvent(5);
482 ret = callBack->getResult();
568 sp<BinderLibTestCallBack> callBack[clientcount];
579 callBack[i] = new BinderLibTestCallBack();
581 data.writeStrongBinder(callBack[i]);
602 ret = callBack[i]->waitEvent(5);
604 ret = callBack[i]->getResult()
878 sp<IBinder> callback; local
    [all...]

Completed in 1662 milliseconds

1 2 3