Searched refs:se2 (Results 1 - 5 of 5) sorted by relevance
/external/clang/test/CXX/temp/temp.spec/temp.inst/ |
H A D | p1.cpp | 23 ScopedEnum2<void*> se2; // expected-note {{here}} member in struct:ScopedEnum::ScopedEnum1::ScopedEnum2
|
/external/skia/bench/ |
H A D | bench_util.py | 125 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 D | SQLExceptionTest.java | 520 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 D | ss.c | 1107 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 D | EnvironmentCheck.java | 630 catch (SecurityException se2)
|
Completed in 196 milliseconds