/external/libxml2/ |
D | xmlreader.c | 279 xmlTextReaderFreeProp(xmlTextReaderPtr reader, xmlAttrPtr cur) { in xmlTextReaderFreeProp() 317 xmlTextReaderFreePropList(xmlTextReaderPtr reader, xmlAttrPtr cur) { in xmlTextReaderFreePropList() 336 xmlTextReaderFreeNodeList(xmlTextReaderPtr reader, xmlNodePtr cur) { in xmlTextReaderFreeNodeList() 414 xmlTextReaderFreeNode(xmlTextReaderPtr reader, xmlNodePtr cur) { in xmlTextReaderFreeNode() 497 xmlTextReaderFreeDoc(xmlTextReaderPtr reader, xmlDocPtr cur) { in xmlTextReaderFreeDoc() 546 xmlTextReaderDebug(xmlTextReaderPtr reader) { in xmlTextReaderDebug() 582 xmlTextReaderEntPush(xmlTextReaderPtr reader, xmlNodePtr value) in xmlTextReaderEntPush() 618 xmlTextReaderEntPop(xmlTextReaderPtr reader) in xmlTextReaderEntPop() 646 xmlTextReaderPtr reader = ctxt->_private; in xmlTextReaderStartElement() local 672 xmlTextReaderPtr reader = ctxt->_private; in xmlTextReaderEndElement() local [all …]
|
/external/valgrind/main/none/tests/s390x/ |
D | stcke.c | 7 struct reader { struct 8 char pad; 9 unsigned long long time; 10 int time2; 11 short program; 12 } __attribute__ ((packed)) reader; member
|
/external/skia/legacy/src/pipe/ |
D | SkGPipeRead.cpp | 66 void setReader(SkFlattenableReadBuffer* reader) { in setReader() 108 template <typename T> const T* skip(SkReader32* reader, int count = 1) { in skip() 115 template <typename T> const T* skipAlign(SkReader32* reader, int count = 1) { in skipAlign() 124 static void clipPath_rp(SkCanvas* canvas, SkReader32* reader, uint32_t op32, in clipPath_rp() 131 static void clipRegion_rp(SkCanvas* canvas, SkReader32* reader, uint32_t op32, in clipRegion_rp() 138 static void clipRect_rp(SkCanvas* canvas, SkReader32* reader, uint32_t op32, in clipRect_rp() 145 static void setMatrix_rp(SkCanvas* canvas, SkReader32* reader, uint32_t op32, in setMatrix_rp() 152 static void concat_rp(SkCanvas* canvas, SkReader32* reader, uint32_t op32, in concat_rp() 159 static void scale_rp(SkCanvas* canvas, SkReader32* reader, uint32_t op32, in scale_rp() 165 static void skew_rp(SkCanvas* canvas, SkReader32* reader, uint32_t op32, in skew_rp() [all …]
|
/external/skia/tests/ |
D | Reader32Test.cpp | 14 static void assert_eof(skiatest::Reporter* reporter, const SkReader32& reader) { in assert_eof() 21 static void assert_start(skiatest::Reporter* reporter, const SkReader32& reader) { in assert_start() 29 static void assert_empty(skiatest::Reporter* reporter, const SkReader32& reader) { in assert_empty() 39 SkReader32 reader; in Tests() local
|
/external/skia/src/pipe/ |
D | SkGPipeRead.cpp | 90 void setReader(SkOrderedReadBuffer* reader) { in setReader() 203 template <typename T> const T* skip(SkReader32* reader, int count = 1) { in skip() 210 template <typename T> const T* skipAlign(SkReader32* reader, int count = 1) { in skipAlign() 219 static void clipPath_rp(SkCanvas* canvas, SkReader32* reader, uint32_t op32, in clipPath_rp() 227 static void clipRegion_rp(SkCanvas* canvas, SkReader32* reader, uint32_t op32, in clipRegion_rp() 234 static void clipRect_rp(SkCanvas* canvas, SkReader32* reader, uint32_t op32, in clipRect_rp() 241 static void clipRRect_rp(SkCanvas* canvas, SkReader32* reader, uint32_t op32, in clipRRect_rp() 251 static void setMatrix_rp(SkCanvas* canvas, SkReader32* reader, uint32_t op32, in setMatrix_rp() 258 static void concat_rp(SkCanvas* canvas, SkReader32* reader, uint32_t op32, in concat_rp() 265 static void scale_rp(SkCanvas* canvas, SkReader32* reader, uint32_t op32, in scale_rp() [all …]
|
/external/skia/src/core/ |
D | SkPicturePlayback.h | 98 const SkBitmap& getBitmap(SkReader32& reader) { in getBitmap() 107 const SkMatrix* getMatrix(SkReader32& reader) { in getMatrix() 115 const SkPath& getPath(SkReader32& reader) { in getPath() 119 SkPicture& getPicture(SkReader32& reader) { in getPicture() 125 const SkPaint* getPaint(SkReader32& reader) { in getPaint() 133 const SkRect* getRectPtr(SkReader32& reader) { in getRectPtr() 141 const SkIRect* getIRectPtr(SkReader32& reader) { in getIRectPtr() 149 const SkRegion& getRegion(SkReader32& reader) { in getRegion() 154 void getText(SkReader32& reader, TextContainer* text) { in getText()
|
/external/chromium/chrome/browser/importer/ |
D | toolbar_importer.cc | 255 XmlReader reader; in GetBookmarksFromServerDataResponse() local 287 XmlReader* reader, in ParseBookmarksFromReader() 330 bool Toolbar5Importer::LocateNextOpenTag(XmlReader* reader) { in LocateNextOpenTag() 340 bool Toolbar5Importer::LocateNextTagByName(XmlReader* reader, in LocateNextTagByName() 352 bool Toolbar5Importer::LocateNextTagWithStopByName(XmlReader* reader, in LocateNextTagWithStopByName() 371 XmlReader* reader, in ExtractBookmarkInformation() 430 bool Toolbar5Importer::ExtractNamedValueFromXmlReader(XmlReader* reader, in ExtractNamedValueFromXmlReader() 444 XmlReader* reader, in ExtractTitleFromXmlReader() 460 XmlReader* reader, in ExtractUrlFromXmlReader() 476 XmlReader* reader, in ExtractTimeFromXmlReader() [all …]
|
/external/javassist/sample/preproc/ |
D | Compiler.java | 90 CommentSkipper reader = new CommentSkipper(input, output); in process() local 110 private boolean skipPackage(CommentSkipper reader) throws IOException { in skipPackage() 126 private void readImport(CommentSkipper reader) in readImport() 175 int readAssistant(CommentSkipper reader, String importclass, in readAssistant() 198 int readArgument(CommentSkipper reader, StringBuffer buf) in readArgument() 211 int skipSpaces(CommentSkipper reader, int c) throws IOException { in skipSpaces() 305 public CommentSkipper(BufferedReader reader, BufferedWriter writer) { in CommentSkipper()
|
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/io/ |
D | StreamTokenizerTest.java | 302 Reader reader = new CharArrayReader( "t // t t t".toCharArray()); in test_slashSlashComments_withSSOpen() local 315 Reader reader = new CharArrayReader( "// t".toCharArray()); in test_slashSlashComments_withSSOpen_NoComment() local 328 Reader reader = new CharArrayReader( "// t".toCharArray()); in test_slashSlashComments_withSSClosed() local 354 Reader reader = new CharArrayReader( "t /* t */ t".toCharArray()); in test_slashStarComments_withSTOpen() local 368 Reader reader = new CharArrayReader( "t /* t */ t".toCharArray()); in test_slashStarComments_withSTClosed() local
|
/external/marisa-trie/v0_1_5/tests/ |
D | io-test.cc | 49 marisa_alpha::Reader reader; in TestFilename() local 88 marisa_alpha::Reader reader; in TestFilename() local 131 marisa_alpha::Reader reader(fd); in TestFd() local 179 marisa_alpha::Reader reader(file); in TestFile() local 212 marisa_alpha::Reader reader(&file); in TestStream() local
|
/external/marisa-trie/tests/ |
D | io-test.cc | 48 marisa::Reader reader; in TestFilename() local 87 marisa::Reader reader; in TestFilename() local 130 marisa::Reader reader(fd); in TestFd() local 178 marisa::Reader reader(file); in TestFile() local 211 marisa::Reader reader(&file); in TestStream() local
|
/external/guava/guava-gwt/src/com/google/common/collect/ |
D | EmptyImmutableSetMultimap_CustomFieldSerializer.java | 30 public static void deserialize(SerializationStreamReader reader, in deserialize() 35 SerializationStreamReader reader) { in instantiate()
|
D | CompoundOrdering_CustomFieldSerializer.java | 32 public static void deserialize(SerializationStreamReader reader, in deserialize() 38 SerializationStreamReader reader) throws SerializationException { in instantiate()
|
D | NaturalOrdering_CustomFieldSerializer.java | 29 public static void deserialize(SerializationStreamReader reader, in deserialize() 34 SerializationStreamReader reader) { in instantiate()
|
D | EmptyImmutableList_CustomFieldSerializer.java | 29 public static void deserialize(SerializationStreamReader reader, in deserialize() 34 SerializationStreamReader reader) { in instantiate()
|
D | HashMultiset_CustomFieldSerializer.java | 30 public static void deserialize(SerializationStreamReader reader, in deserialize() 35 SerializationStreamReader reader) throws SerializationException { in instantiate()
|
D | UsingToStringOrdering_CustomFieldSerializer.java | 29 public static void deserialize(SerializationStreamReader reader, in deserialize() 34 SerializationStreamReader reader) { in instantiate()
|
D | EmptyImmutableMultiset_CustomFieldSerializer.java | 30 public static void deserialize(SerializationStreamReader reader, in deserialize() 35 SerializationStreamReader reader) { in instantiate()
|
D | ReverseNaturalOrdering_CustomFieldSerializer.java | 30 public static void deserialize(SerializationStreamReader reader, in deserialize() 35 SerializationStreamReader reader) { in instantiate()
|
D | EmptyImmutableSet_CustomFieldSerializer.java | 29 public static void deserialize(SerializationStreamReader reader, in deserialize() 34 SerializationStreamReader reader) { in instantiate()
|
D | ExplicitOrdering_CustomFieldSerializer.java | 30 public static void deserialize(SerializationStreamReader reader, in deserialize() 36 SerializationStreamReader reader) throws SerializationException { in instantiate()
|
D | ReverseOrdering_CustomFieldSerializer.java | 30 public static void deserialize(SerializationStreamReader reader, in deserialize() 36 SerializationStreamReader reader) throws SerializationException { in instantiate()
|
D | LexicographicalOrdering_CustomFieldSerializer.java | 30 public static void deserialize(SerializationStreamReader reader, in deserialize() 36 SerializationStreamReader reader) throws SerializationException { in instantiate()
|
D | NullsFirstOrdering_CustomFieldSerializer.java | 30 public static void deserialize(SerializationStreamReader reader, in deserialize() 36 SerializationStreamReader reader) throws SerializationException { in instantiate()
|
D | ComparatorOrdering_CustomFieldSerializer.java | 32 public static void deserialize(SerializationStreamReader reader, in deserialize() 38 SerializationStreamReader reader) throws SerializationException { in instantiate()
|