Searched refs:currentStep (Results 1 - 12 of 12) sorted by relevance
/third_party/skia/third_party/externals/angle2/src/tests/egl_tests/ |
H A D | EGLContextASANTest.cpp | 71 Step currentStep = Step::Start; in TEST_P() local 77 while (currentStep != waitStep) in TEST_P() 80 if (currentStep == Step::Abort) in TEST_P() 92 currentStep = newStep; in TEST_P() 100 AbortOnFailure(Step *currentStep, std::mutex *mutex, std::condition_variable *condVar) in TEST_P() argument 101 : mCurrentStep(currentStep), mMutex(mutex), mCondVar(condVar) in TEST_P() 126 AbortOnFailure abortOnFailure(¤tStep, &mutex, &condVar); in TEST_P() 146 AbortOnFailure abortOnFailure(¤tStep, &mutex, &condVar); in TEST_P() 191 ASSERT_NE(currentStep, Step::Abort); in TEST_P()
|
H A D | EGLContextSharingTest.cpp | 545 Step currentStep = Step::Start; in TEST_P() local 548 ThreadSynchronization<Step> threadSynchronization(¤tStep, &mutex, &condVar); in TEST_P() 588 ThreadSynchronization<Step> threadSynchronization(¤tStep, &mutex, &condVar); in TEST_P() 636 ASSERT_NE(currentStep, Step::Abort); in TEST_P() 691 Step currentStep = Step::Start; in TEST_P() local 694 ThreadSynchronization<Step> threadSynchronization(¤tStep, &mutex, &condVar); in TEST_P() 738 ThreadSynchronization<Step> threadSynchronization(¤tStep, &mutex, &condVar); in TEST_P() 761 ASSERT_NE(currentStep, Step::Abort); in TEST_P() 802 Step currentStep = Step::Start; in TEST_P() local 805 ThreadSynchronization<Step> threadSynchronization(¤tStep, in TEST_P() [all...] |
H A D | EGLMultiContextTest.cpp | 171 Step currentStep = Step::Thread0Start; in TEST_P() local 175 ThreadSynchronization<Step> threadSynchronization(¤tStep, &mutex, &condVar); in TEST_P() 230 ThreadSynchronization<Step> threadSynchronization(¤tStep, &mutex, &condVar); in TEST_P() 281 ASSERT_NE(currentStep, Step::Abort); in TEST_P()
|
/third_party/skia/third_party/externals/angle2/src/tests/test_utils/ |
H A D | MultiThreadSteps.h | 33 ThreadSynchronization(E *currentStep, std::mutex *mutex, std::condition_variable *condVar) in ThreadSynchronization() argument 34 : mCurrentStep(currentStep), mMutex(mutex), mCondVar(condVar) in ThreadSynchronization()
|
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/ |
H A D | MultithreadingTest.cpp | 830 Step currentStep = Step::Start; local 833 ThreadSynchronization<Step> threadSynchronization(¤tStep, &mutex, &condVar); 856 ThreadSynchronization<Step> threadSynchronization(¤tStep, &mutex, &condVar); 897 ASSERT_NE(currentStep, Step::Abort);
|
/third_party/typescript/lib/ |
H A D | typingsInstaller.js | [all...] |
H A D | tsc.js | [all...] |
H A D | tsserverlibrary.js | [all...] |
H A D | typescript.js | [all...] |
H A D | typescriptServices.js | [all...] |
H A D | tsserver.js | [all...] |
/third_party/node/test/fixtures/snapshot/ |
H A D | typescript.js | [all...] |
Completed in 188 milliseconds