Home
last modified time | relevance | path

Searched refs:os (Results 1 – 25 of 7805) sorted by relevance

12345678910>>...313

/external/crosvm/x86_64/src/
Dmsr_index.rs11 pub const MSR_EFER: ::std::os::raw::c_uint = 0xc0000080;
12 pub const MSR_STAR: ::std::os::raw::c_uint = 0xc0000081;
13 pub const MSR_LSTAR: ::std::os::raw::c_uint = 0xc0000082;
14 pub const MSR_CSTAR: ::std::os::raw::c_uint = 0xc0000083;
15 pub const MSR_SYSCALL_MASK: ::std::os::raw::c_uint = 0xc0000084;
16 pub const MSR_FS_BASE: ::std::os::raw::c_uint = 0xc0000100;
17 pub const MSR_GS_BASE: ::std::os::raw::c_uint = 0xc0000101;
18 pub const MSR_KERNEL_GS_BASE: ::std::os::raw::c_uint = 0xc0000102;
19 pub const MSR_TSC_AUX: ::std::os::raw::c_uint = 0xc0000103;
20 pub const _EFER_SCE: ::std::os::raw::c_uint = 0x00000000;
[all …]
/external/openscreen/platform/base/
Derror.cc47 std::ostream& operator<<(std::ostream& os, const Error::Code& code) { in operator <<() argument
49 return os << "Success"; in operator <<()
51 os << "Failure: "; in operator <<()
54 return os << "Transient"; in operator <<()
56 return os << "CborParsing"; in operator <<()
58 return os << "CborEncoding"; in operator <<()
60 return os << "CborIncompleteMessage"; in operator <<()
62 return os << "CborInvalidMessage"; in operator <<()
64 return os << "CborInvalidResponseId"; in operator <<()
66 return os << "NoAvailableReceivers"; in operator <<()
[all …]
/external/llvm-project/libcxx/test/std/numerics/complex.number/complex.ops/
Dstream_output.pass.cpp27 std::ostringstream os; in main() local
28 os << c; in main()
29 assert(os.str() == "(1,2)"); in main()
51 std::ostringstream os; in main() local
52 os.width(width); in main()
53 os.fill('_'); in main()
54 os << c; in main()
55 assert(os.width() == 0); in main()
56 assert(os.str() == "(1,2)"); in main()
60 std::ostringstream os; in main() local
[all …]
/external/llvm-project/polly/lib/External/isl/interface/
Dcpp.cc50 static void osprintf(ostream &os, const char *format, va_list arguments) in osprintf() argument
61 os << string_pointer; in osprintf()
70 static void osprintf(ostream &os, const char *format, ...) in osprintf() argument
75 osprintf(os, format, arguments); in osprintf()
85 static void osprintf(ostream &os, int indent, const char *format, ...) in osprintf() argument
89 osprintf(os, "%*s", indent, " "); in osprintf()
91 osprintf(os, format, arguments); in osprintf()
116 ostream &os = cout; in generate() local
118 osprintf(os, "\n"); in generate()
119 osprintf(os, "namespace isl {\n\n"); in generate()
[all …]
/external/rust/crates/libsqlite3-sys/bindgen-bindings/
Dbindgen_3.6.23.rs217 pub static mut sqlite3_version: [::std::os::raw::c_char; 0usize];
220 pub fn sqlite3_libversion() -> *const ::std::os::raw::c_char; in sqlite3_libversion()
223 pub fn sqlite3_sourceid() -> *const ::std::os::raw::c_char; in sqlite3_sourceid()
226 pub fn sqlite3_libversion_number() -> ::std::os::raw::c_int; in sqlite3_libversion_number()
229 pub fn sqlite3_compileoption_used(zOptName: *const ::std::os::raw::c_char) in sqlite3_compileoption_used()
230 -> ::std::os::raw::c_int; in sqlite3_compileoption_used()
233 pub fn sqlite3_compileoption_get(N: ::std::os::raw::c_int) in sqlite3_compileoption_get()
234 -> *const ::std::os::raw::c_char; in sqlite3_compileoption_get()
237 pub fn sqlite3_threadsafe() -> ::std::os::raw::c_int; in sqlite3_threadsafe()
242 pub type sqlite_int64 = ::std::os::raw::c_longlong;
[all …]
Dbindgen_3.6.8.rs200 pub static mut sqlite3_version: [::std::os::raw::c_char; 0usize];
203 pub fn sqlite3_libversion() -> *const ::std::os::raw::c_char; in sqlite3_libversion()
206 pub fn sqlite3_libversion_number() -> ::std::os::raw::c_int; in sqlite3_libversion_number()
209 pub fn sqlite3_threadsafe() -> ::std::os::raw::c_int; in sqlite3_threadsafe()
214 pub type sqlite_int64 = ::std::os::raw::c_longlong;
215 pub type sqlite_uint64 = ::std::os::raw::c_ulonglong;
219 pub fn sqlite3_close(arg1: *mut sqlite3) -> ::std::os::raw::c_int; in sqlite3_close()
223 *mut ::std::os::raw::c_void,
224 arg2: ::std::os::raw::c_int,
226 *mut *mut ::std::os::raw::c_char,
[all …]
Dbindgen_3.7.16.rs293 pub static mut sqlite3_version: [::std::os::raw::c_char; 0usize];
296 pub fn sqlite3_libversion() -> *const ::std::os::raw::c_char; in sqlite3_libversion()
299 pub fn sqlite3_sourceid() -> *const ::std::os::raw::c_char; in sqlite3_sourceid()
302 pub fn sqlite3_libversion_number() -> ::std::os::raw::c_int; in sqlite3_libversion_number()
305 pub fn sqlite3_compileoption_used(zOptName: *const ::std::os::raw::c_char) in sqlite3_compileoption_used()
306 -> ::std::os::raw::c_int; in sqlite3_compileoption_used()
309 pub fn sqlite3_compileoption_get(N: ::std::os::raw::c_int) in sqlite3_compileoption_get()
310 -> *const ::std::os::raw::c_char; in sqlite3_compileoption_get()
313 pub fn sqlite3_threadsafe() -> ::std::os::raw::c_int; in sqlite3_threadsafe()
318 pub type sqlite_int64 = ::std::os::raw::c_longlong;
[all …]
Dbindgen_3.7.7.rs262 pub static mut sqlite3_version: [::std::os::raw::c_char; 0usize];
265 pub fn sqlite3_libversion() -> *const ::std::os::raw::c_char; in sqlite3_libversion()
268 pub fn sqlite3_sourceid() -> *const ::std::os::raw::c_char; in sqlite3_sourceid()
271 pub fn sqlite3_libversion_number() -> ::std::os::raw::c_int; in sqlite3_libversion_number()
274 pub fn sqlite3_compileoption_used(zOptName: *const ::std::os::raw::c_char) in sqlite3_compileoption_used()
275 -> ::std::os::raw::c_int; in sqlite3_compileoption_used()
278 pub fn sqlite3_compileoption_get(N: ::std::os::raw::c_int) in sqlite3_compileoption_get()
279 -> *const ::std::os::raw::c_char; in sqlite3_compileoption_get()
282 pub fn sqlite3_threadsafe() -> ::std::os::raw::c_int; in sqlite3_threadsafe()
287 pub type sqlite_int64 = ::std::os::raw::c_longlong;
[all …]
/external/crosvm/net_sys/src/
Dsockios.rs7 pub const FIOSETOWN: ::std::os::raw::c_uint = 35073;
8 pub const SIOCSPGRP: ::std::os::raw::c_uint = 35074;
9 pub const FIOGETOWN: ::std::os::raw::c_uint = 35075;
10 pub const SIOCGPGRP: ::std::os::raw::c_uint = 35076;
11 pub const SIOCATMARK: ::std::os::raw::c_uint = 35077;
12 pub const SIOCGSTAMP: ::std::os::raw::c_uint = 35078;
13 pub const SIOCGSTAMPNS: ::std::os::raw::c_uint = 35079;
14 pub const SOCK_IOC_TYPE: ::std::os::raw::c_uint = 137;
15 pub const SIOCADDRT: ::std::os::raw::c_uint = 35083;
16 pub const SIOCDELRT: ::std::os::raw::c_uint = 35084;
[all …]
Dif_tun.rs44 pub const __BITS_PER_LONG: ::std::os::raw::c_uint = 64;
45 pub const __FD_SETSIZE: ::std::os::raw::c_uint = 1024;
46 pub const ETH_ALEN: ::std::os::raw::c_uint = 6;
47 pub const ETH_HLEN: ::std::os::raw::c_uint = 14;
48 pub const ETH_ZLEN: ::std::os::raw::c_uint = 60;
49 pub const ETH_DATA_LEN: ::std::os::raw::c_uint = 1500;
50 pub const ETH_FRAME_LEN: ::std::os::raw::c_uint = 1514;
51 pub const ETH_FCS_LEN: ::std::os::raw::c_uint = 4;
52 pub const ETH_P_LOOP: ::std::os::raw::c_uint = 96;
53 pub const ETH_P_PUP: ::std::os::raw::c_uint = 512;
[all …]
/external/llvm-project/llvm/utils/unittest/googletest/src/
Dgtest-printers.cc64 size_t count, ostream* os) { in PrintByteSegmentInObjectTo() argument
72 *os << ' '; in PrintByteSegmentInObjectTo()
74 *os << '-'; in PrintByteSegmentInObjectTo()
77 *os << text; in PrintByteSegmentInObjectTo()
83 ostream* os) { in PrintBytesInObjectToImpl() argument
85 *os << count << "-byte object <"; in PrintBytesInObjectToImpl()
94 PrintByteSegmentInObjectTo(obj_bytes, 0, count, os); in PrintBytesInObjectToImpl()
96 PrintByteSegmentInObjectTo(obj_bytes, 0, kChunkSize, os); in PrintBytesInObjectToImpl()
97 *os << " ... "; in PrintBytesInObjectToImpl()
100 PrintByteSegmentInObjectTo(obj_bytes, resume_pos, count - resume_pos, os); in PrintBytesInObjectToImpl()
[all …]
/external/llvm/utils/unittest/googletest/src/
Dgtest-printers.cc68 size_t count, ostream* os) { in PrintByteSegmentInObjectTo() argument
76 *os << ' '; in PrintByteSegmentInObjectTo()
78 *os << '-'; in PrintByteSegmentInObjectTo()
81 *os << text; in PrintByteSegmentInObjectTo()
87 ostream* os) { in PrintBytesInObjectToImpl() argument
89 *os << count << "-byte object <"; in PrintBytesInObjectToImpl()
98 PrintByteSegmentInObjectTo(obj_bytes, 0, count, os); in PrintBytesInObjectToImpl()
100 PrintByteSegmentInObjectTo(obj_bytes, 0, kChunkSize, os); in PrintBytesInObjectToImpl()
101 *os << " ... "; in PrintBytesInObjectToImpl()
104 PrintByteSegmentInObjectTo(obj_bytes, resume_pos, count - resume_pos, os); in PrintBytesInObjectToImpl()
[all …]
/external/libwebm/webm_parser/demo/
Ddemo.cc23 std::ostream& PrintUnknownEnumValue(std::ostream& os, T value) { in PrintUnknownEnumValue() argument
24 return os << std::to_string(static_cast<std::uint64_t>(value)) << " (?)"; in PrintUnknownEnumValue()
28 std::ostream& operator<<(std::ostream& os, Id id) { in operator <<() argument
31 return os << "EBML"; in operator <<()
33 return os << "EBMLVersion"; in operator <<()
35 return os << "EBMLReadVersion"; in operator <<()
37 return os << "EBMLMaxIDLength"; in operator <<()
39 return os << "EBMLMaxSizeLength"; in operator <<()
41 return os << "DocType"; in operator <<()
43 return os << "DocTypeVersion"; in operator <<()
[all …]
/external/crosvm/io_uring/src/
Dbindings.rs48 pub const NR_OPEN: ::std::os::raw::c_uint = 1024;
49 pub const NGROUPS_MAX: ::std::os::raw::c_uint = 65536;
50 pub const ARG_MAX: ::std::os::raw::c_uint = 131072;
51 pub const LINK_MAX: ::std::os::raw::c_uint = 127;
52 pub const MAX_CANON: ::std::os::raw::c_uint = 255;
53 pub const MAX_INPUT: ::std::os::raw::c_uint = 255;
54 pub const NAME_MAX: ::std::os::raw::c_uint = 255;
55 pub const PATH_MAX: ::std::os::raw::c_uint = 4096;
56 pub const PIPE_BUF: ::std::os::raw::c_uint = 4096;
57 pub const XATTR_NAME_MAX: ::std::os::raw::c_uint = 255;
[all …]
/external/googletest/googletest/src/
Dgtest-printers.cc70 size_t count, ostream* os) { in PrintByteSegmentInObjectTo() argument
78 *os << ' '; in PrintByteSegmentInObjectTo()
80 *os << '-'; in PrintByteSegmentInObjectTo()
83 *os << text; in PrintByteSegmentInObjectTo()
89 ostream* os) { in PrintBytesInObjectToImpl() argument
91 *os << count << "-byte object <"; in PrintBytesInObjectToImpl()
99 PrintByteSegmentInObjectTo(obj_bytes, 0, count, os); in PrintBytesInObjectToImpl()
101 PrintByteSegmentInObjectTo(obj_bytes, 0, kChunkSize, os); in PrintBytesInObjectToImpl()
102 *os << " ... "; in PrintBytesInObjectToImpl()
105 PrintByteSegmentInObjectTo(obj_bytes, resume_pos, count - resume_pos, os); in PrintBytesInObjectToImpl()
[all …]
/external/llvm-project/mlir/tools/mlir-tblgen/
DSPIRVUtilsGen.cpp170 raw_ostream &os) { in emitInterfaceDef() argument
172 os << availability.getQueryFnRetType() << " " in emitInterfaceDef()
179 raw_ostream &os) { in emitInterfaceDefs() argument
180 llvm::emitSourceFileHeader("Availability Interface Definitions", os); in emitInterfaceDefs()
195 emitInterfaceDef(availability, os); in emitInterfaceDefs()
205 static void emitConceptDecl(const Availability &availability, raw_ostream &os) { in emitConceptDecl() argument
206 os << " class Concept {\n" in emitConceptDecl()
215 static void emitModelDecl(const Availability &availability, raw_ostream &os) { in emitModelDecl() argument
216 os << " template<typename ConcreteOp>\n"; in emitModelDecl()
217 os << " class Model : public Concept {\n" in emitModelDecl()
[all …]
DOpInterfacesGen.cpp31 static raw_ostream &emitCPPType(StringRef type, raw_ostream &os) { in emitCPPType() argument
33 os << type; in emitCPPType()
35 os << " "; in emitCPPType()
36 return os; in emitCPPType()
43 raw_ostream &os, StringRef valueType, in emitMethodNameAndArgs() argument
45 os << method.getName() << '('; in emitMethodNameAndArgs()
47 emitCPPType(valueType, os) in emitMethodNameAndArgs()
49 llvm::interleaveComma(method.getArguments(), os, in emitMethodNameAndArgs()
51 os << arg.type << " " << arg.name; in emitMethodNameAndArgs()
53 os << ')'; in emitMethodNameAndArgs()
[all …]
/external/angle/src/common/
DPackedGLEnums_autogen.cpp70 std::ostream &operator<<(std::ostream &os, AlphaTestFunc value) in operator <<() argument
75 os << "GL_ALWAYS"; in operator <<()
78 os << "GL_EQUAL"; in operator <<()
81 os << "GL_GEQUAL"; in operator <<()
84 os << "GL_GREATER"; in operator <<()
87 os << "GL_LEQUAL"; in operator <<()
90 os << "GL_LESS"; in operator <<()
93 os << "GL_NEVER"; in operator <<()
96 os << "GL_NOTEQUAL"; in operator <<()
99 os << "GL_INVALID_ENUM"; in operator <<()
[all …]
DPackedCLEnums_autogen.cpp58 std::ostream &operator<<(std::ostream &os, AddressingMode value) in operator <<() argument
63 os << "CL_ADDRESS_NONE"; in operator <<()
66 os << "CL_ADDRESS_CLAMP_TO_EDGE"; in operator <<()
69 os << "CL_ADDRESS_CLAMP"; in operator <<()
72 os << "CL_ADDRESS_REPEAT"; in operator <<()
75 os << "CL_ADDRESS_MIRRORED_REPEAT"; in operator <<()
78 os << "GL_INVALID_ENUM"; in operator <<()
81 return os; in operator <<()
132 std::ostream &operator<<(std::ostream &os, CommandQueueInfo value) in operator <<() argument
137 os << "CL_QUEUE_CONTEXT"; in operator <<()
[all …]
/external/libvpx/libvpx/third_party/googletest/src/src/
Dgtest-printers.cc64 size_t count, ostream* os) { in PrintByteSegmentInObjectTo() argument
72 *os << ' '; in PrintByteSegmentInObjectTo()
74 *os << '-'; in PrintByteSegmentInObjectTo()
77 *os << text; in PrintByteSegmentInObjectTo()
83 ostream* os) { in PrintBytesInObjectToImpl() argument
85 *os << count << "-byte object <"; in PrintBytesInObjectToImpl()
94 PrintByteSegmentInObjectTo(obj_bytes, 0, count, os); in PrintBytesInObjectToImpl()
96 PrintByteSegmentInObjectTo(obj_bytes, 0, kChunkSize, os); in PrintBytesInObjectToImpl()
97 *os << " ... "; in PrintBytesInObjectToImpl()
100 PrintByteSegmentInObjectTo(obj_bytes, resume_pos, count - resume_pos, os); in PrintBytesInObjectToImpl()
[all …]
/external/llvm-project/lld/wasm/
DWriterUtils.cpp74 void writeUleb128(raw_ostream &os, uint64_t number, const Twine &msg) { in writeUleb128() argument
75 debugWrite(os.tell(), msg + "[" + utohexstr(number) + "]"); in writeUleb128()
76 encodeULEB128(number, os); in writeUleb128()
79 void writeSleb128(raw_ostream &os, int64_t number, const Twine &msg) { in writeSleb128() argument
80 debugWrite(os.tell(), msg + "[" + utohexstr(number) + "]"); in writeSleb128()
81 encodeSLEB128(number, os); in writeSleb128()
84 void writeBytes(raw_ostream &os, const char *bytes, size_t count, in writeBytes() argument
86 debugWrite(os.tell(), msg + " [data[" + Twine(count) + "]]"); in writeBytes()
87 os.write(bytes, count); in writeBytes()
90 void writeStr(raw_ostream &os, StringRef string, const Twine &msg) { in writeStr() argument
[all …]
/external/rust/crates/quiche/deps/boringssl/src/third_party/googletest/src/
Dgtest-printers.cc65 size_t count, ostream* os) { in PrintByteSegmentInObjectTo() argument
73 *os << ' '; in PrintByteSegmentInObjectTo()
75 *os << '-'; in PrintByteSegmentInObjectTo()
78 *os << text; in PrintByteSegmentInObjectTo()
84 ostream* os) { in PrintBytesInObjectToImpl() argument
86 *os << count << "-byte object <"; in PrintBytesInObjectToImpl()
94 PrintByteSegmentInObjectTo(obj_bytes, 0, count, os); in PrintBytesInObjectToImpl()
96 PrintByteSegmentInObjectTo(obj_bytes, 0, kChunkSize, os); in PrintBytesInObjectToImpl()
97 *os << " ... "; in PrintBytesInObjectToImpl()
100 PrintByteSegmentInObjectTo(obj_bytes, resume_pos, count - resume_pos, os); in PrintBytesInObjectToImpl()
[all …]
/external/mesa3d/src/gtest/src/
Dgtest-printers.cc65 size_t count, ostream* os) { in PrintByteSegmentInObjectTo() argument
73 *os << ' '; in PrintByteSegmentInObjectTo()
75 *os << '-'; in PrintByteSegmentInObjectTo()
78 *os << text; in PrintByteSegmentInObjectTo()
84 ostream* os) { in PrintBytesInObjectToImpl() argument
86 *os << count << "-byte object <"; in PrintBytesInObjectToImpl()
94 PrintByteSegmentInObjectTo(obj_bytes, 0, count, os); in PrintBytesInObjectToImpl()
96 PrintByteSegmentInObjectTo(obj_bytes, 0, kChunkSize, os); in PrintBytesInObjectToImpl()
97 *os << " ... "; in PrintBytesInObjectToImpl()
100 PrintByteSegmentInObjectTo(obj_bytes, resume_pos, count - resume_pos, os); in PrintBytesInObjectToImpl()
[all …]
/external/libaom/libaom/third_party/googletest/src/googletest/src/
Dgtest-printers.cc64 size_t count, ostream *os) { in PrintByteSegmentInObjectTo() argument
72 *os << ' '; in PrintByteSegmentInObjectTo()
74 *os << '-'; in PrintByteSegmentInObjectTo()
77 *os << text; in PrintByteSegmentInObjectTo()
83 ostream *os) { in PrintBytesInObjectToImpl() argument
85 *os << count << "-byte object <"; in PrintBytesInObjectToImpl()
93 PrintByteSegmentInObjectTo(obj_bytes, 0, count, os); in PrintBytesInObjectToImpl()
95 PrintByteSegmentInObjectTo(obj_bytes, 0, kChunkSize, os); in PrintBytesInObjectToImpl()
96 *os << " ... "; in PrintBytesInObjectToImpl()
99 PrintByteSegmentInObjectTo(obj_bytes, resume_pos, count - resume_pos, os); in PrintBytesInObjectToImpl()
[all …]
/external/python/pyfakefs/pyfakefs/tests/
Dfake_os_test.py20 import os
40 self.assertTrue(self.os.path.exists(path))
41 st = self.os.stat(path)
48 self.assertTrue(self.os.path.exists(path))
49 st = self.os.stat(path)
58 self.rwx = self.os.R_OK | self.os.W_OK | self.os.X_OK
59 self.rw = self.os.R_OK | self.os.W_OK
65 self.os.chdir(directory)
70 self.assert_raises_os_error(errno.ENOENT, self.os.chdir, directory)
76 self.assert_raises_os_error(errno.ENOTDIR, self.os.chdir, filename)
[all …]

12345678910>>...313