Searched refs:function (Results 1 – 7 of 7) sorted by relevance
/libcore/luni/src/test/java/libcore/java/math/ |
D | CSVTest.java | 66 String function = testCase[0]; in runTest() local 70 if (twoInputFunctions.contains(function)) { in runTest() 75 run2InputTest(function, expectedOutput, input, input2, extra); in runTest() 80 runTest(function, expectedOutput, input, extra); in runTest()
|
/libcore/luni/src/main/native/ |
D | IcuUtilities.cpp | 53 bool maybeThrowIcuException(JNIEnv* env, const char* function, UErrorCode error) { in maybeThrowIcuException() argument 67 jniThrowExceptionFmt(env, exceptionClass, "%s failed: %s", function, u_errorName(error)); in maybeThrowIcuException()
|
D | IcuUtilities.h | 28 bool maybeThrowIcuException(JNIEnv* env, const char* function, UErrorCode error);
|
D | libcore_icu_NativeDecimalFormat.cpp | 202 const char* function; in NativeDecimalFormat_applyPatternImpl() local 204 function = "DecimalFormat::applyLocalizedPattern"; in NativeDecimalFormat_applyPatternImpl() 207 function = "DecimalFormat::applyPattern"; in NativeDecimalFormat_applyPatternImpl() 210 maybeThrowIcuException(env, function, status); in NativeDecimalFormat_applyPatternImpl()
|
/libcore/luni/src/test/java/tests/support/ |
D | MockFunction.java | 35 public void function(FunctionContext fc, String args[]) { in function() method in MockFunction
|
/libcore/luni/src/test/java/tests/java/sql/ |
D | DatabaseMetaDataTest.java | 2400 String function = st.nextToken(); in escapedFunctions() local 2406 if (function.equals(specDetails[0])) { in escapedFunctions() 2409 fail("Function in list twice: " + function); in escapedFunctions() 2418 fail("Non-JDBC spec function in list: " + function); in escapedFunctions()
|
/libcore/benchmarks/libs/ |
D | caliper.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/google/
com/ ... |