HomeSort by relevance Sort by last modified time
    Searched refs:init1 (Results 1 - 25 of 30) 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) {
  /toolchain/binutils/binutils-2.27/ld/testsuite/ld-elf/
pr14156a.d 2 #source: init1.s
  /external/tensorflow/tensorflow/python/kernel_tests/
init_ops_test.py 39 def identicaltest(tc, init1, init2, shape=None):
44 init1: An Initializer that generates a tensor of a given shape
54 t1 = init1(shape).eval()
245 init1 = init_ops.random_normal_initializer(0.0, 1.0, seed=1, dtype=dtype)
247 self.assertTrue(identicaltest(self, init1, init2))
251 init1 = init_ops.random_normal_initializer(0.0, 1.0, seed=1, dtype=dtype)
253 self.assertFalse(identicaltest(self, init1, init2))
272 init1 = init_ops.truncated_normal_initializer(
276 self.assertTrue(identicaltest(self, init1, init2))
280 init1 = init_ops.truncated_normal_initializer
    [all...]
  /external/libcxx/test/std/thread/thread.mutex/thread.once/thread.once.callonce/
call_once.pass.cpp 71 struct init1 struct
78 int init1::called = 0;
84 std::call_once(flg1, init1(), 1);
227 assert(init1::called == 1);
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/thread/thread.mutex/thread.once/thread.once.callonce/
call_once.pass.cpp 71 struct init1 struct
78 int init1::called = 0;
84 std::call_once(flg1, init1(), 1);
227 assert(init1::called == 1);
  /external/clang/test/OpenMP/
for_reduction_codegen_UDR.cpp 29 void init1(BaseS1&, const BaseS1&);
34 #pragma omp declare reduction(&& : S<float>, S<int> : omp_out.f *= omp_in.f) initializer(init1(omp_priv, omp_orig))
    [all...]
  /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 32 init1 = 0xEFCDAB89
47 d.s[1] = init1
31 init1 = 0xEFCDAB89 const
  /prebuilts/go/linux-x86/src/crypto/md5/
md5.go 32 init1 = 0xEFCDAB89
47 d.s[1] = init1
31 init1 = 0xEFCDAB89 const
  /prebuilts/go/darwin-x86/src/go/internal/gcimporter/testdata/
exports.go 13 const init1 = 0 const
  /prebuilts/go/linux-x86/src/go/internal/gcimporter/testdata/
exports.go 13 const init1 = 0 const
  /prebuilts/go/darwin-x86/src/crypto/sha256/
sha256.go 32 init1 = 0xBB67AE85
147 d.h[1] = init1
31 init1 = 0xBB67AE85 const
  /prebuilts/go/linux-x86/src/crypto/sha256/
sha256.go 32 init1 = 0xBB67AE85
147 d.h[1] = init1
31 init1 = 0xBB67AE85 const
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/gc/
sinit.go 35 // init1 walks the AST starting at n, and accumulates in out
37 func init1(n *Node, out *[]*Node) { func
41 init1(n.Left, out)
42 init1(n.Right, out)
44 init1(n1, out)
50 init1(asNode(n.Type.FuncType().Nname), out)
108 Fatalf("init1: bad defn")
116 Fatalf("init1: bad defn")
142 init1(n2, out)
198 // recurse over n, doing init1 everywhere
    [all...]
  /prebuilts/go/linux-x86/src/cmd/compile/internal/gc/
sinit.go 35 // init1 walks the AST starting at n, and accumulates in out
37 func init1(n *Node, out *[]*Node) { func
41 init1(n.Left, out)
42 init1(n.Right, out)
44 init1(n1, out)
50 init1(asNode(n.Type.FuncType().Nname), out)
108 Fatalf("init1: bad defn")
116 Fatalf("init1: bad defn")
142 init1(n2, out)
198 // recurse over n, doing init1 everywhere
    [all...]
  /prebuilts/go/darwin-x86/src/crypto/sha1/
sha1.go 30 init1 = 0xEFCDAB89
109 d.h[1] = init1
29 init1 = 0xEFCDAB89 const
  /prebuilts/go/darwin-x86/src/crypto/sha512/
sha512.go 47 init1 = 0xbb67ae8584caa73b
120 d.h[1] = init1
46 init1 = 0xbb67ae8584caa73b const
  /prebuilts/go/linux-x86/src/crypto/sha1/
sha1.go 30 init1 = 0xEFCDAB89
109 d.h[1] = init1
29 init1 = 0xEFCDAB89 const
  /prebuilts/go/linux-x86/src/crypto/sha512/
sha512.go 47 init1 = 0xbb67ae8584caa73b
120 d.h[1] = init1
46 init1 = 0xbb67ae8584caa73b const
  /external/harfbuzz_ng/src/
hb-set-private.hh 54 inline void init1 (void) { memset (&v, 0xff, sizeof (v)); } function in struct:hb_set_t::page_t
250 page->init1 ();

Completed in 2416 milliseconds

1 2