HomeSort by relevance Sort by last modified time
    Searched refs:SizeType (Results 1 - 25 of 138) sorted by null

1 2 3 4 5 6

  /packages/apps/Test/connectivity/sl4n/rapidjson/include/rapidjson/internal/
strfunc.h 30 inline SizeType StrLen(const Ch* s) {
33 return SizeType(p - s);
  /packages/apps/Test/connectivity/sl4n/rapidjson/example/simplereader/
simplereader.cpp 15 bool String(const char* str, SizeType length, bool copy) {
20 bool Key(const char* str, SizeType length, bool copy) {
24 bool EndObject(SizeType memberCount) { cout << "EndObject(" << memberCount << ")" << endl; return true; }
26 bool EndArray(SizeType elementCount) { cout << "EndArray(" << elementCount << ")" << endl; return true; }
  /packages/apps/Test/connectivity/sl4n/rapidjson/example/capitalize/
capitalize.cpp 27 bool String(const char* str, SizeType length, bool) {
29 for (SizeType i = 0; i < length; i++)
34 bool Key(const char* str, SizeType length, bool copy) { return String(str, length, copy); }
35 bool EndObject(SizeType memberCount) { return out_.EndObject(memberCount); }
37 bool EndArray(SizeType elementCount) { return out_.EndArray(elementCount); }
  /frameworks/compile/mclinker/include/mcld/LD/
LDSymbol.h 37 typedef ResolveInfo::SizeType SizeType;
106 SizeType size() const { return m_pResolveInfo->size(); }
114 void setSize(SizeType pSize) {
ResolveInfo.h 41 typedef uint64_t SizeType;
110 void setSize(SizeType pSize) { m_Size = pSize; }
178 SizeType size() const { return m_Size; }
259 SizeType m_Size;
NamePool.h 57 ResolveInfo::SizeType pSize,
71 ResolveInfo::SizeType pSize,
  /external/deqp/external/vulkancts/modules/vulkan/
vktInfoTests.cpp 158 template<typename SizeType>
161 SizeType value;
164 PrettySize (SizeType value_, int precision_)
197 template<typename SizeType>
198 std::ostream& operator<< (std::ostream& str, const PrettySize<SizeType>& size)
210 template<typename SizeType>
211 PrettySize<SizeType> prettySize (SizeType value, int precision = 2)
213 return PrettySize<SizeType>(value, precision);
  /frameworks/compile/mclinker/include/mcld/
IRBuilder.h 391 ResolveInfo::SizeType pSize,
437 ResolveInfo::SizeType pSize = 0,
466 ResolveInfo::SizeType pSize,
476 ResolveInfo::SizeType pSize,
493 ResolveInfo::SizeType pSize,
504 ResolveInfo::SizeType pSize,
515 ResolveInfo::SizeType pSize,
526 ResolveInfo::SizeType pSize,
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/DebugInfo/CodeView/
CodeViewRecordIO.h 91 template <typename SizeType, typename T, typename ElementMapper>
93 SizeType Size;
95 Size = static_cast<SizeType>(Items.size());
106 for (SizeType I = 0; I < Size; ++I) {
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/DebugInfo/CodeView/
CodeViewRecordIO.h 91 template <typename SizeType, typename T, typename ElementMapper>
93 SizeType Size;
95 Size = static_cast<SizeType>(Items.size());
106 for (SizeType I = 0; I < Size; ++I) {
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/DebugInfo/CodeView/
CodeViewRecordIO.h 91 template <typename SizeType, typename T, typename ElementMapper>
93 SizeType Size;
95 Size = static_cast<SizeType>(Items.size());
106 for (SizeType I = 0; I < Size; ++I) {
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/DebugInfo/CodeView/
CodeViewRecordIO.h 91 template <typename SizeType, typename T, typename ElementMapper>
93 SizeType Size;
95 Size = static_cast<SizeType>(Items.size());
106 for (SizeType I = 0; I < Size; ++I) {
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/DebugInfo/CodeView/
CodeViewRecordIO.h 91 template <typename SizeType, typename T, typename ElementMapper>
93 SizeType Size;
95 Size = static_cast<SizeType>(Items.size());
106 for (SizeType I = 0; I < Size; ++I) {
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/DebugInfo/CodeView/
CodeViewRecordIO.h 91 template <typename SizeType, typename T, typename ElementMapper>
93 SizeType Size;
95 Size = static_cast<SizeType>(Items.size());
106 for (SizeType I = 0; I < Size; ++I) {
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/DebugInfo/CodeView/
CodeViewRecordIO.h 91 template <typename SizeType, typename T, typename ElementMapper>
93 SizeType Size;
95 Size = static_cast<SizeType>(Items.size());
106 for (SizeType I = 0; I < Size; ++I) {
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/DebugInfo/CodeView/
CodeViewRecordIO.h 91 template <typename SizeType, typename T, typename ElementMapper>
93 SizeType Size;
95 Size = static_cast<SizeType>(Items.size());
106 for (SizeType I = 0; I < Size; ++I) {
  /packages/apps/Test/connectivity/sl4n/rapidjson/example/messagereader/
messagereader.cpp 34 bool String(const char* str, SizeType length, bool) {
49 bool EndObject(SizeType) { return state_ == kExpectNameOrObjectEnd; }
  /frameworks/native/libs/vr/libpdx/private/pdx/rpc/
buffer_wrapper.h 149 template <typename T, typename SizeType = std::size_t>
150 BufferWrapper<T*> WrapBuffer(T* buffer, SizeType size) {
154 template <typename SizeType = std::size_t>
155 BufferWrapper<std::uint8_t*> WrapBuffer(void* buffer, SizeType size) {
159 template <typename SizeType = std::size_t>
161 SizeType size) {
array_wrapper.h 102 template <typename T, typename SizeType = std::size_t>
103 ArrayWrapper<T> WrapArray(T* buffer, SizeType size) {
string_wrapper.h 115 template <typename T, typename SizeType = std::size_t>
116 StringWrapper<T> WrapString(T* s, SizeType size) {
  /packages/apps/Test/connectivity/sl4n/rapidjson/include/rapidjson/
document.h 285 template<SizeType N>
318 GenericStringRef(const CharType* str, SizeType len)
325 const SizeType length; //!< length of the string (excluding the trailing NULL terminator)
331 template<SizeType N>
369 return GenericStringRef<CharType>(str, SizeType(length));
387 return GenericStringRef<CharType>(str.data(), SizeType(str.size()));
552 GenericValue(const Ch* s, SizeType length) RAPIDJSON_NOEXCEPT : data_(), flags_() { SetStringRaw(StringRef(s, length)); }
558 GenericValue(const Ch* s, SizeType length, Allocator& allocator) : data_(), flags_() { SetStringRaw(StringRef(s, length), allocator); }
722 for (SizeType i = 0; i < data_.a.size; i++)
    [all...]
prettywriter.h 73 bool String(const Ch* str, SizeType length, bool copy = false) {
81 return String(str.data(), SizeType(str.size()));
91 bool Key(const Ch* str, SizeType length, bool copy = false) { return String(str, length, copy); }
93 bool EndObject(SizeType memberCount = 0) {
117 bool EndArray(SizeType memberCount = 0) {
writer.h 122 bool String(const Ch* str, SizeType length, bool copy = false) {
130 return String(str.data(), SizeType(str.size()));
140 bool Key(const Ch* str, SizeType length, bool copy = false) { return String(str, length, copy); }
142 bool EndObject(SizeType memberCount = 0) {
159 bool EndArray(SizeType elementCount = 0) {
244 bool WriteString(const Ch* str, SizeType length) {
reader.h 164 bool String(const Ch* str, SizeType length, bool copy);
166 bool Key(const Ch* str, SizeType length, bool copy);
167 bool EndObject(SizeType memberCount);
169 bool EndArray(SizeType elementCount);
194 bool String(const Ch*, SizeType, bool) { return static_cast<Override&>(*this).Default(); }
196 bool Key(const Ch* str, SizeType len, bool copy) { return static_cast<Override&>(*this).String(str, len, copy); }
197 bool EndObject(SizeType) { return static_cast<Override&>(*this).Default(); }
199 bool EndArray(SizeType) { return static_cast<Override&>(*this).Default(); }
483 for (SizeType memberCount = 0;;) {
533 for (SizeType elementCount = 0;;) {
    [all...]
  /packages/apps/Test/connectivity/sl4n/rapidjson/test/unittest/
valuetest.cpp 665 w.SetString(s, (SizeType)strlen(s), allocator);
751 EXPECT_TRUE(x[SizeType(0)].IsNull());
756 EXPECT_TRUE(y[SizeType(0)].IsNull());
820 EXPECT_TRUE(y[SizeType(0)].IsNull());
    [all...]

Completed in 820 milliseconds

1 2 3 4 5 6