Home
last modified time | relevance | path

Searched full:contextname (Results 1 – 21 of 21) sorted by relevance

/external/llvm-project/clang-tools-extra/test/clang-include-fixer/Inputs/
Dfake_yaml_db.yaml5 ContextName: a
7 ContextName: b
16 ContextName: a
18 ContextName: b
27 ContextName: a
29 ContextName: b
38 ContextName: a
40 ContextName: b
49 ContextName: a
51 ContextName: b
[all …]
/external/kotlinx.coroutines/kotlinx-coroutines-core/common/test/flow/operators/
DFlowOnTest.kt23 assertEquals("ctx1", source.contextName) in <lambda>()
24 assertEquals("main", consumer.contextName) in <lambda>()
30 assertEquals("ctx2", source.contextName) in <lambda>()
31 assertEquals("main", consumer.contextName) in <lambda>()
55 assertEquals("ctx1", source.contextName) in <lambda>()
56 assertEquals("main", consumer.contextName) in <lambda>()
328 public var contextName: String = "unknown" variable in kotlinx.coroutines.flow.FlowOnTest.Source
331 contextName = NamedDispatchers.nameOr("main") in produce()
337 public var contextName: String = "unknown" variable in kotlinx.coroutines.flow.FlowOnTest.Consumer
340 contextName = NamedDispatchers.nameOr("main") in consume()
/external/llvm-project/clang-tools-extra/test/clang-include-fixer/
Dmerge.test8 ContextName: a
18 ContextName: a
28 ContextName: a
/external/llvm-project/clang-tools-extra/test/clang-include-fixer/Inputs/merge/
Db.yaml5 ContextName: a
15 ContextName: a
Da.yaml5 ContextName: a
15 ContextName: a
/external/guice/extensions/servlet/test/com/google/inject/servlet/
DServletDefinitionTest.java77 final String contextName = "thing__!@@44__SRV" + getClass(); in testServletInitAndConfig() local
78 expect(servletContext.getServletContextName()).andReturn(contextName); in testServletInitAndConfig()
85 assertEquals(contextName, mockServlet.getServletContext().getServletContextName()); in testServletInitAndConfig()
DFilterDefinitionTest.java59 final String contextName = "thing__!@@44"; in testFilterInitAndConfig() local
60 expect(servletContext.getServletContextName()).andReturn(contextName); in testFilterInitAndConfig()
76 assertEquals(contextName, filterConfig.getServletContext().getServletContextName()); in testFilterInitAndConfig()
/external/selinux/libselinux/fuzzers/
DContextFuzzer.cpp26 std::string contextName = fdp.ConsumeRemainingBytesAsString(); in LLVMFuzzerTestOneInput() local
28 context_t context = context_new(contextName.c_str()); in LLVMFuzzerTestOneInput()
/external/llvm-project/llvm/unittests/Demangle/
DPartialDemangleTest.cpp15 const char *ContextName, *BaseName, *ReturnType, *Params; member
73 EXPECT_STREQ(Buf, N.ContextName); in TEST()
/external/python/cpython2/Mac/Modules/osa/
D_OSAmodule.c709 AEDesc contextName; in OSAObj_OSAMakeContext() local
716 AEDesc_Convert, &contextName, in OSAObj_OSAMakeContext()
720 &contextName, in OSAObj_OSAMakeContext()
785 PyDoc_STR("(AEDesc contextName, OSAID parentContext) -> (OSAID resultingContextID)")},
/external/python/pyasn1-modules/pyasn1_modules/
Drfc3412.py22 namedtype.NamedType('contextName', univ.OctetString()),
/external/llvm-project/clang-tools-extra/clang-include-fixer/find-all-symbols/
DSymbolInfo.h48 /// A pair of <ContextType, ContextName>.
DSymbolInfo.cpp63 io.mapRequired("ContextName", Context.second); in mapping()
/external/llvm-project/clang/lib/Lex/
DHeaderSearch.cpp1057 StringRef ContextName = ContextFileEnt->getName(); in LookupSubframeworkHeader() local
1061 auto FrameworkPos = ContextName.find(".framework"); in LookupSubframeworkHeader()
1063 (ContextName[FrameworkPos + DotFrameworkLen] != '/' && in LookupSubframeworkHeader()
1064 ContextName[FrameworkPos + DotFrameworkLen] != '\\')) in LookupSubframeworkHeader()
1067 SmallString<1024> FrameworkName(ContextName.data(), ContextName.data() + in LookupSubframeworkHeader()
/external/clang/lib/CodeGen/
DCGDecl.cpp169 std::string ContextName; in getStaticDeclName() local
174 ContextName = CGM.getMangledName(FD); in getStaticDeclName()
176 ContextName = CGM.getBlockMangledName(GlobalDecl(), BD); in getStaticDeclName()
178 ContextName = OMD->getSelector().getAsString(); in getStaticDeclName()
182 ContextName += "." + D.getNameAsString(); in getStaticDeclName()
183 return ContextName; in getStaticDeclName()
/external/llvm-project/clang/lib/CodeGen/
DCGDecl.cpp217 std::string ContextName; in getStaticDeclName() local
222 ContextName = std::string(CGM.getMangledName(FD)); in getStaticDeclName()
224 ContextName = std::string(CGM.getBlockMangledName(GlobalDecl(), BD)); in getStaticDeclName()
226 ContextName = OMD->getSelector().getAsString(); in getStaticDeclName()
230 ContextName += "." + D.getNameAsString(); in getStaticDeclName()
231 return ContextName; in getStaticDeclName()
/external/clang/lib/Lex/
DHeaderSearch.cpp833 const char *ContextName = ContextFileEnt->getName(); in LookupSubframeworkHeader() local
837 const char *FrameworkPos = strstr(ContextName, ".framework"); in LookupSubframeworkHeader()
843 SmallString<1024> FrameworkName(ContextName, FrameworkPos+DotFrameworkLen+1); in LookupSubframeworkHeader()
/external/llvm-project/clang/lib/Sema/
DSemaDeclAttr.cpp5763 StringRef ContextName, BaseName, Parameters; in validateSwiftFunctionName() local
5769 std::tie(ContextName, BaseName) = BaseName.split('.'); in validateSwiftFunctionName()
5771 BaseName = ContextName; in validateSwiftFunctionName()
5772 ContextName = StringRef(); in validateSwiftFunctionName()
5773 } else if (ContextName.empty() || !isValidIdentifier(ContextName)) { in validateSwiftFunctionName()
5994 StringRef ContextName, BaseName; in DiagnoseSwiftName() local
5996 std::tie(ContextName, BaseName) = Name.split('.'); in DiagnoseSwiftName()
5998 BaseName = ContextName; in DiagnoseSwiftName()
5999 ContextName = StringRef(); in DiagnoseSwiftName()
6000 } else if (!isValidIdentifier(ContextName)) { in DiagnoseSwiftName()
/external/tcpdump/
Dprint-snmp.c1582 /* contextName (OCTET STRING) */ in scopedpdu_print()
1586 ND_PRINT((ndo, "[contextName!=STR]")); in scopedpdu_print()
/external/mesa3d/src/gallium/drivers/swr/rasterizer/core/
Dapi.h307 std::string contextName; member
Dapi.cpp174 pContext->pBucketMgr = new BucketManager(pCreateInfo->contextName); in SwrCreateContext()