/packages/apps/Bluetooth/src/com/android/bluetooth/opp/ |
BluetoothOppObexServerSession.java | 382 * Note There is a question: what's next if user deny the first obj? 403 msg.what = BluetoothOppObexSession.MSG_SHARE_INTERRUPTED; 553 msg.what = BluetoothOppObexSession.MSG_SESSION_COMPLETE;
|
/packages/providers/ApplicationsProvider/src/com/android/providers/applications/ |
ApplicationsProvider.java | 174 switch (msg.what) { 179 Log.e(TAG, "Unknown message: " + msg.what); 193 msg.what = MSG_UPDATE_ALL;
|
/cts/tests/tests/provider/src/android/provider/cts/ |
ContactsTest.java | 117 // TODO: Figure out what can be tested for the SYNC_* columns 139 // TODO: Figure out what can be tested for the SYNC_* columns 198 // TODO: Figure out what can be tested for the SYNC_* columns 217 // TODO: Figure out what can be tested for the SYNC_* columns 293 // TODO: Figure out what can be tested for the SYNC_* columns 316 // TODO: Figure out what can be tested for the SYNC_* columns [all...] |
/external/dbus/ |
COPYING | 182 * The AFL is written so as to make it clear what software is being 257 want its recipients to know that what they have is not the original, so 289 Whether that is true depends on what the Program does. 440 This section is intended to make thoroughly clear what is believed to 509 <one line to give the program's name and a brief idea of what it does.> 555 library. If this is what you want to do, use the GNU Library General
|
NOTICE | 182 * The AFL is written so as to make it clear what software is being 257 want its recipients to know that what they have is not the original, so 289 Whether that is true depends on what the Program does. 440 This section is intended to make thoroughly clear what is believed to 509 <one line to give the program's name and a brief idea of what it does.> 555 library. If this is what you want to do, use the GNU Library General
|
/external/dbus/dbus/ |
dbus-spawn.c | 365 int what; local 372 r = read_ints (fd, &what, 1, &got, &error); 390 switch (what) 414 if (what == CHILD_EXITED) 422 else if (what == CHILD_FORK_FAILED) 428 else if (what == CHILD_EXEC_FAILED) [all...] |
/external/elfutils/libelf/ |
elf_begin.c | 422 /* We have to find out what kind of file this is. We handle ELF 423 files and archives. To find out what we have we must look at the 428 /* See what kind of object we have here. */ 454 /* We have to find out what kind of file this is. We handle ELF 455 files and archives. To find out what we have we must read the 473 /* See what kind of object we have here. */
|
/external/grub/ |
NEWS | 166 to let the grub shell know what the file name of Stage 2 is under your 203 option suggests what type of kernel you want to load. TYPE must be 261 * The command "ioprobe" detects what I/O ports are used for a BIOS 540 testing. 'q' exits and goes back to what you were doing before. 550 out to see what you like, examples are in the NOTES file under 556 * Fixed some documentation (what little there is :-/ and a few
|
/external/kernel-headers/original/linux/ |
fb.h | 224 __u32 bits_per_pixel; /* guess what */ 362 __u16 set; /* what to set */ 480 __u16 set; /* what to set */ 533 * from the hardware independent format of fbdev to what 653 __u32 index; /* what tile to use: index to tile map */ 815 * are what we want, so the following is sufficient. [all...] |
/frameworks/base/docs/html/guide/practices/design/ |
performance.jd | 156 surprised by what you find. Often, attempted optimizations have no measurable 178 "semantic gap" between what the programmer writes and what the CPU executes is 487 class. What this means is that the code above really boils down to a case 543 for what you consider the same architecture: native code compiled for the ARM 566 not measuring what you think you're measuring (because, say, the VM has
|
/bionic/libc/unistd/ |
sysconf.c | 405 return -2; /* what ? */ 424 return -1; /* what ? */
|
/cts/tests/tests/graphics/src/android/graphics/drawable/cts/ |
RotateDrawableTest.java | 364 public void scheduleDrawable(Drawable who, Runnable what, long when) { 368 public void unscheduleDrawable(Drawable who, Runnable what) {
|
/cts/tests/tests/media/src/android/media/cts/ |
MediaRecorderTest.java | 72 public void onInfo(MediaRecorder mr, int what, int extra) { 77 public void onError(MediaRecorder mr, int what, int extra) {
|
/cts/tests/tests/text/src/android/text/method/cts/ |
TextKeyListenerTest.java | 364 public void onSpanAdded(Spannable s, Object what, int start, int end) { 366 super.onSpanAdded(s, what, start, end);
|
/cts/tests/tests/widget/src/android/widget/cts/ |
RelativeLayoutTest.java | 320 " incomplete, not clear what is supposed to happen when attrs is null.") 345 " incomplete, not clear what is supposed to happen when the LayoutParam is null.")
|
/cts/tools/host/src/com/android/cts/ |
Selector.java | 114 * Interact with the user to decide what are included and what
|
/dalvik/docs/ |
debugmon.html | 100 <p>The JDWP protocol is very close to what we want to use. In particular: 225 <p>In what follows "u4" is an unsigned 32-bit value and "u1" is an 381 <p>The client sends what amounts to a color-coded bitmap to the server, 438 u1 what to send 443 <p>The "what" field is currently 0 for HPSG and 1 for HPSO. 450 u1 what to send 454 <p>The "what" field is currently ignored. 459 existing notion of what the client's heap looks like, and prepare for
|
hello-world.html | 29 for <code>adb shell</code> may not be what you expect it to be, so it's 202 This also shows what options the VM was configured with. The sim "debug"
|
/dalvik/libcore/dalvik/src/main/java/dalvik/system/ |
DexFile.java | 177 * going to do what you want. Use {@link Class#forName(String)} instead. 194 * @cts Exception comment is a bit cryptic. What exception will be thrown?
|
/dalvik/libcore/security/src/main/java/org/bouncycastle/crypto/signers/ |
ISO9796d2Signer.java | 454 // if they've input a message check what we've recovered against 455 // what was input.
|
/dalvik/vm/mterp/ |
README.txt | 32 The architecture-specific config files determine what goes into two 165 Leave a note to yourself about what needs to be tested. (This may
|
/development/apps/FontLab/src/com/android/fontlab/ |
FontLab.java | 60 + " nor long remember what we say here, but it can never forget what"
|
/external/bluetooth/glib/ |
README.in | 165 - What operating system and version 166 - For Linux, what version of the C library
|
/external/emma/core/java12/com/vladium/util/exception/ |
AbstractException.java | 200 // this is the same as what's done in Throwable.toString() [copied here to be independent of future JDK changes] 219 // this is the same as what's done in Throwable
|
AbstractRuntimeException.java | 200 // this is the same as what's done in Throwable.toString() [copied here to be independent of future JDK changes] 219 // this is the same as what's done in Throwable
|