Home
last modified time | relevance | path

Searched refs:init4 (Results 1 – 6 of 6) sorted by relevance

/external/apache-harmony/sql/src/test/java/org/apache/harmony/sql/tests/java/sql/
DDataTruncationTest.java38 int[] init4 = { -2147483648, 2147483647, 0, 1761409290, -1331044048, in testDataTruncationintbooleanbooleanintint() local
50 int[] theFinalStates5 = init4; in testDataTruncationintbooleanbooleanintint()
62 init3[i], init4[i], init5[i]); in testDataTruncationintbooleanbooleanintint()
119 int[] init4 = { -2147483648, 2147483647, 0, -631377748, 21025030, in testGetIndex() local
133 int[] theFinalStates5 = init4; in testGetIndex()
144 init3[i], init4[i], init5[i]); in testGetIndex()
191 int[] init4 = { -2147483648, 2147483647, 0, 1134512579, 533874007, in testGetParameter() local
205 int[] theFinalStates5 = init4; in testGetParameter()
216 init3[i], init4[i], init5[i]); in testGetParameter()
263 int[] init4 = { -2147483648, 2147483647, 0, 1762375167, -604897453, in testGetRead() local
[all …]
DSQLExceptionTest.java307 SQLException[] init4 = { new SQLException(), null, new SQLException(), in testGetNextException() local
312 SQLException[] theReturns = init4; in testGetNextException()
316 SQLException[] theFinalStates4 = init4; in testGetNextException()
324 aSQLException.setNextException(init4[i]); in testGetNextException()
DBatchUpdateExceptionTest.java242 int[][] init4 = { { 1, 2, 3 }, { }, { 3 }, { 5, 5 }, { 6 }, in testBatchUpdateExceptionStringStringintintArray() local
247 int[][] theFinalStates2 = init4; in testBatchUpdateExceptionStringStringintintArray()
260 init2[i], init3[i], init4[i]); in testBatchUpdateExceptionStringStringintintArray()
/external/kernel-headers/original/uapi/asm-x86/asm/
Dkvm.h74 __u8 init4; /* true if 4 byte init */ member
/external/clang/test/Analysis/
Dself-init.m86 -(id)init4 { method
/external/clang/test/SemaObjC/
Dattr-designated-init.m32 -(id)init4 NS_DESIGNATED_INITIALIZER { return 0; } // expected-error {{only applies to init methods…