/external/chromium/chrome/browser/chromeos/login/ |
user_image_loader.h | 79 // The message loop object of the thread in which we notify the delegate. 82 // Delegate to notify about finishing the load of the image.
|
account_creation_view.h | 23 // Notify about new user name and password. This notification is sent before
|
screen_observer.h | 46 // Notify about new user names and password. It is used to autologin
|
wizard_screen.h | 28 // Returns observer screen should notify.
|
/external/chromium/chrome/browser/ui/cocoa/extensions/ |
extension_view_mac.h | 45 // Method for the ExtensionHost to notify us about the correct size for 49 // Method for the ExtensionHost to notify us when the RenderViewHost has a
|
/external/chromium/third_party/libjingle/source/talk/examples/login/ |
xmpppump.cc | 31 XmppPump::XmppPump(XmppPumpNotify * notify) { 33 notify_ = notify;
|
/external/icu4c/common/ |
servnotf.h | 58 * Notifiers call notifyChanged when they wish to notify listeners. 113 * Subclasses implement this to notify the listener.
|
/external/valgrind/unittest/ |
mac_tests.mm | 114 StealthNotification *notify, 118 notify->signal();
|
/frameworks/base/media/libmediaplayerservice/nuplayer/ |
NuPlayer.h | 53 // Will notify the driver through "notifyResetComplete" once finished. 56 // Will notify the driver through "notifySeekComplete" once finished.
|
/frameworks/base/media/libstagefright/ |
ACodec.cpp | 1129 sp<AMessage> notify = mNotify->dup(); local 1226 sp<AMessage> notify = mNotify->dup(); local 1396 sp<AMessage> notify = mCodec->mNotify->dup(); local 1607 sp<AMessage> notify = mCodec->mNotify->dup(); local 1625 sp<AMessage> notify = mCodec->mNotify->dup(); local 1744 sp<AMessage> notify = mCodec->mNotify->dup(); local 1754 sp<AMessage> notify = mCodec->mNotify->dup(); local 1816 sp<AMessage> notify = new AMessage(kWhatOMXMessage, mCodec->id()); local 2356 sp<AMessage> notify = mCodec->mNotify->dup(); local 2471 sp<AMessage> notify = mCodec->mNotify->dup(); local [all...] |
/packages/apps/Bluetooth/src/com/android/bluetooth/opp/ |
BluetoothOppNotification.java | 141 if (!mHandler.hasMessages(NOTIFY)) { 143 mHandler.sendMessage(mHandler.obtainMessage(NOTIFY)); 148 private static final int NOTIFY = 0; 159 case NOTIFY: 162 if (V) Log.v(TAG, "new notify threadi!"); 166 mHandler.sendMessageDelayed(mHandler.obtainMessage(NOTIFY), 1000); 169 mHandler.sendMessageDelayed(mHandler.obtainMessage(NOTIFY), 1000); 298 mNotificationMgr.notify(item.id, b.getNotification()); 374 mNotificationMgr.notify(NOTIFICATION_ID_OUTBOUND, outNoti); 421 mNotificationMgr.notify(NOTIFICATION_ID_INBOUND, inNoti) [all...] |
/cts/tests/res/layout/ |
autocompletetextview_layout.xml | 25 android:text="@string/notify" />
|
/cts/tests/tests/app/src/android/app/cts/ |
CTSActivityTestCaseBase.java | 39 mSync.notify();
|
/cts/tests/tests/permission2/src/android/permission2/cts/ |
NoReceiveSmsPermissionTest.java | 134 notify(); method 154 // set this to true, but don't notify receiver since we don't know if message received 160 // test environment failure, notify observer so it can stop listening 162 notify(); method
|
/dalvik/dx/tests/089-dex-define-object/ |
Object.java | 34 public final native void notify(); method in class:Object
|
/development/samples/ApiDemos/res/layout/ |
incoming_message.xml | 23 android:id="@+id/notify"
|
/development/samples/ApiDemos/src/com/example/android/apis/app/ |
FragmentRetainInstance.java | 184 mThread.notify(); 198 mThread.notify(); 216 mThread.notify(); 228 mThread.notify();
|
/development/samples/Support4Demos/src/com/example/android/supportv4/app/ |
FragmentRetainInstanceSupport.java | 185 mThread.notify(); 199 mThread.notify(); 217 mThread.notify(); 229 mThread.notify();
|
/development/tools/emulator/opengl/host/libs/libOpenglRender/ |
ReadBuffer.h | 28 void consume(size_t amount); // notify that 'amount' data has been consumed;
|
/development/tools/emulator/opengl/tests/ut_renderer/ |
ReadBuffer.h | 28 void consume(size_t amount); // notify that 'amount' data has been consumed;
|
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/util/ |
ObservableTest.java | 167 assertEquals("Failed to notify", 176 assertTrue("Failed to notify all", observer1.updateCount() == 1 184 assertTrue("Failed to notify all 2", observer1.updateCount() == 1 202 assertEquals("Failed to notify",
|
/external/apache-xml/src/main/java/org/apache/xml/serializer/ |
ExtendedLexicalHandler.java | 33 * This method is used to notify of a comment
|
/external/chromium/chrome/browser/metrics/ |
user_metrics.cc | 41 NotificationService::current()->Notify(NotificationType::USER_ACTION,
|
/external/chromium/chrome/browser/nacl_host/ |
nacl_broker_service_win.h | 30 // Called by NaClBrokerHost to notify the service that a loader was launched.
|
/external/chromium/chrome/browser/password_manager/ |
password_store_default.cc | 131 NotificationService::current()->Notify( 142 NotificationService::current()->Notify( 153 NotificationService::current()->Notify( 171 NotificationService::current()->Notify(
|