HomeSort by relevance Sort by last modified time
    Searched refs:init1 (Results 1 - 25 of 33) sorted by null

1 2

  /external/apache-harmony/sql/src/test/java/org/apache/harmony/sql/tests/java/sql/
BatchUpdateExceptionTest.java 80 int[][] init1 = { { 1, 2, 3 }, null }; local
83 int[][] theFinalStates2 = init1; // Update Counts array state
90 int loopCount = init1.length;
93 aBatchUpdateException = new BatchUpdateException(init1[i]);
125 String[] init1 = { "a", "1", "valid1", "----", "&valid*", null, "", local
137 String[] theFinalStates4 = init1; // Message state
143 int loopCount = init1.length;
146 aBatchUpdateException = new BatchUpdateException(init1[i],
179 String[] init1 = { "a", "1", "valid1", "----", "&valid*", null, "", local
193 String[] theFinalStates4 = init1; // Message stat
235 String[] init1 = { "a", "1", "valid1", "----", "&valid*", null, "", local
377 int[][] init1 = { { 1, 2, 3 }, { }, null }; local
    [all...]
SQLWarningTest.java 78 String[] init1 = { "a", "1", "valid1", "----", "&valid*", null, "", "\0" }; local
80 String[] theFinalStates1 = init1;
91 int loopCount = init1.length;
94 aSQLWarning = new SQLWarning(init1[i]);
125 String[] init1 = { "a", "1", "valid1", "----", "&valid*", null, "", local
130 String[] theFinalStates1 = init1;
140 int loopCount = init1.length;
143 aSQLWarning = new SQLWarning(init1[i], init2[i]);
174 String[] init1 = { "a", "1", "valid1", "----", "&valid*", "----", local
182 String[] theFinalStates1 = init1;
227 String[] init1 = { "a", "1", "valid1", "----", "&valid*" }; local
278 String[] init1 = { "a", "1" }; local
    [all...]
SQLExceptionTest.java 59 String[] init1 = { "a", "1", "valid1", "----", "&valid*", "1", "a", local
67 String[] theFinalStates1 = init1;
77 int loopCount = init1.length;
80 aSQLException = new SQLException(init1[i], init2[i], init3[i]);
111 String[] init1 = { "a", "1", "valid1", "----", "&valid*", null, "", local
116 String[] theFinalStates1 = init1;
126 int loopCount = init1.length;
129 aSQLException = new SQLException(init1[i], init2[i]);
160 String[] init1 = { "a", "1", "valid1", "----", "&valid*", null, "", "\0" }; local
162 String[] theFinalStates1 = init1;
250 String[] init1 = { "a", "1", "valid1", "----", null, "&valid*", "1" }; local
303 String[] init1 = { "a", "1", "valid1", "----", null, "&valid*", "1" }; local
359 String[] init1 = { "a", "1", "valid1", "----", null, "&valid*", "1" }; local
417 String[] init1 = { "a", "1", "valid1", "----", null, "&valid*", "1" }; local
    [all...]
DataTruncationTest.java 34 int[] init1 = { -2147483648, 2147483647, 0, 329751502, 318587557, local
49 int[] theFinalStates4 = init1;
58 int loopCount = init1.length;
61 aDataTruncation = new DataTruncation(init1[i], init2[i],
115 int[] init1 = { -2147483648, 2147483647, 0, -2045829673, 1977156911, local
125 int[] theReturns = init1;
132 int[] theFinalStates4 = init1;
143 aDataTruncation = new DataTruncation(init1[i], init2[i],
187 int[] init1 = { -2147483648, 2147483647, 0, -492314242, 1637665948, local
204 int[] theFinalStates4 = init1;
259 int[] init1 = { -2147483648, 2147483647, 0, 2092420209, -1695764964, local
331 int[] init1 = { -2147483648, 2147483647, 0, 1146707040, -2020665632, local
403 int[] init1 = { -2147483648, 2147483647, 0, 78096124, 1719192600, local
    [all...]
DateTest.java 112 int init1[] = { 99, 8099, 9000, 99999, 99, 99, -1, -100 }; local
116 for (int i = 0; i < init1.length; i++) {
117 Date theDate = new Date(init1[i], init2[i], init3[i]);
128 long init1[] = { TIME_TESTDATE1, TIME_TESTDATE2, TIME_TESTDATE3, local
132 for (long element : init1) {
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/thread/thread.mutex/thread.once/thread.once.callonce/
call_once.pass.cpp 65 struct init1 struct
72 int init1::called = 0;
78 std::call_once(flg1, init1(), 1);
191 assert(init1::called == 1);
  /external/libgdx/tests/gdx-tests/src/com/badlogic/gdx/tests/g3d/shadows/system/realistic/
RealisticShadowSystem.java 59 protected void init1 () { method in class:RealisticShadowSystem
60 super.init1();
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-elf/
pr14156a.d 2 #source: init1.s
  /external/libcxx/test/std/thread/thread.mutex/thread.once/thread.once.callonce/
call_once.pass.cpp 67 struct init1 struct
74 int init1::called = 0;
80 std::call_once(flg1, init1(), 1);
222 assert(init1::called == 1);
  /external/libgdx/tests/gdx-tests/src/com/badlogic/gdx/tests/g3d/shadows/system/
FirstPassBaseShadowSystem.java 45 if (n == FIRST_PASS) init1(); method
48 protected void init1 () { method in class:FirstPassBaseShadowSystem
  /external/libgdx/tests/gdx-tests/src/com/badlogic/gdx/tests/g3d/shadows/system/classical/
ClassicalShadowSystem.java 73 protected void init1 () { method in class:ClassicalShadowSystem
74 super.init1();
  /prebuilts/go/darwin-x86/test/
init1.go 44 panic("init1")
  /prebuilts/go/linux-x86/test/
init1.go 44 panic("init1")
  /prebuilts/go/darwin-x86/src/crypto/md5/
md5.go 28 init1 = 0xEFCDAB89
43 d.s[1] = init1
27 init1 = 0xEFCDAB89 const
  /prebuilts/go/darwin-x86/src/crypto/sha1/
sha1.go 26 init1 = 0xEFCDAB89
42 d.h[1] = init1
25 init1 = 0xEFCDAB89 const
  /prebuilts/go/linux-x86/src/crypto/md5/
md5.go 28 init1 = 0xEFCDAB89
43 d.s[1] = init1
27 init1 = 0xEFCDAB89 const
  /prebuilts/go/linux-x86/src/crypto/sha1/
sha1.go 26 init1 = 0xEFCDAB89
42 d.h[1] = init1
25 init1 = 0xEFCDAB89 const
  /prebuilts/go/darwin-x86/src/crypto/sha256/
sha256.go 31 init1 = 0xBB67AE85
60 d.h[1] = init1
30 init1 = 0xBB67AE85 const
  /prebuilts/go/linux-x86/src/crypto/sha256/
sha256.go 31 init1 = 0xBB67AE85
60 d.h[1] = init1
30 init1 = 0xBB67AE85 const
  /prebuilts/go/darwin-x86/src/go/internal/gcimporter/testdata/
exports.go 15 const init1 = 0 const
  /prebuilts/go/linux-x86/src/go/internal/gcimporter/testdata/
exports.go 15 const init1 = 0 const
  /prebuilts/go/darwin-x86/src/crypto/sha512/
sha512.go 42 init1 = 0xbb67ae8584caa73b
115 d.h[1] = init1
41 init1 = 0xbb67ae8584caa73b const
  /prebuilts/go/linux-x86/src/crypto/sha512/
sha512.go 42 init1 = 0xbb67ae8584caa73b
115 d.h[1] = init1
41 init1 = 0xbb67ae8584caa73b const
  /prebuilts/go/darwin-x86/pkg/bootstrap/src/bootstrap/compile/internal/gc/
sinit.go 30 // init1 walks the AST starting at n, and accumulates in out
32 func init1(n *Node, out **NodeList) { func
36 init1(n.Left, out)
37 init1(n.Right, out)
39 init1(l.N, out)
45 init1(n.Type.Nname, out)
187 init1(l.N, out)
207 Fatal("init1: bad defn")
210 // recurse over n, doing init1 everywhere.
220 init1(n, out
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/gc/
sinit.go 27 // init1 walks the AST starting at n, and accumulates in out
29 func init1(n *Node, out **NodeList) { func
33 init1(n.Left, out)
34 init1(n.Right, out)
36 init1(l.N, out)
42 init1(n.Type.Nname, out)
184 init1(l.N, out)
204 Fatal("init1: bad defn")
207 // recurse over n, doing init1 everywhere.
217 init1(n, out
    [all...]

Completed in 483 milliseconds

1 2