/third_party/typescript/tests/baselines/reference/ |
D | unionThisTypeInFunctions.errors.txt | 1 …): error TS2684: The 'this' context of type 'Real | Fake' is not assignable to method's 'this' of … 2 Type 'Real' is not assignable to type 'Real & Fake'. 3 Type 'Real' is not assignable to type 'Fake'. 5 …Type '(this: Real, n: number) => void' is not assignable to type '(this: Fake, n: number) => void'. 7 Type 'Fake' is not assignable to type 'Real'. 9 …Type '(this: Fake, n: number) => void' is not assignable to type '(this: Real, n: number) => void'. 11 Type 'Real' is not assignable to type 'Fake'. 17 interface Real { 25 function test(r: Real | Fake) { 28 …!! error TS2684: The 'this' context of type 'Real | Fake' is not assignable to method's 'this' of … [all …]
|
D | unionThisTypeInFunctions.symbols | 2 interface Real { 3 >Real : Symbol(Real, Decl(unionThisTypeInFunctions.ts, 0, 0)) 6 >method : Symbol(Real.method, Decl(unionThisTypeInFunctions.ts, 0, 16)) 11 >data : Symbol(Real.data, Decl(unionThisTypeInFunctions.ts, 1, 40)) 24 function test(r: Real | Fake) { 27 >Real : Symbol(Real, Decl(unionThisTypeInFunctions.ts, 0, 0))
|
D | unionThisTypeInFunctions.types | 2 interface Real { 20 function test(r: Real | Fake) { 21 >test : (r: Real | Fake) => void 22 >r : Real | Fake 26 >r.method : ((this: Real, n: number) => void) | ((this: Fake, n: number) => void) 27 >r : Real | Fake 28 >method : ((this: Real, n: number) => void) | ((this: Fake, n: number) => void)
|
D | unionThisTypeInFunctions.js | 2 interface Real { 10 function test(r: Real | Fake) {
|
/third_party/python/Doc/library/ |
D | numbers.rst | 5 :synopsis: Numeric abstract base classes (Complex, Real, Integral, etc.). 46 .. class:: Real 48 To :class:`Complex`, :class:`Real` adds the operations that work on real 55 Real also provides defaults for :func:`complex`, :attr:`~Complex.real`, 61 Subtypes :class:`Real` and adds 111 :class:`Real` with:: 114 MyFoo.register(Real) 145 elif isinstance(other, Real): 178 If ``A <: Complex`` and ``B <: Real`` without sharing any other knowledge, 205 elif isinstance(a, numbers.Real):
|
/third_party/icu/icu4c/source/data/curr/ |
D | wae.txt | 8 "Brasilianiši Real", 45 one{"Brasilianišä Real"} 46 other{"Brasilianiši Real"}
|
D | wo.txt | 8 "Real bu Bresil", 59 other{"Real yu Bresil"}
|
D | om.txt | 8 "Brazilian Real",
|
D | mi.txt | 8 "Real Parahi",
|
D | su.txt | 8 "Real Brasil",
|
/third_party/skia/third_party/externals/icu/source/data/curr/ |
D | wae.txt | 8 "Brasilianiši Real", 45 one{"Brasilianišä Real"} 46 other{"Brasilianiši Real"}
|
D | wo.txt | 8 "Real bu Bresil", 59 other{"Real yu Bresil"}
|
D | om.txt | 8 "Brazilian Real",
|
D | mi.txt | 8 "Real Parahi",
|
D | su.txt | 8 "Real Brasil",
|
/third_party/python/Lib/test/ |
D | test_abstract_numbers.py | 6 from numbers import Complex, Real, Rational, Integral 22 self.assertTrue(issubclass(float, Real)) 30 self.assertFalse(issubclass(complex, Real))
|
/third_party/typescript/tests/cases/conformance/types/thisType/ |
D | unionThisTypeInFunctions.ts | 1 interface Real { interface 9 function test(r: Real | Fake) {
|
/third_party/python/Lib/ |
D | numbers.py | 147 class Real(Complex): class 264 Real.register(float) 267 class Rational(Real):
|
/third_party/python/Lib/unittest/test/testmock/ |
D | testmock.py | 607 class Real(object): class 610 real = Real() 627 class Real(object): class 630 real = Real() 638 Real.attribute.frog.assert_called_with(1, 2, fish=3) 639 self.assertEqual(result, Real.attribute.frog()) 643 class Real(object): class 647 real = Real() 657 class Real(object): class 660 real = Real() [all …]
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/postmortem/ |
D | vktPostmortemDeviceFaultTests.cpp | 61 Real, enumerator 351 …const InstanceInterface& instanceInterface = (m_params.type == TestType::Real) ? context.getInstan… in checkSupport() 355 if (m_params.type == TestType::Real) in checkSupport() 478 …} const types[] = { { TestType::Real, "real" }, { TestType::Fake, "fake" }, { TestType::CustomDevi… in createDeviceFaultTests()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/postmortem/ |
D | vktPostmortemDeviceFaultTests.cpp | 61 Real, enumerator 351 …const InstanceInterface& instanceInterface = (m_params.type == TestType::Real) ? context.getInstan… in checkSupport() 355 if (m_params.type == TestType::Real) in checkSupport() 478 …} const types[] = { { TestType::Real, "real" }, { TestType::Fake, "fake" }, { TestType::CustomDevi… in createDeviceFaultTests()
|
/third_party/libphonenumber/resources/geocoding/en/ |
D | 34.txt | 24 34826|Ciudad Real 82 34926|Ciudad Real
|
/third_party/libphonenumber/resources/geocoding/es/ |
D | 34.txt | 25 34826|Ciudad Real 83 34926|Ciudad Real
|
/third_party/mesa3d/src/compiler/glsl/tests/warnings/ |
D | 024-shaderout.vert | 15 * case. "Real undefined" is beyond the scope of what mesa is/should
|
/third_party/skia/third_party/externals/oboe/ |
D | README.md | 34 - [Real-time audio with the 100 oscillator synthesizer](https://www.youtube.com/watch?v=J04iPJBkAKs… 36 - [Real-Time Processing on Android](https://youtu.be/hY9BrS2uX-c) (ADC '19)
|