Searched refs:Base (Results 1 – 4 of 4) sorted by relevance
/packages/apps/Test/connectivity/sl4n/rapidjson/include/rapidjson/ |
D | prettywriter.h | 37 typedef Writer<OutputStream, SourceEncoding, TargetEncoding, StackAllocator> Base; typedef 38 typedef typename Base::Ch Ch; 45 …PrettyWriter(OutputStream& os, StackAllocator* allocator = 0, size_t levelDepth = Base::kDefaultLe… 46 Base(os, allocator, levelDepth), indentChar_(' '), indentCharCount_(4) {} in Base() function 65 bool Null() { PrettyPrefix(kNullType); return Base::WriteNull(); } in Null() 66 …bool Bool(bool b) { PrettyPrefix(b ? kTrueType : kFalseType); return Base::WriteBool(b);… in Bool() 67 bool Int(int i) { PrettyPrefix(kNumberType); return Base::WriteInt(i); } in Int() 68 bool Uint(unsigned u) { PrettyPrefix(kNumberType); return Base::WriteUint(u); } in Uint() 69 bool Int64(int64_t i64) { PrettyPrefix(kNumberType); return Base::WriteInt64(i64); } in Int64() 70 bool Uint64(uint64_t u64) { PrettyPrefix(kNumberType); return Base::WriteUint64(u64); } in Uint64() [all …]
|
D | reader.h | 750 typedef NumberStream<InputStream, false> Base; typedef 756 stackStream.Put((char)Base::is.Peek()); in TakePush() 757 return Base::is.Take(); in TakePush()
|
/packages/services/Car/bluetooth/bt-map-service/ |
D | bt_hci_startup_issues.txt | 13115 <6>[ 0.402099] MDP HW Base phy_Address = 0x5100000 virt = 0xf1e00000 95464 Base MIME Types:
|
/packages/inputmethods/LatinIME/dictionaries/ |
D | en_US_wordlist.combined.gz |
|