Home
last modified time | relevance | path

Searched defs:Private (Results 1 – 25 of 104) sorted by relevance

12345

/external/giflib/
Ddgif_lib.c76 GifFilePrivateType *Private; in DGifOpenFileHandle() local
160 GifFilePrivateType *Private; in DGifOpen() local
234 GifFilePrivateType *Private = (GifFilePrivateType *)GifFile->Private; in DGifGetScreenDesc() local
294 GifFilePrivateType *Private = (GifFilePrivateType *)GifFile->Private; in DGifGetRecordType() local
335 GifFilePrivateType *Private = (GifFilePrivateType *)GifFile->Private; in DGifGetImageDesc() local
435 GifFilePrivateType *Private = (GifFilePrivateType *) GifFile->Private; in DGifGetLine() local
475 GifFilePrivateType *Private = (GifFilePrivateType *) GifFile->Private; in DGifGetPixel() local
516 GifFilePrivateType *Private = (GifFilePrivateType *)GifFile->Private; in DGifGetExtension() local
542 GifFilePrivateType *Private = (GifFilePrivateType *)GifFile->Private; in DGifGetExtensionNext() local
617 GifFilePrivateType *Private; in DGifCloseFile() local
[all …]
Dgif_lib_private.h29 #define IS_READABLE(Private) (Private->FileState & FILE_STATE_READ) argument
30 #define IS_WRITEABLE(Private) (Private->FileState & FILE_STATE_WRITE) argument
/external/clang/test/CXX/temp/temp.spec/temp.explicit/
Dp12.cpp12 class Private {}; class in test1::A
33 class Private {}; // expected-note {{implicitly declared private here}} class in test2::A
/external/chromium_org/third_party/libjingle/source/talk/xmpp/
Dxmppclient.h155 class Private; variable
156 friend class Private; variable
/external/chromium_org/chrome/browser/ui/cocoa/
Durl_drop_target.mm21 @interface URLDropTargetHandler(Private) category
118 @implementation URLDropTargetHandler(Private) category
Dclickhold_button_cell.mm18 @interface ClickHoldButtonCell (Private) category
175 @implementation ClickHoldButtonCell (Private) category
Dmenu_button.mm11 @interface MenuButton (Private) category
101 @implementation MenuButton (Private) category
Dwindow_size_autosaver.mm20 @interface WindowSizeAutosaver (Private) category
Dexternal_protocol_dialog.mm32 @interface ExternalProtocolDialogController(Private) category
/external/qemu/distrib/sdl-1.2.15/src/video/symbian/
DSDL_epocevents_c.h52 #define Private _this->hidden macro
/external/chromium_org/content/browser/web_contents/
Dweb_drag_source_mac.mm96 @interface WebDragSource(Private) category
342 @implementation WebDragSource (Private) category
/external/clang/test/Index/
Dsubclass-comment.mm37 @interface SubSubClass (Private) category
/external/chromium_org/third_party/skia/experimental/PdfViewer/pdfparser/native/pdfapi/
DSkPdfApplicationDataDictionary_autogen.cpp23 SkPdfNativeObject* SkPdfApplicationDataDictionary::Private(SkPdfNativeDoc* doc) { in Private() function in SkPdfApplicationDataDictionary
/external/skia/experimental/PdfViewer/pdfparser/native/pdfapi/
DSkPdfApplicationDataDictionary_autogen.cpp23 SkPdfNativeObject* SkPdfApplicationDataDictionary::Private(SkPdfNativeDoc* doc) { in Private() function in SkPdfApplicationDataDictionary
/external/chromium_org/chrome/browser/ui/cocoa/bookmarks/
Dbookmark_bar_toolbar_view.mm23 @interface BookmarkBarToolbarView (Private) category
Dbookmark_context_menu_cocoa_controller.mm16 @interface BookmarkContextMenuCocoaController (Private) category
Dbookmark_button.mm44 @interface BookmarkButton(Private) category
421 @implementation BookmarkButton(Private) category
/external/llvm/include/llvm/IR/
DMangler.h31 Private, ///< Emit "private" prefix before each symbol. enumerator
/external/chromium_org/chrome/browser/ui/cocoa/autofill/
Dautofill_account_chooser.mm43 @interface AutofillAccountChooser (Private) category
/external/chromium_org/gin/
Darray_buffer.cc62 class ArrayBuffer::Private : public base::RefCounted<ArrayBuffer::Private> { class in gin::ArrayBuffer
98 ArrayBuffer::Private::Private(v8::Isolate* isolate, in Private() function in gin::ArrayBuffer::Private
/external/qemu/distrib/sdl-1.2.15/src/video/symbian/EKA2/
DSDL_epocvideo.h30 #define Private _this->hidden macro
/external/chromium_org/tools/gn/
Dvisibility_unittest.cc45 TEST(Visibility, Private) { in TEST() argument
/external/clang/test/SemaCXX/
Dcxx98-compat-flags.cpp13 struct Private { struct
/external/clang/test/CXX/dcl.decl/dcl.init/
Dp14-0x.cpp18 class Private { class
/external/chromium_org/tools/gyp/test/mac/framework/TestFramework/
DObjCVector.mm10 @interface ObjCVector (Private) category

12345