/external/iproute2/tc/ |
m_pedit.h | 50 extern int parse_cmd(int *argc_p, char ***argv_p, __u32 len, int type,__u32 retain,struct tc_pedit_sel *sel,struct tc_pedit_key *tkey); 52 extern int pack_key32(__u32 retain,struct tc_pedit_sel *sel,struct tc_pedit_key *tkey); 53 extern int pack_key16(__u32 retain,struct tc_pedit_sel *sel,struct tc_pedit_key *tkey); 54 extern int pack_key8(__u32 retain,struct tc_pedit_sel *sel,struct tc_pedit_key *tkey); 56 extern int parse_cmd(int *argc_p, char ***argv_p, __u32 len, int type,__u32 retain,struct tc_pedit_sel *sel,struct tc_pedit_key *tkey);
|
m_pedit.c | 47 "\t\tCMD:= clear | invert | set <setval>| retain\n " 146 pack_key32(__u32 retain,struct tc_pedit_sel *sel,struct tc_pedit_key *tkey) 154 tkey->val = htonl(tkey->val & retain); 155 tkey->mask = htonl(tkey->mask | ~retain); 162 pack_key16(__u32 retain,struct tc_pedit_sel *sel,struct tc_pedit_key *tkey) 192 retain <<= stride; 194 tkey->mask = retain|m[ind]; 205 pack_key8(__u32 retain,struct tc_pedit_sel *sel,struct tc_pedit_key *tkey) 227 retain <<= stride; 228 tkey->mask = retain|m[ind] 341 __u32 len, retain; local [all...] |
/external/webkit/WebKit/mac/WebView/ |
WebVideoFullscreenController.h | 7 * 1. Redistributions of source code must retain the above copyright 40 RefPtr<WebCore::HTMLMediaElement> _mediaElement; // (retain) 43 NSWindow *_backgroundFullscreenWindow; // (retain) 44 WebVideoFullscreenHUDWindowController *_hudController; // (retain) 46 WebWindowFadeAnimation *_fadeAnimation; // (retain)
|
WebNavigationData.mm | 7 * 1. Redistributions of source code must retain the above copyright 62 _private->url = [url retain]; 63 _private->title = [title retain]; 64 _private->originalRequest = [request retain]; 65 _private->response = [response retain]; 67 _private->clientRedirectSource = [redirectSource retain];
|
WebArchive.mm | 8 * 1. Redistributions of source code must retain the above copyright 160 _private->cachedMainResource = [mainResource retain]; 167 _private->cachedSubresources = [subresources retain]; 174 _private->cachedSubframeArchives = [subframeArchives retain]; 242 mainResource = [object retain]; 245 subresources = [object retain]; 248 subframeArchives = [object retain]; 272 return [self retain]; 292 return [[_private->cachedMainResource retain] autorelease]; 325 return [_private->cachedSubresources count] ? [[_private->cachedSubresources retain] autorelease] : nil [all...] |
/external/webkit/WebCore/bindings/objc/ |
PublicDOMInterfaces.h | 7 // 1. Redistributions of source code must retain the above copyright 37 @property(readonly, retain) DOMElement *ownerElement; 38 @property(readonly, retain) DOMCSSStyleDeclaration *style AVAILABLE_WEBKIT_VERSION_3_0_AND_LATER; 74 @property(readonly, retain) DOMDocument *document; 78 @property(readonly, retain) DOMDocumentType *doctype; 79 @property(readonly, retain) DOMImplementation *implementation; 80 @property(readonly, retain) DOMElement *documentElement; 81 @property(readonly, retain) DOMAbstractView *defaultView; 82 @property(readonly, retain) DOMStyleSheetList *styleSheets; 83 @property(readonly, retain) DOMHTMLCollection *images [all...] |
/external/webkit/WebCore/platform/mac/ |
FoundationExtras.h | 7 * 1. Redistributions of source code must retain the above copyright 32 // -[NSObject retain] and -[NSObject release] if you want to store 48 // this function first increments the CF retain count, and then 49 // decrements the NS retain count. This is needed to handle cases where 50 // -retain/-release aren't equivalent to CFRetain/HardRelease, such as
|
/external/webkit/WebKit/mac/Plugins/ |
WebPluginRequest.m | 8 * 1. Redistributions of source code must retain the above copyright 39 _request = [request retain]; 40 _frameName = [frameName retain];
|
WebNullPluginView.mm | 8 * 1. Redistributions of source code must retain the above copyright 53 error = [err retain]; 55 element = [elem retain];
|
/external/webkit/WebCore/loader/icon/ |
PageURLRecord.h | 8 * 1. Redistributions of source code must retain the above copyright 66 // Returns false if the page wasn't retained beforehand, true if the retain count was already 1 or higher 67 inline bool retain() { return m_retainCount++; } function in class:WebCore::PageURLRecord 69 // Returns true if the page is still retained after the call. False if the retain count just dropped to 0
|
/external/webkit/WebKit/mac/Misc/ |
WebIconDatabase.h | 8 * 1. Redistributions of source code must retain the above copyright 58 Every icon in the database has a retain count. If an icon has a retain count greater than 0, it will be written to disk for later use. If an icon's retain count equals zero it will be removed from disk. The retain count is not persistent across launches. If the WebKit client wishes to retain an icon it should retain the icon once for every launch. This is best done at initialization time before the database begins removing icons. To make sure that the database does not remove unretained icons prematurely, call delayDatabaseCleanup until all desired icons are retained. Once all are retained, call allowDatabaseCleanup. 113 @abstract Increments the retain count of the icon. 120 @abstract Decrements the retain count of the icon.
|
/external/webkit/WebKit/win/Interfaces/ |
IWebIconDatabase.idl | 7 * 1. Redistributions of source code must retain the above copyright 47 Every icon in the database has a retain count. If an icon has a retain count greater than 0, it will be written to disk for later use. If an icon's retain count equals zero it will be removed from disk. The retain count is not persistent across launches. If the WebKit client wishes to retain an icon it should retain the icon once for every launch. This is best done at initialization time before the database begins removing icons. To make sure that the database does not remove unretained icons prematurely, call delayDatabaseCleanup until all desired icons are retained. Once all are retained, call allowDatabaseCleanup. 105 @abstract Increments the retain count of the icon. 113 @abstract Decrements the retain count of the icon.
|
/external/webkit/WebKitTools/DumpRenderTree/mac/ |
DumpRenderTreeDraggingInfo.mm | 8 * 1. Redistributions of source code must retain the above copyright 40 draggedImage = [anImage retain]; 41 draggingPasteboard = [pboard retain]; 42 draggingSource = [source retain];
|
/bionic/libc/unistd/ |
pread.c | 8 * * Redistributions of source code must retain the above copyright 15 * * Redistributions of source code must retain the above copyright
|
/external/ppp/pppd/ |
chap-md5.h | 10 * 1. Redistributions of source code must retain the above copyright 17 * 3. Redistributions of any form whatsoever must retain the following
|
/external/webkit/WebCore/page/mac/ |
WebCoreViewFactory.m | 7 * 1. Redistributions of source code must retain the above copyright 43 sharedFactory = [self retain];
|
/external/webkit/WebKit/android/jni/ |
WebCoreRefObject.h | 7 * * Redistributions of source code must retain the above copyright 33 static inline WebCoreRefObject* Retain(WebCoreRefObject* obj)
|
/external/chromium/base/ |
nsimage_cache_mac.h | 23 // - The caller should retain the image if they want to keep it around, as
|
/external/expat/lib/ |
amigaconfig.h | 22 /* Define to specify how much context to retain around the current parse
|
/external/libpcap/ |
LICENSE | 7 1. Redistributions of source code must retain the above copyright
|
NOTICE | 7 1. Redistributions of source code must retain the above copyright
|
/external/tcpdump/ |
LICENSE | 7 1. Redistributions of source code must retain the above copyright
|
NOTICE | 7 1. Redistributions of source code must retain the above copyright
|
bgp.h | 5 * distributions retain the above copyright notice and this paragraph
|
gmpls.h | 5 * distributions retain the above copyright notice and this paragraph
|