Home
last modified time | relevance | path

Searched refs:SetIntArray (Results 1 – 25 of 52) sorted by relevance

123

/dports/cad/opencascade/opencascade-7.6.0/tests/caf/basic/
H A DD27 # Testing command: SetIntArray
21 SetIntArray D ${aLabel} ${isDelta} ${aFrom1} ${aTo1} ${aSetAttr11} ${aSetAttr12}
31 SetIntArray D ${aLabel} ${isDelta} ${aFrom2} ${aTo2} ${aSetAttr21} ${aSetAttr22}
H A DD57 # Testing command: SetIntArray
23 SetIntArray D ${aLabel} ${isDelta} ${aFrom1} ${aTo1} ${aSetAttr11} ${aSetAttr12}
24 SetIntArray D ${aLabel} ${isDelta} -g ${aGuid1} ${aFrom1} ${aTo1} ${aSetAttr11} ${aSetAttr12}
H A DD67 # Testing command: SetIntArray
23 SetIntArray D ${aLabel} ${isDelta} ${aFrom1} ${aTo1} ${aSetAttr11} ${aSetAttr12}
24 SetIntArray D ${aLabel} ${isDelta} -g ${aGuid1} ${aFrom1} ${aTo1} ${aSetAttr11} ${aSetAttr12}
H A DD77 # Testing command: SetIntArray
23 SetIntArray D ${aLabel} ${isDelta} ${aFrom1} ${aTo1} ${aSetAttr11} ${aSetAttr12}
24 SetIntArray D ${aLabel} ${isDelta} -g ${aGuid1} ${aFrom1} ${aTo1} ${aSetAttr11} ${aSetAttr12}
H A DD16 # Testing command: SetIntArray
20 SetIntArray D ${aLabel} ${isDelta} ${aFrom1} ${aTo1} ${aSetAttr11} ${aSetAttr12}
H A DD46 # Testing command: SetIntArray
20 SetIntArray D ${aLabel} ${isDelta} ${aFrom1} ${aTo1} ${aSetAttr11} ${aSetAttr12}
H A DD36 # Testing command: SetIntArray
20 SetIntArray D ${aLabel} ${isDelta} ${aFrom1} ${aTo1} ${aSetAttr11} ${aSetAttr12}
/dports/cad/opencascade/opencascade-7.6.0/tests/bugs/caf/
H A Dbug2932_132 SetIntArray D ${Label} ${From} ${To} ${IntegerArray1} ${IntegerArray2} 0
44 SetIntArray D ${Label} ${From} ${To} ${IntegerArray1} ${IntegerArray2} 0
H A Dbug2932_1033 SetIntArray D ${Label} ${isDelta} ${From} ${To} ${IntegerArray1} ${IntegerArray2}
45 SetIntArray D ${Label} ${isDelta} ${From} ${To} ${IntegerArray1} ${IntegerArray2}
H A Dbug31918_119 set command "SetIntArray D0 0:$lab:$sublab 0 1 1000 $values"
/dports/cad/opencascade/opencascade-7.6.0/tests/caf/bugs/
H A DA411 # Testing command: SetIntArray
32 SetIntArray Doc ${aLabel} ${isDelta} ${aFrom1} ${aTo1} ${aSetAttr11} ${aSetAttr12}
/dports/cad/opencascade/opencascade-7.6.0/tests/xml/data/ocaf/
H A DD413 SetIntArray D ${aLabel} ${isDelta} ${aFrom1} ${aTo1} ${aSetAttr11} ${aSetAttr12}
H A DA413 SetIntArray D ${aLabel} ${isDelta} ${aFrom1} ${aTo1} ${aSetAttr11} ${aSetAttr12}
/dports/lang/zig/zig-0.9.0/lib/libc/include/any-windows-any/
H A Dd3dx9shader.h153 STDMETHOD(SetIntArray)(THIS_ struct IDirect3DDevice9 *device, D3DXHANDLE constant, in DECLARE_INTERFACE_() local
195 #define ID3DXConstantTable_SetIntArray(p,a,b,c,d) (p)->lpVtbl->SetIntArray(p,a,…
226 #define ID3DXConstantTable_SetIntArray(p,a,b,c,d) (p)->SetIntArray(a,b,c,d)
263 STDMETHOD(SetIntArray)(THIS_ D3DXHANDLE hConstant, const INT *pn, UINT Count) PURE; in DECLARE_INTERFACE_() local
/dports/lang/zig-devel/zig-0.9.0/lib/libc/include/any-windows-any/
H A Dd3dx9shader.h153 STDMETHOD(SetIntArray)(THIS_ struct IDirect3DDevice9 *device, D3DXHANDLE constant, in DECLARE_INTERFACE_() local
195 #define ID3DXConstantTable_SetIntArray(p,a,b,c,d) (p)->lpVtbl->SetIntArray(p,a,…
226 #define ID3DXConstantTable_SetIntArray(p,a,b,c,d) (p)->SetIntArray(a,b,c,d)
263 STDMETHOD(SetIntArray)(THIS_ D3DXHANDLE hConstant, const INT *pn, UINT Count) PURE; in DECLARE_INTERFACE_() local
/dports/lang/v8/v8-9.6.180.12/third_party/inspector_protocol/crdtp/
H A Dprotocol_core_test.cc304 void SetIntArray(std::vector<int> value) { int_array_ = std::move(value); } in SetIntArray() function in v8_crdtp::__anonaea07ee00111::TestTypeArrays
351 obj1.SetIntArray(std::vector<int>{1, 3, 5, 7}); in TEST_F()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/inspector_protocol/crdtp/
H A Dprotocol_core_test.cc304 void SetIntArray(std::vector<int> value) { int_array_ = std::move(value); } in SetIntArray() function in crdtp::__anon50cd9bae0111::TestTypeArrays
351 obj1.SetIntArray(std::vector<int>{1, 3, 5, 7}); in TEST_F()
/dports/www/chromium-legacy/chromium-88.0.4324.182/v8/third_party/inspector_protocol/crdtp/
H A Dprotocol_core_test.cc304 void SetIntArray(std::vector<int> value) { int_array_ = std::move(value); } in SetIntArray() function in v8_crdtp::__anond1d83d2b0111::TestTypeArrays
351 obj1.SetIntArray(std::vector<int>{1, 3, 5, 7}); in TEST_F()
/dports/cad/opencascade/opencascade-7.6.0/tests/tools/dfbrowser/
H A DA488 eval SetIntArray D 0:1:1 1 1 2 $test_int_arr
/dports/games/libretro-fbneo/FBNeo-bbe3c05/src/dep/mingw/include/directx9/
H A Dd3dx9shader.h306 …STDMETHOD(SetIntArray)(THIS_ LPDIRECT3DDEVICE9 pDevice, D3DXHANDLE hConstant, CONST INT* pn, UINT … in DECLARE_INTERFACE_() local
360 STDMETHOD(SetIntArray)(THIS_ D3DXHANDLE hConstant, CONST INT* pn, UINT Count) PURE; in DECLARE_INTERFACE_() local
/dports/games/retroarch/RetroArch-1.9.7/gfx/include/d3d9/
H A Dd3dx9shader.h213 …STDMETHOD(SetIntArray)(THIS_ LPDIRECT3DDEVICE9 pDevice, D3DXHANDLE hConstant, CONST INT* pn, UINT … in DECLARE_INTERFACE_() local
266 STDMETHOD(SetIntArray)(THIS_ D3DXHANDLE hConstant, CONST INT* pn, UINT Count) PURE; in DECLARE_INTERFACE_() local
/dports/emulators/mess/mame-mame0226/3rdparty/dxsdk/Include/
H A Dd3dx9shader.h306 …STDMETHOD(SetIntArray)(THIS_ LPDIRECT3DDEVICE9 pDevice, D3DXHANDLE hConstant, CONST INT* pn, UINT … in DECLARE_INTERFACE_() local
360 STDMETHOD(SetIntArray)(THIS_ D3DXHANDLE hConstant, CONST INT* pn, UINT Count) PURE; in DECLARE_INTERFACE_() local
/dports/emulators/mame/mame-mame0226/3rdparty/dxsdk/Include/
H A Dd3dx9shader.h306 …STDMETHOD(SetIntArray)(THIS_ LPDIRECT3DDEVICE9 pDevice, D3DXHANDLE hConstant, CONST INT* pn, UINT … in DECLARE_INTERFACE_() local
360 STDMETHOD(SetIntArray)(THIS_ D3DXHANDLE hConstant, CONST INT* pn, UINT Count) PURE; in DECLARE_INTERFACE_() local
/dports/games/libretro-fbalpha/fbalpha-84eb9d9/src/dep/mingw/include/directx9/
H A Dd3dx9shader.h306 …STDMETHOD(SetIntArray)(THIS_ LPDIRECT3DDEVICE9 pDevice, D3DXHANDLE hConstant, CONST INT* pn, UINT … in DECLARE_INTERFACE_() local
360 STDMETHOD(SetIntArray)(THIS_ D3DXHANDLE hConstant, CONST INT* pn, UINT Count) PURE; in DECLARE_INTERFACE_() local
/dports/x11-toolkits/irrlicht/irrlicht-1.8.5/source/Irrlicht/
H A DCD3D9HLSLMaterialRenderer.cpp373 HRESULT hr = tbl->SetIntArray(pID3DDevice, hndl, ints, count); in setVariable()

123