Home
last modified time | relevance | path

Searched refs:os (Results 501 – 525 of 143381) sorted by relevance

1...<<21222324252627282930>>...5736

/dports/www/chromium-legacy/chromium-88.0.4324.182/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()
146 *os << "\\0"; in PrintAsCharLiteralTo()
149 *os << "\\'"; in PrintAsCharLiteralTo()
195 *os << "'"; in PrintAsStringLiteralTo()
221 *os << "'"; in PrintCharAndCodeTo()
238 *os << ")"; in PrintCharAndCodeTo()
[all …]
/dports/math/stanmath/math-4.2.0/lib/benchmark_1.5.1/googletest/googletest/src/
H A Dgtest-printers.cc74 *os << ' '; in PrintByteSegmentInObjectTo()
76 *os << '-'; in PrintByteSegmentInObjectTo()
79 *os << text; in PrintByteSegmentInObjectTo()
98 *os << " ... "; in PrintBytesInObjectToImpl()
103 *os << ">"; in PrintBytesInObjectToImpl()
147 *os << "\\0"; in PrintAsCharLiteralTo()
150 *os << "\\'"; in PrintAsCharLiteralTo()
196 *os << "'"; in PrintAsStringLiteralTo()
222 *os << "'"; in PrintCharAndCodeTo()
239 *os << ")"; in PrintCharAndCodeTo()
[all …]
/dports/devel/py-grpcio/grpcio-1.43.0/third_party/boringssl-with-bazel/src/third_party/googletest/src/
H A Dgtest-printers.cc74 *os << ' '; in PrintByteSegmentInObjectTo()
76 *os << '-'; in PrintByteSegmentInObjectTo()
79 *os << text; in PrintByteSegmentInObjectTo()
98 *os << " ... "; in PrintBytesInObjectToImpl()
103 *os << ">"; in PrintBytesInObjectToImpl()
147 *os << "\\0"; in PrintAsCharLiteralTo()
150 *os << "\\'"; in PrintAsCharLiteralTo()
196 *os << "'"; in PrintAsStringLiteralTo()
222 *os << "'"; in PrintCharAndCodeTo()
239 *os << ")"; in PrintCharAndCodeTo()
[all …]
/dports/games/liblcf/liblcf-0.7.0/src/generated/
H A Drpg_terrain.cpp22 os << "]"; in operator <<()
23 return os; in operator <<()
27 os << "Terrain{"; in operator <<()
28 os << "name="<< obj.name; in operator <<()
29 os << ", damage="<< obj.damage; in operator <<()
32 os << ", boat_pass="<< obj.boat_pass; in operator <<()
33 os << ", ship_pass="<< obj.ship_pass; in operator <<()
36 os << ", bush_depth="<< obj.bush_depth; in operator <<()
37 os << ", footstep="<< obj.footstep; in operator <<()
60 os << "}"; in operator <<()
[all …]
/dports/net/mpich2/mpich2-1.5/src/pm/mpd/test/
H A Dtest2.py24 import os,socket
45 import os,socket
74 import os,socket
94 import os,socket
109 import os,socket
124 import os,socket
145 import os,socket
171 import os,socket
191 import os,socket
210 import os,socket
[all …]
/dports/multimedia/gstreamer1-libav/gst-libav-1.16.2/gst-libs/ext/libav/libavformat/
H A Dhdsenc.c95 os->extra_packet_sizes[os->nb_extra_packets] = size; in parse_header()
97 if (!os->extra_packets[os->nb_extra_packets]) in parse_header()
105 os->metadata = av_malloc(os->metadata_size); in parse_header()
108 memcpy(os->metadata, buf + 11, os->metadata_size); in parse_header()
145 if (os->ctx && os->ctx_inited) in hds_free()
300 avio_write(os->out, os->extra_packets[i], os->extra_packet_sizes[i]); in init_file()
441 if (os->nb_fragments >= os->fragments_size) { in add_fragment()
443 os->fragments_size = (os->fragments_size + 1) * 2; in add_fragment()
458 os->fragments[os->nb_fragments++] = frag; in add_fragment()
483 add_fragment(os, target_filename, os->frag_start_ts, end_ts - os->frag_start_ts); in hds_flush()
[all …]
/dports/misc/mxnet/incubator-mxnet-1.9.0/python/mxnet/
H A Dlibinfo.py20 import os
41 os.environ['PATH'] = os.environ['PATH'] + ';' + os.path.dirname(lib_from_env)
46 curr_path = os.path.dirname(os.path.abspath(os.path.expanduser(__file__)))
50 if os.name == 'nt':
59 elif os.name == "posix" and os.environ.get('LD_LIBRARY_PATH', None):
61 if os.name == 'nt':
62 os.environ['PATH'] = os.path.dirname(__file__) + ';' + os.environ['PATH']
74 if os.name == 'nt':
75 os.environ['PATH'] = os.environ['PATH'] + ';' + os.path.dirname(lib_path[0])
97 curr_path = os.path.dirname(os.path.abspath(os.path.expanduser(__file__)))
[all …]
/dports/misc/py-mxnet/incubator-mxnet-1.9.0/python/mxnet/
H A Dlibinfo.py20 import os
41 os.environ['PATH'] = os.environ['PATH'] + ';' + os.path.dirname(lib_from_env)
46 curr_path = os.path.dirname(os.path.abspath(os.path.expanduser(__file__)))
50 if os.name == 'nt':
59 elif os.name == "posix" and os.environ.get('LD_LIBRARY_PATH', None):
61 if os.name == 'nt':
62 os.environ['PATH'] = os.path.dirname(__file__) + ';' + os.environ['PATH']
74 if os.name == 'nt':
75 os.environ['PATH'] = os.environ['PATH'] + ';' + os.path.dirname(lib_path[0])
97 curr_path = os.path.dirname(os.path.abspath(os.path.expanduser(__file__)))
[all …]
/dports/databases/py-sqlite3/Python-3.8.12/Lib/test/
H A Dtest_os.py16 import os
158 f = os.open(support.TESTFN, os.O_CREAT|os.O_RDWR)
163 first = os.open(support.TESTFN, os.O_CREAT|os.O_RDWR)
222 fd = os.open(support.TESTFN, os.O_CREAT | os.O_WRONLY)
257 fd = os.open(support.TESTFN, os.O_CREAT|os.O_RDWR)
2096 os.chdir(os.sep)
2491 os.symlink(os.fsencode(src), os.fsencode(dest))
2908 base = os.getpriority(os.PRIO_PROCESS, os.getpid())
2909 os.setpriority(os.PRIO_PROCESS, os.getpid(), base + 1)
2911 new_prio = os.getpriority(os.PRIO_PROCESS, os.getpid())
[all …]
/dports/databases/py-gdbm/Python-3.8.12/Lib/test/
H A Dtest_os.py16 import os
158 f = os.open(support.TESTFN, os.O_CREAT|os.O_RDWR)
163 first = os.open(support.TESTFN, os.O_CREAT|os.O_RDWR)
222 fd = os.open(support.TESTFN, os.O_CREAT | os.O_WRONLY)
257 fd = os.open(support.TESTFN, os.O_CREAT|os.O_RDWR)
2096 os.chdir(os.sep)
2491 os.symlink(os.fsencode(src), os.fsencode(dest))
2908 base = os.getpriority(os.PRIO_PROCESS, os.getpid())
2909 os.setpriority(os.PRIO_PROCESS, os.getpid(), base + 1)
2911 new_prio = os.getpriority(os.PRIO_PROCESS, os.getpid())
[all …]
/dports/lang/python-tools/Python-3.8.12/Lib/test/
H A Dtest_os.py16 import os
158 f = os.open(support.TESTFN, os.O_CREAT|os.O_RDWR)
163 first = os.open(support.TESTFN, os.O_CREAT|os.O_RDWR)
222 fd = os.open(support.TESTFN, os.O_CREAT | os.O_WRONLY)
257 fd = os.open(support.TESTFN, os.O_CREAT|os.O_RDWR)
2096 os.chdir(os.sep)
2491 os.symlink(os.fsencode(src), os.fsencode(dest))
2908 base = os.getpriority(os.PRIO_PROCESS, os.getpid())
2909 os.setpriority(os.PRIO_PROCESS, os.getpid(), base + 1)
2911 new_prio = os.getpriority(os.PRIO_PROCESS, os.getpid())
[all …]
/dports/lang/python38/Python-3.8.12/Lib/test/
H A Dtest_os.py16 import os
158 f = os.open(support.TESTFN, os.O_CREAT|os.O_RDWR)
163 first = os.open(support.TESTFN, os.O_CREAT|os.O_RDWR)
222 fd = os.open(support.TESTFN, os.O_CREAT | os.O_WRONLY)
257 fd = os.open(support.TESTFN, os.O_CREAT|os.O_RDWR)
2096 os.chdir(os.sep)
2491 os.symlink(os.fsencode(src), os.fsencode(dest))
2908 base = os.getpriority(os.PRIO_PROCESS, os.getpid())
2909 os.setpriority(os.PRIO_PROCESS, os.getpid(), base + 1)
2911 new_prio = os.getpriority(os.PRIO_PROCESS, os.getpid())
[all …]
/dports/x11-toolkits/py-tkinter/Python-3.8.12/Lib/test/
H A Dtest_os.py16 import os
158 f = os.open(support.TESTFN, os.O_CREAT|os.O_RDWR)
163 first = os.open(support.TESTFN, os.O_CREAT|os.O_RDWR)
222 fd = os.open(support.TESTFN, os.O_CREAT | os.O_WRONLY)
257 fd = os.open(support.TESTFN, os.O_CREAT|os.O_RDWR)
2096 os.chdir(os.sep)
2491 os.symlink(os.fsencode(src), os.fsencode(dest))
2908 base = os.getpriority(os.PRIO_PROCESS, os.getpid())
2909 os.setpriority(os.PRIO_PROCESS, os.getpid(), base + 1)
2911 new_prio = os.getpriority(os.PRIO_PROCESS, os.getpid())
[all …]
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/lld/wasm/
H A DWriterUtils.cpp89 encodeULEB128(number, os);
94 encodeSLEB128(number, os);
100 os.write(bytes, count);
104 debugWrite(os.tell(),
106 encodeULEB128(string.size(), os);
112 os << byte;
144 writeSleb128(os, number, msg);
149 writeSleb128(os, number, msg);
211 writeTagType(os, tag.Type);
216 writeLimits(os, type.Limits);
[all …]
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/mlir/tools/mlir-tblgen/
H A DOpDocGen.cpp55 os << "\n"; in emitIfNotEmpty()
88 os << "```\n\n"; in emitAssemblyFormat()
100 os); in emitOpDoc()
145 os << "\n"; in emitOpDoc()
163 os << "\n"; in emitTypeDoc()
186 os << ","; in emitAttrOrTypeDefAssemblyFormat()
189 os << ">\n```\n"; in emitAttrOrTypeDefAssemblyFormat()
206 os << "\n"; in emitAttrOrTypeDefDoc()
224 os << "\n"; in emitAttrOrTypeDefDoc()
254 os << "[TOC]\n\n"; in emitDialectDoc()
[all …]
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/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()
211 writeTagType(os, tag.Type); in writeTag()
216 writeLimits(os, type.Limits); in writeTableType()
[all …]
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/mlir/tools/mlir-tblgen/
H A DOpDocGen.cpp54 os << "\n"; in emitIfNotEmpty()
87 os << "```\n\n"; in emitAssemblyFormat()
99 os); in emitOpDoc()
144 os << "\n"; in emitOpDoc()
162 os << "\n"; in emitTypeDoc()
185 os << ","; in emitAttrOrTypeDefAssemblyFormat()
188 os << ">\n```\n"; in emitAttrOrTypeDefAssemblyFormat()
205 os << "\n"; in emitAttrOrTypeDefDoc()
223 os << "\n"; in emitAttrOrTypeDefDoc()
250 os << "[TOC]\n\n"; in emitDialectDoc()
[all …]
/dports/devel/wasi-compiler-rt13/llvm-project-13.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()
211 writeTagType(os, tag.Type); in writeTag()
216 writeLimits(os, type.Limits); in writeTableType()
[all …]
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/mlir/tools/mlir-tblgen/
H A DOpDocGen.cpp54 os << "\n"; in emitIfNotEmpty()
87 os << "```\n\n"; in emitAssemblyFormat()
99 os); in emitOpDoc()
144 os << "\n"; in emitOpDoc()
162 os << "\n"; in emitTypeDoc()
185 os << ","; in emitAttrOrTypeDefAssemblyFormat()
188 os << ">\n```\n"; in emitAttrOrTypeDefAssemblyFormat()
205 os << "\n"; in emitAttrOrTypeDefDoc()
223 os << "\n"; in emitAttrOrTypeDefDoc()
250 os << "[TOC]\n\n"; in emitDialectDoc()
[all …]
/dports/devel/llvm13/llvm-project-13.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()
211 writeTagType(os, tag.Type); in writeTag()
216 writeLimits(os, type.Limits); in writeTableType()
[all …]
/dports/devel/llvm13/llvm-project-13.0.1.src/mlir/tools/mlir-tblgen/
H A DOpDocGen.cpp54 os << "\n";
87 os << "```\n\n";
99 os);
144 os << "\n";
162 os << "\n";
185 os << ",";
188 os << ">\n```\n";
205 os << "\n";
223 os << "\n";
250 os << "[TOC]\n\n";
[all …]
/dports/multimedia/handbrake/ffmpeg-4.4/libavformat/
H A Dhdsenc.c95 os->extra_packet_sizes[os->nb_extra_packets] = size; in parse_header()
97 if (!os->extra_packets[os->nb_extra_packets]) in parse_header()
105 os->metadata = av_malloc(os->metadata_size); in parse_header()
108 memcpy(os->metadata, buf + 11, os->metadata_size); in parse_header()
145 if (os->ctx && os->ctx_inited) in hds_free()
299 avio_write(os->out, os->extra_packets[i], os->extra_packet_sizes[i]); in init_file()
429 if (os->nb_fragments >= os->fragments_size) { in add_fragment()
431 os->fragments_size = (os->fragments_size + 1) * 2; in add_fragment()
446 os->fragments[os->nb_fragments++] = frag; in add_fragment()
471 add_fragment(os, target_filename, os->frag_start_ts, end_ts - os->frag_start_ts); in hds_flush()
[all …]
/dports/misc/adios2/ADIOS2-2.7.1/thirdparty/GTest/googletest/googletest/include/gtest/
H A Dgtest-printers.h136 *os << '{'; in PrintValue()
146 *os << ' '; in PrintValue()
154 *os << ' '; in PrintValue()
156 *os << '}'; in PrintValue()
190 *os << p; in PrintValue()
592 *os << "(";
594 *os << ")";
600 *os << '(';
604 *os << ", ";
606 *os << ')';
[all …]
/dports/multimedia/ffmpeg/ffmpeg-4.4.1/libavformat/
H A Dhdsenc.c95 os->extra_packet_sizes[os->nb_extra_packets] = size; in parse_header()
97 if (!os->extra_packets[os->nb_extra_packets]) in parse_header()
105 os->metadata = av_malloc(os->metadata_size); in parse_header()
108 memcpy(os->metadata, buf + 11, os->metadata_size); in parse_header()
145 if (os->ctx && os->ctx_inited) in hds_free()
299 avio_write(os->out, os->extra_packets[i], os->extra_packet_sizes[i]); in init_file()
429 if (os->nb_fragments >= os->fragments_size) { in add_fragment()
431 os->fragments_size = (os->fragments_size + 1) * 2; in add_fragment()
446 os->fragments[os->nb_fragments++] = frag; in add_fragment()
471 add_fragment(os, target_filename, os->frag_start_ts, end_ts - os->frag_start_ts); in hds_flush()
[all …]
/dports/cad/librepcb/librepcb-0.1.6/libs/googletest/googletest/include/gtest/
H A Dgtest-printers.h132 *os << '{'; in PrintValue()
142 *os << ' '; in PrintValue()
150 *os << ' '; in PrintValue()
152 *os << '}'; in PrintValue()
186 *os << p; in PrintValue()
588 *os << "(";
590 *os << ")";
596 *os << '(';
600 *os << ", ";
602 *os << ')';
[all …]

1...<<21222324252627282930>>...5736