Home
last modified time | relevance | path

Searched defs:init3 (Results 1 – 8 of 8) sorted by relevance

/external/apache-harmony/sql/src/test/java/org/apache/harmony/sql/tests/java/sql/
DSQLExceptionTest.java63 int[] init3 = { -2147483648, 2147483647, 0, 48429456, 1770127344, in testSQLExceptionStringStringint() local
252 int[] init3 = { -2147483648, 2147483647, 0, 48429456, 1770127344, in testGetErrorCode() local
305 int[] init3 = { -2147483648, 2147483647, 0, 48429456, 1770127344, in testGetNextException() local
361 int[] init3 = { -2147483648, 2147483647, 0, 48429456, 1770127344, in testGetSQLState() local
419 int[] init3 = { -2147483648, 2147483647, 0, 48429456, 1770127344, in testSetNextExceptionSQLException() local
DBatchUpdateExceptionTest.java183 int[][] init3 = { { 1, 2, 3 }, { }, { 3 }, { 5, 5 }, { 6 }, in testBatchUpdateExceptionStringStringintArray() local
239 int[] init3 = { -2147483648, 2147483647, 0, -492417162, -156220255, in testBatchUpdateExceptionStringStringintintArray() local
DDateTest.java114 int init3[] = { 31, 0, 0, 0, 0, 999, 0, -999 }; in testDateintintint() local
DSQLWarningTest.java178 int[] init3 = { -2147483648, 2147483647, 0, 1412862821, -733923487, in testSQLWarningStringStringint() local
/external/libcxx/test/std/thread/thread.mutex/thread.once/thread.once.callonce/
Dcall_once.pass.cpp47 void init3() in init3() function
/external/clang/test/Analysis/
Dself-init.m81 -(id)init3 { method
/external/clang/test/SemaObjC/
Dattr-designated-init.m31 -(id)init3 { return 0; } method
/external/doclava/src/com/google/doclava/
DClassInfo.java197 public void init3(ArrayList<TypeInfo> types, ArrayList<ClassInfo> realInnerClasses) { in init3() method in ClassInfo