/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/llvm/lib/Transforms/Instrumentation/ |
D | MemorySanitizer.cpp | 557 MemorySanitizer &MS; member 580 MemorySanitizerVisitor(Function &F, MemorySanitizer &MS) in MemorySanitizerVisitor() 581 : F(F), MS(MS), VAHelper(CreateVarArgHelper(F, MS, *this)) { in MemorySanitizerVisitor() 597 if (MS.TrackOrigins <= 1) return V; in updateOrigin() 598 return IRB.CreateCall(MS.MsanChainOriginFn, V); in updateOrigin() 603 unsigned IntptrSize = DL.getTypeStoreSize(MS.IntptrTy); in originToIntptr() 606 Origin = IRB.CreateIntCast(Origin, MS.IntptrTy, /* isSigned */ false); in originToIntptr() 614 unsigned IntptrAlignment = DL.getABITypeAlignment(MS.IntptrTy); in paintOrigin() 615 unsigned IntptrSize = DL.getTypeStoreSize(MS.IntptrTy); in paintOrigin() 624 IRB.CreatePointerCast(OriginPtr, PointerType::get(MS.IntptrTy, 0)); in paintOrigin() [all …]
|
/external/clang/test/SemaCXX/ |
D | dllimport.cpp | 251 #ifdef MS 265 #ifdef MS 274 #ifdef MS 302 #ifdef MS 350 #ifdef MS 403 #ifdef MS 525 #ifdef MS 539 #ifdef MS 566 #ifdef MS 657 #ifdef MS [all …]
|
D | dllexport.cpp | 338 #ifdef MS 369 #ifdef MS 375 #ifdef MS 405 #ifdef MS 415 #ifdef MS 436 #ifdef MS 444 #ifdef MS 452 #ifdef MS 464 #ifdef MS
|
/external/llvm/tools/dsymutil/ |
D | DwarfLinker.cpp | 378 MCStreamer *MS; // Owned by AsmPrinter member in llvm::dsymutil::__anon5c7ea04f0111::DwarfStreamer 513 MS = TheTarget->createMCObjectStreamer(TheTriple, *MC, *MAB, *OutFile, MCE, in init() 516 if (!MS) in init() 524 Asm.reset(TheTarget->createAsmPrinter(*TM, std::unique_ptr<MCStreamer>(MS))); in init() 536 MS->Finish(); in finish() 543 MS->SwitchSection(MOFI->getDwarfInfoSection()); in switchToDebugInfoSection() 575 MS->SwitchSection(MOFI->getDwarfAbbrevSection()); in emitAbbrevs() 581 MS->SwitchSection(MOFI->getDwarfInfoSection()); in emitDIE() 603 MS->SwitchSection(MC->getObjectFileInfo()->getDwarfRangesSection()); in emitRangesEntries() 621 MS->EmitIntValue(Range.StartAddress + PcOffset, AddressSize); in emitRangesEntries() [all …]
|
/external/llvm/test/Analysis/CFLAliasAnalysis/ |
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/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/apache-xml/src/main/java/org/apache/xml/serializer/ |
D | Encodings.properties | 82 # 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/test/CodeGen/SystemZ/ |
D | int-mul-02.ll | 16 ; 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/ |
D | ms-keyword-system-header.c | 12 #ifdef MS in fn()
|
D | format-strings-gnu.c | 27 #ifndef MS in test()
|
/external/clang/test/Sema/Inputs/ |
D | ms-keyword-system-header.h | 5 #if defined(MS) && defined(NOT_SYSTEM)
|
/external/clang/test/CodeGen/ |
D | 2007-04-05-UnPackedStruct.c | 15 struct MyStruct MS = { tB, 0 }; in bar() local
|
D | 2007-04-05-PackedStruct.c | 17 struct MyStruct MS = { tB, 0 }; in bar() local
|
/external/clang/test/Preprocessor/Inputs/microsoft-header-search/a/ |
D | findme.h | 3 #warning findme.h successfully included using MS search rules
|
/external/clang/include/clang/Driver/ |
D | Multilib.h | 138 void combineWith(const MultilibSet &MS); 170 raw_ostream &operator<<(raw_ostream &OS, const MultilibSet &MS);
|
/external/libphonenumber/demo/war/stylesheets/ |
D | main.css | 2 font-family: "Trebuchet MS", Arial, sans-serif;
|
/external/libxml2/include/libxml/ |
D | xmlwin32version.h.in | 225 * 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/ |
D | microsoft-abi-byval.mm | 13 - (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/ |
D | symbol-mangling.ll | 2 ; names needing quoting on MS/Windows. This code is generated by clang when
|
/external/clang/test/CodeGenObjCXX/ |
D | microsoft-abi-arc-param-order.mm | 10 // Verify that we destruct things from left to right in the MS C++ ABI: a, b, c, d.
|
/external/jpeg/ |
D | jconfig.wat | 1 /* jconfig.wat --- jconfig.h for Watcom C/C++ on MS-DOS or OS/2. */
|
D | jconfig.dj | 1 /* jconfig.dj --- jconfig.h for DJGPP (Delorie's GNU C port) on MS-DOS. */
|