Home
last modified time | relevance | path

Searched refs:mod3 (Results 1 – 13 of 13) sorted by relevance

/third_party/typescript/tests/baselines/reference/
DtypedefCrossModule4.symbols1 === tests/cases/conformance/jsdoc/mod3.js ===
4 >Bar : Symbol(Bar, Decl(mod3.js, 0, 0))
7 >module.exports : Symbol(module.exports, Decl(mod3.js, 0, 0))
8 >module : Symbol(export=, Decl(mod3.js, 1, 13))
9 >exports : Symbol(export=, Decl(mod3.js, 1, 13))
10 >Foo : Symbol(Foo, Decl(mod3.js, 2, 18))
11 >Bar : Symbol(Bar, Decl(mod3.js, 0, 0))
DtypedefCrossModule.symbols41 === tests/cases/conformance/jsdoc/mod3.js ===
48 >exports.C : Symbol(C, Decl(mod3.js, 0, 0))
49 >exports : Symbol(C, Decl(mod3.js, 0, 0))
50 >C : Symbol(C, Decl(mod3.js, 0, 0))
53 >this.p : Symbol(C.p, Decl(mod3.js, 5, 24))
54 >this : Symbol(C, Decl(mod3.js, 5, 11))
55 >p : Symbol(C.p, Decl(mod3.js, 5, 24))
70 /** @type {import('./mod3').Both} */
DtypedefCrossModule4.errors.txt1 tests/cases/conformance/jsdoc/mod3.js(1,23): error TS2300: Duplicate identifier 'Foo'.
2 tests/cases/conformance/jsdoc/mod3.js(3,20): error TS2300: Duplicate identifier 'Foo'.
5 ==== tests/cases/conformance/jsdoc/mod3.js (2 errors) ====
9 !!! related TS6203 tests/cases/conformance/jsdoc/mod3.js:3:20: 'Foo' was also declared here.
14 !!! related TS6203 tests/cases/conformance/jsdoc/mod3.js:1:23: 'Foo' was also declared here.
DtypedefTagWrapping.symbols54 === tests/cases/conformance/jsdoc/mod3.js ===
71 >use1 : Symbol(use1, Decl(mod3.js, 0, 0))
72 >func : Symbol(func, Decl(mod3.js, 15, 14))
73 >bool : Symbol(bool, Decl(mod3.js, 15, 19))
74 >str : Symbol(str, Decl(mod3.js, 15, 25))
75 >num : Symbol(num, Decl(mod3.js, 15, 30))
78 >func : Symbol(func, Decl(mod3.js, 15, 14))
79 >bool : Symbol(bool, Decl(mod3.js, 15, 19))
80 >str : Symbol(str, Decl(mod3.js, 15, 25))
81 >num : Symbol(num, Decl(mod3.js, 15, 30))
DtypedefCrossModule.types46 === tests/cases/conformance/jsdoc/mod3.js ===
55 >exports : typeof import("tests/cases/conformance/jsdoc/mod3")
82 /** @type {import('./mod3').Both} */
84 >both3 : import("tests/cases/conformance/jsdoc/mod3").Both
DtypedefCrossModule4.types1 === tests/cases/conformance/jsdoc/mod3.js ===
DtypedefTagWrapping.errors.txt40 ==== tests/cases/conformance/jsdoc/mod3.js (0 errors) ====
DtypedefTagWrapping.types56 === tests/cases/conformance/jsdoc/mod3.js ===
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/number/
DModifierTest.java119 Modifier mod3 = new CurrencySpacingEnabledModifier(prefix, suffix, false, true, symbols); in testCurrencySpacingEnabledModifier() local
120 assertModifierEquals(mod3, 3, true, "USD|\u00A0XYZ", "$$$nn$$$"); in testCurrencySpacingEnabledModifier()
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/number/
DModifierTest.java122 Modifier mod3 = new CurrencySpacingEnabledModifier(prefix, suffix, false, true, symbols); in testCurrencySpacingEnabledModifier() local
123 assertModifierEquals(mod3, 3, true, "USD|\u00A0XYZ", "$$$nn$$$"); in testCurrencySpacingEnabledModifier()
/third_party/skia/third_party/externals/swiftshader/src/Shader/
DPixelPipeline.cpp484 Vector4s mod3; in blendTexture() local
555 mod3.x = SubSat(Short4(0x1000), arg3->x); in blendTexture()
556 mod3.y = SubSat(Short4(0x1000), arg3->y); in blendTexture()
557 mod3.z = SubSat(Short4(0x1000), arg3->z); in blendTexture()
558 mod3.w = SubSat(Short4(0x1000), arg3->w); in blendTexture()
560 arg3 = &mod3; in blendTexture()
563 mod3.x = arg3->w; in blendTexture()
564 mod3.y = arg3->w; in blendTexture()
565 mod3.z = arg3->w; in blendTexture()
566 mod3.w = arg3->w; in blendTexture()
[all …]
/third_party/icu/icu4c/source/test/intltest/
Dnumbertest_modifiers.cpp143 CurrencySpacingEnabledModifier mod3(prefix, suffix, false, true, symbols, status); in testCurrencySpacingEnabledModifier() local
145 assertModifierEquals(mod3, 3, true, u"USD|\u00A0XYZ", u"$$$nn$$$", status); in testCurrencySpacingEnabledModifier()
/third_party/python/Lib/test/
Dtest_inspect.py803 import inspect_fodder3 as mod3 namespace
804 self.fodderModule = mod3