Home
last modified time | relevance | path

Searched refs:obj0 (Results 1 – 20 of 20) sorted by relevance

/third_party/typescript/tests/baselines/reference/
DtsxStatelessFunctionComponentOverload5.js21 let obj0 = { variable
50 const b1 = <MainButton onClick={(e: any)=> {}} {...obj0}>Hello world</MainButton>; // extra proper…
54 const b5 = <MainButton {...{ onClick(e: any) { } }} {...obj0} />; // Spread retain method declarat…
64 var obj0 = { variable
85 …var b1 = <MainButton onClick={function (e) { }} {...obj0}>Hello world</MainButton>; // extra prope…
89 …var b5 = <MainButton {...{ onClick: function (e) { } }} {...obj0}/>; // Spread retain method decla…
DtsxStatelessFunctionComponentOverload5.types29 let obj0 = {
30 >obj0 : { to: string; }
121 const b1 = <MainButton onClick={(e: any)=> {}} {...obj0}>Hello world</MainButton>; // extra proper…
123 ><MainButton onClick={(e: any)=> {}} {...obj0}>Hello world</MainButton> : JSX.Element
128 >obj0 : { to: string; }
159 const b5 = <MainButton {...{ onClick(e: any) { } }} {...obj0} />; // Spread retain method declarat…
161 ><MainButton {...{ onClick(e: any) { } }} {...obj0} /> : JSX.Element
166 >obj0 : { to: string; }
DtsxStatelessFunctionComponentOverload5.symbols41 let obj0 = {
42 >obj0 : Symbol(obj0, Decl(file.tsx, 19, 3))
126 const b1 = <MainButton onClick={(e: any)=> {}} {...obj0}>Hello world</MainButton>; // extra proper…
131 >obj0 : Symbol(obj0, Decl(file.tsx, 19, 3))
153 const b5 = <MainButton {...{ onClick(e: any) { } }} {...obj0} />; // Spread retain method declarat…
158 >obj0 : Symbol(obj0, Decl(file.tsx, 19, 3))
DimplicitAnyWidenToAny.js26 var obj0 = new objLit(1);
55 var obj0 = new objLit(1); variable
DimplicitAnyWidenToAny.symbols70 var obj0 = new objLit(1);
71 >obj0 : Symbol(obj0, Decl(implicitAnyWidenToAny.ts, 24, 3))
DintTypeCheck.js93 var obj0: i1; variable
101 var obj3: i1 = new obj0;
219 var obj0; variable
227 var obj3 = new obj0;
DimplicitAnyWidenToAny.types90 var obj0 = new objLit(1);
91 >obj0 : any
DintTypeCheck.types200 var obj0: i1;
201 >obj0 : i1
235 var obj3: i1 = new obj0;
237 >new obj0 : any
238 >obj0 : i1
DimplicitAnyWidenToAny.errors.txt31 var obj0 = new objLit(1);
DintTypeCheck.symbols221 var obj0: i1;
222 >obj0 : Symbol(obj0, Decl(intTypeCheck.ts, 91, 3))
250 var obj3: i1 = new obj0;
253 >obj0 : Symbol(obj0, Decl(intTypeCheck.ts, 91, 3))
DtsxStatelessFunctionComponentOverload5.errors.txt56 let obj0 = {
97 …const b1 = <MainButton onClick={(e: any)=> {}} {...obj0}>Hello world</MainButton>; // extra prope…
101 …const b5 = <MainButton {...{ onClick(e: any) { } }} {...obj0} />; // Spread retain method declara…
DintTypeCheck.errors.txt197 var obj0: i1;
208 var obj3: i1 = new obj0;
/third_party/skia/tests/
DUtilsTest.cpp55 RefClass obj0(0); in test_autostarray() local
57 REPORTER_ASSERT(reporter, obj0.unique()); in test_autostarray()
67 tmp[0].reset(SkRef(&obj0)); in test_autostarray()
69 REPORTER_ASSERT(reporter, !obj0.unique()); in test_autostarray()
75 REPORTER_ASSERT(reporter, obj0.unique()); in test_autostarray()
80 tmp[0].reset(SkRef(&obj0)); in test_autostarray()
85 REPORTER_ASSERT(reporter, obj0.unique()); in test_autostarray()
93 tmp[0].reset(SkRef(&obj0)); in test_autostarray()
95 REPORTER_ASSERT(reporter, !obj0.unique()); in test_autostarray()
100 REPORTER_ASSERT(reporter, obj0.unique()); in test_autostarray()
[all …]
/third_party/typescript/tests/cases/conformance/jsx/
DtsxStatelessFunctionComponentOverload5.tsx27 let obj0 = {
56 const b1 = <MainButton onClick={(e: any)=> {}} {...obj0}>Hello world</MainButton>; // extra proper…
60 const b5 = <MainButton {...{ onClick(e: any) { } }} {...obj0} />; // Spread retain method declarat…
/third_party/skia/third_party/externals/libwebp/swig/
Dlibwebp_python_wrap.c3654 PyObject * obj0 = 0 ; in _wrap_WebPGetInfo() local
3659 if (!PyArg_ParseTuple(args,(char *)"O:WebPGetInfo",&obj0)) SWIG_fail; in _wrap_WebPGetInfo()
3660 res1 = SWIG_AsCharPtrAndSize(obj0, &buf1, &size1, &alloc1); in _wrap_WebPGetInfo()
3702 PyObject * obj0 = 0 ; in _wrap_WebPDecodeRGB() local
3707 if (!PyArg_ParseTuple(args,(char *)"O:WebPDecodeRGB",&obj0)) SWIG_fail; in _wrap_WebPDecodeRGB()
3708 res1 = SWIG_AsCharPtrAndSize(obj0, &buf1, &size1, &alloc1); in _wrap_WebPDecodeRGB()
3755 PyObject * obj0 = 0 ; in _wrap_WebPDecodeRGBA() local
3760 if (!PyArg_ParseTuple(args,(char *)"O:WebPDecodeRGBA",&obj0)) SWIG_fail; in _wrap_WebPDecodeRGBA()
3761 res1 = SWIG_AsCharPtrAndSize(obj0, &buf1, &size1, &alloc1); in _wrap_WebPDecodeRGBA()
3808 PyObject * obj0 = 0 ; in _wrap_WebPDecodeARGB() local
[all …]
/third_party/typescript/tests/cases/compiler/
DintTypeCheck.ts92 var obj0: i1; variable
100 var obj3: i1 = new obj0;
DimplicitAnyWidenToAny.ts26 var obj0 = new objLit(1); variable
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
DUnicodeRegex.java369 public int compare(Object obj0, Object obj1) {
370 String arg0 = obj0.toString();
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/
DUnicodeRegex.java364 public int compare(Object obj0, Object obj1) {
365 String arg0 = obj0.toString();
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/
DvktApiObjectManagementTests.cpp2314 Unique<typename Object::Type> obj0 (Object::create(env, res0, params)); in createMultipleUniqueResourcesTest() local
2330 Unique<typename Object::Type> obj0 (Object::create(env, res, params)); in createMultipleSharedResourcesTest() local
2499 Unique<typename Object::Type> obj0 (Object::create(env, res, params)); in createPrivateDataTest() local
2511 Unique<typename Object::Type> *objs[4] = { &obj0, &obj1, &obj2, &obj3 }; in createPrivateDataTest()