Searched refs:se1 (Results 1 – 7 of 7) sorted by relevance
/external/apache-harmony/sql/src/test/java/org/apache/harmony/sql/tests/java/sql/ |
D | SQLExceptionTest.java | 519 SQLException se1 = new SQLException("reason", "SQLState", 1); in test_setNextException_LSQLException() local 524 se1.setNextException(se2); in test_setNextException_LSQLException() 525 assertSame(se2, se1.getNextException()); in test_setNextException_LSQLException() 527 se1.setNextException(se3); in test_setNextException_LSQLException() 528 assertSame(se2, se1.getNextException()); in test_setNextException_LSQLException() 594 SQLException se1 = new SQLException("reason", "SQLState", 1); in test_iterator() local 599 se1.setNextException(se2); in test_iterator() 600 se1.setNextException(se3); in test_iterator() 603 Iterator iterator = se1.iterator(); in test_iterator() 611 assertEquals(se1, iterator.next()); in test_iterator()
|
/external/libvpx/libvpx/vpx_dsp/x86/ |
D | variance_avx2.c | 110 const int se1 = vpx_sub_pixel_variance32xh_avx2( in vpx_sub_pixel_variance64x64_avx2() local 116 const int se = se1 + se2; in vpx_sub_pixel_variance64x64_avx2() 135 const int se1 = vpx_sub_pixel_avg_variance32xh_avx2( in vpx_sub_pixel_avg_variance64x64_avx2() local 141 const int se = se1 + se2; in vpx_sub_pixel_avg_variance64x64_avx2()
|
/external/llvm/test/CodeGen/PowerPC/ |
D | optnone-crbits-i1-ret.ll | 6 declare void @se1() 23 call void @se1()
|
/external/clang/test/CXX/temp/temp.spec/temp.inst/ |
D | p1.cpp | 16 ScopedEnum1<int> se1; // ok variable
|
/external/iproute2/misc/ |
D | ss.c | 1517 struct servent *se1 = NULL; in parse_hostcond() local 1520 se1 = getservbyname(port, UDP_PROTO); in parse_hostcond() 1523 if (se1 && se2 && se1->s_port != se2->s_port) { in parse_hostcond() 1527 if (!se1) in parse_hostcond() 1528 se1 = se2; in parse_hostcond() 1529 if (se1) { in parse_hostcond() 1530 a.port = ntohs(se1->s_port); in parse_hostcond()
|
/external/icu/icu4c/source/data/translit/ |
D | Latn_Bopo.txt | 1214 se1 ← ㄙㄜ;
|
/external/toolchain-utils/cros_utils/ |
D | stats.py | 1822 def outputpairedstats(fname, writemode, name1, n1, m1, se1, min1, max1, name2, argument 1849 math.sqrt(se1), 3), min1, max1], [name2, n2, round(m2, 3), round(
|