Searched
full:teardown (Results
701 -
725 of
2394) sorted by null
<<21222324252627282930>>
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/unittest/test/ |
test_setups.py | 209 results.append('teardown 1') 221 results.append('teardown 2') 233 results.append('teardown 3') 259 'Test1.testOne', 'Test1.testTwo', 'teardown 1', 261 'teardown 2', 'Module1.tearDownModule', 264 'teardown 3', 'Module2.tearDownModule'])
|
/external/apache-harmony/crypto/src/test/impl/java/org/apache/harmony/crypto/tests/javax/crypto/ |
ExemptionMechanism_ImplTest.java | 77 * @see TestCase#tearDown() 79 protected void tearDown() throws Exception { 80 super.tearDown();
|
KeyAgreement_ImplTest.java | 77 * @see TestCase#tearDown() 79 protected void tearDown() throws Exception { 80 super.tearDown();
|
KeyGenerator_ImplTest.java | 75 * @see TestCase#tearDown() 77 protected void tearDown() throws Exception { 78 super.tearDown();
|
Mac_ImplTest.java | 76 * @see TestCase#tearDown() 78 protected void tearDown() throws Exception { 79 super.tearDown();
|
/external/apache-harmony/logging/src/test/java/org/apache/harmony/logging/tests/java/util/logging/ |
HandlerTest.java | 53 * @see TestCase#tearDown() 55 protected void tearDown() throws Exception { 56 super.tearDown();
|
/external/apache-harmony/security/src/test/api/java/org/apache/harmony/security/tests/java/security/ |
AlgorithmParameterGenerator2Test.java | 70 * @see TestCase#tearDown() 72 protected void tearDown() throws Exception { 73 super.tearDown();
|
/external/apache-harmony/security/src/test/api/java/org/apache/harmony/security/tests/java/security/cert/ |
CertPathBuilder2Test.java | 70 * @see TestCase#tearDown() 72 protected void tearDown() throws Exception { 73 super.tearDown();
|
CertPathValidator2Test.java | 71 * @see TestCase#tearDown() 73 protected void tearDown() throws Exception { 74 super.tearDown();
|
/external/apache-harmony/x-net/src/test/api/java/org/apache/harmony/xnet/tests/javax/net/ssl/ |
KeyManagerFactory2Test.java | 71 * @see TestCase#tearDown() 74 protected void tearDown() throws Exception { 75 super.tearDown();
|
SSLContext2Test.java | 72 * @see TestCase#tearDown() 75 protected void tearDown() throws Exception { 76 super.tearDown();
|
TrustManagerFactory2Test.java | 68 * @see TestCase#tearDown() 71 protected void tearDown() throws Exception { 72 super.tearDown();
|
/hardware/libhardware/tests/camera2/ |
CameraStreamFixture.h | 86 TearDown(); 127 void TearDown() { 131 CameraModuleFixture::TearDown();
|
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/javax/net/ssl/ |
KeyManagerFactory2Test.java | 70 * @see TestCase#tearDown() 72 protected void tearDown() throws Exception { 73 super.tearDown();
|
SSLContext2Test.java | 68 * @see TestCase#tearDown() 70 protected void tearDown() throws Exception { 71 super.tearDown();
|
TrustManagerFactory2Test.java | 67 * @see TestCase#tearDown() 69 protected void tearDown() throws Exception { 70 super.tearDown();
|
/libcore/luni/src/test/java/libcore/java/util/logging/ |
OldLogManagerTest.java | 65 * @see TestCase#tearDown() 68 protected void tearDown() throws Exception { 69 super.tearDown();
|
/libcore/luni/src/test/java/org/apache/harmony/security/tests/java/security/ |
AlgorithmParameterGenerator2Test.java | 72 * @see TestCase#tearDown() 74 protected void tearDown() throws Exception { 75 super.tearDown();
|
/libcore/luni/src/test/java/tests/security/cert/ |
CertPathBuilder2Test.java | 72 * @see TestCase#tearDown() 74 protected void tearDown() throws Exception { 75 super.tearDown();
|
CertPathValidator2Test.java | 73 * @see TestCase#tearDown() 75 protected void tearDown() throws Exception { 76 super.tearDown();
|
CertificateFactory2Test.java | 77 * @see TestCase#tearDown() 79 protected void tearDown() throws Exception { 80 super.tearDown();
|
/build/tools/droiddoc/templates-ds/assets/scroller/ |
jquery.mousewheel.min.js | 12 (function(a){function d(b){var c=b||window.event,d=[].slice.call(arguments,1),e=0,f=!0,g=0,h=0;return b=a.event.fix(c),b.type="mousewheel",c.wheelDelta&&(e=c.wheelDelta/120),c.detail&&(e=-c.detail/3),h=e,c.axis!==undefined&&c.axis===c.HORIZONTAL_AXIS&&(h=0,g=-1*e),c.wheelDeltaY!==undefined&&(h=c.wheelDeltaY/120),c.wheelDeltaX!==undefined&&(g=-1*c.wheelDeltaX/120),d.unshift(b,e,g,h),(a.event.dispatch||a.event.handle).apply(this,d)}var b=["DOMMouseScroll","mousewheel"];if(a.event.fixHooks)for(var c=b.length;c;)a.event.fixHooks[b[--c]]=a.event.mouseHooks;a.event.special.mousewheel={setup:function(){if(this.addEventListener)for(var a=b.length;a;)this.addEventListener(b[--a],d,!1);else this.onmousewheel=d},teardown:function(){if(this.removeEventListener)for(var a=b.length;a;)this.removeEventListener(b[--a],d,!1);else this.onmousewheel=null}},a.fn.extend({mousewheel:function(a){return a?this.bind("mousewheel",a):this.trigger("mousewheel")},unmousewheel:function(a){return this.unbind("mousewheel",a)}})})(jQuery)
|
/cts/apps/CtsVerifier/src/com/android/cts/verifier/notifications/ |
InteractiveVerifierActivity.java | 116 void tearDown() { next(); }; 275 mCurrentTest.tearDown(); 404 void tearDown() { 436 void tearDown() {
|
/cts/suite/audio_quality/test/ |
AudioRecordPlayTestCommon.h | 58 virtual void TearDown() {
|
BufferTest.cpp | 32 virtual void TearDown() {
|
Completed in 199 milliseconds
<<21222324252627282930>>