/external/llvm/unittests/Support/ |
D | MemoryTest.cpp | 45 bool doesOverlap(MemoryBlock M1, MemoryBlock M2) { in doesOverlap() argument 46 if (M1.base() == M2.base()) in doesOverlap() 49 if (M1.base() > M2.base()) in doesOverlap() 50 return (unsigned char *)M2.base() + M2.size() > M1.base(); in doesOverlap() 52 return (unsigned char *)M1.base() + M1.size() > M2.base(); in doesOverlap() 61 MemoryBlock M1 = Memory::allocateMappedMemory(sizeof(int), nullptr, Flags,EC); in TEST_P() local 64 EXPECT_NE((void*)nullptr, M1.base()); in TEST_P() 65 EXPECT_LE(sizeof(int), M1.size()); in TEST_P() 67 EXPECT_FALSE(Memory::releaseMappedMemory(M1)); in TEST_P() 72 MemoryBlock M1 = Memory::allocateMappedMemory(16, nullptr, Flags, EC); in TEST_P() local [all …]
|
D | CommandLineTest.cpp | 58 StackOption(const M0t &M0, const M1t &M1) : Base(M0, M1) {} in StackOption() argument 62 StackOption(const M0t &M0, const M1t &M1, const M2t &M2) : Base(M0, M1, M2) {} in StackOption() argument 66 StackOption(const M0t &M0, const M1t &M1, const M2t &M2, const M3t &M3) in StackOption() argument 67 : Base(M0, M1, M2, M3) {} in StackOption()
|
/external/clang/unittests/Driver/ |
D | MultilibTest.cpp | 54 Multilib M1, M2; in TEST() local 55 M1.flag("+foo"); in TEST() 57 ASSERT_TRUE(M1 == M2) << "Multilibs with the same flag should be the same"; in TEST() 61 Multilib M1, M2; in TEST() local 62 M1.flag("+foo"); in TEST() 64 ASSERT_FALSE(M1 == M2) << "Multilibs with conflicting flags are not the same"; in TEST() 65 ASSERT_FALSE(M2 == M1) in TEST() 70 Multilib M1, M2; in TEST() local 72 ASSERT_FALSE(M1 == M2) << "Flags make Multilibs different"; in TEST() 76 Multilib M1, M2; in TEST() local [all …]
|
/external/clang/test/Driver/Inputs/ |
D | gen-response.c | 2 #define M1 M M M M M M M M M M macro 3 #define M2 M1 M1 M1 M1 M1 M1 M1 M1 M1 M1
|
/external/opencv3/modules/videostab/src/ |
D | motion_stabilizing.cpp | 341 Mat_<float> M0 = at(t,M), M1 = at(t+1,M); in stabilize() local 360 set(r, c, M1(0,0)); set(r, c+1, M1(1,0)); in stabilize() 361 set(r+1, c, M1(0,1)); set(r+1, c+1, M1(1,1)); in stabilize() 362 set(r+2, c, M1(0,2)); set(r+2, c+1, M1(1,2)); set(r+2, c+2, 1); in stabilize() 363 set(r+3, c, M1(1,0)); set(r+3, c+1, -M1(0,0)); in stabilize() 364 set(r+4, c, M1(1,1)); set(r+4, c+1, -M1(0,1)); in stabilize() 365 set(r+5, c, M1(1,2)); set(r+5, c+1, -M1(0,2)); set(r+5, c+3, 1); in stabilize() 382 Mat_<float> M0 = at(t,M), M1 = at(t+1,M); in stabilize() local 401 set(r, c, M1(0,0)); set(r, c+1, M1(1,0)); in stabilize() 402 set(r+1, c, M1(0,1)); set(r+1, c+1, M1(1,1)); in stabilize() [all …]
|
/external/google-breakpad/src/testing/include/gmock/ |
D | gmock-generated-matchers.h | 670 template <typename M1> 672 typedef M1 type; 675 template <typename M1, typename M2> 678 typename AllOfResult1<M1>::type, 683 template <typename M1, typename M2, typename M3> 686 typename AllOfResult1<M1>::type, 691 template <typename M1, typename M2, typename M3, typename M4> 694 typename AllOfResult2<M1, M2>::type, 699 template <typename M1, typename M2, typename M3, typename M4, typename M5> 702 typename AllOfResult2<M1, M2>::type, [all …]
|
/external/apache-commons-math/src/main/java/org/apache/commons/math/random/ |
D | Well512a.java | 44 private static final int M1 = 13; field in Well512a 57 super(K, M1, M2, M3); in Well512a() 64 super(K, M1, M2, M3, seed); in Well512a() 72 super(K, M1, M2, M3, seed); in Well512a() 79 super(K, M1, M2, M3, seed); in Well512a()
|
D | Well1024a.java | 44 private static final int M1 = 3; field in Well1024a 57 super(K, M1, M2, M3); in Well1024a() 64 super(K, M1, M2, M3, seed); in Well1024a() 72 super(K, M1, M2, M3, seed); in Well1024a() 79 super(K, M1, M2, M3, seed); in Well1024a()
|
D | Well19937a.java | 44 private static final int M1 = 70; field in Well19937a 57 super(K, M1, M2, M3); in Well19937a() 64 super(K, M1, M2, M3, seed); in Well19937a() 72 super(K, M1, M2, M3, seed); in Well19937a() 79 super(K, M1, M2, M3, seed); in Well19937a()
|
D | Well19937c.java | 44 private static final int M1 = 70; field in Well19937c 57 super(K, M1, M2, M3); in Well19937c() 64 super(K, M1, M2, M3, seed); in Well19937c() 72 super(K, M1, M2, M3, seed); in Well19937c() 79 super(K, M1, M2, M3, seed); in Well19937c()
|
D | Well44497a.java | 44 private static final int M1 = 23; field in Well44497a 57 super(K, M1, M2, M3); in Well44497a() 64 super(K, M1, M2, M3, seed); in Well44497a() 72 super(K, M1, M2, M3, seed); in Well44497a() 79 super(K, M1, M2, M3, seed); in Well44497a()
|
D | Well44497b.java | 44 private static final int M1 = 23; field in Well44497b 57 super(K, M1, M2, M3); in Well44497b() 64 super(K, M1, M2, M3, seed); in Well44497b() 72 super(K, M1, M2, M3, seed); in Well44497b() 79 super(K, M1, M2, M3, seed); in Well44497b()
|
/external/clang/test/CoverageMapping/ |
D | macroception.c | 4 #define M1 M2 macro 11 int main() M1 32 void func3() M1 46 void func4() M1 M11
|
/external/gmock/include/gmock/ |
D | gmock-generated-matchers.h | 315 template <typename M1> 317 typedef M1 type; 320 template <typename M1, typename M2> 323 typename AllOfResult1<M1>::type, 328 template <typename M1, typename M2, typename M3> 331 typename AllOfResult1<M1>::type, 336 template <typename M1, typename M2, typename M3, typename M4> 339 typename AllOfResult2<M1, M2>::type, 344 template <typename M1, typename M2, typename M3, typename M4, typename M5> 347 typename AllOfResult2<M1, M2>::type, [all …]
|
/external/v8/test/mjsunit/harmony/ |
D | module-linking.js | 238 export module M1 { 243 export module A1 = M1; 276 assertEquals("object", typeof M1); 278 assertTrue('A2' in M1); 280 assertEquals("object", typeof M1.A2); 282 assertTrue('A1' in M1.A2); 284 assertEquals("object", typeof M1.A2.A1); 293 assertSame(M1, M2.A1); 294 assertSame(M2, M1.A2); 295 assertSame(M1, M1.A2.A1);
|
/external/dagger2/compiler/src/it/functional-tests/src/main/java/test/builder/ |
D | TestComponentWithGenericBuilderInterface.java | 30 interface SharedBuilder<B, C, M1, M2> { 32 B setM1(M1 m1); // Test resolving return type & param of setter in setM1() 33 SharedBuilder<B, C, M1, M2> setM2(M2 m2); // Test being overridden in setM2() 35 SharedBuilder<B, C, M1, M2> set(FloatModule floatModule); // Test return type is supertype. in set()
|
D | TestComponentWithGenericBuilderAbstractClass.java | 30 static abstract class SharedBuilder<B, C, M1, M2> { 32 abstract B setM1(M1 m1); // Test resolving return type & param of setter in setM1() 33 abstract SharedBuilder<B, C, M1, M2> setM2(M2 m2); // Test being overridden in setM2() 35 abstract SharedBuilder<B, C, M1, M2> depComponent(FloatModule floatModule); // Test return type in depComponent()
|
D | TestChildComponentWithBuilderInterface.java | 30 interface SharedBuilder<B, C, M1, M2> { 32 B setM1(M1 m1); // Test resolving return type & param of setter in setM1() 33 SharedBuilder<B, C, M1, M2> setM2(M2 m2); // Test being overridden in setM2() 35 SharedBuilder<B, C, M1, M2> set(FloatModule floatModule); // Test return type is supertype. in set()
|
D | TestChildComponentWithBuilderAbstractClass.java | 30 abstract class SharedBuilder<B, C, M1, M2> { 32 abstract B setM1(M1 m1); // Test resolving return type & param of setter in setM1() 33 abstract SharedBuilder<B, C, M1, M2> setM2(M2 m2); // Test being overridden in setM2() 35 abstract SharedBuilder<B, C, M1, M2> set(FloatModule floatModule); // Test returning supertype. in set()
|
/external/clang/test/Preprocessor/ |
D | annotate_in_macro_arg.c | 2 #define M1() // expected-note{{macro 'M1' defined here}} macro 4 M1( // expected-error{{unterminated function-like macro invocation}} 6 #if M1() // expected-error{{expected value in expression}}
|
D | macro_rescan.c | 3 #define M1(a) (a+1) macro 6 int ei_1 = M2(M1)(17); 9 int ei_2 = (M2(M1))(17);
|
/external/clang/test/PCH/ |
D | macro-redef.c | 11 #define M1 0 // expected-note {{previous}} macro 12 #define M1 1 // expected-warning {{redefined}} macro 25 int x = M1; // expected-note {{previous}}
|
/external/clang/lib/Driver/ |
D | Multilib.cpp | 153 MultilibSet &MultilibSet::Either(const Multilib &M1, const Multilib &M2) { in Either() argument 154 return Either({M1, M2}); in Either() 157 MultilibSet &MultilibSet::Either(const Multilib &M1, const Multilib &M2, in Either() argument 159 return Either({M1, M2, M3}); in Either() 162 MultilibSet &MultilibSet::Either(const Multilib &M1, const Multilib &M2, in Either() argument 164 return Either({M1, M2, M3, M4}); in Either() 167 MultilibSet &MultilibSet::Either(const Multilib &M1, const Multilib &M2, in Either() argument 170 return Either({M1, M2, M3, M4, M5}); in Either()
|
/external/clang/test/CodeGenCXX/ |
D | copy-assign-synthesis.cpp | 21 M() : M1(10), M2(11) , auM1(12) {} in M() 22 int M1; member 25 printf("M1 = %d M2 = %d auM1 = %d auM2 = %d\n", M1, M2, auM1, auM2); in pr()
|
/external/llvm/test/DebugInfo/Inputs/ |
D | dwarfdump-macro.h | 4 #undef M1 5 #define M1 NewValue1 macro
|