Searched defs:long (Results 26 - 49 of 49) sorted by relevance

12

/external/webkit/Source/WebCore/page/
H A DEventSource.cpp57 const unsigned long long EventSource::defaultReconnectDelay = 3000;
226 void EventSource::didFinishLoading(unsigned long, double) argument
327 unsigned long long retry = value.toUInt64(&ok);
/external/webkit/Source/WebKit/chromium/src/
H A DApplicationCacheHost.cpp137 void ApplicationCacheHost::mainResourceDataReceived(const char* data, int length, long long, bool) argument
H A DWorkerAsyncFileSystemChromium.cpp179 virtual void didCreateFileWriter(PassOwnPtr<AsyncFileWriter>, long long) argument
/external/chromium/webkit/glue/
H A Dmultipart_response_delegate_unittest.cc61 WebURLLoader*, unsigned long long, unsigned long long) {}
60 didSendData( WebURLLoader*, unsigned long long, unsigned long long) argument
/external/compiler-rt/BlocksRuntime/
H A Druntime.c51 static __inline bool OSAtomicCompareAndSwapLong(long oldl, long newl, long volatile *dst) {
53 long original = InterlockedCompareExchange(dst, newl, oldl);
72 static __inline bool OSAtomicCompareAndSwapLong(long oldl, long newl, long volatile *dst) {
103 static unsigned long int latching_incr_long(unsigned long int *where) {
105 unsigned long in
231 _Block_use_GC( void *(*alloc)(const unsigned long, const bool isOne, const bool isObject), void (*setHasRefcount)(const void *, const bool), void (*gc_assign)(void *, void **), void (*gc_assign_weak)(const void *, void *), void (*gc_memmove)(void *, void *, unsigned long)) argument
254 _Block_use_GC5( void *(*alloc)(const unsigned long, const bool isOne, const bool isObject), void (*setHasRefcount)(const void *, const bool), void (*gc_assign)(void *, void **), void (*gc_assign_weak)(const void *, void *)) argument
[all...]
/external/compiler-rt/lib/asan/
H A Dasan_interceptors.cc496 INTERCEPTOR(long, strtol, const char *nptr, // NOLINT
503 long result = REAL(strtol)(nptr, &real_endptr, base); // NOLINT
525 // parsed integer can't be stored in *long* type (even if it's
533 INTERCEPTOR(long, atol, const char *nptr) { // NOLINT
542 long result = REAL(strtol)(nptr, &real_endptr, 10); // NOLINT
549 INTERCEPTOR(long long, strtoll, const char *nptr, // NOLINT argument
556 long long result = REAL(strtoll)(nptr, &real_endptr, base); // NOLINT
570 INTERCEPTOR(long lon argument
[all...]
/external/libvorbis/doc/
H A D01-introduction.tex97 bitstream so long as the codec has been initialized/setup with the
296 \item decode window shape (long windows only)
341 \paragraph{Window shape decode (long windows only)} \label{vorbis:spec:window}
366 \captionof{figure}{overlap of a long and a short window}
369 In the unequal-sized window case, the window shape of the long window
373 legal for a decoder to use this method. However, in the case of a long
514 overlapped portions. When overlapping a short and long window, much of
/external/webkit/Source/WebCore/loader/appcache/
H A DApplicationCacheHost.cpp128 void ApplicationCacheHost::mainResourceDataReceived(const char*, int, long long, bool) argument
/external/webkit/Tools/WebKitTestRunner/
H A DTestController.cpp110 static unsigned long long exceededDatabaseQuota(WKPageRef, WKFrameRef, WKSecurityOriginRef, WKStringRef, WKStringRef, unsigned long long, unsigned long long, unsigned long long, const void*) argument
112 static const unsigned long long defaultQuot
[all...]
/external/clang/test/Preprocessor/
H A Dcxx_oper_keyword_ms_compat.cpp51 #define long macro
136 long
/external/icu4c/i18n/
H A DdecNumberLocal.h67 /* not use int or long directly. */
82 typedef long int LI; /* for printf arguments only */
88 #define long ?? /* .. or 'long' types are not used */ macro
/external/libogg/src/
H A Dbitwise.c27 static const unsigned long mask[]=
59 void oggpack_writetrunc(oggpack_buffer *b,long bits){
60 long bytes=bits>>3;
70 void oggpackB_writetrunc(oggpack_buffer *b,long bits){
71 long bytes=bits>>3;
82 void oggpack_write(oggpack_buffer *b,unsigned long value,int bits){
123 void oggpackB_write(oggpack_buffer *b,unsigned long value,int bits){
177 long bits,
179 unsigned long,
184 long byte
175 oggpack_writecopy_helper(oggpack_buffer *b, void *source, long bits, void (*w)(oggpack_buffer *, unsigned long, int), int msb) argument
[all...]
/external/stlport/stlport/stl/
H A D_bitset.h22 // A bitset of size N has N % (sizeof(unsigned long) * CHAR_BIT) unused
62 #define __BITS_PER_WORD (CHAR_BIT*sizeof(unsigned long))
108 typedef unsigned long _WordT;
114 _Base_bitset(unsigned long __val) {
197 unsigned long _M_do_to_ulong() const;
211 typedef unsigned long _WordT;
217 _Base_bitset(unsigned long __val) : _M_w(__val) {}
260 unsigned long _M_do_to_ulong() const { return _M_w; }
276 // typedef unsigned long _WordT;
333 static void _STLP_CALL _M_do_sanitize(unsigned long
338 _M_do_sanitize(unsigned long) argument
[all...]
/external/webkit/Source/WebKit/chromium/public/
H A DWebFrameClient.h79 virtual WebSharedWorker* createSharedWorker(WebFrame*, const WebURL&, const WebString&, unsigned long long) { return 0; } argument
299 virtual bool allowDatabase(WebFrame*, const WebString& name, const WebString& displayName, unsigned long estimatedSize) { return true; }
370 WebFrame*, WebFileSystem::Type, long long size,
397 unsigned long long newQuotaInBytes,
/external/webkit/Source/WebKit/wince/WebCoreSupport/
H A DFrameLoaderClientWinCE.cpp88 bool FrameLoaderClientWinCE::shouldUseCredentialStorage(DocumentLoader*, unsigned long) argument
94 void FrameLoaderClientWinCE::dispatchDidReceiveAuthenticationChallenge(DocumentLoader*, unsigned long, const AuthenticationChallenge&) argument
99 void FrameLoaderClientWinCE::dispatchDidCancelAuthenticationChallenge(DocumentLoader*, unsigned long, const AuthenticationChallenge&) argument
104 void FrameLoaderClientWinCE::dispatchWillSendRequest(DocumentLoader*, unsigned long, WebCore::ResourceRequest&, const WebCore::ResourceResponse&) argument
109 void FrameLoaderClientWinCE::assignIdentifierToInitialRequest(unsigned long, DocumentLoader*, const WebCore::ResourceRequest&) argument
136 void FrameLoaderClientWinCE::dispatchDidReceiveResponse(DocumentLoader*, unsigned long, const ResourceResponse& response) argument
179 void FrameLoaderClientWinCE::transferLoadingResourceFromPage(unsigned long, DocumentLoader*, const WebCore::ResourceRequest&, Page*) argument
498 void FrameLoaderClientWinCE::dispatchDidReceiveContentLength(DocumentLoader*, unsigned long, int) argument
503 void FrameLoaderClientWinCE::dispatchDidFinishLoading(DocumentLoader*, unsigned long) argument
508 void FrameLoaderClientWinCE::dispatchDidFailLoading(DocumentLoader*, unsigned long, cons argument
[all...]
/external/webkit/Source/WebKit/efl/WebCoreSupport/
H A DFrameLoaderClientEfl.cpp200 void FrameLoaderClientEfl::dispatchDidReceiveAuthenticationChallenge(DocumentLoader*, unsigned long identifier, const AuthenticationChallenge&)
205 void FrameLoaderClientEfl::dispatchDidCancelAuthenticationChallenge(DocumentLoader*, unsigned long identifier, const AuthenticationChallenge&)
210 void FrameLoaderClientEfl::dispatchWillSendRequest(DocumentLoader* loader, unsigned long identifier, ResourceRequest& coreRequest, const ResourceResponse& coreResponse)
231 bool FrameLoaderClientEfl::shouldUseCredentialStorage(DocumentLoader*, unsigned long) argument
237 void FrameLoaderClientEfl::assignIdentifierToInitialRequest(unsigned long identifier, DocumentLoader*, const ResourceRequest& coreRequest)
280 void FrameLoaderClientEfl::dispatchDidReceiveResponse(DocumentLoader*, unsigned long, const ResourceResponse& response) argument
352 void FrameLoaderClientEfl::transferLoadingResourceFromPage(unsigned long, DocumentLoader*, const ResourceRequest&, Page*) argument
718 void FrameLoaderClientEfl::dispatchDidReceiveContentLength(DocumentLoader*, unsigned long identifier, int dataLength)
723 void FrameLoaderClientEfl::dispatchDidFinishLoading(DocumentLoader*, unsigned long identifier)
728 void FrameLoaderClientEfl::dispatchDidFailLoading(DocumentLoader* loader, unsigned long identifie
739 dispatchDidLoadResourceByXMLHttpRequest(unsigned long, const String&) argument
[all...]
/external/webkit/Source/WebKit/gtk/WebCoreSupport/
H A DFrameLoaderClientGtk.cpp344 FrameLoaderClient::shouldUseCredentialStorage(WebCore::DocumentLoader*, unsigned long identifier)
350 void FrameLoaderClient::dispatchDidReceiveAuthenticationChallenge(WebCore::DocumentLoader*, unsigned long identifier, const AuthenticationChallenge&)
355 void FrameLoaderClient::dispatchDidCancelAuthenticationChallenge(WebCore::DocumentLoader*, unsigned long identifier, const AuthenticationChallenge&)
362 static char* toString(unsigned long identifier)
367 void FrameLoaderClient::dispatchWillSendRequest(WebCore::DocumentLoader* loader, unsigned long identifier, ResourceRequest& request, const ResourceResponse& redirectResponse)
402 void FrameLoaderClient::assignIdentifierToInitialRequest(unsigned long identifier, WebCore::DocumentLoader* loader, const ResourceRequest& request)
454 void FrameLoaderClient::dispatchDidReceiveResponse(WebCore::DocumentLoader* loader, unsigned long, const ResourceResponse& response) argument
691 void FrameLoaderClient::transferLoadingResourceFromPage(unsigned long identifier, WebCore::DocumentLoader* docLoader, const WebCore::ResourceRequest& request, WebCore::Page* oldPage)
1131 void FrameLoaderClient::dispatchDidReceiveContentLength(WebCore::DocumentLoader*, unsigned long identifier, int dataLength)
1136 void FrameLoaderClient::dispatchDidFinishLoading(WebCore::DocumentLoader* loader, unsigned long identifie
[all...]
/external/webkit/Source/WebKit/haiku/WebCoreSupport/
H A DFrameLoaderClientHaiku.cpp576 void FrameLoaderClientHaiku::assignIdentifierToInitialRequest(unsigned long identifier, DocumentLoader*,
582 void FrameLoaderClientHaiku::dispatchWillSendRequest(DocumentLoader*, unsigned long, ResourceRequest& request, argument
588 bool FrameLoaderClientHaiku::shouldUseCredentialStorage(DocumentLoader*, unsigned long) argument
595 unsigned long, const AuthenticationChallenge&)
601 unsigned long, const AuthenticationChallenge&)
606 void FrameLoaderClientHaiku::dispatchDidReceiveResponse(DocumentLoader* loader, unsigned long id,
615 unsigned long id, int length)
620 void FrameLoaderClientHaiku::dispatchDidFinishLoading(DocumentLoader*, unsigned long) argument
626 unsigned long, const ResourceError&)
753 void FrameLoaderClientHaiku::transferLoadingResourceFromPage(unsigned long, DocumentLoade argument
594 dispatchDidReceiveAuthenticationChallenge(DocumentLoader*, unsigned long, const AuthenticationChallenge&) argument
600 dispatchDidCancelAuthenticationChallenge(DocumentLoader*, unsigned long, const AuthenticationChallenge&) argument
625 dispatchDidFailLoading(DocumentLoader* loader, unsigned long, const ResourceError&) argument
[all...]
/external/webkit/Source/WebKit/wx/WebKitSupport/
H A DFrameLoaderClientWx.cpp701 void FrameLoaderClientWx::assignIdentifierToInitialRequest(unsigned long identifier, DocumentLoader*, const ResourceRequest&)
706 void FrameLoaderClientWx::dispatchWillSendRequest(DocumentLoader*, unsigned long, ResourceRequest& request, const ResourceResponse& response) argument
711 bool FrameLoaderClientWx::shouldUseCredentialStorage(DocumentLoader*, unsigned long) argument
717 void FrameLoaderClientWx::dispatchDidReceiveAuthenticationChallenge(DocumentLoader*, unsigned long, const AuthenticationChallenge&) argument
722 void FrameLoaderClientWx::dispatchDidCancelAuthenticationChallenge(DocumentLoader*, unsigned long, const AuthenticationChallenge&) argument
727 void FrameLoaderClientWx::dispatchDidReceiveResponse(DocumentLoader* loader, unsigned long id, const ResourceResponse& response)
734 void FrameLoaderClientWx::dispatchDidReceiveContentLength(DocumentLoader* loader, unsigned long id, int length)
739 void FrameLoaderClientWx::dispatchDidFinishLoading(DocumentLoader*, unsigned long) argument
744 void FrameLoaderClientWx::dispatchDidFailLoading(DocumentLoader* loader, unsigned long, const ResourceError&) argument
871 void FrameLoaderClientWx::transferLoadingResourceFromPage(unsigned long, DocumentLoade argument
[all...]
/external/webkit/Source/WebKit2/WebProcess/WebCoreSupport/
H A DWebFrameLoaderClient.cpp145 void WebFrameLoaderClient::assignIdentifierToInitialRequest(unsigned long identifier, DocumentLoader* loader, const ResourceRequest& request)
159 void WebFrameLoaderClient::dispatchWillSendRequest(DocumentLoader*, unsigned long identifier, ResourceRequest& request, const ResourceResponse& redirectResponse)
175 bool WebFrameLoaderClient::shouldUseCredentialStorage(DocumentLoader*, unsigned long identifier)
180 void WebFrameLoaderClient::dispatchDidReceiveAuthenticationChallenge(DocumentLoader*, unsigned long, const AuthenticationChallenge& challenge) argument
192 void WebFrameLoaderClient::dispatchDidCancelAuthenticationChallenge(DocumentLoader*, unsigned long identifier, const AuthenticationChallenge&)
198 bool WebFrameLoaderClient::canAuthenticateAgainstProtectionSpace(DocumentLoader*, unsigned long, const ProtectionSpace& protectionSpace) argument
215 void WebFrameLoaderClient::dispatchDidReceiveResponse(DocumentLoader*, unsigned long identifier, const ResourceResponse& response)
225 void WebFrameLoaderClient::dispatchDidReceiveContentLength(DocumentLoader*, unsigned long identifier, int dataLength)
235 void WebFrameLoaderClient::dispatchDidFinishLoading(DocumentLoader*, unsigned long identifier)
245 void WebFrameLoaderClient::dispatchDidFailLoading(DocumentLoader*, unsigned long identifie
1196 transferLoadingResourceFromPage(unsigned long, DocumentLoader*, const ResourceRequest&, Page*) argument
[all...]
/external/webkit/Source/WebKit/android/WebCoreSupport/
H A DFrameLoaderClientAndroid.cpp156 void FrameLoaderClientAndroid::assignIdentifierToInitialRequest(unsigned long id,
161 void FrameLoaderClientAndroid::dispatchWillSendRequest(DocumentLoader*, unsigned long id,
166 bool FrameLoaderClientAndroid::shouldUseCredentialStorage(DocumentLoader*, unsigned long identifier)
173 unsigned long id, const AuthenticationChallenge&) {
178 unsigned long id, const AuthenticationChallenge&) {
183 unsigned long id, const ResourceResponse&) {
188 unsigned long id, int lengthReceived) {
193 unsigned long id) {
198 unsigned long id, const ResourceError&) {
1301 void FrameLoaderClientAndroid::transferLoadingResourceFromPage(unsigned long, DocumentLoade argument
[all...]
/external/webkit/Source/WebKit/qt/WebCoreSupport/
H A DFrameLoaderClientQt.cpp94 static QMap<unsigned long, QString> dumpAssignedUrls;
991 // that long-running JavaScript will still allow setHtml() to be synchronous, while
1021 void FrameLoaderClientQt::assignIdentifierToInitialRequest(unsigned long identifier, WebCore::DocumentLoader*, const WebCore::ResourceRequest& request)
1027 void FrameLoaderClientQt::dispatchWillSendRequest(WebCore::DocumentLoader*, unsigned long identifier, WebCore::ResourceRequest& newRequest, const WebCore::ResourceResponse& redirectResponse)
1072 bool FrameLoaderClientQt::shouldUseCredentialStorage(DocumentLoader*, unsigned long) argument
1078 void FrameLoaderClientQt::dispatchDidReceiveAuthenticationChallenge(DocumentLoader*, unsigned long, const AuthenticationChallenge&) argument
1083 void FrameLoaderClientQt::dispatchDidCancelAuthenticationChallenge(DocumentLoader*, unsigned long, const AuthenticationChallenge&) argument
1088 void FrameLoaderClientQt::dispatchDidReceiveResponse(WebCore::DocumentLoader*, unsigned long identifier, const WebCore::ResourceResponse& response)
1104 void FrameLoaderClientQt::dispatchDidReceiveContentLength(WebCore::DocumentLoader*, unsigned long, int) argument
1108 void FrameLoaderClientQt::dispatchDidFinishLoading(WebCore::DocumentLoader*, unsigned long identifie
1342 transferLoadingResourceFromPage(unsigned long, DocumentLoader*, const ResourceRequest&, Page*) argument
[all...]
/external/qemu/
H A Dexec.c112 static unsigned long code_gen_buffer_size;
114 static unsigned long code_gen_buffer_max_size;
144 unsigned long flags;
168 unsigned long qemu_real_host_page_size;
169 unsigned long qemu_host_page_bits;
170 unsigned long qemu_host_page_size;
171 unsigned long qemu_host_page_mask;
213 static void map_exec(void *addr, long size)
221 static void map_exec(void *addr, long size)
223 unsigned long star
2141 walk_memory_regions(void *priv, int (*fn)(void *, unsigned long, unsigned long, unsigned long)) argument
[all...]
/external/webkit/Source/WebCore/loader/
H A DEmptyClients.h249 virtual void assignIdentifierToInitialRequest(unsigned long, DocumentLoader*, const ResourceRequest&) { } argument
250 virtual bool shouldUseCredentialStorage(DocumentLoader*, unsigned long) { return false; } argument
251 virtual void dispatchWillSendRequest(DocumentLoader*, unsigned long, ResourceRequest&, const ResourceResponse&) { } argument
252 virtual void dispatchDidReceiveAuthenticationChallenge(DocumentLoader*, unsigned long, const AuthenticationChallenge&) { } argument
253 virtual void dispatchDidCancelAuthenticationChallenge(DocumentLoader*, unsigned long, const AuthenticationChallenge&) { } argument
255 virtual bool canAuthenticateAgainstProtectionSpace(DocumentLoader*, unsigned long, const ProtectionSpace&) { return false; } argument
257 virtual void dispatchDidReceiveResponse(DocumentLoader*, unsigned long, const ResourceResponse&) { } argument
258 virtual void dispatchDidReceiveContentLength(DocumentLoader*, unsigned long, int) { } argument
259 virtual void dispatchDidFinishLoading(DocumentLoader*, unsigned long) { } argument
260 virtual void dispatchDidFailLoading(DocumentLoader*, unsigned long, cons argument
369 transferLoadingResourceFromPage(unsigned long, DocumentLoader*, const ResourceRequest&, Page*) argument
401 willCacheResponse(DocumentLoader*, unsigned long, NSCachedURLResponse* response) const argument
404 shouldCacheResponse(DocumentLoader*, unsigned long, const ResourceResponse&, const unsigned char*, unsigned long long) argument
[all...]

Completed in 1909 milliseconds

12