Home
last modified time | relevance | path

Searched refs:obj2 (Results 1 – 5 of 5) sorted by relevance

/reactos/dll/3rdparty/libxslt/
H A Dfunctions.c253 if (obj2 != NULL) in xsltDocumentFunction()
266 if (obj2 != NULL) in xsltDocumentFunction()
276 if ((obj2 != NULL) && (obj2->nodesetval != NULL) && in xsltDocumentFunction()
314 if (obj2 != NULL) in xsltDocumentFunction()
340 obj2 = valuePop(ctxt); in xsltKeyFunction()
342 if ((obj2 == NULL) || in xsltKeyFunction()
356 if ((obj2->type == XPATH_NODESET) || (obj2->type == XPATH_XSLT_TREE)) { in xsltKeyFunction()
426 valuePush(ctxt, obj2); in xsltKeyFunction()
434 obj2 = valuePop(ctxt); in xsltKeyFunction()
435 value = obj2->stringval; in xsltKeyFunction()
[all …]
/reactos/modules/rostests/winetests/qedit/
H A Dtimeline.c130 IAMTimelineObj *obj2; in test_timelineobj_interfaces() local
135 hr = IAMTimelineGroup_QueryInterface(group, &IID_IAMTimelineObj, (void **)&obj2); in test_timelineobj_interfaces()
137 ok(obj == obj2, "Different pointers\n"); in test_timelineobj_interfaces()
138 IAMTimelineObj_Release(obj2); in test_timelineobj_interfaces()
/reactos/modules/rostests/winetests/jscript/
H A Dlang.js382 var obj2 = new testConstr1(true); variable
383 ok(typeof(obj2) === "object", "typeof(obj2) is not object");
384 ok(obj2.constructor === testConstr1, "unexpected obj2.constructor");
385 ok(obj2.pvar === 1, "obj2.pvar is not 1");
389 ok(obj2.pvar === 2, "obj2.pvar is not 2");
391 obj2.pvar = 3;
393 ok(obj2.pvar === 3, "obj2.pvar is not 3");
400 obj2 = new testConstr3(); variable
401 ok(obj1 === obj2, "obj1 != obj2");
407 obj2 = new testConstr3(); variable
[all …]
/reactos/modules/rostests/winetests/user32/
H A Dsysparams.c3141 HGDIOBJ obj[STOCK_LAST + 1], obj2[STOCK_LAST + 1]; in test_dpi_stock_objects() local
3155 for (i = 0; i <= STOCK_LAST; i++) obj2[i] = GetStockObject( i ); in test_dpi_stock_objects()
3163 ok( obj[i] != obj2[i], "%u: same object\n", i ); in test_dpi_stock_objects()
3167 ok( obj[i] != obj2[i], "%u: same object\n", i ); in test_dpi_stock_objects()
3169 GetObjectW( obj2[i], sizeof(lf2), &lf2 ); in test_dpi_stock_objects()
3174 ok( obj[i] == obj2[i], "%u: different object\n", i ); in test_dpi_stock_objects()
/reactos/modules/rostests/winetests/d3drm/
H A Dd3drm.c1730 IDirect3DRMObject *obj, *obj2; in test_Viewport() local
2087 hr = IDirect3DRMViewport2_QueryInterface(viewport2, &IID_IDirect3DRMObject, (void**)&obj2); in test_Viewport()
2089 ok(obj == obj2, "got object pointer %p, expected %p\n", obj2, obj); in test_Viewport()
2094 IDirect3DRMObject_Release(obj2); in test_Viewport()
7484 IDirect3DRMObject *obj, *obj2; in test_animation() local
7515 hr = IDirect3DRMAnimation2_QueryInterface(animation2, &IID_IDirect3DRMObject, (void **)&obj2); in test_animation()
7518 ok(obj == obj2 && obj == (IDirect3DRMObject *)animation, "Unexpected object pointer.\n"); in test_animation()
7521 IDirect3DRMObject_Release(obj2); in test_animation()