Home
last modified time | relevance | path

Searched refs:nextObject (Results 1 – 25 of 35) sorted by relevance

12

/external/skia/experimental/PdfViewer/pdfparser/native/
DSkPdfNativeDoc.cpp170 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 …]
DSkPdfNativeTokenizer.cpp104 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()
DSkPdfNativeTokenizer.h196 const unsigned char* nextObject(const unsigned char* start, const unsigned char* end,
/external/clang/test/SemaObjC/
Didiomatic-parentheses.m14 - (id) nextObject; method
46 while (cur = [coll nextObject]) {
50 - (id) nextObject { method
/external/icu/icu4j/main/tests/framework/src/com/ibm/icu/dev/util/
DCollectionUtilities.java496 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/
DANTLRCommonTreeNodeStream.m115 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];
DArrayIterator.h67 - (id) nextObject;
DANTLRTreeIterator.h69 - (id) nextObject;
DArrayIterator.m126 peekObj = [self nextObject];
131 - (NSObject *) nextObject
DANTLRTreeIterator.m134 -(id) nextObject
182 [array addObject:[self nextObject]];
DANTLRHashMap.h98 - (ANTLRMapElement *)nextObject;
DANTLRUnbufferedCommonTreeNodeStream.h110 - (id) nextObject;
DANTLRStreamEnumerator.m63 -(id) nextObject
DANTLRUnbufferedCommonTreeNodeStream.m313 lookaheadObject = [self nextObject];
317 - (id) nextObject
/external/clang/test/Rewriter/
Drewrite-nest.m21 - nextObject { method
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/A/Headers/
DANTLRTreeIterator.h64 - (id) nextObject;
DANTLRHashMap.h101 - (ANTLRMapElement *)nextObject;
DANTLRHashMap.m513 - (ANTLRMapElement *)nextObject
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Headers/
DANTLRTreeIterator.h64 - (id) nextObject;
DANTLRHashMap.h101 - (ANTLRMapElement *)nextObject;
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/Current/Headers/
DANTLRTreeIterator.h64 - (id) nextObject;
DANTLRHashMap.h101 - (ANTLRMapElement *)nextObject;
/external/google-breakpad/src/common/mac/
DGTMDefines.h419 (element = [_ ## element ## _enum nextObject]) != nil; )
/external/google-breakpad/src/client/mac/sender/
Duploader.mm217 while (NSString *key = [it nextObject]) {
459 while ((key = [enumerator nextObject])) {
480 while ((key = [enumerator nextObject])) {
/external/google-breakpad/src/tools/mac/crash_report/
Don_demand_symbol_supplier.mm74 while ((fileName = [dirEnum nextObject])) {

12