/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/clang/test/SemaObjC/ |
D | idiomatic-parentheses.m | 14 - (id) nextObject; method 46 while (cur = [coll nextObject]) { 50 - (id) nextObject { method
|
/external/icu/icu4j/main/tests/framework/src/com/ibm/icu/dev/util/ |
D | CollectionUtilities.java | 496 private Object nextObject = EMPTY; field in CollectionUtilities.FilteredIterator 505 Object result = nextObject; in next() 506 nextObject = EMPTY; in next() 510 if (nextObject == DONE) return false; in hasNext() 511 if (nextObject != EMPTY) return true; in hasNext() 513 nextObject = baseIterator.next(); in hasNext() 514 if (isIncluded(nextObject)) { in hasNext() 518 nextObject = DONE; in hasNext()
|
/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/clang/test/Rewriter/ |
D | rewrite-nest.m | 21 - nextObject { method
|
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/A/Headers/ |
D | ANTLRTreeIterator.h | 64 - (id) nextObject;
|
D | ANTLRHashMap.h | 101 - (ANTLRMapElement *)nextObject;
|
D | ANTLRHashMap.m | 513 - (ANTLRMapElement *)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/google-breakpad/src/common/mac/ |
D | GTMDefines.h | 419 (element = [_ ## element ## _enum nextObject]) != nil; )
|
/external/google-breakpad/src/client/mac/sender/ |
D | uploader.mm | 217 while (NSString *key = [it nextObject]) { 459 while ((key = [enumerator nextObject])) { 480 while ((key = [enumerator nextObject])) {
|
/external/google-breakpad/src/tools/mac/crash_report/ |
D | on_demand_symbol_supplier.mm | 74 while ((fileName = [dirEnum nextObject])) {
|