HomeSort by relevance Sort by last modified time
    Searched full:what (Results 551 - 575 of 4330) sorted by null

<<21222324252627282930>>

  /frameworks/base/core/java/android/inputmethodservice/
IInputMethodSessionWrapper.java 79 switch (msg.what) {
131 Log.w(TAG, "Unhandled message code: " + msg.what);
  /frameworks/base/core/java/android/text/
LoginFilter.java 48 * as this is what happens when you delete text.
96 // or what we wanted to change it to if there were changes.
  /frameworks/base/core/java/android/text/method/
LinkMovementMethod.java 88 private boolean action(int what, TextView widget, Spannable buffer) {
123 switch (what) {
  /frameworks/base/core/java/android/view/accessibility/
AccessibilityManager.java 77 switch (message.what) {
84 Log.w(LOG_TAG, "Unknown message type: " + message.what);
  /frameworks/base/core/tests/coretests/src/android/util/
InternalSelectionView.java 39 * Notice what this view does to be a good citizen w.r.t its internal selection:
258 // can't gleam any useful information about what internal
  /frameworks/base/core/tests/coretests/src/android/widget/
LabelView.java 143 // Respect AT_MOST value if that was what is called for by measureSpec
170 // Respect AT_MOST value if that was what is called for by measureSpec
  /frameworks/base/docs/html/resources/articles/
drawable-mutations.jd 28 <p>The following diagram shows what entities are
72 after mutating a drawable. The diagram below shows what happens when
  /frameworks/base/graphics/java/android/graphics/
Typeface.java 35 * bold, depending on what fonts are installed. Call getStyle() to know
74 * The resulting typeface object can be queried (getStyle()) to discover what
  /frameworks/base/libs/surfaceflinger/
MessageQueue.cpp 183 LOGD("%c %d: msg{.what=%08x, when=%lld}",
184 tick, c, (*cur)->what, (*cur)->when);
SurfaceFlinger.cpp 447 switch (msg->what) {
535 int what = android_atomic_and(0, &mConsoleSignals); local
536 if (what & eConsoleAcquired) {
546 if (what & eConsoleReleased) {
755 * 1) what's VISIBLE now and was COVERED before
756 * 2) what's EXPOSED now less what was EXPOSED before
759 * visible region but only keep what used to be covered by
871 // we can redraw only what's dirty, but since SWAP_RECTANGLE only
880 // what's needed and nothing more
    [all...]
  /frameworks/base/telephony/java/com/android/internal/telephony/
IccCard.java 153 public void registerForAbsent(Handler h, int what, Object obj) {
154 Registrant r = new Registrant (h, what, obj);
170 public void registerForNetworkLocked(Handler h, int what, Object obj) {
171 Registrant r = new Registrant (h, what, obj);
187 public void registerForLocked(Handler h, int what, Object obj) {
188 Registrant r = new Registrant (h, what, obj);
490 switch (msg.what) {
586 Log.e(mLogTag, "[IccCard] Unknown Event " + msg.what);
IccRecords.java 89 public void registerForRecordsLoaded(Handler h, int what, Object obj) {
90 Registrant r = new Registrant(h, what, obj);
  /frameworks/base/tools/layoutlib/bridge/src/android/graphics/
Typeface.java 39 * bold, depending on what fonts are installed. Call getStyle() to know
89 * The resulting typeface object can be queried (getStyle()) to discover what
  /packages/apps/Bluetooth/src/com/android/bluetooth/opp/
BluetoothOppRfcommListener.java 108 msg.what = MSG_INCOMING_BTOPP_CONNECTION;
163 msg.what = MSG_INCOMING_BTOPP_CONNECTION;
  /packages/apps/Email/src/com/android/exchange/adapter/
AbstractSyncParser.java 129 // sent us. What's needed is a refresh of the folder list.
132 // TODO Look at other error codes and consider what's to be done
  /system/core/libcutils/
tzfile.h 108 #define TZ_MAX_TYPES 256 /* Limited by what (unsigned char)'s can hold */
121 /* (limited by what unsigned chars can hold) */
  /external/bison/
TODO 30 what when two reductions are possible on a given look-ahead token, but one is
36 what we want to do.
93 must be in the scanner: we must not parse what is in a switched off
236 what POSIX says.
301 I was wondering what you think about adding YYACT_PROLOGUE/EPILOGUE
  /external/libffi/
README 8 What is libffi?
19 Some programs may not know at the time of compilation what arguments
140 returned in registers. This is what GCC does when it is configured
141 for solaris, and is what the System V ABI I have (dated September
146 what GCC does when it is configured for linux or a generic sysv
  /external/srec/tools/parseStringTest/
parseStringTest.c 209 /* tests the transcription against the grammar and then decided based on what was expected of the test
243 else /*parsed, look at what was expected, what was returned and which of PASS/FAIL is expected */
599 else /*parsed, look at what was expected, what was returned and which of PASS/FAIL is expected */
  /external/tcpdump/
print-llc.c 168 * OK, what type of LLC frame is this? The length
306 * XXX - what *is* the right bridge pad value here?
468 * What remains is an Ethernet packet.
489 * What remains is an 802.5 Token Ring
510 * What remains is an FDDI packet.
  /external/webkit/JavaScriptCore/tests/mozilla/
runtests.pl 211 # figure out what os we're on, the default name of the object directory
254 # figure out what the object directory is. on all platforms,
275 # figure out what the name of the javascript executable should be, and
277 # the user can figure out what they need to do next.
320 # parse arguments. see usage for what arguments are expected.
  /external/zlib/
algorithm.txt 79 codes are replicated many times in such a table. What inflate() does is
94 Ok, you want to know what this cleverly obfuscated inflate tree actually
157 Each entry is what the bits decode as and how many bits that is, i.e. how
181 So what we have here are three tables with a total of 20 entries that had to
189 There, I think that gives you a picture of what's going on. For inflate, the
  /frameworks/base/docs/html/guide/practices/
compatibility.jd 40 what types of devices your app is available to. With a bit of forethought and
48 <h3 id="defined">What does ?compatibility? mean?</h3>
58 API no matter what kind of device it?s installed on. No parts of the API are
162 <p>Since only you can say what the best approach is for your app, Android
194 introduces a new feature or changes how existing features are handled, what
  /frameworks/base/docs/html/guide/practices/design/
seamlessness.jd 37 <p>What those examples have in common is that they involve cooperating nicely
106 middle of providing to the previous Activity. Depending on what your
112 what your application has to show him.</p>
176 <p>Fortunately, this is very easy to do. In brief, what you must do is
234 error conditions gracefully, and only fetch what you need. For example, don't
  /sdk/ddms/libs/ddmlib/src/com/android/ddmlib/log/
EventLogParser.java 81 * what tags are being written to the event log and what their format is.
158 // special case for the GC tag. We ignore what is in the file,
159 // and take what the custom GcEventContainer class tells us.
454 // first, get the description of what we're supposed to parse

Completed in 291 milliseconds

<<21222324252627282930>>