Home
last modified time | relevance | path

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

12345678910>>...18

/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/llvm/lib/Transforms/Instrumentation/
DMemorySanitizer.cpp605 MemorySanitizer &MS; member
628 MemorySanitizerVisitor(Function &F, MemorySanitizer &MS) in MemorySanitizerVisitor()
629 : F(F), MS(MS), VAHelper(CreateVarArgHelper(F, MS, *this)) { in MemorySanitizerVisitor()
645 if (MS.TrackOrigins <= 1) return V; in updateOrigin()
646 return IRB.CreateCall(MS.MsanChainOriginFn, V); in updateOrigin()
651 unsigned IntptrSize = DL.getTypeStoreSize(MS.IntptrTy); in originToIntptr()
654 Origin = IRB.CreateIntCast(Origin, MS.IntptrTy, /* isSigned */ false); in originToIntptr()
662 unsigned IntptrAlignment = DL.getABITypeAlignment(MS.IntptrTy); in paintOrigin()
663 unsigned IntptrSize = DL.getTypeStoreSize(MS.IntptrTy); in paintOrigin()
672 IRB.CreatePointerCast(OriginPtr, PointerType::get(MS.IntptrTy, 0)); in paintOrigin()
[all …]
/external/clang/test/SemaCXX/
Ddllimport.cpp257 #ifdef MS
271 #ifdef MS
280 #ifdef MS
308 #ifdef MS
356 #ifdef MS
409 #ifdef MS
531 #ifdef MS
545 #ifdef MS
572 #ifdef MS
663 #ifdef MS
[all …]
Ddllexport.cpp342 #ifdef MS
373 #ifdef MS
379 #ifdef MS
415 #ifdef MS
425 #ifdef MS
458 #ifdef MS
470 #ifdef MS
1091 #ifdef MS
/external/llvm/tools/dsymutil/
DDwarfLinker.cpp476 MCStreamer *MS; // Owned by AsmPrinter member in llvm::dsymutil::__anon1f629b1b0111::DwarfStreamer
623 MS = TheTarget->createMCObjectStreamer( in init()
627 if (!MS) in init()
635 Asm.reset(TheTarget->createAsmPrinter(*TM, std::unique_ptr<MCStreamer>(MS))); in init()
649 return MachOUtils::generateDsymCompanion(DM, *MS, *OutFile); in finish()
651 MS->Finish(); in finish()
658 MS->SwitchSection(MOFI->getDwarfInfoSection()); in switchToDebugInfoSection()
691 MS->SwitchSection(MOFI->getDwarfAbbrevSection()); in emitAbbrevs()
697 MS->SwitchSection(MOFI->getDwarfInfoSection()); in emitDIE()
719 MS->SwitchSection(MC->getObjectFileInfo()->getDwarfRangesSection()); in emitRangesEntries()
[all …]
DMachOUtils.h32 bool generateDsymCompanion(const DebugMap &DM, MCStreamer &MS,
/external/llvm/test/Analysis/CFLAliasAnalysis/
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/tcpdump/tests/
Dmsnlb2.out1 [|MS NLB]
2 [|MS NLB]
Dmsnlb.out1 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/apache-xml/src/main/java/org/apache/xml/serializer/
DEncodings.properties82 # MS-DOS Latin-1
85 # MS-DOS Latin-2
93 # MS-DOS Portuguese
95 # MS-DOS Icelandic
99 # MS-DOS Canadian French
103 # MS-DOS Nordic
105 # MS-DOS Russian
107 # MS-DOS Pakistan
/external/llvm/lib/Analysis/
DMemoryLocation.cpp95 static bool isMemsetPattern16(const Function *MS, in isMemsetPattern16() argument
98 MS->getName() == "memset_pattern16") { in isMemsetPattern16()
99 FunctionType *MemsetType = MS->getFunctionType(); in isMemsetPattern16()
/external/llvm/test/CodeGen/SystemZ/
Dint-mul-02.ll16 ; Check the low end of the MS range.
26 ; Check the high end of the aligned MS range.
37 ; Check the next word up, which should use MSY instead of MS.
107 ; Check that MS allows an index.
133 ; Check that multiplications of spilled values can use MS rather than MSR.
/external/clang/test/Sema/
Dms-keyword-system-header.c12 #ifdef MS in fn()
Dformat-strings-gnu.c27 #ifndef MS in test()
/external/clang/test/Sema/Inputs/
Dms-keyword-system-header.h5 #if defined(MS) && defined(NOT_SYSTEM)
/external/clang/test/CodeGen/
D2007-04-05-UnPackedStruct.c15 struct MyStruct MS = { tB, 0 }; in bar() local
D2007-04-05-PackedStruct.c17 struct MyStruct MS = { tB, 0 }; in bar() local
/external/clang/include/clang/Driver/
DMultilib.h138 void combineWith(const MultilibSet &MS);
170 raw_ostream &operator<<(raw_ostream &OS, const MultilibSet &MS);
/external/llvm/tools/llvm-dwp/
Dllvm-dwp.cpp409 std::unique_ptr<MCStreamer> MS(TheTarget->createMCObjectStreamer( in main() local
413 if (!MS) in main()
416 if (auto Err = write(*MS, InputFiles)) in main()
419 MS->Finish(); in main()
/external/libphonenumber/demo/war/stylesheets/
Dmain.css2 font-family: "Trebuchet MS", Arial, sans-serif;
/external/libxml2/include/libxml/
Dxmlwin32version.h.in225 * Used on Windows (MS C compiler only) to declare a variable as
301 * pragma understood my MS compiler which enables a conditional link with
313 * pragma understood my MS compiler which enables a conditional link with
/external/clang/test/SemaObjCXX/
Dmicrosoft-abi-byval.mm13 - (void) my_method: (Foo)arg { // no error; MS ABI will call Foo's dtor, but we skip the access che…
/external/llvm/test/MC/COFF/
Dsymbol-mangling.ll2 ; names needing quoting on MS/Windows. This code is generated by clang when
/external/chromium-trace/catapult/third_party/coverage/ci/
Drun_with_env.cmd6 :: MS Windows SDK for Windows 7 and .NET Framework 4 (SDK v7.1)
10 :: MS Windows SDK for Windows 7 and .NET Framework 3.5 (SDK v7.0)

12345678910>>...18