Searched refs:what (Results 1 – 11 of 11) sorted by relevance
/libcore/metrictests/memory/ |
D | README | 43 # it to see what happened. If it doesn't show anything, adb logcat to see what happened. 84 # cat it to see what happened. If it doesn't show anything, adb logcat to see what happened.
|
/libcore/dalvik/src/main/java/org/apache/harmony/dalvik/ddmc/ |
D | DdmVmInternal.java | 61 native public static boolean heapSegmentNotify(int when, int what, in heapSegmentNotify() argument
|
/libcore/ |
D | OWNERS | 7 # unless you know what you're doing.
|
D | LICENSE | 46 know that what they have is not the original, so that any problems introduced 74 running the Program). Whether that is true depends on what the Program does. 211 This section is intended to make thoroughly clear what is believed to be a 275 One line to give the program's name and a brief idea of what it does. 322 library. If this is what you want to do, use the GNU Library General Public
|
/libcore/luni/src/test/java/libcore/java/util/zip/ |
D | OldAndroidZipStressTest.java | 141 byte what = (byte)random.nextInt(256); in testZipDeflateInflateStress() 146 Arrays.fill(input, pos, pos + howMany, what); in testZipDeflateInflateStress()
|
/libcore/ojluni/annotations/ |
D | README | 26 - Contains annotations which determine what is included in the core-platform
|
/libcore/ojluni/annotations/hiddenapi/java/net/ |
D | URI.java | 742 int start, int end, long lowMask, long highMask, java.lang.String what) in checkChars() argument 747 private void checkChar(int p, long lowMask, long highMask, java.lang.String what) in checkChar() argument
|
/libcore/ojluni/src/main/java/java/net/ |
D | URI.java | 3061 String what) in checkChars() argument 3066 fail("Illegal character in " + what, p); in checkChars() 3073 String what) in checkChar() argument 3076 checkChars(p, p + 1, lowMask, highMask, what); in checkChar()
|
/libcore/ojluni/src/main/java/java/lang/invoke/ |
D | MethodHandles.java | 3432 static RuntimeException misMatchedTypes(String what, MethodType t1, MethodType t2) { in misMatchedTypes() argument 3433 return newIllegalArgumentException(what + " must match: " + t1 + " != " + t2); in misMatchedTypes()
|
/libcore/ojluni/annotations/hiddenapi/java/lang/invoke/ |
D | MethodHandles.java | 346 java.lang.String what, java.lang.invoke.MethodType t1, java.lang.invoke.MethodType t2) { in misMatchedTypes() argument
|
/libcore/ojluni/ |
D | NOTICE | 332 know that what they have is not the original, so that any problems introduced 360 running the Program). Whether that is true depends on what the Program does. 497 This section is intended to make thoroughly clear what is believed to be a 561 One line to give the program's name and a brief idea of what it does. 608 library. If this is what you want to do, use the GNU Library General Public
|