Home
last modified time | relevance | path

Searched refs:what (Results 1 – 17 of 17) sorted by relevance

/libcore/ojluni/src/test/java/lang/Math/
DClamp.java257 private static int checkIllegalArgumentException(String what, Runnable r) { in checkIllegalArgumentException() argument
264 System.err.println(what+": missing expected exception"); in checkIllegalArgumentException()
268 private static int checkEquals(String what, double actual, double expected) { in checkEquals() argument
270 System.err.println(what + ": expected = " + expected + "; actual = " + actual); in checkEquals()
276 private static int checkEquals(String what, long actual, long expected) { in checkEquals() argument
278 System.err.println(what + ": expected = " + expected + "; actual = " + actual); in checkEquals()
DMinMax.java36 static void test(String what, float result, float correctResult) { in test() argument
39 final String message = what + ": got " + result + ", expected " + correctResult; in test()
43 static void test(String what, double result, double correctResult) { in test() argument
46 final String message = what + ": got " + result + ", expected " + correctResult; in test()
/libcore/metrictests/memory/
DREADME43 # 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/ojluni/src/test/java/lang/invoke/
DTryFinallyTest.java185 static void print(String what) { in print() argument
186 System.out.print("Hello, " + what); in print()
189 static void printMore(Throwable t, String what) { in printMore() argument
/libcore/luni/src/test/java/libcore/java/util/zip/
DOldAndroidZipStressTest.java141 byte what = (byte)random.nextInt(256); in testZipDeflateInflateStress()
146 Arrays.fill(input, pos, pos + howMany, what); in testZipDeflateInflateStress()
/libcore/
DOWNERS11 # unless you know what you're doing.
DLICENSE46 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/tools/expected_upstream/
Dojluni_merge_package.sh44 This will use the correct form of add/modify based on what is already stored in
/libcore/ojluni/annotations/hiddenapi/java/net/
DURI.java742 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/test/
DLICENSE46 want its recipients to know that what they have is not the original, so
77 Whether that is true depends on what the Program does.
226 This section is intended to make thoroughly clear what is believed to
293 <one line to give the program's name and a brief idea of what it does.>
338 library. If this is what you want to do, use the GNU Lesser General
/libcore/ojluni/src/tools/
DLICENSE46 want its recipients to know that what they have is not the original, so
77 Whether that is true depends on what the Program does.
226 This section is intended to make thoroughly clear what is believed to
293 <one line to give the program's name and a brief idea of what it does.>
338 library. If this is what you want to do, use the GNU Lesser General
/libcore/ojluni/annotations/
DREADME35 - Contains annotations which determine what is included in the core-platform
/libcore/ojluni/src/main/java/java/net/
DURI.java3067 String what) in checkChars() argument
3072 fail("Illegal character in " + what, p); in checkChars()
3079 String what) in checkChar() argument
3082 checkChars(p, p + 1, lowMask, highMask, what); in checkChar()
/libcore/ojluni/annotations/hiddenapi/java/lang/invoke/
DMethodHandles.java346 java.lang.String what, java.lang.invoke.MethodType t1, java.lang.invoke.MethodType t2) { in misMatchedTypes() argument
/libcore/ojluni/src/main/java/java/lang/invoke/
DMethodHandles.java4093 static <T> RuntimeException misMatchedTypes(String what, T t1, T t2) { in misMatchedTypes() argument
4094 return newIllegalArgumentException(what + " must match: " + t1 + " != " + t2); in misMatchedTypes()
/libcore/ojluni/src/test/java/util/Scanner/
Dinput.txt279 # not recommended nuless you are sure of what you are doing
/libcore/ojluni/src/main/
DLICENSE54 know that what they have is not the original, so that any problems introduced
82 running the Program). Whether that is true depends on what the Program does.
219 This section is intended to make thoroughly clear what is believed to be a
283 One line to give the program's name and a brief idea of what it does.
330 library. If this is what you want to do, use the GNU Library General Public