/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 634 * Helper method which tests the contexts provided and ensures that: 640 private void findMatchesInContexts(List<NumberContext> contexts, boolean isValid, 643 doTestInContext(number, region, contexts, Leniency.VALID); 645 for (NumberContext context : contexts) { 652 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. 108 // A list of Contexts for an item. 157 const ContextList& contexts); 170 ContextList contexts() const { return contexts_; } function in class:extensions::MenuItem 183 void set_contexts(ContextList contexts) { contexts_ = contexts; } 248 // 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/chromium_org/third_party/WebKit/Source/devtools/front_end/profiler/ |
CanvasProfileView.js | 338 var contexts = traceLog.contexts; variable 339 for (var i = 0, n = contexts.length; i < n; ++i) { 340 var contextId = contexts[i].resourceId || ""; 341 var description = contexts[i].description || ""; [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/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/deqp/modules/egl/ |
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/chromium_org/chrome/browser/ui/webui/net_internals/ |
net_internals_ui.cc | 1681 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
|
/external/clang/tools/c-index-test/ |
c-index-test.c | 2059 unsigned long long contexts; local [all...] |
/external/kernel-headers/original/uapi/drm/ |
drm.h | 419 struct drm_ctx __user *contexts; member in struct:drm_ctx_res
|