/external/webkit/WebCore/platform/image-decoders/ico/ |
ICOImageDecoder.cpp | 295 // what a zero byte really means). 309 // this isn't quite what the bitmap info header says later, as we only use
|
/external/webkit/WebCore/rendering/ |
RenderListItem.cpp | 90 // our list for purposes of determining what other list items should be 118 // This item is part of our current list, so it's what we're looking for.
|
/external/webkit/WebKit/mac/Carbon/ |
CarbonWindowAdapter.mm | 259 // context. What ends up happening is that it draws, but nothing ever 279 // for now, set disableOrdering to YES because that is what we've been doing and is therefore lower risk. However, I think it would be correct to set it to NO. 492 // Most of the time the handling of the cancel key will be done by Carbon, but this method will be invoked if an NSCarbonWindow is wrapping a Carbon window that contains an NSViewCarbonControl, and the escape key or whatever is pressed with an NSTextView focused. Just do what Carbon would do. 545 // Do what NSWindow would do, but then sychronize the Carbon window structures. 585 // Do what NSWindow would do, but for a Carbon window. 605 // Do what NSWindow would do, but then sychronize the Carbon window structures. 681 // What about when the default isn't right? Requiring subclassing seems harsh. M.P. Warning - 9/17/01 753 // Do what NSWindow would do, but for a Carbon window. [all...] |
/external/webkit/WebKitTools/DumpRenderTree/TestNetscapePlugIn.subproj/ |
main.cpp | 261 switch (event->what) { 318 pluginLog(instance, "event %d", event->what);
|
/frameworks/base/awt/java/awt/color/ |
ICC_ColorSpace.java | 241 } catch (CMMException e) { // No such tag, use what we can 325 } catch (CMMException e) { // No such tag, use what we can
|
/frameworks/base/core/java/android/view/ |
WindowManagerImpl.java | 270 public void closeAll(IBinder token, String who, String what) { 287 what + " " + who + " has leaked window "
|
/frameworks/base/core/java/android/view/inputmethod/ |
EditorInfo.java | 46 * better feedback about what the enter key will do, and also allows it 203 * text is empty to tell the user what to enter.
|
/frameworks/base/core/java/android/webkit/ |
WebStorage.java | 120 switch (msg.what) { 154 switch (msg.what) {
|
/frameworks/base/docs/html/guide/topics/views/ |
ui-xml.jd | 18 <p>In general, the XML vocabulary for declaring UI elements closely follows the structure and naming of the framework's UI-related classes and methods, where element names correspond to class names and attribute names correspond to methods. In fact, the correspondence is often so direct that you can guess what XML attribute corresponds to a class method, or guess what class corresponds to a given xml element. </p>
|
/frameworks/base/docs/html/resources/articles/ |
live-folders.jd | 40 <p>The label and icon of this activity are what the user will see on the Home 50 content URI. The content URI is very important as it describes what
|
/frameworks/base/graphics/java/android/graphics/drawable/ |
AnimationDrawable.java | 142 public void unscheduleSelf(Runnable what) { 144 super.unscheduleSelf(what);
|
/frameworks/base/libs/ui/ |
FramebufferNativeWindow.cpp | 228 int what, int* value) 233 switch (what) {
|
/frameworks/base/media/libdrm/mobile2/src/util/ustl-1.0/ |
uexception.cpp | 37 msgbuf.format ("%s", what()); 39 try { msgbuf.format ("%s", what()); } catch (...) { /* Ignore all exceptions */ }
|
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/stress/ |
MediaRecorderStressTest.java | 86 public void onError(MediaRecorder mr, int what, int extra) { 87 // fail the test case no matter what error come up
|
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/unit/ |
MediaPlayerStateUnitTestTemplate.java | 61 switch(msg.what) { 116 public boolean onError(MediaPlayer player, int what, int extra) {
|
/frameworks/base/telephony/java/com/android/internal/telephony/cdma/ |
RuimRecords.java | 190 try { switch (msg.what) { 247 Log.w(LOG_TAG, "Event not supported: " + msg.what);
|
/frameworks/policies/base/mid/com/android/internal/policy/impl/ |
GlobalActions.java | 271 * What each item in the global actions dialog must be able to support. 405 if (msg.what == MESSAGE_DISMISS) {
|
/packages/apps/AccountsAndSyncSettings/res/values/ |
strings.xml | 57 <string name="sync_too_many_deletes_desc">There are <xliff:g id="number_of_deleted_items">%1$d</xliff:g> deleted items for <xliff:g id="type_of_sync">%2$s</xliff:g>, account <xliff:g id="account_name">%3$s</xliff:g>. What would you like to do?</string> 111 <!-- What to show in messaging that refers to this provider, e.g. AccountSyncSettings -->
|
/packages/apps/Camera/src/com/android/camera/ |
VideoCamera.java | 183 switch (msg.what) { 206 Log.v(TAG, "Unhandled message: " + msg.what); 663 // This is similar to what mShutterButton.performClick() does, [all...] |
/packages/apps/Launcher2/src/com/android/launcher2/ |
LauncherModel.java | 671 // check & update map of what's occupied; used to discard overlapping/invalid items [all...] |
/packages/apps/Phone/src/com/android/phone/ |
FdnSetting.java | 138 // appears with text to indicate what the issue is. 204 switch (msg.what) {
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/ |
LayoutReloadMonitor.java | 85 * @param flags a {@link ChangeFlags} object indicating what type of resource changed. 229 // check if the project is a library, and if it is search for what other
|
/external/strace/ |
strace.c | 1704 int what; local [all...] |
/packages/apps/Music/src/com/android/music/ |
MediaPlaybackService.java | 143 // used to track what type of audio focus loss caused the playback to pause 164 MusicUtils.debugLog("mMediaplayerHandler.handleMessage " + msg.what); 165 switch (msg.what) { 489 // also starts playback. What could happen in that case is: 733 private void notifyChange(String what) { 735 Intent i = new Intent(what); 742 if (what.equals(QUEUE_CHANGED)) { 749 mAppWidgetProvider.notifyChange(this, what); [all...] |
/external/netperf/ |
nettest_sctp.c | 378 /* what we want is to have a buffer space that is at least one */ 790 /* but first, if the verbosity is greater than 1, find-out what */ 847 /* We now calculate what our thruput was for the test. In the future, */ 854 /* send_size, so we really didn't send what he asked for ;-) */ 918 /* will be making. so, we should extract what the calcuated values */ 983 thruput, /* what was the xfer rate */ [all...] |