Home
last modified time | relevance | path

Searched refs:os_ (Results 1 – 11 of 11) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/rapidjson/1.1.0/include/rapidjson/
H A Dwriter.h100os_(&os), level_stack_(stackAllocator, levelDepth * sizeof(Level)), maxDecimalPlaces_(kDefaultMaxD…
104os_(0), level_stack_(allocator, levelDepth * sizeof(Level)), maxDecimalPlaces_(kDefaultMaxDecimalP…
125 os_ = &os; in Reset()
265 PutReserve(*os_, 4); in WriteNull()
266 …PutUnsafe(*os_, 'n'); PutUnsafe(*os_, 'u'); PutUnsafe(*os_, 'l'); PutUnsafe(*os_, 'l'); return tru… in WriteNull()
271 PutReserve(*os_, 4); in WriteBool()
272 PutUnsafe(*os_, 't'); PutUnsafe(*os_, 'r'); PutUnsafe(*os_, 'u'); PutUnsafe(*os_, 'e'); in WriteBool()
275 PutReserve(*os_, 5); in WriteBool()
276 …PutUnsafe(*os_, 'f'); PutUnsafe(*os_, 'a'); PutUnsafe(*os_, 'l'); PutUnsafe(*os_, 's'); PutUnsafe(… in WriteBool()
284 PutReserve(*os_, static_cast<size_t>(end - buffer)); in WriteInt()
[all …]
H A Dprettywriter.h132 Base::os_->Put('\n');
139 Base::os_->Flush();
156 Base::os_->Put('\n');
163 Base::os_->Flush();
197 Base::os_->Put(','); // add comma if it is not the first element in array in PrettyPrefix()
199 Base::os_->Put(' '); in PrettyPrefix()
203 Base::os_->Put('\n'); in PrettyPrefix()
210 Base::os_->Put(','); in PrettyPrefix()
211 Base::os_->Put('\n'); in PrettyPrefix()
214 Base::os_->Put(':'); in PrettyPrefix()
[all …]
H A Dencodedstream.h105 EncodedOutputStream(OutputByteStream& os, bool putBOM = true) : os_(os) { in os_() function
107 Encoding::PutBOM(os_); in os_()
110 void Put(Ch c) { Encoding::Put(os_, c); } in Put()
111 void Flush() { os_.Flush(); } in Flush()
124 OutputByteStream& os_; variable
244 AutoUTFOutputStream(OutputByteStream& os, UTFType type, bool putBOM) : os_(&os), type_(type) { in AutoUTFOutputStream()
260 void Put(Ch c) { putFunc_(*os_, c); } in Put()
261 void Flush() { os_->Flush(); } in Flush()
277 f[type_](*os_); in PutBOM()
282 OutputByteStream* os_; variable
H A Dpointer.h1027 PercentEncodeStream(OutputStream& os) : os_(os) {} in PercentEncodeStream()
1031 os_.Put('%'); in Put()
1032 os_.Put(hexDigits[u >> 4]); in Put()
1033 os_.Put(hexDigits[u & 15]); in Put()
1036 OutputStream& os_;
/OK3568_Linux_fs/buildroot/dl/stressapptest/git/src/
H A Dsat.cc150 memory_threads_ = os_->num_cpus(); in CheckEnvironment()
156 size_mb_ = os_->FindFreeMemSize() / kMegabyte; in CheckEnvironment()
162 list<string> locations = os_->FindFileDevices(); in CheckEnvironment()
203 if (!os_->IsSupported()) { in CheckEnvironment()
222 bool result = os_->AllocateTestMem(size_, paddr_base_); in AllocateMemory()
264 pe->addr = os_->PrepareTestMem(pe->offset, page_length_); // Map it. in GetValid()
267 pe->ts = os_->GetTimestamp(); in GetValid()
277 os_->ReleaseTestMem(pe->addr, pe->offset, page_length_); // Unmap the page. in PutValid()
303 pe->addr = os_->PrepareTestMem(pe->offset, page_length_); // Map it. in GetEmpty()
311 os_->ReleaseTestMem(pe->addr, pe->offset, page_length_); // Unmap the page. in PutEmpty()
[all …]
H A Derror_diag.cc138 os_ = 0; in ErrorDiag()
151 os_ = os; in set_os()
198 os_->ErrorReport(dimm_string.c_str(), "miscompare", count); in AddMiscompareError()
227 string src_dimm = AddressToDimmString(os_, src_addr, offset); in AddHDDMiscompareError()
228 string dst_dimm = AddressToDimmString(os_, dst_addr, offset); in AddHDDMiscompareError()
258 os_->ErrorReport(devicename.c_str(), "miscompare", 1); in AddHDDMiscompareError()
281 string src_dimm = AddressToDimmString(os_, src_addr, offset); in AddHDDSectorTagError()
282 string dst_dimm = AddressToDimmString(os_, dst_addr, offset); in AddHDDSectorTagError()
312 os_->ErrorReport(devicename.c_str(), "sector", 1); in AddHDDSectorTagError()
H A Dworker.cc271 if (!os_->normal_mem()) in GetMemoryCopiedData()
302 os_ = os_init; in InitThread()
595 os_->Flush(error->vaddr); in ProcessError()
611 error->paddr = os_->VirtualToPhysical(error->vbyteaddr); in ProcessError()
614 os_->FindDimm(error->paddr, dimm_string, sizeof(dimm_string)); in ProcessError()
619 os_->error_diagnoser_->AddMiscompareError(dimm_string, in ProcessError()
643 os_->Flush(error->vaddr); in ProcessError()
655 os_->Flush(error->vaddr); in ProcessError()
671 error->paddr = os_->VirtualToPhysical(error->vbyteaddr); in ProcessError()
674 os_->FindDimm(error->paddr, dimm_string, sizeof(dimm_string)); in ProcessError()
[all …]
H A Derror_diag.h161 OsLayer *os_; // Platform handle. variable
H A Dsat.h291 class OsLayer *os_; // Os abstraction: put hacks here. variable
H A Dworker.h395 class OsLayer *os_; // Os abstraction: put hacks here. variable
/OK3568_Linux_fs/buildroot/package/libfcgi/
H A D0001-link-against-math.patch12 os_@SYSTEM@.c