/external/skia/experimental/PdfViewer/pdfparser/native/ |
D | SkPdfNativeDoc.cpp | 170 current = nextObject(current, end, &token, NULL, NULL); in loadWithoutXRef() 175 current = nextObject(current, end, &token, NULL, NULL); in loadWithoutXRef() 180 current = nextObject(current, end, &token, NULL, NULL); in loadWithoutXRef() 195 current = nextObject(current, end, obj, fAllocator, this); in loadWithoutXRef() 205 current = nextObject(current, end, &token, NULL, NULL); // ignore startxref in loadWithoutXRef() 244 const unsigned char* current = nextObject(xrefStart, trailerEnd, &xref, NULL, NULL); in readCrossReferenceSection() 256 current = nextObject(current, trailerEnd, &token, NULL, NULL); in readCrossReferenceSection() 265 current = nextObject(current, trailerEnd, &token, NULL, NULL); in readCrossReferenceSection() 277 current = nextObject(current, trailerEnd, &token, NULL, NULL); in readCrossReferenceSection() 287 current = nextObject(current, trailerEnd, &token, NULL, NULL); in readCrossReferenceSection() [all …]
|
D | SkPdfNativeTokenizer.cpp | 104 start = nextObject(start, end, newObj, allocator, doc); in readArray() 708 start = nextObject(start, end, value, allocator, doc); in readDictionary() 716 start = nextObject(start, end, &generation, allocator, doc); in readDictionary() 719 start = nextObject(start, end, &keywordR, allocator, doc); in readDictionary() 770 const unsigned char* nextObject(const unsigned char* start, const unsigned char* end, in nextObject() function 949 …fUncompressedStream = nextObject(fUncompressedStream, fUncompressedStreamEnd, &obj, fAllocator, fD… in readTokenCore() 1104 fUncompressedStream = nextObject(fUncompressedStream, fUncompressedStreamEnd, key, in readInlineImage() 1115 fUncompressedStream = nextObject(fUncompressedStream, fUncompressedStreamEnd, obj, in readInlineImage()
|
D | SkPdfNativeTokenizer.h | 196 const unsigned char* nextObject(const unsigned char* start, const unsigned char* end,
|
/external/chromium_org/third_party/skia/experimental/PdfViewer/pdfparser/native/ |
D | SkPdfNativeDoc.cpp | 170 current = nextObject(current, end, &token, NULL, NULL); in loadWithoutXRef() 175 current = nextObject(current, end, &token, NULL, NULL); in loadWithoutXRef() 180 current = nextObject(current, end, &token, NULL, NULL); in loadWithoutXRef() 195 current = nextObject(current, end, obj, fAllocator, this); in loadWithoutXRef() 205 current = nextObject(current, end, &token, NULL, NULL); // ignore startxref in loadWithoutXRef() 244 const unsigned char* current = nextObject(xrefStart, trailerEnd, &xref, NULL, NULL); in readCrossReferenceSection() 256 current = nextObject(current, trailerEnd, &token, NULL, NULL); in readCrossReferenceSection() 265 current = nextObject(current, trailerEnd, &token, NULL, NULL); in readCrossReferenceSection() 277 current = nextObject(current, trailerEnd, &token, NULL, NULL); in readCrossReferenceSection() 287 current = nextObject(current, trailerEnd, &token, NULL, NULL); in readCrossReferenceSection() [all …]
|
D | SkPdfNativeTokenizer.cpp | 104 start = nextObject(start, end, newObj, allocator, doc); in readArray() 708 start = nextObject(start, end, value, allocator, doc); in readDictionary() 716 start = nextObject(start, end, &generation, allocator, doc); in readDictionary() 719 start = nextObject(start, end, &keywordR, allocator, doc); in readDictionary() 770 const unsigned char* nextObject(const unsigned char* start, const unsigned char* end, in nextObject() function 949 …fUncompressedStream = nextObject(fUncompressedStream, fUncompressedStreamEnd, &obj, fAllocator, fD… in readTokenCore() 1104 fUncompressedStream = nextObject(fUncompressedStream, fUncompressedStreamEnd, key, in readInlineImage() 1115 fUncompressedStream = nextObject(fUncompressedStream, fUncompressedStreamEnd, obj, in readInlineImage()
|
D | SkPdfNativeTokenizer.h | 196 const unsigned char* nextObject(const unsigned char* start, const unsigned char* end,
|
/external/clang/test/SemaObjC/ |
D | idiomatic-parentheses.m | 14 - (id) nextObject; method 46 while (cur = [coll nextObject]) { 50 - (id) nextObject { method
|
/external/clang/test/Rewriter/ |
D | rewrite-nest.m | 21 - nextObject { method
|
/external/antlr/antlr-3.4/runtime/ObjC/Framework/ |
D | ANTLRCommonTreeNodeStream.m | 115 id t = [it nextObject]; 119 if ( level==0 && hasNilRoot ) return [it nextObject]; // don't give last UP; get EOF 125 t = [it nextObject]; // t is now DOWN, so get first real node next 127 t = [it nextObject];
|
D | ArrayIterator.h | 67 - (id) nextObject;
|
D | ANTLRTreeIterator.h | 69 - (id) nextObject;
|
D | ArrayIterator.m | 126 peekObj = [self nextObject]; 131 - (NSObject *) nextObject
|
D | ANTLRTreeIterator.m | 134 -(id) nextObject 182 [array addObject:[self nextObject]];
|
D | ANTLRHashMap.h | 98 - (ANTLRMapElement *)nextObject;
|
D | ANTLRUnbufferedCommonTreeNodeStream.h | 110 - (id) nextObject;
|
D | ANTLRStreamEnumerator.m | 63 -(id) nextObject
|
D | ANTLRUnbufferedCommonTreeNodeStream.m | 313 lookaheadObject = [self nextObject]; 317 - (id) nextObject
|
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Headers/ |
D | ANTLRTreeIterator.h | 64 - (id) nextObject;
|
D | ANTLRHashMap.h | 101 - (ANTLRMapElement *)nextObject;
|
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/Current/Headers/ |
D | ANTLRTreeIterator.h | 64 - (id) nextObject;
|
D | ANTLRHashMap.h | 101 - (ANTLRMapElement *)nextObject;
|
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/A/Headers/ |
D | ANTLRTreeIterator.h | 64 - (id) nextObject;
|
D | ANTLRHashMap.h | 101 - (ANTLRMapElement *)nextObject;
|
/external/chromium_org/third_party/mozilla/ |
D | NSScreen+Utils.m | 50 while ( (screen = [screenEnum nextObject]) ) {
|
/external/chromium_org/third_party/WebKit/Source/platform/mac/ |
D | WebFontCache.mm | 113 while ((availableFamily = [e nextObject])) { 124 while ((availableFont = [availableFonts nextObject])) {
|