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

1 2

  /toolchain/binutils/binutils-2.27/ld/testsuite/ld-elf/
pr14156a.d 3 #source: init2.s
  /external/libcxx/test/std/thread/thread.mutex/thread.once/thread.once.callonce/
call_once.pass.cpp 87 struct init2 struct
94 int init2::called = 0;
100 std::call_once(flg2, init2(), 2, 3);
101 std::call_once(flg2, init2(), 4, 5);
235 assert(init2::called == 5);
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/thread/thread.mutex/thread.once/thread.once.callonce/
call_once.pass.cpp 87 struct init2 struct
94 int init2::called = 0;
100 std::call_once(flg2, init2(), 2, 3);
101 std::call_once(flg2, init2(), 4, 5);
235 assert(init2::called == 5);
  /external/apache-harmony/sql/src/test/java/org/apache/harmony/sql/tests/java/sql/
DataTruncationTest.java 36 boolean[] init2 = { false, true, false, false, false, true, false };
52 boolean[] theFinalStates7 = init2;
61 aDataTruncation = new DataTruncation(init1[i], init2[i],
117 boolean[] init2 = { false, true, false, false, true, true, true };
135 boolean[] theFinalStates7 = init2;
143 aDataTruncation = new DataTruncation(init1[i], init2[i],
189 boolean[] init2 = { false, true, false, true, true, false, true };
197 boolean[] theReturns = init2;
207 boolean[] theFinalStates7 = init2;
215 aDataTruncation = new DataTruncation(init1[i], init2[i]
    [all...]
SQLExceptionTest.java 61 String[] init2 = { "a", "1", "valid1", "----", "&valid*", "a", local
68 String[] theFinalStates2 = init2;
80 aSQLException = new SQLException(init1[i], init2[i], init3[i]);
113 String[] init2 = { "a", "1", "valid1", "----", "&valid*", "a", "a", local
117 String[] theFinalStates2 = init2;
129 aSQLException = new SQLException(init1[i], init2[i]);
251 String[] init2 = { "a", "1", "valid1", "----", "&valid*", null, "a" }; local
258 String[] theFinalStates2 = init2;
268 aSQLException = new SQLException(init1[i], init2[i], init3[i]);
304 String[] init2 = { "a", "1", "valid1", "----", "&valid*", null, "a" } local
360 String[] init2 = { "a", "1", "valid1", "----", "&valid*", null, "a" }; local
418 String[] init2 = { "a", "1", "valid1", "----", "&valid*", null, "a" }; local
    [all...]
BatchUpdateExceptionTest.java 127 int[][] init2 = { { 1, 2, 3 }, { }, { 3 }, null, { 5, 5 }, { 6 }, local
133 int[][] theFinalStates2 = init2;
147 init2[i]);
181 String[] init2 = { "a", "1", "valid1", "----", "&valid*", "a", null, local
192 String[] theFinalStates3 = init2;
203 init2[i], init3[i]);
237 String[] init2 = { "a", "1", "valid1", "----", "&valid*", "a", null, local
249 String[] theFinalStates3 = init2;
260 init2[i], init3[i], init4[i]);
SQLWarningTest.java 127 String[] init2 = { "a", "1", "valid1", "----", "&valid*", "a", "a", local
131 String[] theFinalStates2 = init2;
143 aSQLWarning = new SQLWarning(init1[i], init2[i]);
176 String[] init2 = { "a", "1", "valid1", "----", "&valid*", "valid1", local
183 String[] theFinalStates2 = init2;
195 aSQLWarning = new SQLWarning(init1[i], init2[i], init3[i]);
DateTest.java 113 int init2[] = { 11, 0, 0, 0, 999, 0, 0, -111 }; local
117 Date theDate = new Date(init1[i], init2[i], init3[i]);
  /external/tensorflow/tensorflow/python/kernel_tests/
init_ops_test.py 39 def identicaltest(tc, init1, init2, shape=None):
45 init2: An Initializer that generates a tensor of a given shape
56 t2 = init2(shape).eval()
246 init2 = init_ops.random_normal_initializer(0.0, 1.0, seed=1, dtype=dtype)
247 self.assertTrue(identicaltest(self, init1, init2))
252 init2 = init_ops.random_normal_initializer(0.0, 1.0, seed=2, dtype=dtype)
253 self.assertFalse(identicaltest(self, init1, init2))
274 init2 = init_ops.truncated_normal_initializer(
276 self.assertTrue(identicaltest(self, init1, init2))
282 init2 = init_ops.truncated_normal_initializer
    [all...]
  /external/clang/test/OpenMP/
for_reduction_codegen_UDR.cpp 30 void init2(BaseS1&, const BaseS1&);
56 #pragma omp declare reduction(operator&& : S<T> : omp_out.f = 17 * omp_in.f) initializer(init2(omp_priv, omp_orig))
    [all...]
  /prebuilts/go/darwin-x86/src/crypto/md5/
md5.go 33 init2 = 0x98BADCFE
48 d.s[2] = init2
32 init2 = 0x98BADCFE const
  /prebuilts/go/linux-x86/src/crypto/md5/
md5.go 33 init2 = 0x98BADCFE
48 d.s[2] = init2
32 init2 = 0x98BADCFE const
  /prebuilts/go/darwin-x86/src/crypto/sha256/
sha256.go 33 init2 = 0x3C6EF372
148 d.h[2] = init2
32 init2 = 0x3C6EF372 const
  /prebuilts/go/linux-x86/src/crypto/sha256/
sha256.go 33 init2 = 0x3C6EF372
148 d.h[2] = init2
32 init2 = 0x3C6EF372 const
  /frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
PhoneNumberWatcherTest.java 275 String init2 = "650"; local
278 testReplacement(init2, replacement2, expected2);
  /libcore/ojluni/src/main/java/java/lang/
Thread.java 413 init2(parent);
540 init2(currentThread());
544 private void init2(Thread parent) { method in class:Thread
    [all...]
  /prebuilts/go/darwin-x86/src/crypto/sha1/
sha1.go 31 init2 = 0x98BADCFE
110 d.h[2] = init2
30 init2 = 0x98BADCFE const
  /prebuilts/go/darwin-x86/src/crypto/sha512/
sha512.go 48 init2 = 0x3c6ef372fe94f82b
121 d.h[2] = init2
47 init2 = 0x3c6ef372fe94f82b const
  /prebuilts/go/linux-x86/src/crypto/sha1/
sha1.go 31 init2 = 0x98BADCFE
110 d.h[2] = init2
30 init2 = 0x98BADCFE const
  /prebuilts/go/linux-x86/src/crypto/sha512/
sha512.go 48 init2 = 0x3c6ef372fe94f82b
121 d.h[2] = init2
47 init2 = 0x3c6ef372fe94f82b const
  /external/webrtc/talk/app/webrtc/
datachannel_unittest.cc 416 webrtc::InternalDataChannelInit init2(base);
417 EXPECT_EQ(webrtc::InternalDataChannelInit::kNone, init2.open_handshake_role);
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/gc/
sinit.go 125 init2(defn.Right, out)
199 func init2(n *Node, out *[]*Node) { func
209 init2(n.Left, out)
210 init2(n.Right, out)
220 init2(asNode(n.Type.FuncType().Nname), out)
226 init2(n, out)
  /prebuilts/go/linux-x86/src/cmd/compile/internal/gc/
sinit.go 125 init2(defn.Right, out)
199 func init2(n *Node, out *[]*Node) { func
209 init2(n.Left, out)
210 init2(n.Right, out)
220 init2(asNode(n.Type.FuncType().Nname), out)
226 init2(n, out)
  /external/icu/icu4c/source/i18n/unicode/
regex.h     [all...]
  /external/tensorflow/tensorflow/python/client/
session_clusterspec_prop_test.py 281 init2 = variables.global_variables_initializer()
287 init2.run(session=sess2)

Completed in 646 milliseconds

1 2