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

1 2

  /external/giflib/
dgif_lib.c 47 (((GifFilePrivateType*)_gif->Private)->Read ? \
48 ((GifFilePrivateType*)_gif->Private)->Read(_gif,_buf,_len) : \
49 fread(_buf,1,_len,((GifFilePrivateType*)_gif->Private)->File))
94 GifFilePrivateType *Private;
106 Private = (GifFilePrivateType *)malloc(sizeof(GifFilePrivateType));
107 if (Private == NULL) {
124 GifFile->Private = (VoidPtr)Private;
125 Private->FileHandle = FileHandle;
126 Private->File = f
    [all...]
gif_lib_private.h 30 #define IS_READABLE(Private) (Private->FileState & FILE_STATE_READ)
31 #define IS_WRITEABLE(Private) (Private->FileState & FILE_STATE_WRITE)
gif_lib.h 93 VoidPtr Private; /* Don't mess with this! */
  /external/qemu/distrib/sdl-1.2.12/src/video/epoc/
SDL_epocvideo.cpp 195 error = Private->EPOC_WsSession.Connect();
197 Private->EPOC_WsScreen=new(ELeave) CWsScreenDevice(Private->EPOC_WsSession);
198 User::LeaveIfError(Private->EPOC_WsScreen->Construct());
199 User::LeaveIfError(Private->EPOC_WsScreen->CreateContext(Private->EPOC_WindowGc));
201 Private->EPOC_WsWindowGroup=RWindowGroup(Private->EPOC_WsSession);
202 User::LeaveIfError(Private->EPOC_WsWindowGroup.Construct(WindowClientHandle));
203 Private->EPOC_WsWindowGroup.SetOrdinalPosition(0)
    [all...]
SDL_epocevents.cpp 72 if (Private->EPOC_ShrinkedHeight) {
123 //Private->EPOC_IsWindowFocused = ETrue;
131 //Private->EPOC_IsWindowFocused = EFalse;
136 Private->EPOC_WsSession.EventReady(&Private->EPOC_WsEventStatus);
137 User::WaitForRequest(Private->EPOC_WsEventStatus);
138 Private->EPOC_WsSession.GetEvent(Private->EPOC_WsEvent);
139 TInt eventType = Private->EPOC_WsEvent.Type();
140 Private->EPOC_WsEventStatus = KRequestPending
    [all...]
SDL_epocvideo.h 45 #define Private _this->hidden
49 /* Private display data */
  /external/webkit/JavaScriptCore/runtime/
Tracing.d 37 #pragma D attributes Private/Private/Unknown provider JavaScriptCore module
38 #pragma D attributes Private/Private/Unknown provider JavaScriptCore function
  /external/webkit/WebCore/platform/text/
RegularExpression.h 46 private:
47 class Private;
48 RefPtr<Private> d;
RegularExpression.cpp 35 class RegularExpression::Private : public RefCounted<RegularExpression::Private> {
37 static PassRefPtr<Private> create(const String& pattern, TextCaseSensitivity);
38 ~Private();
43 private:
44 Private(const String& pattern, TextCaseSensitivity);
50 inline JSRegExp* RegularExpression::Private::compile(const String& pattern, TextCaseSensitivity caseSensitivity)
61 inline RegularExpression::Private::Private(const String& pattern, TextCaseSensitivity caseSensitivity)
67 inline PassRefPtr<RegularExpression::Private> RegularExpression::Private::create(const String& pattern, TextCaseSensitivity caseSensitivity
    [all...]
  /external/webkit/WebCore/dom/
ContainerNodeAlgorithms.h 31 namespace Private {
47 Private::addChildNodesToDeletionQueue<GenericNode, GenericNodeContainer>(head, tail, container);
62 Private::addChildNodesToDeletionQueue<GenericNode, GenericNodeContainer>(head, tail, static_cast<GenericNodeContainer*>(n));
84 namespace Private {
ContainerNode.h 34 namespace Private {
88 friend void Private::addChildNodesToDeletionQueue(GenericNode*& head, GenericNode*& tail, GenericNodeContainer* container);
93 private:
  /external/webkit/WebCore/svg/
SVGElementInstance.h 30 namespace Private {
119 private:
137 friend void Private::addChildNodesToDeletionQueue(GenericNode*& head, GenericNode*& tail, GenericNodeContainer* container);
  /external/webkit/WebCore/bindings/objc/
WebScriptObjectPrivate.h 48 @interface WebScriptObject (Private)
  /external/webkit/WebCore/bridge/qt/
qt_class.cpp 87 if (m.access() != QMetaMethod::Private) {
98 if (m.access() == QMetaMethod::Private)
qt_instance.cpp 69 private:
230 if (method.access() != QMetaMethod::Private) {
266 if (m.access() != QMetaMethod::Private
  /external/expat/bcb5/
elements.mak 67 Private=0
expat.mak 68 Private=0
expat_static.mak 68 Private=0
expatw.mak 68 Private=0
expatw_static.mak 69 Private=0
outline.mak 67 Private=0
xmlwf.mak 68 Private=0
  /external/qemu/distrib/sdl-1.2.12/src/cdrom/macosx/
CDPlayer.c 536 #pragma mark -- Private Functions --
  /prebuilt/linux-x86/toolchain/i686-unknown-linux-gnu-4.2.1/lib/gcc/i686-unknown-linux-gnu/4.2.1/include/xorg/
xf86str.h 181 INT32 * Private;
345 * These are the private bus types. New types can be added here. Types
749 typedef void (*EntityProc)(int entityIndex,pointer private);
921 pointer driverPrivate; /* Driver private area */
929 /* Some of these may be moved out of here into the driver private area */
    [all...]
  /external/tcpdump/
print-snmp.c 168 * Private ASN.1 types
171 const char *Private[] = {
224 * Ties together the preceding Universal, Application, Context, and Private
239 defineCLASS(Private),
240 #define PRIVATE 3
279 * private enterprises tree, and the experimental tree.
291 /* .iso.org.dod.internet.private.enterprises */
    [all...]

Completed in 333 milliseconds

1 2