HomeSort by relevance Sort by last modified time
    Searched defs:contexts (Results 26 - 50 of 105) sorted by null

12 3 4 5

  /external/chromium_org/third_party/icu/source/test/intltest/
locnmtst.cpp 312 UDisplayContext contexts[2] = {ctxtItemPtr->dialectHandling, ctxtItemPtr->capitalization}; local
314 ULocaleDisplayNames * uldn = uldn_openForContext(ctxtItemPtr->displayLocale, contexts, 2, &status);
  /external/deqp/modules/egl/
teglRenderCase.cpp 308 vector<std::pair<EGLint, tcu::egl::Context*> > contexts; local
309 contexts.reserve(3*m_numContextsPerApi); // 3 types of contexts at maximum.
313 // Create contexts that will participate in rendering.
319 contexts.push_back(std::make_pair(EGL_OPENGL_ES2_BIT, new tcu::egl::Context(display, config, &attribs[0], EGL_OPENGL_ES_API)));
325 contexts.push_back(std::make_pair(EGL_OPENGL_ES3_BIT_KHR, new tcu::egl::Context(display, config, &attribs[0], EGL_OPENGL_ES_API)));
331 contexts.push_back(std::make_pair(EGL_OPENGL_ES_BIT, new tcu::egl::Context(display, config, &attribs[0], EGL_OPENGL_ES_API)));
337 contexts.push_back(std::make_pair(EGL_OPENVG_BIT, new tcu::egl::Context(display, config, &attribs[0], EGL_OPENVG_API)));
341 // Execute for contexts.
342 executeForContexts(display, surface, config, contexts);
    [all...]
teglMultiThreadTests.cpp 967 vector<EGLContext>& contexts = (thread.getId() == 0 ? m_contexts0 : m_contexts1); local
1003 else if (contexts.size() > 5 && ((m_types & TYPE_CONTEXT) != 0))
1018 else if (contexts.size() < 3 && ((m_types & TYPE_CONTEXT) != 0))
1239 vector<EGLContext>& contexts = (thread.getId() == 0 ? m_contexts0 : m_contexts1); local
1268 vector<EGLContext>& contexts = (thread.getId() == 0 ? m_contexts0 : m_contexts1); local
1395 vector<EGLContext>& contexts = (thread.getId() == 0 ? m_contexts0 : m_contexts1); local
    [all...]
teglImageFormatTests.cpp 193 vector<ApiContext> contexts; member in struct:deqp::egl::Image::TestSpec
    [all...]
  /external/icu/icu4c/source/test/intltest/
locnmtst.cpp 319 UDisplayContext contexts[2] = {ctxtItemPtr->dialectHandling, ctxtItemPtr->capitalization}; local
321 ULocaleDisplayNames * uldn = uldn_openForContext(ctxtItemPtr->displayLocale, contexts, 2, &status);
  /external/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
AppleObjCRuntime.cpp 207 SymbolContextList contexts; local
210 if ((!modules.FindSymbolsWithNameAndType(ConstString ("_NSPrintForDebugger"), eSymbolTypeCode, contexts)) &&
211 (!modules.FindSymbolsWithNameAndType(ConstString ("_CFPrintForDebugger"), eSymbolTypeCode, contexts)))
214 contexts.GetContextAtIndex(0, context);
  /libcore/luni/src/main/java/org/xml/sax/helpers/
NamespaceSupport.java 155 contexts = new Context[32];
158 contexts[contextPos] = currentContext = new Context();
201 int max = contexts.length;
203 contexts [contextPos].declsOK = false;
209 System.arraycopy(contexts, 0, newContexts, 0, max);
211 contexts = newContexts;
215 currentContext = contexts[contextPos];
217 contexts[contextPos] = currentContext = new Context();
222 currentContext.setParent(contexts[contextPos - 1]);
242 contexts[contextPos].clear()
520 private Context contexts[]; field in class:NamespaceSupport
    [all...]
  /external/libphonenumber/java/test/com/android/i18n/phonenumbers/
PhoneNumberMatcherTest.java 346 ArrayList<NumberContext> contexts = new ArrayList<NumberContext>(); local
347 contexts.add(new NumberContext("$20 ", ""));
348 contexts.add(new NumberContext("", " 100$"));
349 findMatchesInContexts(contexts, true, true);
353 // Contexts with trailing characters. Leading characters are okay here since the numbers we will
638 * Helper method which tests the contexts provided and ensures that:
644 private void findMatchesInContexts(List<NumberContext> contexts, boolean isValid,
647 doTestInContext(number, region, contexts, Leniency.VALID);
649 for (NumberContext context : contexts) {
656 doTestInContext(number, region, contexts, Leniency.POSSIBLE)
    [all...]
  /external/chromium_org/chrome/browser/extensions/
menu_manager.h 86 // For context menus, these are the contexts where an item can appear.
110 // A list of Contexts for an item.
159 const ContextList& contexts);
172 const ContextList& contexts() const { return contexts_; } function in class:extensions::MenuItem
185 void set_contexts(ContextList contexts) { contexts_ = contexts; }
250 // In what contexts should the item be shown?
menu_manager_unittest.cc 66 MenuItem::ContextList contexts(MenuItem::ALL);
70 return new MenuItem(id, "test", false, true, type, contexts);
77 MenuItem::ContextList contexts(MenuItem::ALL);
81 return new MenuItem(id, "test", false, true, type, contexts);
219 MenuItem::ContextList contexts; local
220 contexts.Add(MenuItem::PAGE);
221 contexts.Add(MenuItem::SELECTION);
223 ASSERT_TRUE(contexts.ToValue()->GetAsInteger(&contexts_value));
244 value.SetInteger("contexts", contexts_value);
258 EXPECT_EQ(contexts, item->contexts())
    [all...]
  /external/deqp/modules/glshared/
glsFragOpInteractionCase.cpp 530 sglr::Context* const contexts[] = { m_glCtx, &m_referenceCtx->context }; member in class:deqp::gls::sglr
534 for (int ndx = 0; ndx < DE_LENGTH_OF_ARRAY(contexts); ndx++)
536 sglr::Context& ctx = *contexts[ndx];
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/profiler/
CanvasProfileView.js 346 var contexts = traceLog.contexts; variable
347 for (var i = 0, n = contexts.length; i < n; ++i) {
348 var contextId = contexts[i].resourceId || "";
349 var description = contexts[i].description || "";
    [all...]
  /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...]
  /libcore/luni/src/main/java/java/awt/font/
NumericShaper.java 262 /** The contexts. */
263 private final String[] contexts = { field in class:NumericShaper
553 sb.append(contexts[fDefaultContextIndex]);
567 sb.append(contexts[index]);
572 sb.append(contexts[fSingleRangeIndex]);
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.core.commands_3.6.0.I20100512-1500.jar 
  /prebuilts/devtools/tools/lib/
org-eclipse-core-commands-3.6.0.jar 
  /prebuilts/tools/common/eclipse/
org.eclipse.core.commands_3.4.0.I20080509-2000.jar 
org.eclipse.core.commands_3.6.0.I20100512-1500.jar 
  /prebuilts/tools/common/m2/repository/com/android/external/eclipse/org-eclipse-core-commands/3.6.0/
org-eclipse-core-commands-3.6.0.jar 
  /external/chromium_org/chrome/browser/ui/webui/net_internals/
net_internals_ui.cc 1638 std::set<net::URLRequestContext*> contexts; local
    [all...]
  /external/clang/test/CXX/drs/
dr3xx.cpp 505 // FIXME: In these contexts, the 'template' keyword is optional.
604 namespace contexts { namespace in namespace:dr352
    [all...]
  /external/deqp/modules/gles2/functional/
es2fClippingTests.cpp 523 sglr::Context* contexts[2] = {&glesContext, &refContext}; local
540 sglr::Context& ctx = *contexts[contextNdx];
658 sglr::Context* contexts[2] = {&glesContext, &refContext}; local
677 sglr::Context& ctx = *contexts[contextNdx];
866 sglr::Context* contexts[2] = {&glesContext, &refContext}; local
    [all...]
  /external/deqp/modules/gles3/functional/
es3fClippingTests.cpp 526 sglr::Context* contexts[2] = {&glesContext, &refContext}; local
543 sglr::Context& ctx = *contexts[contextNdx];
661 sglr::Context* contexts[2] = {&glesContext, &refContext}; local
680 sglr::Context& ctx = *contexts[contextNdx];
870 sglr::Context* contexts[2] = {&glesContext, &refContext}; local
    [all...]
  /prebuilts/eclipse/maven/apache-maven-3.2.1/lib/
aether-spi-0.9.0.M2.jar 
  /bionic/libc/kernel/uapi/drm/
drm.h 294 struct drm_ctx __user *contexts; member in struct:drm_ctx_res

Completed in 1882 milliseconds

12 3 4 5