Searched refs:se2 (Results 1 - 5 of 5) sorted by relevance

/external/clang/test/CXX/temp/temp.spec/temp.inst/
H A Dp1.cpp23 ScopedEnum2<void*> se2; // expected-note {{here}} member in struct:ScopedEnum::ScopedEnum1::ScopedEnum2
/external/skia/bench/
H A Dbench_util.py125 se2 = 0
129 se2 = (1.0/(n*(n-2)) * (n*Syy - Sy*Sy - B*B*(n*Sxx - Sx*Sx)))
130 sB2 = (n*se2) / (n*Sxx - Sx*Sx)
136 self.serror = math.sqrt(max(0, se2))
/external/apache-harmony/sql/src/test/java/org/apache/harmony/sql/tests/java/sql/
H A DSQLExceptionTest.java520 SQLException se2 = new SQLException("reason", "SQLState", 2);
524 se1.setNextException(se2);
525 assertSame(se2, se1.getNextException());
528 assertSame(se2, se1.getNextException());
529 assertSame(se3, se2.getNextException());
600 SQLException se2 = new SQLException("reason", "SQLState", 2);
604 se1.setNextException(se2);
617 assertEquals(se2, iterator.next());
/external/iproute2/misc/
H A Dss.c1107 struct servent *se2 = NULL; local
1111 se2 = getservbyname(port, TCP_PROTO);
1112 if (se1 && se2 && se1->s_port != se2->s_port) {
1117 se1 = se2;
/external/apache-xml/src/main/java/org/apache/xalan/xslt/
H A DEnvironmentCheck.java630 catch (SecurityException se2)

Completed in 196 milliseconds