HomeSort by relevance Sort by last modified time
    Searched full:notifyresult (Results 1 - 25 of 33) sorted by null

1 2

  /external/chromium_org/chrome/browser/
chrome_process_singleton.cc 32 ProcessSingleton::NotifyResult
process_singleton.h 52 enum NotifyResult {
79 NotifyResult NotifyOtherProcessOrCreate();
101 NotifyResult NotifyOtherProcess();
106 NotifyResult NotifyOtherProcessWithTimeout(
110 NotifyResult NotifyOtherProcessWithTimeoutOrCreate(
chrome_process_singleton_win_unittest.cc 45 ProcessSingleton::NotifyResult result = ps1.NotifyOtherProcessOrCreate();
69 ProcessSingleton::NotifyResult result = ps1.NotifyOtherProcessOrCreate();
109 ProcessSingleton::NotifyResult result = ps1.NotifyOtherProcessOrCreate();
chrome_process_singleton.h 48 ProcessSingleton::NotifyResult NotifyOtherProcessOrCreate();
process_singleton_win.cc 280 ProcessSingleton::NotifyResult ProcessSingleton::NotifyOtherProcess() {
330 ProcessSingleton::NotifyResult
332 ProcessSingleton::NotifyResult result = PROCESS_NONE;
process_singleton_posix_unittest.cc 163 ProcessSingleton::NotifyResult NotifyOtherProcess(
183 ProcessSingleton::NotifyResult NotifyOtherProcessOrCreate(
chrome_browser_main.h 175 ProcessSingleton::NotifyResult notify_result_;
process_singleton_posix.cc 745 ProcessSingleton::NotifyResult ProcessSingleton::NotifyOtherProcess() {
751 ProcessSingleton::NotifyResult ProcessSingleton::NotifyOtherProcessWithTimeout(
878 ProcessSingleton::NotifyResult ProcessSingleton::NotifyOtherProcessOrCreate() {
884 ProcessSingleton::NotifyResult
888 NotifyResult result = NotifyOtherProcessWithTimeout(command_line,
    [all...]
  /external/chromium_org/v8/benchmarks/
run.js 60 BenchmarkSuite.RunSuites({ NotifyResult: PrintResult,
base.js 177 BenchmarkSuite.prototype.NotifyResult = function() {
181 if (this.runner.NotifyResult) {
183 this.runner.NotifyResult(this.name, formatted);
257 suite.NotifyResult();
run.html 55 NotifyResult: AddResult,
  /frameworks/base/core/java/android/os/
Registrant.java 49 notifyResult(Object result)
RegistrantList.java 95 notifyResult(Object result)
  /cts/suite/cts/deviceTests/browserbench/assets/octane/
base.js 182 BenchmarkSuite.prototype.NotifyResult = function() {
186 if (this.runner.NotifyResult) {
188 this.runner.NotifyResult(this.name, formatted);
262 suite.NotifyResult();
run.js 65 BenchmarkSuite.RunSuites({ NotifyResult: PrintResult,
index.html 94 NotifyResult : AddResult,
  /cts/tests/tests/view/src/android/view/cts/
DisplayRefreshRateTest.java 56 public final synchronized void notifyResult(float fps) {
127 mResult.notifyResult((float)mNumFrames / elapsed);
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
ImsPhoneBase.java 206 mDisconnectRegistrants.notifyResult(cn);
210 mUnknownConnectionRegistrants.notifyResult(this);
214 mSuppServiceFailedRegistrants.notifyResult(code);
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/sip/
SipPhoneBase.java 186 mDisconnectRegistrants.notifyResult(cn);
190 mUnknownConnectionRegistrants.notifyResult(this);
194 mSuppServiceFailedRegistrants.notifyResult(code);
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/
CDMAPhone.java     [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/
SIMRecords.java 422 mRecordsEventsRegistrants.notifyResult(EVENT_MWI);
484 mRecordsEventsRegistrants.notifyResult(EVENT_CFI);
804 mRecordsEventsRegistrants.notifyResult(EVENT_MWI);
833 mRecordsEventsRegistrants.notifyResult(EVENT_MWI);
    [all...]
IccRecords.java 217 r.notifyResult(EVENT_MWI);
218 r.notifyResult(EVENT_CFI);
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/
GSMPhone.java 446 mDisconnectRegistrants.notifyResult(cn);
452 mUnknownConnectionRegistrants.notifyResult(cn);
456 mSuppServiceFailedRegistrants.notifyResult(code);
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/ui/tree/
UiTreeBlock.java     [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/
ServiceStateTracker.java 276 mDataRegStateOrRatChangedRegistrants.notifyResult(new Pair<Integer, Integer>(drs, rat));
    [all...]

Completed in 1521 milliseconds

1 2