Home
last modified time | relevance | path

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

12345678910>>...77

/external/v8/src/
Dobjects-printer.cc19 OFStream os(stdout); in Print() local
20 this->Print(os); in Print()
21 os << flush; in Print()
25 void Object::Print(OStream& os) { // NOLINT in Print() argument
27 Smi::cast(this)->SmiPrint(os); in Print()
29 HeapObject::cast(this)->HeapObjectPrint(os); in Print()
34 void HeapObject::PrintHeader(OStream& os, const char* id) { // NOLINT in PrintHeader() argument
35 os << "" << reinterpret_cast<void*>(this) << ": [" << id << "]\n"; in PrintHeader()
39 void HeapObject::HeapObjectPrint(OStream& os) { // NOLINT in HeapObjectPrint() argument
44 String::cast(this)->StringPrint(os); in HeapObjectPrint()
[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/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/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/mesa3d/src/gtest/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/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/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/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/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/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/jpeg/
Dconfig.sub72 os=-$maybe_os
78 then os=`echo $1 | sed 's/.*-/-/'`
79 else os=; fi
87 case $os in
88 -sun*os*)
98 os=
102 os=-hiuxwe2
105 os=sco3.2v5
109 os=-sco3.2v4
113 os=`echo $os | sed -e 's/sco3.2./sco3.2v/'`
[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/libusb/
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/llvm/autoconf/
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 …]
/external/libogg/
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/libvorbis/
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/v8/src/compiler/
Dinstruction.cc13 OStream& operator<<(OStream& os, const InstructionOperand& op) { in operator <<() argument
16 return os << "(0)"; in operator <<()
19 os << "v" << unalloc->virtual_register(); in operator <<()
21 return os << "(=" << unalloc->fixed_slot_index() << "S)"; in operator <<()
25 return os; in operator <<()
27 return os << "(=" << Register::AllocationIndexToString( in operator <<()
30 return os << "(=" << DoubleRegister::AllocationIndexToString( in operator <<()
33 return os << "(R)"; in operator <<()
35 return os << "(1)"; in operator <<()
37 return os << "(-)"; in operator <<()
[all …]
/external/tcpdump/
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/libexif/
Dconfig.sub130 os=-$maybe_os
136 then os=`echo $1 | sed 's/.*-/-/'`
137 else os=; fi
145 case $os in
146 -sun*os*)
156 os=
160 os=-cnk
163 os=
169 os=-vxworks
173 os=-chorusos
[all …]
/external/libpcap/
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/google-tv-pairing-protocol/cpp/
Dconfig.sub127 os=-$maybe_os
133 then os=`echo $1 | sed 's/.*-/-/'`
134 else os=; fi
142 case $os in
143 -sun*os*)
153 os=
157 os=-cnk
160 os=
166 os=-vxworks
170 os=-chorusos
[all …]
/external/libmtp/
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/cmockery/cmockery_0_1_2/
Dconfig.sub124 os=-$maybe_os
130 then os=`echo $1 | sed 's/.*-/-/'`
131 else os=; fi
139 case $os in
140 -sun*os*)
150 os=
154 os=
160 os=-vxworks
164 os=-chorusos
168 os=-chorusrdb
[all …]
/external/srtp/
Dconfig.sub123 os=-$maybe_os
129 then os=`echo $1 | sed 's/.*-/-/'`
130 else os=; fi
138 case $os in
139 -sun*os*)
149 os=
153 os=
159 os=-vxworks
163 os=-chorusos
167 os=-chorusrdb
[all …]

12345678910>>...77