Searched refs:function (Results 1 - 8 of 8) sorted by relevance

/libcore/luni/src/main/native/
H A DJniException.cpp20 bool maybeThrowIcuException(JNIEnv* env, const char* function, UErrorCode error) { argument
40 return jniThrowExceptionFmt(env, exceptionClass, "%s failed: %s", function, u_errorName(error));
H A DJniException.h28 bool maybeThrowIcuException(JNIEnv* env, const char* function, UErrorCode error);
H A Dlibcore_icu_NativeDecimalFormat.cpp198 const char* function; local
200 function = "DecimalFormat::applyLocalizedPattern";
203 function = "DecimalFormat::applyPattern";
206 maybeThrowIcuException(env, function, status);
/libcore/luni/src/test/java/tests/support/
H A DMockFunction.java35 public void function(FunctionContext fc, String args[]) { method in class:MockFunction
/libcore/luni/src/test/java/libcore/sqlite/
H A DOldFunctionContextTest.java203 public void function(FunctionContext fc, String args[]) { method in class:OldFunctionContextTest.TestFCError
216 public void function(FunctionContext fc, String args[]) { method in class:OldFunctionContextTest.TestFCCount
230 public void function(FunctionContext fc, String args[]) { method in class:OldFunctionContextTest.TestFCZeroBlob
243 public void function(FunctionContext fc, String args[]) { method in class:OldFunctionContextTest.TestFCString
257 public void function(FunctionContext fc, String args[]) { method in class:OldFunctionContextTest.TestFCInt
271 public void function(FunctionContext fc, String args[]) { method in class:OldFunctionContextTest.TestFCByteArray
285 public void function(FunctionContext fc, String args[]) { method in class:OldFunctionContextTest.SinFunc
H A DQueryTimeoutTest.java60 @Override public void function(FunctionContext functionContext, String[] args) {
H A DOldDatabaseTest.java574 * Aggregation function not called.
607 assertEquals("wrong number of arguments to function myaggfunc()",e.getMessage());
631 // function determines return type: test that Double type is returned.
1007 public void function(FunctionContext fc, String args[]) { method in class:OldDatabaseTest.SinFunc
/libcore/luni/src/test/java/tests/java/sql/
H A DDatabaseMetaDataTest.java2164 * Escaped function testing TODO complete this list
2388 * all the functions listed can be executed and that if a function is not in
2400 String function = st.nextToken();
2402 // find this function in the list
2406 if (function.equals(specDetails[0])) {
2409 fail("Function in list twice: " + function);
2418 fail("Non-JDBC spec function in list: " + function);
2428 // bug DERBY-723 CHAR maps to wrong function
2432 fail("function work
[all...]

Completed in 224 milliseconds