Home
last modified time | relevance | path

Searched refs:init1 (Results 1 – 25 of 44) sorted by relevance

12

/external/apache-harmony/sql/src/test/java/org/apache/harmony/sql/tests/java/sql/
DBatchUpdateExceptionTest.java80 int[][] init1 = { { 1, 2, 3 }, null }; in testBatchUpdateExceptionintArray() local
83 int[][] theFinalStates2 = init1; // Update Counts array state in testBatchUpdateExceptionintArray()
90 int loopCount = init1.length; in testBatchUpdateExceptionintArray()
93 aBatchUpdateException = new BatchUpdateException(init1[i]); in testBatchUpdateExceptionintArray()
125 String[] init1 = { "a", "1", "valid1", "----", "&valid*", null, "", in testBatchUpdateExceptionStringintArray() local
137 String[] theFinalStates4 = init1; // Message state in testBatchUpdateExceptionStringintArray()
143 int loopCount = init1.length; in testBatchUpdateExceptionStringintArray()
146 aBatchUpdateException = new BatchUpdateException(init1[i], in testBatchUpdateExceptionStringintArray()
179 String[] init1 = { "a", "1", "valid1", "----", "&valid*", null, "", in testBatchUpdateExceptionStringStringintArray() local
193 String[] theFinalStates4 = init1; // Message state in testBatchUpdateExceptionStringStringintArray()
[all …]
DSQLExceptionTest.java59 String[] init1 = { "a", "1", "valid1", "----", "&valid*", "1", "a", in testSQLExceptionStringStringint() local
67 String[] theFinalStates1 = init1; in testSQLExceptionStringStringint()
77 int loopCount = init1.length; in testSQLExceptionStringStringint()
80 aSQLException = new SQLException(init1[i], init2[i], init3[i]); in testSQLExceptionStringStringint()
111 String[] init1 = { "a", "1", "valid1", "----", "&valid*", null, "", in testSQLExceptionStringString() local
116 String[] theFinalStates1 = init1; in testSQLExceptionStringString()
126 int loopCount = init1.length; in testSQLExceptionStringString()
129 aSQLException = new SQLException(init1[i], init2[i]); in testSQLExceptionStringString()
160 String[] init1 = { "a", "1", "valid1", "----", "&valid*", null, "", "\0" }; in testSQLExceptionString() local
162 String[] theFinalStates1 = init1; in testSQLExceptionString()
[all …]
DSQLWarningTest.java78 String[] init1 = { "a", "1", "valid1", "----", "&valid*", null, "", "\0" }; in testSQLWarningString() local
80 String[] theFinalStates1 = init1; in testSQLWarningString()
91 int loopCount = init1.length; in testSQLWarningString()
94 aSQLWarning = new SQLWarning(init1[i]); in testSQLWarningString()
125 String[] init1 = { "a", "1", "valid1", "----", "&valid*", null, "", in testSQLWarningStringString() local
130 String[] theFinalStates1 = init1; in testSQLWarningStringString()
140 int loopCount = init1.length; in testSQLWarningStringString()
143 aSQLWarning = new SQLWarning(init1[i], init2[i]); in testSQLWarningStringString()
174 String[] init1 = { "a", "1", "valid1", "----", "&valid*", "----", in testSQLWarningStringStringint() local
182 String[] theFinalStates1 = init1; in testSQLWarningStringStringint()
[all …]
DDataTruncationTest.java34 int[] init1 = { -2147483648, 2147483647, 0, 329751502, 318587557, in testDataTruncationintbooleanbooleanintint() local
49 int[] theFinalStates4 = init1; in testDataTruncationintbooleanbooleanintint()
58 int loopCount = init1.length; in testDataTruncationintbooleanbooleanintint()
61 aDataTruncation = new DataTruncation(init1[i], init2[i], in testDataTruncationintbooleanbooleanintint()
115 int[] init1 = { -2147483648, 2147483647, 0, -2045829673, 1977156911, in testGetIndex() local
125 int[] theReturns = init1; in testGetIndex()
132 int[] theFinalStates4 = init1; in testGetIndex()
143 aDataTruncation = new DataTruncation(init1[i], init2[i], in testGetIndex()
187 int[] init1 = { -2147483648, 2147483647, 0, -492314242, 1637665948, in testGetParameter() local
204 int[] theFinalStates4 = init1; in testGetParameter()
[all …]
DDateTest.java112 int init1[] = { 99, 8099, 9000, 99999, 99, 99, -1, -100 }; in testDateintintint() local
116 for (int i = 0; i < init1.length; i++) { in testDateintintint()
117 Date theDate = new Date(init1[i], init2[i], init3[i]); in testDateintintint()
128 long init1[] = { TIME_TESTDATE1, TIME_TESTDATE2, TIME_TESTDATE3, in testDatelong() local
132 for (long element : init1) { in testDatelong()
/external/llvm-project/llvm/test/CodeGen/PowerPC/
Daix-static-init-default-priority.ll4 … x { i32, void ()*, i8* }] [{ i32, void ()*, i8* } { i32 65535, void ()* @init1, i8* null }, { i32…
12 define internal void @init1() {
28 ; CHECK: .lglobl init1[DS]
29 ; CHECK: .lglobl .init1
30 ; CHECK: .csect init1[DS]
31 ; CHECK: __sinit80000000_clang_ac404299654d2af7eae71e75c17f7c9b_0: # @init1
32 ; CHECK: .init1:
/external/tensorflow/tensorflow/python/kernel_tests/
Dinit_ops_test.py43 def identicaltest(tc, init1, init2, shape=None): argument
59 t1 = init1(shape).eval()
262 init1 = init_ops.random_normal_initializer(0.0, 1.0, seed=1, dtype=dtype)
264 self.assertTrue(identicaltest(self, init1, init2))
269 init1 = init_ops.random_normal_initializer(0.0, 1.0, seed=1, dtype=dtype)
271 self.assertFalse(identicaltest(self, init1, init2))
292 init1 = init_ops.truncated_normal_initializer(
296 self.assertTrue(identicaltest(self, init1, init2))
301 init1 = init_ops.truncated_normal_initializer(
305 self.assertFalse(identicaltest(self, init1, init2))
[all …]
/external/tensorflow/tensorflow/python/ops/
Dinit_ops_v2_test.py37 init1, argument
44 t1 = self.evaluate(init1(shape, dtype))
211 init1 = init_ops_v2.RandomUniform(0, 7, seed=1)
213 self._identical_test(init1, init2, True)
217 init1 = init_ops_v2.RandomUniform(0, 7, seed=1)
219 self._identical_test(init1, init2, False)
245 init1 = init_ops_v2.RandomNormal(0, 7, seed=1)
247 self._identical_test(init1, init2, True)
251 init1 = init_ops_v2.RandomNormal(0, 7, seed=1)
253 self._identical_test(init1, init2, False)
[all …]
/external/libcxx/test/std/thread/thread.mutex/thread.once/thread.once.callonce/
Dcall_once.pass.cpp71 struct init1 struct
78 int init1::called = 0; argument
84 std::call_once(flg1, init1(), 1); in f1()
227 assert(init1::called == 1); in main()
/external/llvm-project/libcxx/test/std/thread/thread.mutex/thread.once/thread.once.callonce/
Dcall_once.pass.cpp71 struct init1 struct
78 int init1::called = 0; argument
84 std::call_once(flg1, init1(), 1); in f1()
227 assert(init1::called == 1); in main()
/external/llvm/test/Transforms/GlobalOpt/
Dctor-list-opt-constexpr.ll13 @llvm.global_ctors = appending global [2 x %0] [%0 { i32 65535, void ()* @init1 }, %0 { i32 65535, …
17 define internal void @init1() {
23 ; CHECK-LABEL: @init1(
/external/llvm-project/flang/test/Semantics/
Dresolve48.f9023 module procedure init1
31 type(t1) function init1() function
/external/llvm-project/llvm/test/Transforms/GlobalOpt/
Dctor-list-opt-constexpr.ll13 @llvm.global_ctors = appending global [2 x %0] [%0 { i32 65535, void ()* @init1, i8* null }, %0 { i…
17 define internal void @init1() {
23 ; CHECK-LABEL: @init1(
/external/llvm-project/clang-tools-extra/docs/clang-tidy/checks/
Dandroid-cloexec-inotify-init1.rst1 .. title:: clang-tidy - android-cloexec-inotify-init1
3 android-cloexec-inotify-init1
/external/llvm-project/llvm/test/Transforms/DeadStoreElimination/MemDepAnalysis/
Dfree.ll51 br i1 %x, label %skipinit1, label %init1
53 init1:
/external/llvm/test/Transforms/DeadStoreElimination/
Dfree.ll51 br i1 %x, label %skipinit1, label %init1
53 init1:
/external/llvm-project/llvm/test/Transforms/DeadStoreElimination/MSSA/
Dfree.ll55 ; CHECK: init1:
63 br i1 %x, label %skipinit1, label %init1
65 init1:
/external/libabigail/tests/data/test-diff-suppr/test34-priv-include-dir-v0/
Dtest34-priv-include-v0.h7 init1(struct priv* p) in init1() function
/external/libabigail/tests/data/test-diff-suppr/test34-priv-include-dir-v1/
Dtest34-priv-include-v1.h8 init1 (struct priv* p) in init1() function
/external/clang/test/OpenMP/
Dfor_reduction_codegen_UDR.cpp29 void init1(BaseS1&, const BaseS1&);
34 #pragma omp declare reduction(&& : S<float>, S<int> : omp_out.f *= omp_in.f) initializer(init1(omp_…
/external/llvm-project/clang/test/OpenMP/
Dfor_reduction_codegen_UDR.cpp47 void init1(BaseS1&, const BaseS1&);
52 #pragma omp declare reduction(&& : S<float>, S<int> : omp_out.f *= omp_in.f) initializer(init1(omp_…
/external/harfbuzz_ng/test/shaping/data/in-house/tests/
Dmongolian-variation-selector.tests1 ../fonts/37033cc5cf37bb223d7355153016b6ccece93b28.ttf::U+1826,U+180B,U+1826:[uni1826.E85E_ue.init1=…
19 …space=4+0|uni1820.E827_a.fina2=5+600|uni202F.nobreak=6+500|uni1836.E92B_y.init1=7+500|uni1822.E834…
/external/llvm/test/Transforms/IndVarSimplify/
Dno-iv-rewrite.ll281 ; Two phis should remain, one starting at %init, and one at %init1.
304 %init1 = add i32 %init, %step1
305 %l.0 = sub i32 %init1, %step1
309 %ii = phi i32 [ %init1, %entry ], [ %ii.next, %loop ]
312 %k = phi i32 [ %init1, %entry ], [ %k.next, %loop ]
/external/llvm-project/clang/test/Analysis/
Dconversion.c75 void init1() { in init1() function
/external/tensorflow/tensorflow/python/client/
Dsession_clusterspec_prop_test.py267 init1 = variables.global_variables_initializer()
279 init1.run(session=sess1)
512 init1 = variables.global_variables_initializer()
525 init1.run(session=sess1)

12