Home
last modified time | relevance | path

Searched refs:MS (Results 1 – 25 of 601) sorted by relevance

12345678910>>...25

/external/ppp/pppd/plugins/radius/etc/
Ddictionary.microsoft9 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/
DMultilibTest.cpp183 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/libcxx/test/std/input.output/filesystems/class.path/path.member/path.construct/
Dsource.pass.cpp33 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/
Dlookup_pi_state.c43 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/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Instrumentation/
DMemorySanitizer.cpp1023 MemorySanitizer &MS; member
1052 MemorySanitizerVisitor(Function &F, MemorySanitizer &MS, in MemorySanitizerVisitor()
1054 : F(F), MS(MS), VAHelper(CreateVarArgHelper(F, MS, *this)), TLI(&TLI) { in MemorySanitizerVisitor()
1064 MS.initializeCallbacks(*F.getParent()); in MemorySanitizerVisitor()
1065 if (MS.CompileKernel) in MemorySanitizerVisitor()
1076 if (MS.TrackOrigins <= 1) return V; in updateOrigin()
1077 return IRB.CreateCall(MS.MsanChainOriginFn, V); in updateOrigin()
1082 unsigned IntptrSize = DL.getTypeStoreSize(MS.IntptrTy); in originToIntptr()
1085 Origin = IRB.CreateIntCast(Origin, MS.IntptrTy, /* isSigned */ false); in originToIntptr()
1093 const Align IntptrAlignment = Align(DL.getABITypeAlignment(MS.IntptrTy)); in paintOrigin()
[all …]
/external/llvm/lib/Transforms/Instrumentation/
DMemorySanitizer.cpp624 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/clang/test/SemaCXX/
Ddllimport.cpp51 #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/
Dnamed_overloads.pass.cpp39 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()
Dstring_alloc.pass.cpp37 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/
Dnamed_overloads.pass.cpp38 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/oss-fuzz/infra/cifuzz/test_data/
Dexample_crash_fuzzer_output.txt8 #10 NEW cov: 266 ft: 538 corp: 8/147Kb lim: 46328 exec/s: 0 rss: 44Mb L: 13929/46328 MS: 2 Chang…
9 #12 NEW cov: 270 ft: 550 corp: 9/192Kb lim: 46328 exec/s: 0 rss: 44Mb L: 46328/46328 MS: 2 Shuff…
10 #14 NEW cov: 270 ft: 557 corp: 10/201Kb lim: 46328 exec/s: 0 rss: 45Mb L: 9103/46328 MS: 2 Chang…
11 #15 NEW cov: 270 ft: 565 corp: 11/218Kb lim: 46328 exec/s: 0 rss: 45Mb L: 16991/46328 MS: 1 Inse…
12 #21 NEW cov: 272 ft: 568 corp: 12/227Kb lim: 46328 exec/s: 0 rss: 45Mb L: 9132/46328 MS: 1 Inser…
13 #25 NEW cov: 275 ft: 575 corp: 13/236Kb lim: 46328 exec/s: 0 rss: 45Mb L: 9262/46328 MS: 4 Chang…
14 #26 NEW cov: 280 ft: 602 corp: 14/244Kb lim: 46328 exec/s: 0 rss: 45Mb L: 9133/46328 MS: 1 Inser…
15 #44 NEW cov: 280 ft: 609 corp: 15/254Kb lim: 46328 exec/s: 0 rss: 45Mb L: 9290/46328 MS: 3 Chang…
16 #60 NEW cov: 280 ft: 611 corp: 16/263Kb lim: 46328 exec/s: 0 rss: 45Mb L: 9291/46328 MS: 1 Inser…
17 #67 NEW cov: 280 ft: 614 corp: 17/272Kb lim: 46328 exec/s: 0 rss: 45Mb L: 9074/46328 MS: 2 CopyP…
[all …]
/external/libcxx/test/std/input.output/filesystems/class.path/path.member/path.assign/
Dsource.pass.cpp38 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/
Ddllimport.c41 #ifdef MS
52 #ifdef MS
63 #ifdef MS
74 #ifdef MS
175 #ifdef MS
198 #ifdef MS
/external/expat/win32/
DREADME.txt3 using MS Visual Studio .NET or Cygwin.
8 * MS Visual Studio 2013, 2015 and 2017:
17 * All MS C/C++ compilers:
21 * Creating MinGW dynamic libraries from MS VC++ DLLs:
31 * Special note about MS VC++ and runtime libraries:
57 /MT and /MD for MS VC++.
/external/deqp-deps/glslang/Test/baseResults/
Dspv.430.vert.out40 Name 63 "MS"
41 MemberName 63(MS) 0 "f"
69 MemberDecorate 63(MS) 0 Location 17
70 Decorate 63(MS) Block
121 63(MS): TypeStruct 6(float)
122 64: TypePointer Output 63(MS)
/external/angle/third_party/vulkan-deps/glslang/src/Test/baseResults/
Dspv.430.vert.out40 Name 63 "MS"
41 MemberName 63(MS) 0 "f"
69 MemberDecorate 63(MS) 0 Location 17
70 Decorate 63(MS) Block
121 63(MS): TypeStruct 6(float)
122 64: TypePointer Output 63(MS)
/external/llvm/tools/dsymutil/
DDwarfLinker.cpp478 MCStreamer *MS; // Owned by AsmPrinter member in llvm::dsymutil::__anon120d4d7b0111::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/fonttools/Tests/feaLib/data/
Dspec8c.fea3 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/pigweed/pw_fuzzer/
Ddocs.rst172 …#4 NEW cov: 3 ft: 4 corp: 2/3b lim: 4 exec/s: 0 rss: 27Mb L: 2/2 MS: 2 ShuffleBytes-Insert…
173 …#11 NEW cov: 7 ft: 8 corp: 3/7b lim: 4 exec/s: 0 rss: 27Mb L: 4/4 MS: 2 EraseBytes-CrossOve…
174 #27 REDUCE cov: 7 ft: 8 corp: 3/6b lim: 4 exec/s: 0 rss: 27Mb L: 3/3 MS: 1 EraseBytes-
175 …#29 REDUCE cov: 7 ft: 8 corp: 3/5b lim: 4 exec/s: 0 rss: 27Mb L: 2/2 MS: 2 ChangeBit-EraseByte…
176 …#445 REDUCE cov: 9 ft: 10 corp: 4/13b lim: 8 exec/s: 0 rss: 27Mb L: 8/8 MS: 1 InsertRepeatedByt…
177 …#12104 NEW cov: 11 ft: 12 corp: 5/24b lim: 122 exec/s: 0 rss: 28Mb L: 11/11 MS: 4 CMP-InsertBy…
178 …#12321 NEW cov: 12 ft: 13 corp: 6/31b lim: 122 exec/s: 0 rss: 28Mb L: 7/11 MS: 2 CopyPart-Eras…
179 …#12459 REDUCE cov: 12 ft: 13 corp: 6/28b lim: 122 exec/s: 0 rss: 28Mb L: 8/8 MS: 3 CMP-InsertByte…
180 …#12826 REDUCE cov: 12 ft: 13 corp: 6/26b lim: 122 exec/s: 0 rss: 28Mb L: 5/8 MS: 2 ShuffleBytes-E…
181 …#14824 REDUCE cov: 12 ft: 13 corp: 6/25b lim: 135 exec/s: 0 rss: 28Mb L: 4/8 MS: 3 PersAutoDict-S…
[all …]
/external/llvm/test/Analysis/CFLAliasAnalysis/Steensgaard/
Dmultilevel-combine.ll20 %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/bcc/tools/
Dtcplife_example.txt7 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/tcpdump/tests/
Dmsnlb2.out1 1 10:55:24.028046 MS NLB heartbeat [|msnlb]
2 2 10:55:24.672207 MS NLB heartbeat [|msnlb]
Dmsnlb.out1 …1 10:55:24.028046 MS NLB heartbeat, host priority: 2, cluster IP: 192.168.100.80, host IP: 192.16…
2 …2 10:55:24.672207 MS NLB heartbeat, host priority: 1, cluster IP: 192.168.100.80, host IP: 192.16…
/external/python/cpython2/Doc/library/
Dwindows.rst4 MS Windows Specific Services
7 This chapter describes modules that are only available on MS Windows platforms.
/external/python/cpython3/Doc/library/
Dwindows.rst4 MS Windows Specific Services
7 This chapter describes modules that are only available on MS Windows platforms.

12345678910>>...25