| /external/chromium/chrome/browser/ssl/ |
| ssl_blocking_page.cc | 45 SSLBlockingPage::SSLBlockingPage(SSLCertErrorHandler* handler, 48 : InterstitialPage(handler->GetTabContents(), true, handler->request_url()), 49 handler_(handler),
|
| ssl_client_auth_handler.h | 37 // Invoked when the request associated with this handler is cancelled. 51 // Returns the SSLCertRequestInfo for this handler. 76 SSLClientAuthHandler* handler);
|
| /external/chromium/chrome/browser/ui/login/ |
| login_prompt_mac.h | 24 - (id)initWithLoginHandler:(LoginHandlerMac*)handler;
|
| /external/chromium/chrome/browser/ui/webui/options/ |
| options_ui.h | 23 // The base class handler of Javascript messages of options pages. 30 // Is this handler enabled? 100 // Adds OptionsPageUiHandler to the handlers list if handler is enabled. 102 OptionsPageUIHandler* handler);
|
| /external/chromium/net/http/ |
| http_auth_handler_mock.cc | 146 HttpAuthHandler* handler, HttpAuth::Target target) { 148 handlers_[target].reset(handler); 158 scoped_ptr<HttpAuthHandler>* handler) { 165 handler->swap(tmp_handler);
|
| http_auth_handler_basic.cc | 100 scoped_ptr<HttpAuthHandler>* handler) { 106 handler->swap(tmp_handler);
|
| /external/chromium/third_party/libjingle/source/talk/base/ |
| messagequeue.h | 58 void Clear(MessageHandler *handler); 128 inline bool Match(MessageHandler* handler, uint32 id) const { 129 return (handler == NULL || handler == phandler)
|
| /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/src/org/eclipse/releng/generators/ |
| VersionTrackerTask.java | 82 private void parse (DefaultHandler handler){ 84 parse(allElements.elementAt(i).toString(), handler); local 88 public void parse(String xmlFile,DefaultHandler handler){ 90 parser.parse(xmlFile,handler); 99 // Start Element Event Handler 122 // Start Element Event Handler
|
| /external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/utils/binding/editors/controls/ |
| AbstractControlActionsManager.java | 115 * @returns the global handler service. 123 * 1. The empty handler (except 'selectAll'), so underlying SWT event wouldn't be filtered by the 125 * 2. Highest priority {@link Expression}, so this handler has a chance to be set. 131 IHandler handler = getHandlerFor(actionName); local 132 activateHandler(actionName, service, handler, new Expression() { 155 * Activates handler and stores it into a collection for further deactivation. 161 IHandler handler, 163 // activate handler and store it into a collection for further deactivation 164 m_activations.add(service.activateHandler(actionName, handler, highPriorityExpression));
|
| /external/guava/guava/src/com/google/common/util/concurrent/ |
| SimpleTimeLimiter.java | 96 InvocationHandler handler = new InvocationHandler() { local 115 return newProxy(interfaceType, handler); 190 Class<T> interfaceType, InvocationHandler handler) { 192 new Class<?>[] { interfaceType }, handler);
|
| /external/kernel-headers/original/asm-arm/ |
| glue.h | 35 * v4_early - ARMv4 without Thumb early abort handler 36 * v4t_late - ARMv4 with Thumb late abort handler 37 * v4t_early - ARMv4 with Thumb early abort handler 38 * v5tej_early - ARMv5 with Thumb and Java early abort handler 40 * v6_early - ARMv6 generic early abort handler 110 #error Unknown data abort handler type
|
| /external/qemu/telephony/ |
| simulator.c | 167 SysChannel handler; local 170 printf( "connection accepted for server channel, getting handler socket\n" ); 171 handler = sys_channel_create_tcp_handler( server ); 172 client = client_alloc( handler ); 176 sys_channel_on( handler, SYS_EVENT_READ, client_handler, client );
|
| test2.c | 180 SysChannel handler; local 183 printf( "connection accepted for server channel, getting handler socket\n" ); 184 handler = sys_channel_create_tcp_handler( server ); 186 client = client_alloc( handler ); 189 sys_channel_on( handler, SYS_EVENT_READ, client_handler, client );
|
| /frameworks/base/services/java/com/android/server/accounts/ |
| IAccountAuthenticatorCache.java | 22 import android.os.Handler; 60 * @param handler the {@link Handler} on which the notification will be posted. If null 64 Handler handler);
|
| /frameworks/native/services/surfaceflinger/ |
| SurfaceTextureLayer.cpp | 45 virtual bool handler() { function in class:android::MessageCleanUpList
|
| /packages/inputmethods/LatinIME/tools/maketext/src/com/android/inputmethod/latin/maketext/ |
| StringResourceMap.java | 43 final StringResourceHandler handler = new StringResourceHandler(); local 49 parser.setProperty("http://xml.org/sax/properties/lexical-handler", handler); 50 parser.parse(is, handler); 60 mResources = Collections.unmodifiableList(handler.mResources);
|
| /system/core/sh/ |
| error.h | 50 * jump locations. The global variable handler contains the location to 53 * exception handlers, the user should save the value of handler on entry 54 * to an inner scope, set handler to point to a jmploc structure for the 55 * inner scope, and restore handler on exit from the scope. 64 extern struct jmploc *handler;
|
| /frameworks/wilhelm/src/ |
| ThreadPool.c | 250 SLresult ThreadPool_add(ThreadPool *tp, ClosureKind kind, ClosureHandler_generic handler, 254 assert(NULL != handler); 262 closure->mHandler.mHandler_ppi = (ClosureHandler_ppi)handler; 265 closure->mHandler.mHandler_ppii = (ClosureHandler_ppii)handler; 268 closure->mHandler.mHandler_piipp = (ClosureHandler_piipp)handler; 371 SLresult ThreadPool_add_ppi(ThreadPool *tp, ClosureHandler_ppi handler, 375 return ThreadPool_add(tp, CLOSURE_KIND_PPI, (ClosureHandler_generic) handler, 379 SLresult ThreadPool_add_ppii(ThreadPool *tp, ClosureHandler_ppii handler, 383 return ThreadPool_add(tp, CLOSURE_KIND_PPII, (ClosureHandler_generic) handler, 387 SLresult ThreadPool_add_piipp(ThreadPool *tp, ClosureHandler_piipp handler, [all...] |
| /dalvik/vm/mterp/armv5te/ |
| OP_GOTO.S | 15 ldrmi rIBASE, [rSELF, #offThread_curHandlerTable] @ refresh handler base
|
| /external/chromium/chrome/browser/ |
| command_updater.cc | 24 CommandUpdater::CommandUpdater(CommandUpdaterDelegate* handler) 25 : delegate_(handler) {
|
| /external/chromium/chrome/browser/ui/webui/chromeos/login/ |
| login_ui.cc | 113 LoginUIHandler* handler = new LoginUIHandler(); local 114 AddMessageHandler(handler->Attach(this));
|
| /external/libxml2/ |
| xlink.c | 57 * Get the default xlink handler. 69 * @handler: the new value for the xlink handler block 74 xlinkSetDefaultHandler(xlinkHandlerPtr handler) { 75 xlinkDefaultHandler = handler;
|
| /external/valgrind/main/none/tests/ |
| thread-exits.c | 36 static void handler(int sig) function 101 sa.sa_handler = handler;
|
| /external/zxing/qr_scanner/src/com/google/zxing/client/android/ |
| CaptureActivity.java | 32 import android.os.Handler; 58 private CaptureActivityHandler handler; field in class:CaptureActivity 69 public Handler getHandler() { 70 return handler; 86 handler = null; 142 if (handler != null) { 143 handler.quitSynchronously(); 144 handler = null; 259 // Creating the handler starts the preview, which can also throw a 261 if (handler == null) [all...] |
| /frameworks/base/core/java/android/webkit/ |
| Plugin.java | 169 public void setClickHandler(PreferencesClickHandler handler) { 170 mHandler = handler; 174 * Invokes the click handler for this plugin. 188 * Default click handler. The plugins should implement their own.
|