/external/python/cpython2/Lib/test/ |
D | test_inspect.py | 17 from test import inspect_fodder2 as mod2 unknown 334 fodderFile = mod2 337 self.assertSourceEqual(mod2.wrapped, 14, 17) 340 self.assertSourceEqual(mod2.gone, 9, 10) 343 fodderFile = mod2 346 self.assertSourceEqual(mod2.oll, 25, 25) 351 self.assertSourceEqual(mod2.tll, 28, 30) 356 self.assertSourceEqual(mod2.tlli, 33, 34) 360 self.assertSourceEqual(mod2.onelinefunc, 37, 37) 366 self.assertSourceEqual(mod2.manyargs, 40, 41) [all …]
|
/external/selinux/libsepol/tests/ |
D | test-expander.c | 53 static policydb_t mod2; variable 146 mymod2 = &mod2; in expander_test_init() 181 policydb_destroy(&mod2); in expander_test_cleanup()
|
/external/libopus/src/ |
D | analysis.c | 294 float mod1, mod2, avg_mod; in tonality_analysis() local 313 mod2 = d2_angle2 - (float)floor(.5+d2_angle2); in tonality_analysis() 314 noisiness[i] += ABS16(mod2); in tonality_analysis() 315 mod2 *= mod2; in tonality_analysis() 316 mod2 *= mod2; in tonality_analysis() 318 avg_mod = .25f*(d2A[i]+2.f*mod1+mod2); in tonality_analysis() 323 d2A[i] = mod2; in tonality_analysis()
|
/external/javassist/src/main/javassist/ |
D | CodeConverter.java | 358 int mod2 = substMethod.getModifiers(); in redirectMethodCall() local 359 if (Modifier.isStatic(mod1) != Modifier.isStatic(mod2) in redirectMethodCall() 360 || (Modifier.isPrivate(mod1) && !Modifier.isPrivate(mod2)) in redirectMethodCall()
|
/external/swiftshader/src/Shader/ |
D | PixelPipeline.cpp | 482 Vector4s mod2; in blendTexture() local 522 mod2.x = SubSat(Short4(0x1000), arg2->x); in blendTexture() 523 mod2.y = SubSat(Short4(0x1000), arg2->y); in blendTexture() 524 mod2.z = SubSat(Short4(0x1000), arg2->z); in blendTexture() 525 mod2.w = SubSat(Short4(0x1000), arg2->w); in blendTexture() 527 arg2 = &mod2; in blendTexture() 530 mod2.x = arg2->w; in blendTexture() 531 mod2.y = arg2->w; in blendTexture() 532 mod2.z = arg2->w; in blendTexture() 533 mod2.w = arg2->w; in blendTexture() [all …]
|
/external/clang/test/Modules/ |
D | auto-module-import.m | 25 Module *mod2;
|
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/lang/ |
D | UnicodeSetTest.java | 1591 UnicodeSet mod2 = new UnicodeSet(set1).removeAll(list2); in TestGenerics() local 1592 assertEquals("remove all", mod1, mod2); in TestGenerics() 1596 mod2 = new UnicodeSet(set1).retainAll(set2.addAllTo(new LinkedHashSet<String>())); in TestGenerics() 1597 assertEquals("remove all", mod1, mod2); in TestGenerics()
|
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/lang/ |
D | UnicodeSetTest.java | 1592 UnicodeSet mod2 = new UnicodeSet(set1).removeAll(list2); in TestGenerics() local 1593 assertEquals("remove all", mod1, mod2); in TestGenerics() 1597 mod2 = new UnicodeSet(set1).retainAll(set2.addAllTo(new LinkedHashSet<String>())); in TestGenerics() 1598 assertEquals("remove all", mod1, mod2); in TestGenerics()
|
/external/python/cpython2/Doc/distutils/ |
D | configfile.rst | 77 pure Python modules :mod:`pkg.mod1` and :mod:`pkg.mod2`. You can always use the
|
D | setupscript.rst | 117 py_modules = ['mod1', 'pkg.mod2'] 121 these two modules can be found in :file:`mod1.py` and :file:`pkg/mod2.py`, and
|
/external/llvm/test/Bitcode/ |
D | compatibility-3.6.ll | 1196 !1 = !{i32 2, !"mod2", i32 0} 1197 ; CHECK: !1 = !{i32 2, !"mod2", i32 0}
|
D | compatibility-3.7.ll | 1259 !1 = !{i32 2, !"mod2", i32 0} 1260 ; CHECK: !1 = !{i32 2, !"mod2", i32 0}
|
D | compatibility-3.8.ll | 1569 !1 = !{i32 2, !"mod2", i32 0} 1570 ; CHECK: !1 = !{i32 2, !"mod2", i32 0}
|
D | compatibility.ll | 1646 !1 = !{i32 2, !"mod2", i32 0} 1647 ; CHECK: !1 = !{i32 2, !"mod2", i32 0}
|