Home
last modified time | relevance | path

Searched refs:ioWrite (Results 1 – 25 of 63) sorted by relevance

123

/dports/misc/adios2/ADIOS2-2.7.1/testing/adios2/bindings/fortran/
H A DTestRemove.F9015 type(adios2_io) :: ioWrite, ioRead variable
46 call adios2_declare_io(ioWrite, adios, "ioWrite", ierr)
49 call adios2_define_variable(variables(1), ioWrite, "var_I8", &
54 call adios2_define_variable(variables(2), ioWrite, "var_I16", &
59 call adios2_define_variable(variables(3), ioWrite, "var_I32", &
64 call adios2_define_variable(variables(4), ioWrite, "var_I64", &
69 call adios2_define_variable(variables(5), ioWrite, "var_R32", &
74 call adios2_define_variable(variables(6), ioWrite, "var_R64", &
112 call adios2_remove_variable(res, ioWrite, "gvar_R64", ierr)
119 call adios2_remove_all_variables(ioWrite, ierr)
[all …]
H A DTestBPWriteVariableAttributes.F909 type(adios2_io) :: ioWrite, ioRead variable
25 call adios2_declare_io(ioWrite, adios, "ioWrite", ierr)
28 call adios2_define_variable(var, ioWrite, "myVar", adios2_type_integer4, &
44 call adios2_define_attribute(attributes(1), ioWrite, 'att_String', &
47 call adios2_define_attribute(attributes(2), ioWrite, 'att_i8', &
50 call adios2_define_attribute(attributes(3), ioWrite, 'att_i16', &
53 call adios2_define_attribute(attributes(4), ioWrite, 'att_i32', &
56 call adios2_define_attribute(attributes(5), ioWrite, 'att_i64', &
59 call adios2_define_attribute(attributes(6), ioWrite, 'att_r32', &
62 call adios2_define_attribute(attributes(7), ioWrite, 'att_r64', &
[all …]
H A DTestBPWriteTypes.F9014 type(adios2_io) :: ioWrite, ioRead variable
49 if( ioWrite%valid .eqv. .true. ) stop 'Invalid io default'
68 call adios2_declare_io(ioWrite, adios, "ioWrite", ierr)
71 call adios2_at_io(ioWrite, adios, "ioWrite", ierr)
72 if( ioWrite%valid .eqv. .false. ) stop 'Invalid adios2_at_io'
74 call adios2_in_config_file(result, ioWrite, ierr)
77 call adios2_set_engine(ioWrite, 'File', ierr)
93 call adios2_clear_parameters(ioWrite, ierr)
101 call adios2_define_variable(variables(1), ioWrite, "var_I8", &
175 if( ioWrite%valid .eqv. .false. ) stop 'Invalid adios2_io'
[all …]
H A DTestBPWriteTypesByName.F9011 type(adios2_io) :: ioWrite, ioRead variable
38 call adios2_declare_io(ioWrite, adios, "ioWrite", ierr)
41 call adios2_define_variable(variables(1), ioWrite, "var_I8", &
46 call adios2_define_variable(variables(2), ioWrite, "var_I16", &
51 call adios2_define_variable(variables(3), ioWrite, "var_I32", &
56 call adios2_define_variable(variables(4), ioWrite, "var_I64", &
61 call adios2_define_variable(variables(5), ioWrite, "var_R32", &
66 call adios2_define_variable(variables(6), ioWrite, "var_R64", &
72 call adios2_define_variable(variables(7), ioWrite, "gvar_I8", &
75 call adios2_define_variable(variables(8), ioWrite, "gvar_I16", &
[all …]
H A DTestBPWriteTypesLocal.F9011 type(adios2_io) :: ioWrite, ioRead, ioDummy variable
49 call adios2_declare_io(ioWrite, adios, "ioWrite", ierr)
52 call adios2_define_variable(variables(1), ioWrite, "var_I8", &
57 call adios2_define_variable(variables(2), ioWrite, "var_I16", &
62 call adios2_define_variable(variables(3), ioWrite, "var_I32", &
67 call adios2_define_variable(variables(4), ioWrite, "var_I64", &
72 call adios2_define_variable(variables(5), ioWrite, "var_R32", &
106 write (*, *) "Engine type: ", ioWrite%engine_type
109 call adios2_set_engine(ioWrite, "SST", ierr)
110 write (*, *) "Engine type: ", ioWrite%engine_type
[all …]
H A DTestBPWriteReadAttributes.F908 type(adios2_io) :: ioWrite, ioRead variable
39 call adios2_declare_io(ioWrite, adios, "ioWrite", ierr)
46 call adios2_define_attribute(attributes(1), ioWrite, 'att_String', &
49 call adios2_define_attribute(attributes(2), ioWrite, 'att_i8', &
52 call adios2_define_attribute(attributes(3), ioWrite, 'att_i16', &
55 call adios2_define_attribute(attributes(4), ioWrite, 'att_i32', &
58 call adios2_define_attribute(attributes(5), ioWrite, 'att_i64', &
61 call adios2_define_attribute(attributes(6), ioWrite, 'att_r32', &
64 call adios2_define_attribute(attributes(7), ioWrite, 'att_r64', &
71 call adios2_define_attribute(attributes(9), ioWrite, 'att_i8_array', &
[all …]
H A DTestNullEngine.F9010 type(adios2_io) :: ioWrite, ioRead variable
37 call adios2_declare_io(ioWrite, adios, "nullWriter", ierr)
38 call adios2_set_engine(ioWrite, "NULL", ierr)
39 if (TRIM(ioWrite%engine_type) /= "NULL") stop 'Wrong io engine_type'
42 call adios2_define_variable(var, ioWrite, "var_R64", &
47 call adios2_open(nullWriter, ioWrite, "fnull.bp", adios2_mode_write, ierr)
H A DTestBPReadGlobalsByName.F9012 type(adios2_io):: ioWrite, ioRead variable
25 call adios2_declare_io(ioWrite, adios, "FWriter", ierr)
27 call adios2_define_variable(var, ioWrite, "diag_1d_nsp", &
29 call adios2_define_variable(var, ioWrite, "sml_outpsi", adios2_type_dp, &
32 call adios2_open(writer, ioWrite, "f0analysis_static.bp", &
/dports/misc/adios2/ADIOS2-2.7.1/testing/adios2/engine/staging-common/
H A DTestCommonWriteF.F9036 type(adios2_io)::ioWrite variable
106 call adios2_declare_io(ioWrite, adios, "ioWrite", ierr)
109 call adios2_set_parameters(ioWrite, params, ierr)
112 call adios2_set_engine(ioWrite, engine, ierr)
118 call adios2_define_variable(variables(1), ioWrite, "i8", &
123 call adios2_define_variable(variables(2), ioWrite, "i16", &
128 call adios2_define_variable(variables(3), ioWrite, "i32", &
133 call adios2_define_variable(variables(4), ioWrite, "i64", &
138 call adios2_define_variable(variables(5), ioWrite, "r32", &
143 call adios2_define_variable(variables(6), ioWrite, "r64", &
[all …]
/dports/databases/pgbackrest/pgbackrest-release-2.35/src/command/repo/
H A Dls.c50 ioWrite(listData->write, COMMA_BUF); in storageListRenderCallback()
58 ioWrite(listData->write, BUFSTRDEF(":{\"type\":\"")); in storageListRenderCallback()
63 ioWrite(listData->write, BUFSTRDEF("file\"")); in storageListRenderCallback()
67 ioWrite(listData->write, BUFSTRDEF("link\"")); in storageListRenderCallback()
71 ioWrite(listData->write, BUFSTRDEF("path\"")); in storageListRenderCallback()
88 ioWrite(listData->write, BRACER_BUF); in storageListRenderCallback()
93 ioWrite(listData->write, BUFSTR(info->name)); in storageListRenderCallback()
94 ioWrite(listData->write, LF_BUF); in storageListRenderCallback()
148 ioWrite(data.write, BRACEL_BUF); in storageListRender()
176 ioWrite(data.write, BRACER_BUF); in storageListRender()
[all …]
/dports/misc/adios2/ADIOS2-2.7.1/testing/adios2/bindings/python/
H A DTestNullEngine.py37 ioWrite = adios.DeclareIO("ioWriter") variable
39 varTemperature = ioWrite.DefineVariable("temperature2D", temperatures, shape,
41 ioWrite.SetEngine("NULL")
43 nullWriter = ioWrite.Open('NULL_py.bp', adios2.Mode.Write)
H A DTestBPBlocksInfo.py39 ioWrite = adios.DeclareIO("ioWriter") variable
41 varTemperature = ioWrite.DefineVariable("temperature2D", temperatures, shape,
44 obpStream = ioWrite.Open('HeatMap2D_py.bp', adios2.Mode.Write)
H A DTestBPWriteRead2D.py39 ioWrite = adios.DeclareIO("ioWriter") variable
41 varTemperature = ioWrite.DefineVariable("temperature2D", temperatures, shape,
44 obpStream = ioWrite.Open('HeatMap2D_py.bp', adios2.Mode.Write)
H A DTestBPWriteReadString.py25 ioWrite = adios.DeclareIO('ioWriter')
26 adEngine = ioWrite.Open(bpFilename, adios2.Mode.Write)
27 varMyString = ioWrite.DefineVariable(varname)
/dports/databases/pgbackrest/pgbackrest-release-2.35/src/common/io/
H A Dwrite.c97 ioWrite(IoWrite *this, const Buffer *buffer) in ioWrite() function
139 ioWrite(this, buffer); in ioWriteLine()
140 ioWrite(this, LF_BUF); in ioWriteLine()
176 ioWrite(this, BUFSTR(string)); in ioWriteStr()
193 ioWrite(this, BUFSTR(string)); in ioWriteStrLine()
194 ioWrite(this, LF_BUF); in ioWriteStrLine()
/dports/databases/pgbackrest/pgbackrest-release-2.35/test/src/module/command/
H A DbackupCommonTest.c139 ioWrite(write, buffer); in testRun()
174 ioWrite(write, buffer); in testRun()
206 ioWrite(write, buffer); in testRun()
298 ioWrite(write, buffer); in testRun()
317 ioWrite(write, buffer); in testRun()
336 ioWrite(write, buffer); in testRun()
337 …TEST_ERROR(ioWrite(write, buffer), AssertError, "should not be possible to see two misaligned page… in testRun()
/dports/misc/adios2/ADIOS2-2.7.1/testing/adios2/engine/bp/
H A DTestBPSelectSteps.cpp42 adios2::IO ioWrite = adios.DeclareIO("TestIOWrite"); in TEST_F() local
43 ioWrite.SetEngine("BPFile"); in TEST_F()
45 adios2::Engine engine = ioWrite.Open(filename, adios2::Mode::Write); in TEST_F()
53 ioWrite.DefineVariable<int32_t>("variable0", shape, start, count); in TEST_F()
55 ioWrite.DefineVariable<int32_t>("variable1", shape, start, count); in TEST_F()
57 ioWrite.DefineVariable<int32_t>("variable2", shape, start, count); in TEST_F()
59 ioWrite.DefineVariable<int32_t>("variable3", shape, start, count); in TEST_F()
/dports/misc/adios2/ADIOS2-2.7.1/examples/hello/bpReader/
H A DhelloBPReaderHeatMap2D.py42 ioWrite = adios.DeclareIO("ioWriter") variable
44 varTemperature = ioWrite.DefineVariable("temperature2D", temperatures, shape,
47 obpStream = ioWrite.Open('HeatMap2D_py.bp', adios2.Mode.Write)
/dports/science/InsightToolkit/ITK-5.0.1/Modules/Video/BridgeVXL/test/
H A DitkVXLVideoIOFactoryTest.cxx61 itk::VideoIOBase::Pointer ioWrite = itk::VideoIOFactory::CreateVideoIO( in test_VXLVideoIOFactory() local
63 if (!ioWrite) in test_VXLVideoIOFactory()
/dports/science/InsightToolkit/ITK-5.0.1/Modules/Video/IO/test/
H A DitkFileListVideoIOFactoryTest.cxx61 itk::VideoIOBase::Pointer ioWrite = itk::VideoIOFactory::CreateVideoIO( in test_FileListVideoIOFactory() local
63 if (!ioWrite) in test_FileListVideoIOFactory()
/dports/science/InsightToolkit/ITK-5.0.1/Modules/Video/BridgeOpenCV/test/
H A DitkOpenCVVideoIOFactoryTest.cxx96 itk::VideoIOBase::Pointer ioWrite = itk::VideoIOFactory::CreateVideoIO( in test_OpenCVVideoIOFactory() local
98 if (!ioWrite) in test_OpenCVVideoIOFactory()
/dports/databases/pgbackrest/pgbackrest-release-2.35/src/info/
H A Dinfo.c367 ioWrite(infoSaveData->write, BRACKETL_BUF); in infoSaveValue()
368 ioWrite(infoSaveData->write, BUFSTR(section)); in infoSaveValue()
383 ioWrite(infoSaveData->write, BUFSTR(key)); in infoSaveValue()
384 ioWrite(infoSaveData->write, EQ_BUF); in infoSaveValue()
438 ioWrite(data.write, BUFSTRDEF("\n[" INFO_SECTION_BACKREST "]\n" INFO_KEY_CHECKSUM "=")); in infoSave()
/dports/games/libretro-bluemsx/blueMSX-libretro-faf470e/Src/Memory/
H A DromMapperMegaFlashRomScc.c224 static void ioWrite(RomMapperMegaFlashRomScc* rm, UInt16 ioPort, UInt8 value) in ioWrite() function
286 ioPortRegister(0x10, NULL, ioWrite, rm); in romMapperMegaFlashRomSccCreate()
287 ioPortRegister(0x11, NULL, ioWrite, rm); in romMapperMegaFlashRomSccCreate()
/dports/databases/pgbackrest/pgbackrest-release-2.35/test/src/module/common/
H A DioTest.c518 TEST_RESULT_VOID(ioWrite(bufferWrite, bufNew(0)), " write 0 bytes"); in testRun()
519 TEST_RESULT_VOID(ioWrite(bufferWrite, NULL), " write 0 bytes"); in testRun()
558 TEST_RESULT_VOID(ioWrite(write, buffer), "write buffer"); in testRun()
562 TEST_RESULT_VOID(ioWrite(write, buffer), "write buffer"); in testRun()
564 TEST_RESULT_VOID(ioWrite(write, buffer), "write buffer"); in testRun()
/dports/security/vuls/vuls-0.13.7/vendor/github.com/rifflock/lfshook/
H A Dlfshook.go116 return hook.ioWrite(entry)
125 func (hook *LfsHook) ioWrite(entry *logrus.Entry) error { func

123