Home
last modified time | relevance | path

Searched refs:os (Results 426 – 450 of 129301) sorted by relevance

1...<<11121314151617181920>>...5173

/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/lld/wasm/
H A DWriterUtils.cpp89 encodeULEB128(number, os); in writeUleb128()
94 encodeSLEB128(number, os); in writeSleb128()
100 os.write(bytes, count); in writeBytes()
104 debugWrite(os.tell(), in writeStr()
106 encodeULEB128(string.size(), os); in writeStr()
112 os << byte; in writeU8()
144 writeSleb128(os, number, msg); in writeI32Const()
149 writeSleb128(os, number, msg); in writeI64Const()
155 writeI64Const(os, number, msg); in writePtrConst()
216 writeEventType(os, event.Type); in writeEvent()
[all …]
/dports/biology/ugene/ugene-40.1/src/plugins/GUITestBase/src/
H A DGTUtilsMsaEditor.cpp80 return GTWidget::getColor(os, getGraphOverview(os), point); in getGraphOverviewPixelColor()
84 return GTWidget::getColor(os, getSimpleOverview(os), point); in getSimpleOverviewPixelColor()
230 clickColumn(os, column); in removeColumn()
288 moveToColumn(os, column); in clickColumn()
345 Q_UNUSED(os); in clearSelection()
381 Q_UNUSED(os); in toggleCollapsingMode()
382 …GTWidget::click(os, GTToolbar::getWidgetForActionTooltip(os, GTToolbar::getToolbar(os, MWTOOLBAR_A… in toggleCollapsingMode()
398 Q_UNUSED(os); in toggleCollapsingGroup()
439 …GTWidget::click(os, GTToolbar::getWidgetForActionObjectName(os, GTToolbar::getToolbar(os, MWTOOLBA… in undo()
446 …GTWidget::click(os, GTToolbar::getWidgetForActionObjectName(os, GTToolbar::getToolbar(os, MWTOOLBA… in redo()
[all …]
/dports/science/octopus/octopus-10.5/src/basis_set/
H A Dorbitalset_inc.F9054 dot(idim,im) = zmf_dotp(os%sphere%mesh, os%eorb_mesh(1:os%sphere%mesh%np,im,idim_orb,ik),&
62 dot(idim, im) = zmf_dotp(os%sphere%mesh, os%eorb_submesh(1:os%sphere%np,idim_orb,im,ik),&
73 dot(idim,im) = X(mf_dotp)(os%sphere%mesh, os%X(orb)(1:os%sphere%mesh%np,idim_orb,im),&
79 dot(idim,im) = X(mf_dotp)(os%sphere%mesh, os%X(orb)(1:os%sphere%np,idim_orb,im),&
150 …call lalg_axpy(os%sphere%mesh%np, weight(idim,im), os%eorb_mesh(1:os%sphere%mesh%np,im,idim_orb,ik…
159 call submesh_add_to_mesh(os%sphere, os%eorb_submesh(1:os%sphere%np,idim_orb,im,ik), &
171 … call lalg_axpy(os%sphere%mesh%np, weight(idim,im), os%X(orb)(1:os%sphere%mesh%np,idim_orb,im), &
174 call submesh_add_to_mesh(os%sphere, os%X(orb)(1:os%sphere%np,idim_orb, im), &
229 … call submesh_add_to_mesh(os%sphere, os%eorb_submesh(1:os%sphere%np, idim_orb, iorb, psib%ik), &
241 …call lalg_axpy(os%sphere%mesh%np, weight(iorb,bind), os%X(orb)(1:os%sphere%mesh%np,idim_orb,iorb),…
[all …]
/dports/multimedia/ffmpeg/ffmpeg-4.4.1/libavformat/
H A Doggdec.c268 memset(os, 0, sizeof(*os)); in ogg_new_stream()
482 os->sync_pos = os->page_pos; in ogg_read_page()
523 idx, os->pstart, os->psize, os->segp, os->nsegs); in ogg_packet()
527 os->codec = ogg_find_codec(os->buf, os->bufpos); in ogg_packet()
541 while (os->segp < os->nsegs) { in ogg_packet()
599 os->pstart += os->psize; in ogg_packet()
619 os->pstart += os->psize; in ogg_packet()
621 if(os->pstart == os->bufpos) in ogg_packet()
623 os->sync_pos = os->page_pos; in ogg_packet()
635 if (os->segp == os->nsegs) in ogg_packet()
[all …]
/dports/multimedia/handbrake/ffmpeg-4.4/libavformat/
H A Doggdec.c268 memset(os, 0, sizeof(*os)); in ogg_new_stream()
482 os->sync_pos = os->page_pos; in ogg_read_page()
523 idx, os->pstart, os->psize, os->segp, os->nsegs); in ogg_packet()
527 os->codec = ogg_find_codec(os->buf, os->bufpos); in ogg_packet()
541 while (os->segp < os->nsegs) { in ogg_packet()
599 os->pstart += os->psize; in ogg_packet()
619 os->pstart += os->psize; in ogg_packet()
621 if(os->pstart == os->bufpos) in ogg_packet()
623 os->sync_pos = os->page_pos; in ogg_packet()
635 if (os->segp == os->nsegs) in ogg_packet()
[all …]
/dports/science/InsightToolkit/ITK-5.0.1/Modules/ThirdParty/GDCM/src/gdcm/Source/DataStructureAndEncodingDefinition/
H A DgdcmByteValue.cxx73 else os << c; in PrintASCII()
80 os << std::hex; in PrintHex()
90 os << std::dec; in PrintHex()
209 os << "."; in PrintPNXML()
213 os << "&lt;"; in PrintPNXML()
215 os << "&gt;"; in PrintPNXML()
221 os << c; in PrintPNXML()
290 os << "&lt;"; in PrintASCIIXML()
298 os << c; in PrintASCIIXML()
309 os << std::hex; in PrintHexXML()
[all …]
/dports/devel/gdcm/gdcm-3.0.10/Source/DataStructureAndEncodingDefinition/
H A DgdcmByteValue.cxx73 else os << c; in PrintASCII()
80 os << std::hex; in PrintHex()
90 os << std::dec; in PrintHex()
209 os << "."; in PrintPNXML()
213 os << "&lt;"; in PrintPNXML()
215 os << "&gt;"; in PrintPNXML()
221 os << c; in PrintPNXML()
290 os << "&lt;"; in PrintASCIIXML()
298 os << c; in PrintASCIIXML()
309 os << std::hex; in PrintHexXML()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/boringssl/src/third_party/googletest/src/
H A Dgtest-printers.cc73 *os << ' '; in PrintByteSegmentInObjectTo()
75 *os << '-'; in PrintByteSegmentInObjectTo()
78 *os << text; in PrintByteSegmentInObjectTo()
97 *os << " ... "; in PrintBytesInObjectToImpl()
102 *os << ">"; in PrintBytesInObjectToImpl()
149 *os << "\\0"; in PrintAsCharLiteralTo()
152 *os << "\\'"; in PrintAsCharLiteralTo()
198 *os << "'"; in PrintAsStringLiteralTo()
224 *os << "'"; in PrintCharAndCodeTo()
241 *os << ")"; in PrintCharAndCodeTo()
[all …]
/dports/devel/string_theory/string_theory-3.4/test/gtest-1.10.0/src/
H A Dgtest-printers.cc73 *os << ' '; in PrintByteSegmentInObjectTo()
75 *os << '-'; in PrintByteSegmentInObjectTo()
78 *os << text; in PrintByteSegmentInObjectTo()
97 *os << " ... "; in PrintBytesInObjectToImpl()
102 *os << ">"; in PrintBytesInObjectToImpl()
150 *os << "\\0"; in PrintAsCharLiteralTo()
153 *os << "\\'"; in PrintAsCharLiteralTo()
199 *os << "'"; in PrintAsStringLiteralTo()
225 *os << "'"; in PrintCharAndCodeTo()
242 *os << ")"; in PrintCharAndCodeTo()
[all …]
/dports/math/pdal/PDAL-2.3.0/vendor/gtest/src/
H A Dgtest-printers.cc73 *os << ' '; in PrintByteSegmentInObjectTo()
75 *os << '-'; in PrintByteSegmentInObjectTo()
78 *os << text; in PrintByteSegmentInObjectTo()
97 *os << " ... "; in PrintBytesInObjectToImpl()
102 *os << ">"; in PrintBytesInObjectToImpl()
150 *os << "\\0"; in PrintAsCharLiteralTo()
153 *os << "\\'"; in PrintAsCharLiteralTo()
199 *os << "'"; in PrintAsStringLiteralTo()
225 *os << "'"; in PrintCharAndCodeTo()
242 *os << ")"; in PrintCharAndCodeTo()
[all …]
/dports/www/firefox-esr/firefox-91.8.0/security/nss/gtests/google_test/gtest/src/
H A Dgtest-printers.cc72 *os << ' '; in PrintByteSegmentInObjectTo()
74 *os << '-'; in PrintByteSegmentInObjectTo()
77 *os << text; in PrintByteSegmentInObjectTo()
96 *os << " ... "; in PrintBytesInObjectToImpl()
101 *os << ">"; in PrintBytesInObjectToImpl()
143 *os << "\\0"; in PrintAsCharLiteralTo()
146 *os << "\\'"; in PrintAsCharLiteralTo()
192 *os << "'"; in PrintAsStringLiteralTo()
218 *os << "'"; in PrintCharAndCodeTo()
234 *os << ")"; in PrintCharAndCodeTo()
[all …]
/dports/games/fs2open/fs2open.github.com-release_21_4_1/test/gtest/src/
H A Dgtest-printers.cc73 *os << ' '; in PrintByteSegmentInObjectTo()
75 *os << '-'; in PrintByteSegmentInObjectTo()
78 *os << text; in PrintByteSegmentInObjectTo()
97 *os << " ... "; in PrintBytesInObjectToImpl()
102 *os << ">"; in PrintBytesInObjectToImpl()
150 *os << "\\0"; in PrintAsCharLiteralTo()
153 *os << "\\'"; in PrintAsCharLiteralTo()
199 *os << "'"; in PrintAsStringLiteralTo()
225 *os << "'"; in PrintCharAndCodeTo()
242 *os << ")"; in PrintCharAndCodeTo()
[all …]
/dports/graphics/blender/blender-2.91.0/extern/gtest/src/
H A Dgtest-printers.cc73 *os << ' '; in PrintByteSegmentInObjectTo()
75 *os << '-'; in PrintByteSegmentInObjectTo()
78 *os << text; in PrintByteSegmentInObjectTo()
97 *os << " ... "; in PrintBytesInObjectToImpl()
102 *os << ">"; in PrintBytesInObjectToImpl()
150 *os << "\\0"; in PrintAsCharLiteralTo()
153 *os << "\\'"; in PrintAsCharLiteralTo()
199 *os << "'"; in PrintAsStringLiteralTo()
225 *os << "'"; in PrintCharAndCodeTo()
242 *os << ")"; in PrintCharAndCodeTo()
[all …]
/dports/archivers/lazperf/laz-perf-2.0.0/cpp/test/gtest/gtest-1.10.0/src/
H A Dgtest-printers.cc73 *os << ' '; in PrintByteSegmentInObjectTo()
75 *os << '-'; in PrintByteSegmentInObjectTo()
78 *os << text; in PrintByteSegmentInObjectTo()
97 *os << " ... "; in PrintBytesInObjectToImpl()
102 *os << ">"; in PrintBytesInObjectToImpl()
150 *os << "\\0"; in PrintAsCharLiteralTo()
153 *os << "\\'"; in PrintAsCharLiteralTo()
199 *os << "'"; in PrintAsStringLiteralTo()
225 *os << "'"; in PrintCharAndCodeTo()
242 *os << ")"; in PrintCharAndCodeTo()
[all …]
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/utils/unittest/googletest/src/
H A Dgtest-printers.cc73 *os << ' '; in PrintByteSegmentInObjectTo()
75 *os << '-'; in PrintByteSegmentInObjectTo()
78 *os << text; in PrintByteSegmentInObjectTo()
97 *os << " ... "; in PrintBytesInObjectToImpl()
102 *os << ">"; in PrintBytesInObjectToImpl()
150 *os << "\\0"; in PrintAsCharLiteralTo()
153 *os << "\\'"; in PrintAsCharLiteralTo()
199 *os << "'"; in PrintAsStringLiteralTo()
225 *os << "'"; in PrintCharAndCodeTo()
242 *os << ")"; in PrintCharAndCodeTo()
[all …]
/dports/science/axom/axom-0.6.1/src/cmake/blt/thirdparty_builtin/googletest-master-2020-01-07/googletest/src/
H A Dgtest-printers.cc73 *os << ' '; in PrintByteSegmentInObjectTo()
75 *os << '-'; in PrintByteSegmentInObjectTo()
78 *os << text; in PrintByteSegmentInObjectTo()
97 *os << " ... "; in PrintBytesInObjectToImpl()
102 *os << ">"; in PrintBytesInObjectToImpl()
150 *os << "\\0"; in PrintAsCharLiteralTo()
153 *os << "\\'"; in PrintAsCharLiteralTo()
199 *os << "'"; in PrintAsStringLiteralTo()
225 *os << "'"; in PrintCharAndCodeTo()
242 *os << ")"; in PrintCharAndCodeTo()
[all …]
/dports/science/ascent/ascent-0.7.1-66-gbcf2742a/src/blt/thirdparty_builtin/googletest-master-2020-01-07/googletest/src/
H A Dgtest-printers.cc73 *os << ' '; in PrintByteSegmentInObjectTo()
75 *os << '-'; in PrintByteSegmentInObjectTo()
78 *os << text; in PrintByteSegmentInObjectTo()
97 *os << " ... "; in PrintBytesInObjectToImpl()
102 *os << ">"; in PrintBytesInObjectToImpl()
150 *os << "\\0"; in PrintAsCharLiteralTo()
153 *os << "\\'"; in PrintAsCharLiteralTo()
199 *os << "'"; in PrintAsStringLiteralTo()
225 *os << "'"; in PrintCharAndCodeTo()
242 *os << ")"; in PrintCharAndCodeTo()
[all …]
/dports/net-im/tg_owt/tg_owt-d578c76/src/third_party/libvpx/source/libvpx/third_party/googletest/src/src/
H A Dgtest-printers.cc73 *os << ' '; in PrintByteSegmentInObjectTo()
75 *os << '-'; in PrintByteSegmentInObjectTo()
78 *os << text; in PrintByteSegmentInObjectTo()
97 *os << " ... "; in PrintBytesInObjectToImpl()
102 *os << ">"; in PrintBytesInObjectToImpl()
150 *os << "\\0"; in PrintAsCharLiteralTo()
153 *os << "\\'"; in PrintAsCharLiteralTo()
199 *os << "'"; in PrintAsStringLiteralTo()
225 *os << "'"; in PrintCharAndCodeTo()
242 *os << ")"; in PrintCharAndCodeTo()
[all …]
/dports/multimedia/libvpx/libvpx-1.11.0/third_party/googletest/src/src/
H A Dgtest-printers.cc73 *os << ' '; in PrintByteSegmentInObjectTo()
75 *os << '-'; in PrintByteSegmentInObjectTo()
78 *os << text; in PrintByteSegmentInObjectTo()
97 *os << " ... "; in PrintBytesInObjectToImpl()
102 *os << ">"; in PrintBytesInObjectToImpl()
150 *os << "\\0"; in PrintAsCharLiteralTo()
153 *os << "\\'"; in PrintAsCharLiteralTo()
199 *os << "'"; in PrintAsStringLiteralTo()
225 *os << "'"; in PrintCharAndCodeTo()
242 *os << ")"; in PrintCharAndCodeTo()
[all …]
/dports/graphics/libosmesa-gallium/mesa-21.3.6/src/gtest/src/
H A Dgtest-printers.cc73 *os << ' '; in PrintByteSegmentInObjectTo()
75 *os << '-'; in PrintByteSegmentInObjectTo()
78 *os << text; in PrintByteSegmentInObjectTo()
97 *os << " ... "; in PrintBytesInObjectToImpl()
102 *os << ">"; in PrintBytesInObjectToImpl()
150 *os << "\\0"; in PrintAsCharLiteralTo()
153 *os << "\\'"; in PrintAsCharLiteralTo()
199 *os << "'"; in PrintAsStringLiteralTo()
225 *os << "'"; in PrintCharAndCodeTo()
242 *os << ")"; in PrintCharAndCodeTo()
[all …]
/dports/comms/openzwave-devel/open-zwave-14f2ba74/cpp/test/src/
H A Dgtest-printers.cc73 *os << ' '; in PrintByteSegmentInObjectTo()
75 *os << '-'; in PrintByteSegmentInObjectTo()
78 *os << text; in PrintByteSegmentInObjectTo()
97 *os << " ... "; in PrintBytesInObjectToImpl()
102 *os << ">"; in PrintBytesInObjectToImpl()
150 *os << "\\0"; in PrintAsCharLiteralTo()
153 *os << "\\'"; in PrintAsCharLiteralTo()
199 *os << "'"; in PrintAsStringLiteralTo()
225 *os << "'"; in PrintCharAndCodeTo()
242 *os << ")"; in PrintCharAndCodeTo()
[all …]
/dports/misc/quantum++/qpp-3.0/unit_tests/lib/googletest/googletest-release-1.10.0/googletest/src/
H A Dgtest-printers.cc73 *os << ' '; in PrintByteSegmentInObjectTo()
75 *os << '-'; in PrintByteSegmentInObjectTo()
78 *os << text; in PrintByteSegmentInObjectTo()
97 *os << " ... "; in PrintBytesInObjectToImpl()
102 *os << ">"; in PrintBytesInObjectToImpl()
150 *os << "\\0"; in PrintAsCharLiteralTo()
153 *os << "\\'"; in PrintAsCharLiteralTo()
199 *os << "'"; in PrintAsStringLiteralTo()
225 *os << "'"; in PrintCharAndCodeTo()
242 *os << ")"; in PrintCharAndCodeTo()
[all …]
/dports/devel/upp/upp/bazaar/plugin/gtest/
H A Dgtest-printers.cc73 *os << ' '; in PrintByteSegmentInObjectTo()
75 *os << '-'; in PrintByteSegmentInObjectTo()
78 *os << text; in PrintByteSegmentInObjectTo()
97 *os << " ... "; in PrintBytesInObjectToImpl()
102 *os << ">"; in PrintBytesInObjectToImpl()
150 *os << "\\0"; in PrintAsCharLiteralTo()
153 *os << "\\'"; in PrintAsCharLiteralTo()
199 *os << "'"; in PrintAsStringLiteralTo()
225 *os << "'"; in PrintCharAndCodeTo()
242 *os << ")"; in PrintCharAndCodeTo()
[all …]
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/llvm/utils/unittest/googletest/src/
H A Dgtest-printers.cc73 *os << ' '; in PrintByteSegmentInObjectTo()
75 *os << '-'; in PrintByteSegmentInObjectTo()
78 *os << text; in PrintByteSegmentInObjectTo()
97 *os << " ... "; in PrintBytesInObjectToImpl()
102 *os << ">"; in PrintBytesInObjectToImpl()
150 *os << "\\0"; in PrintAsCharLiteralTo()
153 *os << "\\'"; in PrintAsCharLiteralTo()
199 *os << "'"; in PrintAsStringLiteralTo()
225 *os << "'"; in PrintCharAndCodeTo()
242 *os << ")"; in PrintCharAndCodeTo()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/googletest/src/googletest/src/
H A Dgtest-printers.cc73 *os << ' '; in PrintByteSegmentInObjectTo()
75 *os << '-'; in PrintByteSegmentInObjectTo()
78 *os << text; in PrintByteSegmentInObjectTo()
97 *os << " ... "; in PrintBytesInObjectToImpl()
102 *os << ">"; in PrintBytesInObjectToImpl()
150 *os << "\\0"; in PrintAsCharLiteralTo()
153 *os << "\\'"; in PrintAsCharLiteralTo()
199 *os << "'"; in PrintAsStringLiteralTo()
225 *os << "'"; in PrintCharAndCodeTo()
242 *os << ")"; in PrintCharAndCodeTo()
[all …]

1...<<11121314151617181920>>...5173