HomeSort by relevance Sort by last modified time
    Searched refs:nextObject (Results 1 - 25 of 52) sorted by null

1 2 3

  /external/chromium_org/third_party/mozilla/
NSScreen+Utils.m 50 while ( (screen = [screenEnum nextObject]) ) {
  /external/chromium_org/third_party/skia/experimental/PdfViewer/pdfparser/native/
SkPdfNativeDoc.cpp 170 current = nextObject(current, end, &token, NULL, NULL);
175 current = nextObject(current, end, &token, NULL, NULL);
180 current = nextObject(current, end, &token, NULL, NULL);
195 current = nextObject(current, end, obj, fAllocator, this);
205 current = nextObject(current, end, &token, NULL, NULL); // ignore startxref
244 const unsigned char* current = nextObject(xrefStart, trailerEnd, &xref, NULL, NULL);
256 current = nextObject(current, trailerEnd, &token, NULL, NULL);
265 current = nextObject(current, trailerEnd, &token, NULL, NULL);
277 current = nextObject(current, trailerEnd, &token, NULL, NULL);
287 current = nextObject(current, trailerEnd, &token, NULL, NULL)
    [all...]
SkPdfNativeTokenizer.h 196 const unsigned char* nextObject(const unsigned char* start, const unsigned char* end,
SkPdfNativeTokenizer.cpp 104 start = nextObject(start, end, newObj, allocator, doc);
708 start = nextObject(start, end, value, allocator, doc);
716 start = nextObject(start, end, &generation, allocator, doc);
719 start = nextObject(start, end, &keywordR, allocator, doc);
770 const unsigned char* nextObject(const unsigned char* start, const unsigned char* end,
949 fUncompressedStream = nextObject(fUncompressedStream, fUncompressedStreamEnd, &obj, fAllocator, fDoc);
    [all...]
  /external/skia/experimental/PdfViewer/pdfparser/native/
SkPdfNativeDoc.cpp 170 current = nextObject(current, end, &token, NULL, NULL);
175 current = nextObject(current, end, &token, NULL, NULL);
180 current = nextObject(current, end, &token, NULL, NULL);
195 current = nextObject(current, end, obj, fAllocator, this);
205 current = nextObject(current, end, &token, NULL, NULL); // ignore startxref
244 const unsigned char* current = nextObject(xrefStart, trailerEnd, &xref, NULL, NULL);
256 current = nextObject(current, trailerEnd, &token, NULL, NULL);
265 current = nextObject(current, trailerEnd, &token, NULL, NULL);
277 current = nextObject(current, trailerEnd, &token, NULL, NULL);
287 current = nextObject(current, trailerEnd, &token, NULL, NULL)
    [all...]
SkPdfNativeTokenizer.h 196 const unsigned char* nextObject(const unsigned char* start, const unsigned char* end,
SkPdfNativeTokenizer.cpp 104 start = nextObject(start, end, newObj, allocator, doc);
708 start = nextObject(start, end, value, allocator, doc);
716 start = nextObject(start, end, &generation, allocator, doc);
719 start = nextObject(start, end, &keywordR, allocator, doc);
770 const unsigned char* nextObject(const unsigned char* start, const unsigned char* end,
949 fUncompressedStream = nextObject(fUncompressedStream, fUncompressedStreamEnd, &obj, fAllocator, fDoc);
    [all...]
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/
ArrayIterator.h 67 - (id) nextObject;
ANTLRTreeIterator.h 69 - (id) nextObject;
ArrayIterator.m 126 peekObj = [self nextObject];
131 - (NSObject *) nextObject
ANTLRHashMap.h 98 - (ANTLRMapElement *)nextObject;
ANTLRUnbufferedCommonTreeNodeStream.h 110 - (id) nextObject;
  /external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Headers/
ANTLRTreeIterator.h 64 - (id) nextObject;
ANTLRHashMap.h 101 - (ANTLRMapElement *)nextObject;
  /external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/A/Headers/
ANTLRTreeIterator.h 64 - (id) nextObject;
ANTLRHashMap.h 101 - (ANTLRMapElement *)nextObject;
  /external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/Current/Headers/
ANTLRTreeIterator.h 64 - (id) nextObject;
ANTLRHashMap.h 101 - (ANTLRMapElement *)nextObject;
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/
SimTlv.java 48 public boolean nextObject() {
UsimPhoneBookManager.java 412 } while (tlv.nextObject());
445 } while(tlv.nextObject());
  /external/chromium_org/third_party/WebKit/Source/platform/mac/
WebFontCache.mm 113 while ((availableFamily = [e nextObject])) {
124 while ((availableFont = [availableFonts nextObject])) {
  /packages/apps/ContactsCommon/src/com/android/contacts/common/model/
RawContactDeltaList.java 86 Object nextObject = iterator.next();
87 final RawContact before = nextObject instanceof Entity
88 ? RawContact.createFrom((Entity) nextObject)
89 : (RawContact) nextObject;
  /development/apps/OBJViewer/com/android/objviewer/
OBJViewer.java 133 OBJViewer.nextObject();
292 public static void nextObject() {
  /external/qemu/distrib/sdl-1.2.15/Xcode/TemplatesForXcodeLeopard/SDL Application/
SDLMain.m 114 while ((menuItem = [enumerator nextObject]))
  /external/qemu/distrib/sdl-1.2.15/Xcode/TemplatesForXcodeLeopard/SDL Cocoa Application/
SDLMain.m 114 while ((menuItem = [enumerator nextObject]))

Completed in 2103 milliseconds

1 2 3