Home
last modified time | relevance | path

Searched refs:DocumentType (Results 1 – 7 of 7) sorted by relevance

/packages/apps/Test/connectivity/sl4n/rapidjson/include/rapidjson/
Dpointer.h1031 template <typename DocumentType>
1032 typename DocumentType::ValueType& CreateValueByPointer(DocumentType& document, const GenericPointer… in CreateValueByPointer()
1036 template <typename DocumentType, typename CharType, size_t N>
1037 typename DocumentType::ValueType& CreateValueByPointer(DocumentType& document, const CharType(&sour… in CreateValueByPointer()
1038 return GenericPointer<typename DocumentType::ValueType>(source, N - 1).Create(document); in CreateValueByPointer()
1113 template <typename DocumentType>
1114DocumentType::ValueType& GetValueByPointerWithDefault(DocumentType& document, const GenericPointer… in GetValueByPointerWithDefault()
1118 template <typename DocumentType>
1119DocumentType::ValueType& GetValueByPointerWithDefault(DocumentType& document, const GenericPointer… in GetValueByPointerWithDefault()
1124 template <typename DocumentType>
[all …]
/packages/services/Mtp/src/com/android/mtp/
DIdentifier.java20 import static com.android.mtp.MtpDatabaseConstants.DocumentType;
30 final @DocumentType int mDocumentType;
33 @DocumentType int documentType) { in Identifier()
DMtpDatabaseConstants.java100 public @interface DocumentType {} annotation in MtpDatabaseConstants
DMtpDatabase.java877 int protectionState, @DocumentType int documentType) { in getDocumentFlags()
/packages/apps/Test/connectivity/sl4n/rapidjson/test/unittest/
Ddocumenttest.cpp26 template <typename DocumentType>
27 void ParseCheck(DocumentType& doc) { in ParseCheck()
28 typedef typename DocumentType::ValueType ValueType; in ParseCheck()
71 typedef GenericDocument<UTF8<>, Allocator, StackAllocator> DocumentType; in ParseTest() typedef
72 DocumentType doc; in ParseTest()
263 typedef GenericDocument<UTF8<>, MemoryPoolAllocator<>, MemoryPoolAllocator<> > DocumentType; in TEST() typedef
268 DocumentType doc(&valueAllocator, sizeof(parseBuffer) / 2, &parseAllocator); in TEST()
Dnamespacetest.cpp36 typedef GenericDocument<UTF8<>, CrtAllocator> DocumentType; in TEST() typedef
37 DocumentType doc; in TEST()
/packages/apps/Test/connectivity/sl4n/rapidjson/doc/
Ddom.md265 typedef GenericDocument<UTF8<>, MemoryPoolAllocator<>, MemoryPoolAllocator<>> DocumentType;
270 DocumentType d(&valueAllocator, sizeof(parseBuffer), &parseAllocator);