Searched
full:what (Results
326 -
350 of
4330) sorted by null
<<11121314151617181920>>
/external/webkit/WebKitTools/iExploder/tools/ |
lasthit.rb | 6 # of all the agents who tested within that section, what their last test
|
/external/webkit/WebKitTools/wx/packaging/ |
wxWebKitInstaller.iss.in | 44 (* Figure out what to use as a default installation dir *)
|
/frameworks/base/common/java/com/android/common/userhappiness/ |
UserHappinessSignals.java | 30 * Log when a user "accepted" IME text. Each application can define what
|
/frameworks/base/core/java/android/app/ |
IActivityController.aidl | 23 * Testing interface to monitor what is happening in the activity manager
|
/frameworks/base/core/java/android/test/ |
PerformanceTestCase.java | 59 * This method is used to determine what modes this test case can run in.
|
/frameworks/base/core/java/android/text/method/ |
TextKeyListener.java | 172 public void onSpanAdded(Spannable s, Object what, int start, int end) { } 173 public void onSpanRemoved(Spannable s, Object what, int start, int end) { } 175 public void onSpanChanged(Spannable s, Object what, int start, int end, 177 if (what == Selection.SELECTION_END) {
|
/frameworks/base/core/tests/coretests/src/android/app/ |
TranslucentFancyActivity.java | 53 * describe what is to be displayed in the screen.
|
/frameworks/base/docs/html/guide/practices/design/ |
responsiveness.jd | 39 <li><a href="#anr">What Triggers ANR?</a></li> 44 <h2 id="anr">What Triggers ANR?</h2> 83 <p>The specific constraint on IntentReceiver execution time emphasizes what 102 are some additional tips beyond what you should do to avoid ANR that will help
|
/frameworks/base/docs/html/guide/topics/manifest/ |
uses-configuration-element.jd | 7 keyboard / navigation control / touch screen." Dianne says that that's what they mean and 9 keyboard / navigation control / touch screen to work." But then what does "undefined" mean? 11 "undefined". Since it's unclear what the change will be, I've chosen to document the "no___" 30 <dd>Indicates what hardware and software features the application requires.
|
/frameworks/base/graphics/java/android/graphics/drawable/ |
AnimatedRotateDrawable.java | 167 public void scheduleDrawable(Drawable who, Runnable what, long when) { 169 mCallback.scheduleDrawable(this, what, when); 173 public void unscheduleDrawable(Drawable who, Runnable what) { 175 mCallback.unscheduleDrawable(this, what);
|
ClipDrawable.java | 114 public void scheduleDrawable(Drawable who, Runnable what, long when) { 116 mCallback.scheduleDrawable(this, what, when); 120 public void unscheduleDrawable(Drawable who, Runnable what) { 122 mCallback.unscheduleDrawable(this, what);
|
InsetDrawable.java | 137 public void scheduleDrawable(Drawable who, Runnable what, long when) { 139 mCallback.scheduleDrawable(this, what, when); 143 public void unscheduleDrawable(Drawable who, Runnable what) { 145 mCallback.unscheduleDrawable(this, what);
|
RotateDrawable.java | 123 public void scheduleDrawable(Drawable who, Runnable what, long when) { 125 mCallback.scheduleDrawable(this, what, when); 129 public void unscheduleDrawable(Drawable who, Runnable what) { 131 mCallback.unscheduleDrawable(this, what);
|
ScaleDrawable.java | 130 public void scheduleDrawable(Drawable who, Runnable what, long when) { 132 mCallback.scheduleDrawable(this, what, when); 136 public void unscheduleDrawable(Drawable who, Runnable what) { 138 mCallback.unscheduleDrawable(this, what);
|
/frameworks/base/include/ui/ |
KeyCharacterMap.h | 30 // see the javadoc for android.text.method.KeyCharacterMap for what
|
/frameworks/base/services/java/com/android/server/am/ |
AppWaitingForDebuggerDialog.java | 62 switch (msg.what) {
|
/frameworks/base/tests/CoreTests/android/core/ |
BufferedInputStreamTest.java | 75 // back only what is there.
|
/packages/providers/ContactsProvider/res/values/ |
strings.xml | 23 <!-- What to show in messaging that refers to this provider, e.g. AccountSyncSettings -->
|
/cts/tests/tests/widget/src/android/widget/cts/ |
SpinnerTest.java | 195 "not clear what is supposed to happen if promptId is exceptional.") 206 // issue 1695243, not clear what is supposed to happen if promptId is exceptional. 213 // issue 1695243, not clear what is supposed to happen if promptId is exceptional.
|
/dalvik/libcore/nio_char/src/test/java/tests/api/java/nio/charset/ |
AllTests.java | 69 suite.addTestSuite(Charset_MultiByte_ISO_2022_JP.class); // IS HIDDENLY MAPPED TO ASCII OR WHAT?!? 70 // suite.addTestSuite(Charset_MultiByte_ISO_2022_JP_Android.class); // IS HIDDENLY MAPPED TO ASCII OR WHAT?!? 79 suite.addTestSuite(Charset_MultiByte_GB2312.class); // IS HIDDENLY MAPPED TO ASCII OR WHAT?!?
|
/development/samples/ApiDemos/src/com/example/android/apis/app/ |
AlarmController.java | 104 // Tell the user about what we did. 136 // Tell the user about what we did. 158 // Tell the user about what we did.
|
MessengerServiceActivities.java | 47 switch (msg.what) { 95 // As part of the sample, tell the user what happened. 106 // As part of the sample, tell the user what happened.
|
/external/clearsilver/util/ |
filter.c | 3 * This code basically does what popen should have been... and what 6 * of just one (which is what popen is).
|
/external/icu4c/samples/datefmt/ |
README.TXT | 18 1. What is the date/time support in ICU? 19 2. What is the timezone support in ICU? 20 3. What kind of formatting and parsing support is available in ICU, i.e.
|
/external/icu4c/samples/translit/ |
README.TXT | 17 1. What is the Unicode normalization? 18 2. What kind of case mapping support is available in ICU? 19 3. What is Transliteration and how do I use a Transliterator on a document?
|
Completed in 223 milliseconds
<<11121314151617181920>>