/external/bluetooth/glib/docs/reference/glib/tmpl/ |
memory_slices.sgml | 38 sizes, g_slice_new() and g_slice_alloc() will automatically delegate to the
|
/external/bluetooth/glib/docs/reference/gobject/ |
tut_intro.xml | 130 linked with the interpreter which allows Python programs to call Python functions which delegate work to
|
tut_howto.xml | 645 These class functions are often used to delegate part of the job 662 * cannot be implemented here. So, we delegate its implementation [all...] |
/external/icu4c/i18n/ |
strrepl.cpp | 177 // Delegate output generation to replacer object
|
/external/webkit/WebKit/chromium/src/ |
FrameLoaderClientImpl.cpp | 313 // Intended to pass through to a method on the resource load delegate. 562 // some events for our delegate. 721 // delegate. See http://b/907789 for details. FIXME: This means the [all...] |
FrameLoaderClientImpl.h | 59 // Notifies the WebView delegate that the JS window object has been cleared,
|
/external/webkit/WebKit/mac/WebView/ |
WebResourceLoadDelegate.h | 91 @discussion If you do not implement this delegate method, WebKit will handle authentication
|
/external/webkit/WebKit/win/Interfaces/ |
IWebFrame.idl | 139 three delegate methods then the back/forward list will be maintained appropriately.
|
IWebResourceLoadDelegate.idl | 103 @discussion If you do not implement this delegate method, WebKit will handle authentication
|
/external/webkit/WebKit/win/ |
WebFrame.h | 180 /* [in] */ IWebIconFetcherDelegate *delegate,
|
WebFrame.cpp | 941 /* [in] */ IWebIconFetcherDelegate *delegate, 949 if (!delegate) 956 *result = WebIconFetcher::fetchApplicationIcon(coreFrame, delegate); [all...] |
/packages/apps/Phone/src/com/android/phone/ |
FdnSetting.java | 81 * Delegate to the respective handlers.
|
NetworkSetting.java | 364 // delegate query request to the service.
|
/external/webkit/WebKit/mac/ |
ChangeLog-2010-01-29 | 34 passed to the delegate function, that creates a new one. 718 Ditto; pass them when making the delegate call. [all...] |
ChangeLog-2002-12-03 | [all...] |
/external/guava/javadoc/com/google/common/collect/class-use/ |
ListMultimap.html | 191 <TD><CODE><B>Multimaps.</B><B><A HREF="../../../../../com/google/common/collect/Multimaps.html#unmodifiableListMultimap(com.google.common.collect.ListMultimap)">unmodifiableListMultimap</A></B>(<A HREF="../../../../../com/google/common/collect/ListMultimap.html" title="interface in com.google.common.collect">ListMultimap</A><K,V> delegate)</CODE> 230 <TD><CODE><B>Multimaps.</B><B><A HREF="../../../../../com/google/common/collect/Multimaps.html#unmodifiableListMultimap(com.google.common.collect.ListMultimap)">unmodifiableListMultimap</A></B>(<A HREF="../../../../../com/google/common/collect/ListMultimap.html" title="interface in com.google.common.collect">ListMultimap</A><K,V> delegate)</CODE>
|
SortedSetMultimap.html | 174 <TD><CODE><B>Multimaps.</B><B><A HREF="../../../../../com/google/common/collect/Multimaps.html#unmodifiableSortedSetMultimap(com.google.common.collect.SortedSetMultimap)">unmodifiableSortedSetMultimap</A></B>(<A HREF="../../../../../com/google/common/collect/SortedSetMultimap.html" title="interface in com.google.common.collect">SortedSetMultimap</A><K,V> delegate)</CODE> 213 <TD><CODE><B>Multimaps.</B><B><A HREF="../../../../../com/google/common/collect/Multimaps.html#unmodifiableSortedSetMultimap(com.google.common.collect.SortedSetMultimap)">unmodifiableSortedSetMultimap</A></B>(<A HREF="../../../../../com/google/common/collect/SortedSetMultimap.html" title="interface in com.google.common.collect">SortedSetMultimap</A><K,V> delegate)</CODE>
|
Multimap.html | 265 <TD><CODE><B>ForwardingMultimap.</B><B><A HREF="../../../../../com/google/common/collect/ForwardingMultimap.html#delegate()">delegate</A></B>()</CODE> 312 <TD><CODE><B>Multimaps.</B><B><A HREF="../../../../../com/google/common/collect/Multimaps.html#unmodifiableMultimap(com.google.common.collect.Multimap)">unmodifiableMultimap</A></B>(<A HREF="../../../../../com/google/common/collect/Multimap.html" title="interface in com.google.common.collect">Multimap</A><K,V> delegate)</CODE> [all...] |
/external/libxml2/ |
catalog.c | 478 fprintf(out, "DELEGATE "); break; [all...] |
/external/webkit/WebCore/platform/network/cf/ |
ResourceHandleCFNet.cpp | 369 // Credentials for ftp can only be passed in URL, the didReceiveAuthenticationChallenge delegate call won't be made. 744 // Credentials for ftp can only be passed in URL, the didReceiveAuthenticationChallenge delegate call won't be made. [all...] |
/external/guava/javadoc/com/google/common/util/concurrent/class-use/ |
ListenableFuture.html | 177 <TD><CODE><B>AbstractCheckedFuture.</B><B><A HREF="../../../../../../com/google/common/util/concurrent/AbstractCheckedFuture.html#delegate">delegate</A></B></CODE> 180 The delegate, used to pass along all our methods.</TD> 437 <TD><CODE><B><A HREF="../../../../../../com/google/common/util/concurrent/AbstractCheckedFuture.html#AbstractCheckedFuture(com.google.common.util.concurrent.ListenableFuture)">AbstractCheckedFuture</A></B>(<A HREF="../../../../../../com/google/common/util/concurrent/ListenableFuture.html" title="interface in com.google.common.util.concurrent">ListenableFuture</A><<A HREF="../../../../../../com/google/common/util/concurrent/AbstractCheckedFuture.html" title="type parameter in AbstractCheckedFuture">V</A>> delegate)</CODE> 440 Constructs an <code>AbstractCheckedFuture</code> that wraps a delegate.</TD> [all...] |
/external/bluetooth/glib/glib/ |
gslice.c | 823 else /* delegate to system malloc */ 882 else /* delegate to system malloc */ [all...] |
/external/v8/src/ |
builtins.cc | 886 // called as a constructor the delegate call is not a construct call. 946 // Handle calls to non-function objects created through the API. This delegate 953 // Handle calls to non-function objects created through the API. This delegate [all...] |
/dalvik/libcore/crypto/src/main/java/javax/crypto/ |
Mac.java | 59 * the implementation delegate.
|
/dalvik/libcore/x-net/src/main/java/org/apache/harmony/xnet/provider/jsse/ |
OpenSSLSessionImpl.java | 320 * context consists of (1) a possible delegate, (2) a provider and (3) a
|