/external/netperf/ |
nettest_xti.c | 176 struct t_optmgmt *opt_ret; /* it tells us what we got */ 209 /* allocate what we need for option mgmt */ 256 /* that the socket buffers be altered, we will try to find-out what */ 266 /* we want to accept the default, and know what it is. I assume */ 319 /* we want to accept the default, and know what it is. I assume */ 404 /* we want to accept the default, and know what it is. I assume */ 508 /* what we want is to have a buffer space that is at least one */ 575 /* we have no idea what it is */ [all...] |
/frameworks/base/core/java/android/app/ |
ActivityThread.java | 673 String who, String what) { 681 what + " " + who + " has leaked IntentReceiver " 704 what + " " + who + " has leaked ServiceConnection " 1456 String what; field in class:ActivityThread.ContextCleanupInfo [all...] |
/bionic/libc/bionic/ |
realpath.c | 157 /* It's okay if the close fails, what's an fd more or less? */
|
/bionic/libc/include/sys/ |
limits.h | 139 /* tell what we implement legacy stuff when appropriate */
|
/bionic/libc/private/isc/ |
dst.h | 10 int dk_proto; /* what protocols this key can be used for */
|
/bionic/libc/stdio/ |
freopen.c | 46 * all possible, no matter what.
|
/build/ |
buildspec.mk.default | 31 # User is what we ship. Userdebug is that, with a few flags turned on
|
/build/tools/acp/ |
acp.c | 58 * does not exist, it will create "bar", when what you really wanted
|
/build/tools/apicheck/src/com/android/apicheck/ |
ApiCheck.java | 47 // i now points to the first non-flag arg; strip what came before
|
/cts/tests/tests/content/src/android/content/res/cts/ |
AssetFileDescriptor_AutoCloseInputStreamTest.java | 69 * 1. Test AutoInputStream read what we write into file.
|
/cts/tests/tests/graphics/src/android/graphics/cts/ |
TypefaceTest.java | 186 p.setFlags(0); // clear all flags (not sure what defaults flags are set)
|
/cts/tests/tests/graphics/src/android/graphics/drawable/cts/ |
DrawableTest.java | 759 public void scheduleDrawable(Drawable who, Runnable what, long when) { 761 mRunnable = what; 765 public void unscheduleDrawable(Drawable who, Runnable what) { 767 mRunnable = what;
|
ScaleDrawableTest.java | 161 public void scheduleDrawable(Drawable who, Runnable what, long when) { 165 public void unscheduleDrawable(Drawable who, Runnable what) { 239 "1. not clear what is supposed to happen if padding is null.") 508 "1. not clear what is supposed to happen if any parameter is null.")
|
/cts/tools/vm-tests/ |
vm-tests.html | 136 standard output or error stream, but it is not clear what the
|
/dalvik/dx/src/com/android/dx/dex/file/ |
DebugInfoConstants.java | 145 * "special opcode" configuration, essentially what's found in
|
/dalvik/dx/src/com/android/dx/rop/code/ |
LocalVariableExtractor.java | 101 * state *before* executing it to be what is merged into
|
/dalvik/dx/src/com/android/dx/ssa/ |
LocalVariableExtractor.java | 119 * state *before* executing it to be what is merged into
|
/dalvik/libcore/ |
NativeCode.mk | 30 # These two definitions are used to help sanity check what's put in
|
/dalvik/libcore/annotation/src/main/java/java/lang/annotation/ |
Annotation.java | 117 * strictly defined what the representation has to look like, but it usually
|
/dalvik/libcore/dalvik/src/main/java/dalvik/system/ |
TouchDex.java | 44 * @cts What about error cases?
|
/dalvik/libcore/luni/src/main/java/java/net/ |
DatagramSocket.java | 174 // not connected at the native level just do what we did before 469 * the network implementation what will happen if the packet is bigger than 488 * depends on the network implementation what will happen if the packet is 695 // not connected at the native level just do what we did before
|
/dalvik/libcore/luni/src/main/java/org/apache/harmony/luni/util/ |
Inet6Util.java | 138 // what is there then return
|
/dalvik/libcore/luni-kernel/src/main/java/org/apache/harmony/kernel/vm/ |
LangAccess.java | 25 * class, to allow them to call into what would otherwise be
|
/dalvik/libcore/security/src/main/java/org/apache/harmony/security/ |
UnresolvedPrincipal.java | 35 * policy may grant permissions depending on what Principals own the current
|
/dalvik/libcore/security/src/main/java/org/apache/harmony/security/asn1/ |
ASN1Type.java | 191 int len = 1; //FIXME tag length = 1. what about long form?
|