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

<<21222324252627282930>>

  /frameworks/base/include/utils/
TypeHelpers.h 163 void splat_type(TYPE* where, const TYPE* what, size_t n) {
166 new(where) TYPE(*what);
171 *where++ = *what;
  /frameworks/base/location/java/android/location/
LocationManager.java 155 msg.what = TYPE_LOCATION_CHANGED;
162 msg.what = TYPE_STATUS_CHANGED;
175 msg.what = TYPE_PROVIDER_ENABLED;
182 msg.what = TYPE_PROVIDER_DISABLED;
188 switch (msg.what) {
    [all...]
  /frameworks/base/telephony/java/com/android/internal/telephony/
CallerInfoAsyncQuery.java 130 if (DBG) log("Unexpected command (CookieWrapper is null): " + msg.what +
137 " command: " + msg.what + " query URI: " + args.uri);
154 Message reply = args.handler.obtainMessage(msg.what);
  /packages/apps/Gallery3D/src/com/cooliris/media/
Gallery.java 68 switch (msg.what) {
127 switch (msg.what) {
146 checkStorage.what = CHECK_STORAGE;
  /prebuilt/darwin-x86/toolchain/arm-eabi-4.3.1/man/man1/
arm-eabi-gdb.1 48 The purpose of a debugger such as GDB is to allow you to see what is
49 going on ``inside'' another program while it executes\(em\&or what another
65 Examine what has happened, when your program has stopped.
arm-eabi-gdbtui.1 48 The purpose of a debugger such as GDB is to allow you to see what is
49 going on ``inside'' another program while it executes\(em\&or what another
65 Examine what has happened, when your program has stopped.
  /prebuilt/darwin-x86/toolchain/arm-eabi-4.4.0/share/man/man1/
arm-eabi-gdb.1 48 The purpose of a debugger such as GDB is to allow you to see what is
49 going on ``inside'' another program while it executes\(em\&or what another
65 Examine what has happened, when your program has stopped.
arm-eabi-gdbtui.1 48 The purpose of a debugger such as GDB is to allow you to see what is
49 going on ``inside'' another program while it executes\(em\&or what another
65 Examine what has happened, when your program has stopped.
  /prebuilt/linux-x86/toolchain/arm-eabi-4.3.1/man/man1/
arm-eabi-gdb.1 48 The purpose of a debugger such as GDB is to allow you to see what is
49 going on ``inside'' another program while it executes\(em\&or what another
65 Examine what has happened, when your program has stopped.
arm-eabi-gdbtui.1 48 The purpose of a debugger such as GDB is to allow you to see what is
49 going on ``inside'' another program while it executes\(em\&or what another
65 Examine what has happened, when your program has stopped.
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/share/man/man1/
arm-eabi-gdb.1 48 The purpose of a debugger such as GDB is to allow you to see what is
49 going on ``inside'' another program while it executes\(em\&or what another
65 Examine what has happened, when your program has stopped.
arm-eabi-gdbtui.1 48 The purpose of a debugger such as GDB is to allow you to see what is
49 going on ``inside'' another program while it executes\(em\&or what another
65 Examine what has happened, when your program has stopped.
  /prebuilt/linux-x86/toolchain/i686-unknown-linux-gnu-4.2.1/man/man1/
i686-unknown-linux-gnu-gdb.1 48 The purpose of a debugger such as GDB is to allow you to see what is
49 going on ``inside'' another program while it executes\(em\&or what another
65 Examine what has happened, when your program has stopped.
i686-unknown-linux-gnu-gdbtui.1 48 The purpose of a debugger such as GDB is to allow you to see what is
49 going on ``inside'' another program while it executes\(em\&or what another
65 Examine what has happened, when your program has stopped.
  /cts/tests/tests/graphics/src/android/graphics/drawable/cts/
ClipDrawableTest.java 552 public void scheduleDrawable(Drawable who, Runnable what, long when) {
554 mRunnable = what;
558 public void unscheduleDrawable(Drawable who, Runnable what) {
560 mRunnable = what;
  /cts/tools/dx-tests/src/dxc/junit/opcodes/checkcast/
Test_checkcast.java 75 * since checkcast does what the spec says it should do.
  /cts/tools/host/src/com/android/cts/
CommandHistory.java 24 * User can view what has been input and select one to execute again.
  /dalvik/docs/opcodes/
opcode-2d-cmp-kind.html 95 For the -float and -double variants, an addition "bias" specifies what
  /dalvik/dx/src/com/android/dx/rop/code/
DexTranslationAdvice.java 23 * Implementation of {@link TranslationAdvice} which represents what
  /dalvik/libcore/dalvik/src/main/java/dalvik/system/
TemporaryDirectory.java 24 * what the "default temporary directory" is. Application code may
  /dalvik/libcore/luni/src/main/java/java/util/
Observable.java 27 * free in what order they call the update methods.
  /dalvik/libcore/nio/src/main/java/java/nio/
NIOAccess.java 32 * different than what the Harmony implementation calls a "base
  /dalvik/libcore/security/src/main/java/org/apache/harmony/security/asn1/
ASN1StringType.java 37 // TODO: what about defining them as separate classes?
ASN1TypeCollection.java 51 // FIXME what about empty sequence?
  /dalvik/libcore/security/src/main/java/org/bouncycastle/asn1/
DERUTCTime.java 56 * what you want to use, otherwise we'll try to deal with whatever gets read from

Completed in 96 milliseconds

<<21222324252627282930>>