Searched refs:timeOut (Results 1 - 25 of 56) sorted by relevance

123

/external/testng/src/test/java/test/timeout/
H A DTimeOutSampleTest.java12 @Test(timeOut = 5_000 /* 5 seconds */)
16 @Test(timeOut = 5_000 /* 5 seconds */)
21 @Test(timeOut = 1_000 /* 1 second */)
H A DTimeOutSample2Test.java11 @Test(timeOut = 1_500)
H A DTimeOutWithParallelSample.java7 @Test(timeOut = 1_000)
/external/testng/src/test/java/test/thread/
H A DThreadPoolSizeSampleTest.java6 @Test(threadPoolSize=2, timeOut=100)
H A DThreadPoolSampleBugTest.java18 @Test(timeOut = 10, invocationCount = 1, threadPoolSize = 5)
23 @Test(timeOut = 10, invocationCount = 2, threadPoolSize = 5)
H A DThreadPoolSizeWithTimeOutTest.java11 @Test(invocationCount = 5, threadPoolSize = 3, timeOut = 1000)
/external/testng/src/test/java/test/expectedexceptions/
H A DWrappedExpectedExceptionTest.java8 @Test(timeOut = 1000L)
/external/testng/src/test/java/test/annotationtransformer/
H A DAnnotationTransformerClassSampleTest.java13 @Test(timeOut = 1000)
/external/testng/src/test/java/test/reports/
H A DReporterSampleTest.java8 * Regression test: if a timeOut is provided, getReporter(testResult) returns
24 @Test(dataProvider = "dp", timeOut = 10000)
/external/testng/src/main/java/org/testng/annotations/
H A DAfterClass.java71 public long timeOut() default 0;
H A DAfterGroups.java81 public long timeOut() default 0;
H A DAfterMethod.java77 public long timeOut() default 0;
H A DAfterSuite.java71 public long timeOut() default 0;
H A DAfterTest.java71 public long timeOut() default 0;
H A DBeforeClass.java71 public long timeOut() default 0;
H A DBeforeGroups.java80 public long timeOut() default 0;
H A DBeforeMethod.java77 public long timeOut() default 0;
H A DBeforeSuite.java71 public long timeOut() default 0;
H A DBeforeTest.java71 public long timeOut() default 0;
/external/testng/src/test/java/test/mannotation/
H A DMTest1.java23 timeOut = 42, invocationCount = 43, successPercentage = 44,
31 timeOut = 242, invocationCount = 243, successPercentage = 62,
39 timeOut = 142, invocationCount = 143, successPercentage = 61,
/external/tpm2/
H A DPolicy_spt.c125 if(session->timeOut == 0)
126 session->timeOut = policyTimeout;
127 else if(session->timeOut > policyTimeout)
128 session->timeOut = policyTimeout;
/external/aac/libSBRdec/src/
H A Dsbr_dec.h167 INT_PCM *timeOut, /*!< pointer to output time signal */
178 INT_PCM *timeOut, /*!< pointer to output time signal */
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/VirtualMachine/
H A DExitTest.java72 long timeOut = settings.getTimeout();
81 if (System.currentTimeMillis() - startTime > timeOut) {
/external/testng/src/main/java/org/testng/internal/annotations/
H A DTestOrConfiguration.java86 public void setTimeOut(long timeOut) { argument
87 m_timeOut = timeOut;
/external/aac/libFDK/src/arm/
H A Dqmf_arm.cpp536 INT_PCM *RESTRICT timeOut, /*!< Time domain data */
602 timeOut += no_channels*stride;
617 timeOut -= stride;
622 timeOut[0] = result1 >> scale;
624 timeOut[0] = result1 << scale;
628 timeOut -= stride;
633 timeOut[0] = result2 >> scale;
635 timeOut[0] = result2 << scale;
642 timeOut -= stride;
647 timeOut[
532 qmfSynPrototypeFirSlot2( HANDLE_QMF_FILTER_BANK qmf, FIXP_QMF *RESTRICT realSlot, FIXP_QMF *RESTRICT imagSlot, INT_PCM *RESTRICT timeOut, INT stride ) argument
733 qmfSynPrototypeFirSlot( HANDLE_QMF_FILTER_BANK qmf, FIXP_DBL *realSlot, FIXP_DBL *imagSlot, INT_PCM *timeOut, const int stride ) argument
[all...]

Completed in 316 milliseconds

123