Home
last modified time | relevance | path

Searched refs:init3 (Results 1 – 20 of 20) sorted by relevance

/external/apache-harmony/sql/src/test/java/org/apache/harmony/sql/tests/java/sql/
DDataTruncationTest.java37 boolean[] init3 = { false, true, false, false, false, false, true }; in testDataTruncationintbooleanbooleanintint()
53 boolean[] theFinalStates8 = init3; in testDataTruncationintbooleanbooleanintint()
62 init3[i], init4[i], init5[i]); in testDataTruncationintbooleanbooleanintint()
118 boolean[] init3 = { false, true, false, false, true, true, true }; in testGetIndex()
136 boolean[] theFinalStates8 = init3; in testGetIndex()
144 init3[i], init4[i], init5[i]); in testGetIndex()
190 boolean[] init3 = { false, true, false, false, false, true, true }; in testGetParameter()
208 boolean[] theFinalStates8 = init3; in testGetParameter()
216 init3[i], init4[i], init5[i]); in testGetParameter()
262 boolean[] init3 = { false, true, false, false, true, true, false }; in testGetRead()
[all …]
DSQLExceptionTest.java63 int[] init3 = { -2147483648, 2147483647, 0, 48429456, 1770127344, in testSQLExceptionStringStringint() local
69 int[] theFinalStates3 = init3; in testSQLExceptionStringStringint()
80 aSQLException = new SQLException(init1[i], init2[i], init3[i]); in testSQLExceptionStringStringint()
252 int[] init3 = { -2147483648, 2147483647, 0, 48429456, 1770127344, in testGetErrorCode() local
256 int[] theReturns = init3; in testGetErrorCode()
259 int[] theFinalStates3 = init3; in testGetErrorCode()
268 aSQLException = new SQLException(init1[i], init2[i], init3[i]); in testGetErrorCode()
305 int[] init3 = { -2147483648, 2147483647, 0, 48429456, 1770127344, in testGetNextException() local
315 int[] theFinalStates3 = init3; in testGetNextException()
323 aSQLException = new SQLException(init1[i], init2[i], init3[i]); in testGetNextException()
[all …]
DBatchUpdateExceptionTest.java183 int[][] init3 = { { 1, 2, 3 }, { }, { 3 }, { 5, 5 }, { 6 }, in testBatchUpdateExceptionStringStringintArray() local
190 int[][] theFinalStates2 = init3; in testBatchUpdateExceptionStringStringintArray()
203 init2[i], init3[i]); in testBatchUpdateExceptionStringStringintArray()
239 int[] init3 = { -2147483648, 2147483647, 0, -492417162, -156220255, in testBatchUpdateExceptionStringStringintintArray() local
245 int[] theFinalStates1 = init3; // Error Code state in testBatchUpdateExceptionStringStringintintArray()
260 init2[i], init3[i], init4[i]); in testBatchUpdateExceptionStringStringintintArray()
DDateTest.java114 int init3[] = { 31, 0, 0, 0, 0, 999, 0, -999 }; in testDateintintint() local
117 Date theDate = new Date(init1[i], init2[i], init3[i]); in testDateintintint()
DSQLWarningTest.java178 int[] init3 = { -2147483648, 2147483647, 0, 1412862821, -733923487, in testSQLWarningStringStringint() local
184 int[] theFinalStates3 = init3; in testSQLWarningStringStringint()
195 aSQLWarning = new SQLWarning(init1[i], init2[i], init3[i]); in testSQLWarningStringStringint()
/external/libcxx/test/std/thread/thread.mutex/thread.once/thread.once.callonce/
Dcall_once.pass.cpp47 void init3() in init3() function
61 std::call_once(flg3, init3); in f3()
/external/harfbuzz_ng/test/shaping/data/in-house/tests/
Dmongolian-variation-selector.tests7 ../fonts/4d4206e30b2dbf1c1ef492a8eae1c9e7829ebad8.ttf::U+182D,U+180D,U+200D:[uni182D.EA1E_g.init3=0…
10 ../fonts/4d4206e30b2dbf1c1ef492a8eae1c9e7829ebad8.ttf::U+182D,U+180D,U+200D:[uni182D.EA1E_g.init3=0…
/external/u-boot/arch/arm/mach-imx/mx7/
Dddr.c49 writel(ddrc_regs_val->init3, &ddrc_regs->init3); in mx7_dram_cfg()
/external/u-boot/arch/arm/include/asm/arch-mx8m/
Dddr.h24 u32 init3; member
118 u32 init3; member
/external/u-boot/arch/arm/include/asm/arch-mx7/
Dmx7-ddr.h22 u32 init3; /* 0x00dc */ member
/external/u-boot/board/compulab/cl-som-imx7/
Dspl.c40 .init3 = 0x09300004,
/external/tensorflow/tensorflow/python/kernel_tests/
Dinit_ops_test.py348 init3 = init_ops.uniform_unit_scaling_initializer(
352 self.assertTrue(identicaltest(self, init3, init4))
359 init3 = init_ops.uniform_unit_scaling_initializer(
362 self.assertFalse(identicaltest(self, init1, init3))
363 self.assertFalse(identicaltest(self, init2, init3))
Dlookup_ops_test.py533 init3 = lookup_ops.TextFileInitializer(
536 self.assertIn("one_column_5.txt_-2_-1", init3._shared_name)
537 table3 = self.getHashTable()(init3, default_value)
595 init3 = lookup_ops.TextFileInitializer(
602 self.assertIn("one_column3.txt_1_-2_-1", init3._shared_name)
603 table3 = self.getHashTable()(init3, default_value)
/external/u-boot/arch/arm/include/asm/arch-sunxi/
Ddram_sun8i_a23.h114 u32 init3; /* 0xdc */ member
/external/clang/test/SemaObjC/
Dattr-designated-init.m24 -(id)init3 NS_DESIGNATED_INITIALIZER;
31 -(id)init3 { return 0; } method
/external/u-boot/arch/arm/mach-sunxi/
Ddram_sun8i_a23.c200 writel((dram_para.mr0 << 16) | dram_para.mr1, &mctl_ctl->init3); in mctl_init()
/external/u-boot/drivers/ram/stm32mp1/
Dstm32mp1_ddr_regs.h39 u32 init3; /* 0xdc SDRAM Initialization 3*/ member
/external/clang/test/Analysis/
Dself-init.m81 -(id)init3 { method
/external/doclava/src/com/google/doclava/
DConverter.java165 cl.init3( in initClass()
DClassInfo.java201 public void init3(ArrayList<TypeInfo> types, ArrayList<ClassInfo> realInnerClasses) { in init3() method in ClassInfo