HomeSort by relevance Sort by last modified time
    Searched refs:MS (Results 1 - 25 of 140) sorted by null

1 2 3 4 5 6

  /external/ppp/pppd/plugins/radius/etc/
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 Microsof
    [all...]
  /external/clang/test/Sema/Inputs/
ms-keyword-system-header.h 5 #if defined(MS) && defined(NOT_SYSTEM)
  /external/clang/test/CodeGen/
2007-04-05-UnPackedStruct.c 15 struct MyStruct MS = { tB, 0 };
2007-04-05-PackedStruct.c 17 struct MyStruct MS = { tB, 0 };
  /external/clang/test/Sema/
ms-keyword-system-header.c 1 // RUN: %clang_cc1 -fms-extensions -D MS -isystem %S/Inputs %s -fsyntax-only -verify
2 // RUN: %clang_cc1 -fms-extensions -D MS -Wno-keyword-compat -I %S/Inputs %s -fsyntax-only -verify
3 // RUN: %clang_cc1 -fms-extensions -D MS -D NOT_SYSTEM -I %S/Inputs %s -fsyntax-only -verify
6 // PR17824: GNU libc uses MS keyword __uptr as an identifier in C mode
7 #include <ms-keyword-system-header.h>
12 #ifdef MS
dllimport.c 41 #ifdef MS
52 #ifdef MS
63 #ifdef MS
74 #ifdef MS
175 #ifdef MS
198 #ifdef MS
format-strings-gnu.c 27 #ifndef MS
  /external/clang/unittests/Driver/
MultilibTest.cpp 183 MultilibSet MS;
184 ASSERT_TRUE(MS.size() == 0);
185 MS.Maybe(Multilib("64").flag("+m64"));
186 ASSERT_TRUE(MS.size() == 2);
187 for (MultilibSet::const_iterator I = MS.begin(), E = MS.end(); I != E; ++I) {
199 MultilibSet MS;
200 MS.Maybe(Multilib("sof").flag("+sof"));
201 MS.Maybe(Multilib("el").flag("+EL"));
202 ASSERT_TRUE(MS.size() == 4)
    [all...]
  /external/libcxx/test/std/input.output/filesystems/class.path/path.member/path.generic.obs/
named_overloads.pass.cpp 38 auto const& MS = longString;
47 assert(s == (const char*)MS);
51 assert(s == (const wchar_t*)MS);
55 assert(s == (const char16_t*)MS);
59 assert(s == (const char32_t*)MS);
  /external/libcxx/test/std/input.output/filesystems/class.path/path.member/path.native.obs/
named_overloads.pass.cpp 39 auto const& MS = longString;
48 assert(s == (const char*)MS);
52 assert(s == (const wchar_t*)MS);
56 assert(s == (const char16_t*)MS);
60 assert(s == (const char32_t*)MS);
string_alloc.pass.cpp 37 void doShortStringTest(MultiStringType const& MS) {
42 Ptr value = MS;
43 const path p((const char*)MS);
79 void doLongStringTest(MultiStringType const& MS) {
83 Ptr value = MS;
84 const path p((const char*)MS);
  /external/ltp/testcases/realtime/stress/pi-tests/
lookup_pi_state.c 43 pthread_mutex_t MS;
79 pthread_mutex_lock(&MS);
87 printf("Slave thread %d waiting on CS,MS\n", id);
88 pthread_cond_wait(&CS, &MS); // docs are contradictory on if this
89 // should be MS or MM
97 pthread_cond_wait(&CS, &MS);
100 pthread_mutex_unlock(&MS);
122 pthread_mutex_lock(&MS);
134 /* if we should timedwait on MS, then we don't need to unlock it here */
135 pthread_mutex_unlock(&MS);
    [all...]
  /external/libcxx/test/std/input.output/filesystems/class.path/path.member/path.construct/
source.pass.cpp 33 void RunTestCaseImpl(MultiStringType const& MS, Args... args) {
35 const char* Expect = MS;
36 const CharT* TestPath = MS;
83 void RunTestCase(MultiStringType const& MS) {
84 RunTestCaseImpl<CharT>(MS);
85 RunTestCaseImpl<CharT>(MS, fs::path::format::auto_format);
86 RunTestCaseImpl<CharT>(MS, fs::path::format::native_format);
87 RunTestCaseImpl<CharT>(MS, fs::path::format::generic_format);
122 for (auto const& MS : PathList) {
123 RunTestCase<char>(MS);
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/tools/dsymutil/
DwarfStreamer.cpp 90 MS = TheTarget->createAsmStreamer(
97 MS = TheTarget->createMCObjectStreamer(
106 if (!MS)
115 Asm.reset(TheTarget->createAsmPrinter(*TM, std::unique_ptr<MCStreamer>(MS)));
131 Result = MachOUtils::generateDsymCompanion(DM, *MS, OutFile);
133 MS->Finish();
138 MS->SwitchSection(MOFI->getDwarfInfoSection());
179 MS->SwitchSection(MOFI->getDwarfAbbrevSection());
186 MS->SwitchSection(MOFI->getDwarfInfoSection());
263 MS->SwitchSection(SwiftASTSection)
    [all...]
MachOUtils.h 41 bool generateDsymCompanion(const DebugMap &DM, MCStreamer &MS,
  /cts/tests/openglperf2/src/android/opengl2/cts/reference/
GLReferenceBenchmark.java 69 report.addValues("set_up_times", setUpTimes, ResultType.LOWER_BETTER, ResultUnit.MS);
71 ResultUnit.MS);
73 ResultUnit.MS);
77 ResultUnit.MS);
  /cts/tests/sample/src/android/sample/cts/
SampleDeviceResultTest.java 87 reportLog.addValues("times", result, ResultType.LOWER_BETTER, ResultUnit.MS);
88 reportLog.addValue("min", stat.mMin, ResultType.LOWER_BETTER, ResultUnit.MS);
89 reportLog.addValue("max", stat.mMax, ResultType.LOWER_BETTER, ResultUnit.MS);
91 reportLog.setSummary("average", stat.mAverage, ResultType.LOWER_BETTER, ResultUnit.MS);
  /external/llvm/lib/Transforms/Instrumentation/
MemorySanitizer.cpp 624 MemorySanitizer &MS;
648 MemorySanitizerVisitor(Function &F, MemorySanitizer &MS)
649 : F(F), MS(MS), VAHelper(CreateVarArgHelper(F, MS, *this)) {
658 TLI = &MS.getAnalysis<TargetLibraryInfoWrapperPass>().getTLI();
666 if (MS.TrackOrigins <= 1) return V;
667 return IRB.CreateCall(MS.MsanChainOriginFn, V);
672 unsigned IntptrSize = DL.getTypeStoreSize(MS.IntptrTy);
675 Origin = IRB.CreateIntCast(Origin, MS.IntptrTy, /* isSigned */ false)
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Instrumentation/
MemorySanitizer.cpp 773 MemorySanitizer &MS;
799 MemorySanitizerVisitor(Function &F, MemorySanitizer &MS)
800 : F(F), MS(MS), VAHelper(CreateVarArgHelper(F, MS, *this)) {
809 TLI = &MS.getAnalysis<TargetLibraryInfoWrapperPass>().getTLI();
811 MS.initializeCallbacks(*F.getParent());
820 if (MS.TrackOrigins <= 1) return V;
821 return IRB.CreateCall(MS.MsanChainOriginFn, V);
826 unsigned IntptrSize = DL.getTypeStoreSize(MS.IntptrTy)
    [all...]
  /cts/tests/simplecpu/src/android/simplecpu/cts/
SimpleCpuTest.java 105 report.addValues("sorting_time", result, ResultType.LOWER_BETTER, ResultUnit.MS);
110 report.setSummary("sorting_time_average", stat.mAverage, ResultType.LOWER_BETTER, ResultUnit.MS);
130 ResultUnit.MS);
136 ResultType.LOWER_BETTER, ResultUnit.MS);
  /external/llvm/tools/dsymutil/
MachOUtils.h 32 bool generateDsymCompanion(const DebugMap &DM, MCStreamer &MS,
  /external/libcxx/test/std/input.output/filesystems/class.path/path.member/path.assign/
source.pass.cpp 38 void RunTestCase(MultiStringType const& MS) {
40 const char* Expect = MS;
41 const CharT* TestPath = MS;
233 for (auto const& MS : PathList) {
234 RunTestCase<char>(MS);
235 RunTestCase<wchar_t>(MS);
236 RunTestCase<char16_t>(MS);
237 RunTestCase<char32_t>(MS);
238 RunStringMoveTest(MS);
  /external/clang/test/SemaCXX/
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/clang/test/SemaTemplate/
extern-templates.cpp 25 #ifdef MS
34 #ifdef MS
  /external/libcxx/test/std/thread/thread.condition/thread.condition.condvarany/
wait_terminates.sh.cpp 111 typedef std::chrono::milliseconds MS;
118 MS wait(250);

Completed in 816 milliseconds

1 2 3 4 5 6