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

<<11121314151617181920>>

  /frameworks/base/docs/html/guide/
index.jd 26 <dd>An initial orientation to Android &mdash; what it is,
27 what it offers, and how your application fits in.</dd>
  /frameworks/base/libs/surfaceflinger_client/
SurfaceComposerClient.cpp 529 s->what |= ISurfaceComposer::ePositionChanged;
540 s->what |= ISurfaceComposer::eSizeChanged;
551 s->what |= ISurfaceComposer::eLayerChanged;
584 s->what |= ISurfaceComposer::eVisibilityChanged;
597 s->what |= ISurfaceComposer::eTransparentRegionChanged;
607 s->what |= ISurfaceComposer::eAlphaChanged;
620 s->what |= ISurfaceComposer::eMatrixChanged;
635 s->what |= ISurfaceComposer::eFreezeTintChanged;
  /frameworks/base/services/java/com/android/server/am/
AppErrorDialog.java 34 // Event 'what' codes
93 mResult.set(msg.what);
  /frameworks/base/telephony/java/com/android/internal/telephony/cdma/
CdmaServiceStateTracker.java 101 * Sometimes we get the NITZ time before we know what country we
219 void registerForNetworkAttach(Handler h, int what, Object obj) {
220 Registrant r = new Registrant(h, what, obj);
235 * @param what what code of message when delivered
238 void registerForCdmaDataConnectionAttached(Handler h, int what, Object obj) {
239 Registrant r = new Registrant(h, what, obj);
254 * @param what what code of message when delivered
257 void registerForCdmaDataConnectionDetached(Handler h, int what, Object obj)
    [all...]
  /bionic/libc/
CAVEATS 5 this file is here to document explicitely what we don't want to support in Bionic:
  /cts/tests/tests/os/src/android/os/cts/
MessageQueueTest.java 148 if (msg.what == 0) {
241 if (msg.what != mCount) {
243 + msg.what));
250 failure(new RuntimeException("Message received after done, #" + msg.what));
MessengerTest.java 50 private static final int WHAT = 2008;
161 Message message = Message.obtain(mHandler, WHAT, MSG_ARG1, MSG_ARG2);
165 assertEquals(mMessage.what, message.what);
  /cts/tests/tests/widget/src/android/widget/cts/
TabWidgetTest.java 142 " not clear what is supposed to happen if a wrong index passed to this method.")
216 "1. not clear what is supposed to happen if child is null." +
217 "2. not clear what is supposed to happen if child is a kind of AdapterView." +
220 " and weight is not equals what returned from generateDefaultLayoutParams().")
  /dalvik/dx/src/com/android/dx/cf/code/
Merger.java 63 * from what is in the first array, since that's what the
115 * from what is in the first stack, since that's what the
  /dalvik/libcore/luni-kernel/src/main/java/org/apache/harmony/kernel/vm/
ReflectionAccess.java 26 * this interface, to allow it to call into what would otherwise be
  /dalvik/libcore/nio_char/src/main/java/java/nio/charset/
CodingErrorAction.java 20 * Used to indicate what kind of actions to take in case of encoding/decoding
  /dalvik/libcore/security/src/main/java/org/bouncycastle/jce/
PrincipalUtil.java 13 * DNs are what they should be, so it's best to leave them encoded where they
  /development/samples/ApiDemos/src/com/example/android/apis/app/
CustomDialogActivity.java 36 * describe what is to be displayed in the screen.
DialogActivity.java 37 * describe what is to be displayed in the screen.
HelloWorld.java 53 * describe what is to be displayed in the screen.
RedirectEnter.java 32 * Entry into our redirection example, describing what will happen.
TranslucentActivity.java 36 * describe what is to be displayed in the screen.
TranslucentBlurActivity.java 39 * describe what is to be displayed in the screen.
WallpaperActivity.java 37 * describe what is to be displayed in the screen.
  /development/samples/JetBoy/
_index.html 11 (loading a file, queuing segments), its playback, and how to alter what
  /development/simulator/app/
UserEventMessage.h 23 * What type of message is this?
  /external/bison/src/
closure.h 36 ITEMS, of length N), set up RULESET and ITEMSET to indicate what
  /external/bluetooth/bluez/common/
sdp-xml.h 49 /* TODO: What is it used for? */
  /external/clearsilver/java-jni/
JNI.java 61 * Sets a callback for what should happen if the JNI library cannot
  /external/icu4c/i18n/
ucol_wgt.h 35 * what ranges to use for a given number of weights between (excluding)

Completed in 46 milliseconds

<<11121314151617181920>>