Home
last modified time | relevance | path

Searched refs:Real (Results 1 – 25 of 177) sorted by relevance

12345678

/third_party/typescript/tests/baselines/reference/
DunionThisTypeInFunctions.errors.txt1 …): 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 …]
DunionThisTypeInFunctions.symbols2 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))
DunionThisTypeInFunctions.types2 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)
DunionThisTypeInFunctions.js2 interface Real {
10 function test(r: Real | Fake) {
/third_party/python/Doc/library/
Dnumbers.rst5 :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/
Dwae.txt8 "Brasilianiši Real",
45 one{"Brasilianišä Real"}
46 other{"Brasilianiši Real"}
Dwo.txt8 "Real bu Bresil",
59 other{"Real yu Bresil"}
Dom.txt8 "Brazilian Real",
Dmi.txt8 "Real Parahi",
Dsu.txt8 "Real Brasil",
/third_party/skia/third_party/externals/icu/source/data/curr/
Dwae.txt8 "Brasilianiši Real",
45 one{"Brasilianišä Real"}
46 other{"Brasilianiši Real"}
Dwo.txt8 "Real bu Bresil",
59 other{"Real yu Bresil"}
Dom.txt8 "Brazilian Real",
Dmi.txt8 "Real Parahi",
Dsu.txt8 "Real Brasil",
/third_party/python/Lib/test/
Dtest_abstract_numbers.py6 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/
DunionThisTypeInFunctions.ts1 interface Real { interface
9 function test(r: Real | Fake) {
/third_party/python/Lib/
Dnumbers.py147 class Real(Complex): class
264 Real.register(float)
267 class Rational(Real):
/third_party/python/Lib/unittest/test/testmock/
Dtestmock.py607 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/
DvktPostmortemDeviceFaultTests.cpp61 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/
DvktPostmortemDeviceFaultTests.cpp61 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/
D34.txt24 34826|Ciudad Real
82 34926|Ciudad Real
/third_party/libphonenumber/resources/geocoding/es/
D34.txt25 34826|Ciudad Real
83 34926|Ciudad Real
/third_party/mesa3d/src/compiler/glsl/tests/warnings/
D024-shaderout.vert15 * case. "Real undefined" is beyond the scope of what mesa is/should
/third_party/skia/third_party/externals/oboe/
DREADME.md34 - [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)

12345678