Home
last modified time | relevance | path

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

12345678910>>...177

/external/v8/src/
Dobjects-printer.cc24 OFStream os(stdout); in Print() local
25 this->Print(os); in Print()
26 os << std::flush; in Print()
30 void Object::Print(std::ostream& os) { // NOLINT in Print() argument
32 os << "Smi: " << std::hex << "0x" << Smi::cast(this)->value(); in Print()
33 os << std::dec << " (" << Smi::cast(this)->value() << ")\n"; in Print()
35 HeapObject::cast(this)->HeapObjectPrint(os); in Print()
40 void HeapObject::PrintHeader(std::ostream& os, const char* id) { // NOLINT in PrintHeader() argument
41 os << reinterpret_cast<void*>(this) << ": ["; in PrintHeader()
43 os << id; in PrintHeader()
[all …]
Dtype-hints.cc10 std::ostream& operator<<(std::ostream& os, BinaryOperationHint hint) { in operator <<() argument
13 return os << "None"; in operator <<()
15 return os << "SignedSmall"; in operator <<()
17 return os << "Signed32"; in operator <<()
19 return os << "NumberOrOddball"; in operator <<()
21 return os << "String"; in operator <<()
23 return os << "Any"; in operator <<()
26 return os; in operator <<()
29 std::ostream& operator<<(std::ostream& os, CompareOperationHint hint) { in operator <<() argument
32 return os << "None"; in operator <<()
[all …]
/external/libvncserver/libvncserver/
Dzrleoutstream.c68 zrleOutStream *os; in zrleOutStreamNew() local
70 os = malloc(sizeof(zrleOutStream)); in zrleOutStreamNew()
71 if (os == NULL) in zrleOutStreamNew()
74 if (!zrleBufferAlloc(&os->in, ZRLE_IN_BUFFER_SIZE)) { in zrleOutStreamNew()
75 free(os); in zrleOutStreamNew()
79 if (!zrleBufferAlloc(&os->out, ZRLE_OUT_BUFFER_SIZE)) { in zrleOutStreamNew()
80 zrleBufferFree(&os->in); in zrleOutStreamNew()
81 free(os); in zrleOutStreamNew()
85 os->zs.zalloc = Z_NULL; in zrleOutStreamNew()
86 os->zs.zfree = Z_NULL; in zrleOutStreamNew()
[all …]
/external/v8/testing/gtest/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/googletest/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/vulkan-validation-layers/tests/gtest-1.7.0/src/
Dgtest-printers.cc60 size_t count, ostream* os) { in PrintByteSegmentInObjectTo() argument
68 *os << ' '; in PrintByteSegmentInObjectTo()
70 *os << '-'; in PrintByteSegmentInObjectTo()
73 *os << text; in PrintByteSegmentInObjectTo()
79 ostream* os) { in PrintBytesInObjectToImpl() argument
81 *os << count << "-byte object <"; in PrintBytesInObjectToImpl()
90 PrintByteSegmentInObjectTo(obj_bytes, 0, count, os); in PrintBytesInObjectToImpl()
92 PrintByteSegmentInObjectTo(obj_bytes, 0, kChunkSize, os); in PrintBytesInObjectToImpl()
93 *os << " ... "; in PrintBytesInObjectToImpl()
96 PrintByteSegmentInObjectTo(obj_bytes, resume_pos, count - resume_pos, os); in PrintBytesInObjectToImpl()
[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/mesa3d/src/gtest/src/
Dgtest-printers.cc60 size_t count, ostream* os) { in PrintByteSegmentInObjectTo() argument
68 *os << ' '; in PrintByteSegmentInObjectTo()
70 *os << '-'; in PrintByteSegmentInObjectTo()
73 *os << text; in PrintByteSegmentInObjectTo()
79 ostream* os) { in PrintBytesInObjectToImpl() argument
81 *os << count << "-byte object <"; in PrintBytesInObjectToImpl()
90 PrintByteSegmentInObjectTo(obj_bytes, 0, count, os); in PrintBytesInObjectToImpl()
92 PrintByteSegmentInObjectTo(obj_bytes, 0, kChunkSize, os); in PrintBytesInObjectToImpl()
93 *os << " ... "; in PrintBytesInObjectToImpl()
96 PrintByteSegmentInObjectTo(obj_bytes, resume_pos, count - resume_pos, os); in PrintBytesInObjectToImpl()
[all …]
/external/swiftshader/third_party/LLVM/utils/unittest/googletest/
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/google-breakpad/src/testing/gtest/src/
Dgtest-printers.cc60 size_t count, ostream* os) { in PrintByteSegmentInObjectTo() argument
68 *os << ' '; in PrintByteSegmentInObjectTo()
70 *os << '-'; in PrintByteSegmentInObjectTo()
73 *os << text; in PrintByteSegmentInObjectTo()
79 ostream* os) { in PrintBytesInObjectToImpl() argument
81 *os << count << "-byte object <"; in PrintBytesInObjectToImpl()
90 PrintByteSegmentInObjectTo(obj_bytes, 0, count, os); in PrintBytesInObjectToImpl()
92 PrintByteSegmentInObjectTo(obj_bytes, 0, kChunkSize, os); in PrintBytesInObjectToImpl()
93 *os << " ... "; in PrintBytesInObjectToImpl()
96 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/fec/
Dconfig.sub121 os=-$maybe_os
127 then os=`echo $1 | sed 's/.*-/-/'`
128 else os=; fi
136 case $os in
137 -sun*os*)
147 os=
151 os=
157 os=-vxworks
161 os=-hiuxwe2
164 os=-sco3.2v5
[all …]
/external/google-breakpad/src/testing/gtest/include/gtest/
Dgtest-printers.h116 ::std::ostream* os);
135 static void PrintValue(const T& value, ::std::ostream* os) { in PrintValue() argument
137 sizeof(value), os); in PrintValue()
149 static void PrintValue(const T& value, ::std::ostream* os) { in PrintValue() argument
154 *os << ("<" + pretty_str + ">"); in PrintValue()
168 static void PrintValue(const T& value, ::std::ostream* os) { in PrintValue() argument
170 *os << kBigInt; in PrintValue()
200 ::std::basic_ostream<Char, CharTraits>& os, const T& x) {
204 kConvertibleToInteger : kOtherType)>::PrintValue(x, &os);
205 return os;
[all …]
/external/llvm/utils/unittest/googletest/include/gtest/
Dgtest-printers.h116 ::std::ostream* os);
135 static void PrintValue(const T& value, ::std::ostream* os) { in PrintValue() argument
137 sizeof(value), os); in PrintValue()
149 static void PrintValue(const T& value, ::std::ostream* os) { in PrintValue() argument
154 *os << ("<" + pretty_str + ">"); in PrintValue()
168 static void PrintValue(const T& value, ::std::ostream* os) { in PrintValue() argument
170 *os << kBigInt; in PrintValue()
200 ::std::basic_ostream<Char, CharTraits>& os, const T& x) {
204 kConvertibleToInteger : kOtherType)>::PrintValue(x, &os);
205 return os;
[all …]
/external/swiftshader/third_party/LLVM/utils/unittest/googletest/include/gtest/
Dgtest-printers.h116 ::std::ostream* os);
135 static void PrintValue(const T& value, ::std::ostream* os) { in PrintValue() argument
137 sizeof(value), os); in PrintValue()
149 static void PrintValue(const T& value, ::std::ostream* os) { in PrintValue() argument
154 *os << ("<" + pretty_str + ">"); in PrintValue()
168 static void PrintValue(const T& value, ::std::ostream* os) { in PrintValue() argument
170 *os << kBigInt; in PrintValue()
200 ::std::basic_ostream<Char, CharTraits>& os, const T& x) {
204 kConvertibleToInteger : kOtherType)>::PrintValue(x, &os);
205 return os;
[all …]
/external/mesa3d/src/gtest/include/gtest/
Dgtest-printers.h116 ::std::ostream* os);
135 static void PrintValue(const T& value, ::std::ostream* os) { in PrintValue() argument
137 sizeof(value), os); in PrintValue()
149 static void PrintValue(const T& value, ::std::ostream* os) { in PrintValue() argument
154 *os << ("<" + pretty_str + ">"); in PrintValue()
168 static void PrintValue(const T& value, ::std::ostream* os) { in PrintValue() argument
170 *os << kBigInt; in PrintValue()
200 ::std::basic_ostream<Char, CharTraits>& os, const T& x) {
204 kConvertibleToInteger : kOtherType)>::PrintValue(x, &os);
205 return os;
[all …]
/external/vulkan-validation-layers/tests/gtest-1.7.0/include/gtest/
Dgtest-printers.h116 ::std::ostream* os);
135 static void PrintValue(const T& value, ::std::ostream* os) { in PrintValue() argument
137 sizeof(value), os); in PrintValue()
149 static void PrintValue(const T& value, ::std::ostream* os) { in PrintValue() argument
154 *os << ("<" + pretty_str + ">"); in PrintValue()
168 static void PrintValue(const T& value, ::std::ostream* os) { in PrintValue() argument
170 *os << kBigInt; in PrintValue()
200 ::std::basic_ostream<Char, CharTraits>& os, const T& x) {
204 kConvertibleToInteger : kOtherType)>::PrintValue(x, &os);
205 return os;
[all …]
/external/python/cpython2/Lib/test/
Dtest_os.py5 import os
31 if os.path.exists(test_support.TESTFN):
32 os.unlink(test_support.TESTFN)
36 f = os.open(test_support.TESTFN, os.O_CREAT|os.O_RDWR)
37 os.close(f)
38 self.assertTrue(os.access(test_support.TESTFN, os.W_OK))
41 first = os.open(test_support.TESTFN, os.O_CREAT|os.O_RDWR)
45 second = os.dup(first)
49 os.close(first)
54 first, second = second, os.dup(second)
[all …]
/external/swiftshader/third_party/LLVM/projects/sample/autoconf/
Dconfig.sub122 os=-$maybe_os
128 then os=`echo $1 | sed 's/.*-/-/'`
129 else os=; fi
137 case $os in
138 -sun*os*)
148 os=
152 os=
158 os=-vxworks
162 os=-chorusos
166 os=-chorusrdb
[all …]
/external/libunwind/aux/
Dconfig.sub122 os=-$maybe_os
128 then os=`echo $1 | sed 's/.*-/-/'`
129 else os=; fi
137 case $os in
138 -sun*os*)
148 os=
152 os=
158 os=-vxworks
162 os=-chorusos
166 os=-chorusrdb
[all …]
/external/stressapptest/
Dconfig.sub126 os=-$maybe_os
132 then os=`echo $1 | sed 's/.*-/-/'`
133 else os=; fi
141 case $os in
142 -sun*os*)
152 os=
156 os=
162 os=-vxworks
166 os=-chorusos
170 os=-chorusrdb
[all …]
/external/python/cpython2/Mac/BuildScript/
Dbuild-installer.py31 import platform, os, sys, getopt, textwrap, shutil, stat, time, pwd, grp
83 os.path.join(SRCDIR, 'configure'), 'PACKAGE_VERSION')
95 fn = os.path.join(SRCDIR, 'Include', 'patchlevel.h')
110 DEPSRC = os.path.join(WORKDIR, 'third-party')
111 DEPSRC = os.path.expanduser('~/Universal/other-sources')
149 SRCDIR = os.path.dirname(
150 os.path.dirname(
151 os.path.dirname(
152 os.path.abspath(__file__
272 "DESTDIR": shellQuote(os.path.join(WORKDIR, 'libraries')),
[all …]
/external/libusb-compat/
Dconfig.sub126 os=-$maybe_os
132 then os=`echo $1 | sed 's/.*-/-/'`
133 else os=; fi
141 case $os in
142 -sun*os*)
152 os=
156 os=
162 os=-vxworks
166 os=-chorusos
170 os=-chorusrdb
[all …]
/external/libnetfilter_conntrack/
Dconfig.sub131 os=-$maybe_os
137 then os=`echo $1 | sed 's/.*-/-/'`
138 else os=; fi
146 case $os in
147 -sun*os*)
157 os=
161 os=-cnk
164 os=
170 os=-vxworks
174 os=-chorusos
[all …]
/external/c-ares/
Dconfig.sub132 os=-$maybe_os
138 then os=`echo $1 | sed 's/.*-/-/'`
139 else os=; fi
147 case $os in
148 -sun*os*)
158 os=
162 os=-cnk
165 os=
171 os=-vxworks
175 os=-chorusos
[all …]

12345678910>>...177