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

1 2 3 4 56 7 8 91011>>

  /external/valgrind/memcheck/tests/
leak-autofreepool-6.stderr.exp 10 ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0)
leak-pool-0.stderr.exp 10 ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0)
leak-pool-1.stderr.exp 10 ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0)
leak-pool-2.stderr.exp 10 ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0)
leak-pool-3.stderr.exp 10 ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0)
leak-pool-4.stderr.exp 10 ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0)
leak-pool-5.stderr.exp 10 ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0)
mallinfo.stderr.exp 11 ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0)
new_override.stderr.exp 10 ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0)
sbfragment.stderr.exp 10 ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0)
sem.stderr.exp 10 ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0)
  /external/valgrind/memcheck/tests/linux/
capget.stderr.exp 14 ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0)
lsframe1.stderr.exp 12 ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0)
lsframe2.stderr.exp 12 ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0)
sigqueue.stderr.exp 11 ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0)
sys-openat.stderr.exp 11 ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0)
syscalls-2007.stderr.exp 10 ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0)
syslog-syscall.stderr.exp 11 ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0)
  /external/valgrind/memcheck/tests/ppc32/
power_ISA2_05.stderr.exp 10 ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0)
power_ISA2_07.stderr.exp 10 ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0)
  /external/valgrind/memcheck/tests/ppc64/
power_ISA2_05.stderr.exp 10 ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0)
power_ISA2_07.stderr.exp 10 ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0)
  /external/clang/tools/libclang/
CIndexCodeCompletion.cpp 296 unsigned long long Contexts;
329 Contexts(CXCompletionContext_Unknown),
355 unsigned long long contexts = 0; local
360 contexts = CXCompletionContext_MacroName;
367 contexts = CXCompletionContext_AnyType |
370 contexts |= CXCompletionContext_EnumTag |
379 contexts = CXCompletionContext_AnyType |
383 contexts |= CXCompletionContext_EnumTag |
392 contexts = CXCompletionContext_AnyValue;
394 contexts |= CXCompletionContext_AnyType
    [all...]
  /external/mesa3d/src/gallium/drivers/rbug/
rbug_screen.h 57 struct rbug_list contexts; member in struct:rbug_screen
  /external/deqp/modules/egl/
teglRenderCase.cpp 307 vector<std::pair<EGLint, EGLContext> > contexts; local
308 contexts.reserve(3*m_numContextsPerApi); // 3 types of contexts at maximum.
317 // Create contexts that will participate in rendering.
324 contexts.push_back(std::make_pair(EGL_OPENGL_ES2_BIT, egl.createContext(display, config.config, EGL_NO_CONTEXT, &attribs[0])));
331 contexts.push_back(std::make_pair(EGL_OPENGL_ES3_BIT_KHR, egl.createContext(display, config.config, EGL_NO_CONTEXT, &attribs[0])));
338 contexts.push_back(std::make_pair(EGL_OPENGL_ES_BIT, egl.createContext(display, config.config, EGL_NO_CONTEXT, &attribs[0])));
345 contexts.push_back(std::make_pair(EGL_OPENVG_BIT, egl.createContext(display, config.config, EGL_NO_CONTEXT, &attribs[0])));
351 // Execute for contexts.
352 executeForContexts(display, surface, Config(config.config, config.surfaceTypeBit, m_apiMask), contexts);
    [all...]

Completed in 893 milliseconds

1 2 3 4 56 7 8 91011>>