/external/ppp/pppd/plugins/radius/etc/ |
D | dictionary.microsoft | 9 ATTRIBUTE MS-CHAP-Response 1 string Microsoft 10 ATTRIBUTE MS-CHAP-Error 2 string Microsoft 11 ATTRIBUTE MS-CHAP-CPW-1 3 string Microsoft 12 ATTRIBUTE MS-CHAP-CPW-2 4 string Microsoft 13 ATTRIBUTE MS-CHAP-LM-Enc-PW 5 string Microsoft 14 ATTRIBUTE MS-CHAP-NT-Enc-PW 6 string Microsoft 15 ATTRIBUTE MS-MPPE-Encryption-Policy 7 string Microsoft 18 ATTRIBUTE MS-MPPE-Encryption-Type 8 string Microsoft 19 ATTRIBUTE MS-MPPE-Encryption-Types 8 string Microsoft 20 ATTRIBUTE MS-RAS-Vendor 9 integer Microsoft [all …]
|
/external/clang/unittests/Driver/ |
D | MultilibTest.cpp | 183 MultilibSet MS; in TEST() local 184 ASSERT_TRUE(MS.size() == 0); in TEST() 185 MS.Maybe(Multilib("64").flag("+m64")); in TEST() 186 ASSERT_TRUE(MS.size() == 2); in TEST() 187 for (MultilibSet::const_iterator I = MS.begin(), E = MS.end(); I != E; ++I) { in TEST() 199 MultilibSet MS; in TEST() local 200 MS.Maybe(Multilib("sof").flag("+sof")); in TEST() 201 MS.Maybe(Multilib("el").flag("+EL")); in TEST() 202 ASSERT_TRUE(MS.size() == 4); in TEST() 203 for (MultilibSet::const_iterator I = MS.begin(), E = MS.end(); I != E; ++I) { in TEST() [all …]
|
/external/swiftshader/third_party/llvm-7.0/llvm/tools/dsymutil/ |
D | DwarfStreamer.cpp | 90 MS = TheTarget->createAsmStreamer( in init() 97 MS = TheTarget->createMCObjectStreamer( in init() 106 if (!MS) in init() 115 Asm.reset(TheTarget->createAsmPrinter(*TM, std::unique_ptr<MCStreamer>(MS))); in init() 131 Result = MachOUtils::generateDsymCompanion(DM, *MS, OutFile); in finish() 133 MS->Finish(); in finish() 138 MS->SwitchSection(MOFI->getDwarfInfoSection()); in switchToDebugInfoSection() 179 MS->SwitchSection(MOFI->getDwarfAbbrevSection()); in emitAbbrevs() 186 MS->SwitchSection(MOFI->getDwarfInfoSection()); in emitDIE() 263 MS->SwitchSection(SwiftASTSection); in emitSwiftAST() [all …]
|
/external/libcxx/test/std/input.output/filesystems/class.path/path.member/path.construct/ |
D | source.pass.cpp | 33 void RunTestCaseImpl(MultiStringType const& MS, Args... args) { in RunTestCaseImpl() argument 35 const char* Expect = MS; in RunTestCaseImpl() 36 const CharT* TestPath = MS; in RunTestCaseImpl() 83 void RunTestCase(MultiStringType const& MS) { in RunTestCase() argument 84 RunTestCaseImpl<CharT>(MS); in RunTestCase() 85 RunTestCaseImpl<CharT>(MS, fs::path::format::auto_format); in RunTestCase() 86 RunTestCaseImpl<CharT>(MS, fs::path::format::native_format); in RunTestCase() 87 RunTestCaseImpl<CharT>(MS, fs::path::format::generic_format); in RunTestCase() 122 for (auto const& MS : PathList) { in main() local 123 RunTestCase<char>(MS); in main() [all …]
|
/external/ltp/testcases/realtime/stress/pi-tests/ |
D | lookup_pi_state.c | 43 pthread_mutex_t MS; variable 79 pthread_mutex_lock(&MS); in slave_thread() 88 pthread_cond_wait(&CS, &MS); // docs are contradictory on if this in slave_thread() 97 pthread_cond_wait(&CS, &MS); in slave_thread() 100 pthread_mutex_unlock(&MS); in slave_thread() 122 pthread_mutex_lock(&MS); in master_thread() 135 pthread_mutex_unlock(&MS); in master_thread() 151 pthread_mutex_lock(&MS); in master_thread() 159 pthread_mutex_unlock(&MS); in master_thread() 177 init_pi_mutex(&MS); in main()
|
/external/llvm/lib/Transforms/Instrumentation/ |
D | MemorySanitizer.cpp | 624 MemorySanitizer &MS; member 648 MemorySanitizerVisitor(Function &F, MemorySanitizer &MS) in MemorySanitizerVisitor() 649 : F(F), MS(MS), VAHelper(CreateVarArgHelper(F, MS, *this)) { in MemorySanitizerVisitor() 658 TLI = &MS.getAnalysis<TargetLibraryInfoWrapperPass>().getTLI(); in MemorySanitizerVisitor() 666 if (MS.TrackOrigins <= 1) return V; in updateOrigin() 667 return IRB.CreateCall(MS.MsanChainOriginFn, V); in updateOrigin() 672 unsigned IntptrSize = DL.getTypeStoreSize(MS.IntptrTy); in originToIntptr() 675 Origin = IRB.CreateIntCast(Origin, MS.IntptrTy, /* isSigned */ false); in originToIntptr() 683 unsigned IntptrAlignment = DL.getABITypeAlignment(MS.IntptrTy); in paintOrigin() 684 unsigned IntptrSize = DL.getTypeStoreSize(MS.IntptrTy); in paintOrigin() [all …]
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Instrumentation/ |
D | MemorySanitizer.cpp | 773 MemorySanitizer &MS; member 799 MemorySanitizerVisitor(Function &F, MemorySanitizer &MS) in MemorySanitizerVisitor() 800 : F(F), MS(MS), VAHelper(CreateVarArgHelper(F, MS, *this)) { in MemorySanitizerVisitor() 809 TLI = &MS.getAnalysis<TargetLibraryInfoWrapperPass>().getTLI(); in MemorySanitizerVisitor() 811 MS.initializeCallbacks(*F.getParent()); in MemorySanitizerVisitor() 820 if (MS.TrackOrigins <= 1) return V; in updateOrigin() 821 return IRB.CreateCall(MS.MsanChainOriginFn, V); in updateOrigin() 826 unsigned IntptrSize = DL.getTypeStoreSize(MS.IntptrTy); in originToIntptr() 829 Origin = IRB.CreateIntCast(Origin, MS.IntptrTy, /* isSigned */ false); in originToIntptr() 837 unsigned IntptrAlignment = DL.getABITypeAlignment(MS.IntptrTy); in paintOrigin() [all …]
|
/external/clang/test/SemaCXX/ |
D | dllimport.cpp | 51 #ifdef MS 62 #ifdef MS 73 #ifdef MS 84 #ifdef MS 173 #ifdef MS 186 #ifdef MS 299 #ifdef MS 314 #ifdef MS 331 #ifdef MS 338 #ifdef MS [all …]
|
/external/libcxx/test/std/input.output/filesystems/class.path/path.member/path.native.obs/ |
D | named_overloads.pass.cpp | 39 auto const& MS = longString; in main() local 48 assert(s == (const char*)MS); in main() 52 assert(s == (const wchar_t*)MS); in main() 56 assert(s == (const char16_t*)MS); in main() 60 assert(s == (const char32_t*)MS); in main()
|
D | string_alloc.pass.cpp | 37 void doShortStringTest(MultiStringType const& MS) { in doShortStringTest() argument 42 Ptr value = MS; in doShortStringTest() 43 const path p((const char*)MS); in doShortStringTest() 79 void doLongStringTest(MultiStringType const& MS) { in doLongStringTest() argument 83 Ptr value = MS; in doLongStringTest() 84 const path p((const char*)MS); in doLongStringTest()
|
/external/libcxx/test/std/input.output/filesystems/class.path/path.member/path.generic.obs/ |
D | named_overloads.pass.cpp | 38 auto const& MS = longString; in main() local 47 assert(s == (const char*)MS); in main() 51 assert(s == (const wchar_t*)MS); in main() 55 assert(s == (const char16_t*)MS); in main() 59 assert(s == (const char32_t*)MS); in main()
|
/external/libcxx/test/std/input.output/filesystems/class.path/path.member/path.assign/ |
D | source.pass.cpp | 38 void RunTestCase(MultiStringType const& MS) { in RunTestCase() argument 40 const char* Expect = MS; in RunTestCase() 41 const CharT* TestPath = MS; in RunTestCase() 233 for (auto const& MS : PathList) { in main() local 234 RunTestCase<char>(MS); in main() 235 RunTestCase<wchar_t>(MS); in main() 236 RunTestCase<char16_t>(MS); in main() 237 RunTestCase<char32_t>(MS); in main() 238 RunStringMoveTest(MS); in main()
|
/external/clang/test/Sema/ |
D | dllimport.c | 41 #ifdef MS 52 #ifdef MS 63 #ifdef MS 74 #ifdef MS 175 #ifdef MS 198 #ifdef MS
|
/external/deqp-deps/glslang/Test/baseResults/ |
D | spv.430.vert.out | 39 Name 63 "MS" 40 MemberName 63(MS) 0 "f" 63 MemberDecorate 63(MS) 0 Location 17 64 Decorate 63(MS) Block 114 63(MS): TypeStruct 6(float) 115 64: TypePointer Output 63(MS)
|
/external/llvm/tools/dsymutil/ |
D | DwarfLinker.cpp | 478 MCStreamer *MS; // Owned by AsmPrinter member in llvm::dsymutil::__anond69ad1180111::DwarfStreamer 624 MS = TheTarget->createMCObjectStreamer( in init() 628 if (!MS) in init() 637 Asm.reset(TheTarget->createAsmPrinter(*TM, std::unique_ptr<MCStreamer>(MS))); in init() 651 return MachOUtils::generateDsymCompanion(DM, *MS, *OutFile); in finish() 653 MS->Finish(); in finish() 660 MS->SwitchSection(MOFI->getDwarfInfoSection()); in switchToDebugInfoSection() 693 MS->SwitchSection(MOFI->getDwarfAbbrevSection()); in emitAbbrevs() 699 MS->SwitchSection(MOFI->getDwarfInfoSection()); in emitDIE() 721 MS->SwitchSection(MC->getObjectFileInfo()->getDwarfRangesSection()); in emitRangesEntries() [all …]
|
/external/expat/win32/ |
D | README.txt | 3 using MS Visual Studio .NET or Cygwin. 8 * MS Visual Studio 2013, 2015 and 2017: 15 * All MS C/C++ compilers: 20 * Creating MinGW dynamic libraries from MS VC++ DLLs: 30 * Special note about MS VC++ and runtime libraries: 58 /ML, /MT and /MD for MS VC++.
|
/external/fonttools/Tests/feaLib/data/ |
D | spec8c.fea | 3 name "Feature description for MS Platform, script Unicode, language English"; 5 #test-fea2fea: name 3 1 1041 "Feature description for MS Platform, script Unicode, language Japanes… 6 name 3 1 0x411 "Feature description for MS Platform, script Unicode, language Japanese";
|
/external/bcc/tools/ |
D | tcplife_example.txt | 7 PID COMM LADDR LPORT RADDR RPORT TX_KB RX_KB MS 32 …M IP LADDR LPORT RADDR RPORT TX_KB RX_KB MS 45 PID COMM LADDR LPORT RADDR RPORT TX_KB RX_KB MS 67 TIME(s) PID COMM LADDR LPORT RADDR RPORT TX_KB RX_KB MS 86 TIME,TIME(s),PID,COMM,IP,LADDR,LPORT,RADDR,RPORT,TX_KB,RX_KB,MS 102 PID COMM LADDR LPORT RADDR RPORT TX_KB RX_KB MS
|
/external/llvm/test/Analysis/CFLAliasAnalysis/Steensgaard/ |
D | multilevel-combine.ll | 20 %M = alloca %T*, align 8 ; NoAlias with %A, %B, %MS, %AP 24 %MS = select i1 %C, %T* %B, %T* %A 26 store %T* %MS, %T** %M
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/Analysis/CFLAliasAnalysis/Steensgaard/ |
D | multilevel-combine.ll | 20 %M = alloca %T*, align 8 ; NoAlias with %A, %B, %MS, %AP 24 %MS = select i1 %C, %T* %B, %T* %A 26 store %T* %MS, %T** %M
|
/external/python/cpython3/PC/bdist_wininst/ |
D | install.rc | 21 FONT 8, "MS Sans Serif", 0, 0, 0x1 35 FONT 8, "MS Sans Serif", 0, 0, 0x1 55 FONT 8, "MS Sans Serif", 0, 0, 0x1 69 FONT 8, "MS Sans Serif"
|
/external/tcpdump/tests/ |
D | msnlb2.out | 1 [|MS NLB] 2 [|MS NLB]
|
D | msnlb.out | 1 MS NLB heartbeat, host priority: 2, cluster IP: 192.168.100.80, host IP: 192.168.100.82 2 MS NLB heartbeat, host priority: 1, cluster IP: 192.168.100.80, host IP: 192.168.100.81
|
/external/python/cpython2/Doc/library/ |
D | windows.rst | 4 MS Windows Specific Services 7 This chapter describes modules that are only available on MS Windows platforms.
|
/external/python/cpython3/Doc/library/ |
D | windows.rst | 4 MS Windows Specific Services 7 This chapter describes modules that are only available on MS Windows platforms.
|