HomeSort by relevance Sort by last modified time
    Searched refs:contexts (Results 101 - 125 of 672) sorted by null

1 2 3 45 6 7 8 91011>>

  /external/deqp/modules/egl/
teglMultiContextTests.cpp 129 std::vector<eglw::EGLContext> contexts; local
132 contexts.reserve(maxContextCount);
134 log << TestLog::Message << "Trying to create " << maxContextCount << (m_sharing == SHARING_SHARED ? " shared " : " ") << "contexts." << TestLog::EndMessage;
135 log << TestLog::Message << "Requiring that at least " << minContextCount << " contexts can be created." << TestLog::EndMessage;
146 const eglw::EGLContext sharedContext = (m_sharing == SHARING_SHARED && contextCount > 0 ? contexts[rng.getUint32() % (deUint32)contextCount] : EGL_NO_CONTEXT);
152 log << TestLog::Message << "Got error after creating " << contextCount << " contexts." << TestLog::EndMessage;
157 resultCollector.fail("Couldn't create the minimum number of contexts required.");
171 contexts.push_back(context);
196 for (size_t contextNdx = 0; contextNdx < contexts.size(); contextNdx++)
198 EGLU_CHECK_CALL(egl, destroyContext(*display, contexts[contextNdx]))
    [all...]
  /external/v8/src/inspector/
v8-inspector-session-impl.cc 184 const V8InspectorImpl::ContextByIdMap* contexts = local
186 if (!contexts) return;
189 keys.reserve(contexts->size());
190 for (auto& idContext : *contexts) keys.push_back(idContext.first);
192 contexts = m_inspector->contextGroup(m_contextGroupId);
193 if (!contexts) continue;
194 auto contextIt = contexts->find(key);
195 if (contextIt != contexts->end())
197 ->discardInjectedScript(); // This may destroy some contexts.
207 const V8InspectorImpl::ContextByIdMap* contexts local
237 const V8InspectorImpl::ContextByIdMap* contexts = local
322 const V8InspectorImpl::ContextByIdMap* contexts = local
333 const V8InspectorImpl::ContextByIdMap* contexts = local
    [all...]
  /external/testng/src/test/java/test/
CommandLineTest.java 76 List<ITestContext> contexts = tla.getTestContexts(); local
77 assertTrue(contexts.size()>0);
78 for (ITestContext context:contexts) {
99 List<ITestContext> contexts = tla.getTestContexts(); local
100 assertTrue(contexts.size()>0);
101 for (ITestContext context:contexts) {
  /cts/tests/autofillservice/src/android/autofillservice/cts/
MultipleFragmentLoginTest.java 88 AssistStructure structure = fillRequest[0].contexts.get(0).getStructure();
89 assertThat(fillRequest[0].contexts.size()).isEqualTo(1);
126 assertThat(fillRequest[0].contexts.size()).isEqualTo(2);
130 AssistStructure structure1 = fillRequest[0].contexts.get(0).getStructure();
132 // The actual value in the structure is not updated in FillRequest-contexts, but the
147 AssistStructure structure2 = fillRequest[0].contexts.get(1).getStructure();
169 assertThat(saveRequest.contexts.size()).isEqualTo(2);
173 structure1 = saveRequest.contexts.get(0).getStructure();
184 structure2 = saveRequest.contexts.get(1).getStructure();
  /external/llvm/tools/llvm-diff/
DiffConsumer.cpp 73 unsigned N = contexts.size();
76 DiffContext &ctxt = contexts[N];
95 if (contexts.empty()) return;
97 I = contexts.begin(), E = contexts.end(); I != E; ++I) {
144 contexts.push_back(DiffContext(L, R));
149 Differences |= contexts.back().Differences;
150 contexts.pop_back();
  /external/swiftshader/third_party/LLVM/tools/llvm-diff/
DiffConsumer.cpp 68 unsigned N = contexts.size();
71 DiffContext &ctxt = contexts[N];
90 if (contexts.empty()) return;
92 I = contexts.begin(), E = contexts.end(); I != E; ++I) {
139 contexts.push_back(DiffContext(L, R));
144 Differences |= contexts.back().Differences;
145 contexts.pop_back();
  /external/valgrind/drd/tests/
atomic_var.stderr.exp 12 ERROR SUMMARY: 1 errors from 1 contexts (suppressed: 0 from 0)
custom_alloc_fiw.stderr.exp 12 ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 0 from 0)
pth_barrier_reinit.stderr.exp 10 ERROR SUMMARY: 1 errors from 1 contexts (suppressed: 0 from 0)
pth_cond_destroy_busy.stderr.exp 12 ERROR SUMMARY: 1 errors from 1 contexts (suppressed: 0 from 0)
pth_mutex_reinit.stderr.exp 11 ERROR SUMMARY: 1 errors from 1 contexts (suppressed: 0 from 0)
read_and_free_race.stderr.exp 14 ERROR SUMMARY: 1 errors from 1 contexts (suppressed: 0 from 0)
sem_as_mutex3.stderr.exp 12 ERROR SUMMARY: 1 errors from 1 contexts (suppressed: 0 from 0)
sem_open3.stderr.exp 12 ERROR SUMMARY: 1 errors from 1 contexts (suppressed: 0 from 0)
sem_open_traced.stderr.exp 9 ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0)
tc01_simple_race.stderr.exp 13 ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 0 from 0)
tc12_rwl_trivial.stderr.exp 11 ERROR SUMMARY: 1 errors from 1 contexts (suppressed: 0 from 0)
tc15_laog_lockdel.stderr.exp 8 ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0)
  /external/valgrind/gdbserver_tests/
mcclean_after_fork.stderr.exp 6 ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0)
mcmain_pic.stderr.exp 6 ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0)
  /external/valgrind/helgrind/tests/
tc12_rwl_trivial.stderr.exp 22 ERROR SUMMARY: 1 errors from 1 contexts (suppressed: 0 from 0)
  /external/valgrind/memcheck/tests/
brk2.stderr.exp 10 ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0)
bug287260.stderr.exp 11 ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0)
erringfds.stderr.exp 11 ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0)
leak-autofreepool-2.stderr.exp 10 ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0)

Completed in 1186 milliseconds

1 2 3 45 6 7 8 91011>>