HomeSort by relevance Sort by last modified time
    Searched refs:handler (Results 776 - 800 of 1397) sorted by null

<<31323334353637383940>>

  /external/chromium/chrome/browser/ui/views/
external_protocol_dialog.cc 45 ExternalProtocolDialog* handler = local
  /external/chromium/chrome/browser/ui/webui/options/
extension_settings_handler.h 64 // The handler for JavaScript messages related to the "extensions" view.
82 explicit IconLoader(ExtensionsDOMHandler* handler);
84 // Load |icons|. Will call handler->OnIconsLoaded when complete. IconLoader
89 // Cancel the load. IconLoader won't try to call back to the handler after
99 // Report back to the handler. This method takes ownership of |json|.
102 // The handler we will report back to.
  /external/chromium/chrome/common/extensions/
extension_l10n_util_unittest.cc 238 file_handler_title_tree->SetString("message", "file handler title");
378 DictionaryValue* handler = new DictionaryValue(); local
379 handlers->Append(handler);
380 handler->SetString(keys::kPageActionDefaultTitle,
396 ASSERT_TRUE(handler->GetString(keys::kPageActionDefaultTitle, &result));
397 EXPECT_EQ("file handler title", result);
  /external/chromium/googleurl/src/
url_canon_icu.cc 109 // Install our error handler. It will be called for character that can not
111 AppendHandlerInstaller handler(converter_);
  /external/chromium/net/http/
http_transaction_unittest.h 64 MockTransactionHandler handler; member in struct:MockTransaction
  /external/iproute2/lib/
libnetlink.c 399 rtnl_filter_t handler,
455 err = handler(&nladdr, h, jarg);
473 int rtnl_from_file(FILE *rtnl, rtnl_filter_t handler,
522 err = handler(&nladdr, h, jarg);
  /external/libppp/src/
physical.h 103 struct device *handler; /* device specific handler */ member in struct:physical
  /external/okhttp/src/test/java/com/squareup/okhttp/internal/spdy/
SpdyServer.java 59 new SpdyConnection.Builder(false, socket).handler(this).build();
  /external/smack/src/org/jivesoftware/smack/
XMPPConnection.java 140 * with no callback handler for password prompting of the keystore. This will work
156 * with no callback handler for password prompting of the keystore. This will work
    [all...]
  /external/smali/baksmali/src/main/java/org/jf/baksmali/Adaptors/
MethodDefinition.java 490 //add the catch all handler if it exists
495 "Catch all handler offset %d is past the end of the code block.", catchAllAddress));
504 for (CodeItem.EncodedTypeAddrPair handler: tryItem.encodedCatchHandler.handlers) {
505 if (handler.getHandlerAddress() >= codeSize) {
507 "Exception handler offset %d is past the end of the code block.", catchAllAddress));
512 handler.exceptionType, startAddress, endAddress, handler.getHandlerAddress());
  /external/valgrind/main/memcheck/tests/
sigkill.stderr.exp 26 setting signal 9: Warning: ignored attempt to set SIGKILL handler in sigaction();
58 setting signal 19: Warning: ignored attempt to set SIGSTOP handler in sigaction();
  /external/webkit/LayoutTests/dom/xhtml/level3/core/
domconfigparameternames01.js 87 * @see http://www.w3.org/TR/2004/REC-DOM-Level-3-Core-20040407/core#parameter-error-handler
131 (("canonical-form".toUpperCase() == parameterName.toUpperCase()) || ("cdata-sections".toUpperCase() == parameterName.toUpperCase()) || ("check-character-normalization".toUpperCase() == parameterName.toUpperCase()) || ("comments".toUpperCase() == parameterName.toUpperCase()) || ("datatype-normalization".toUpperCase() == parameterName.toUpperCase()) || ("entities".toUpperCase() == parameterName.toUpperCase()) || ("error-handler".toUpperCase() == parameterName.toUpperCase()) || ("infoset".toUpperCase() == parameterName.toUpperCase()) || ("namespaces".toUpperCase() == parameterName.toUpperCase()) || ("namespace-declarations".toUpperCase() == parameterName.toUpperCase()) || ("normalize-characters".toUpperCase() == parameterName.toUpperCase()) || ("split-cdata-sections".toUpperCase() == parameterName.toUpperCase()) || ("validate".toUpperCase() == parameterName.toUpperCase()) || ("validate-if-schema".toUpperCase() == parameterName.toUpperCase()) || ("well-formed".toUpperCase() == parameterName.toUpperCase()) || ("element-content-whitespace".toUpperCase() == parameterName.toUpperCase()))
  /frameworks/base/core/java/android/app/
NotificationManager.java 20 import android.os.Handler;
87 /*package*/ NotificationManager(Context context, Handler handler)
  /frameworks/base/core/java/android/appwidget/
AppWidgetHostView.java 102 public AppWidgetHostView(Context context, OnClickHandler handler) {
104 mOnClickHandler = handler;
130 * Pass the given handler to RemoteViews when updating this widget. Unless this
133 * @param handler
136 public void setOnClickHandler(OnClickHandler handler) {
137 mOnClickHandler = handler;
  /frameworks/compile/mclinker/lib/MC/
InputBuilder.cpp 135 if (!memory->handler()->isGood())
  /frameworks/native/services/surfaceflinger/
Client.cpp 140 virtual bool handler() { function in class:android::MessageCreateLayer
MessageQueue.cpp 46 this->handler();
52 void MessageQueue::Handler::dispatchRefresh() {
58 void MessageQueue::Handler::dispatchInvalidate() {
64 void MessageQueue::Handler::dispatchTransaction() {
70 void MessageQueue::Handler::handleMessage(const Message& message) {
100 mHandler = new Handler(*this);
  /libcore/luni/src/main/java/java/util/concurrent/
ScheduledThreadPoolExecutor.java 429 * @param handler the handler to use when execution is blocked
432 * @throws NullPointerException if {@code handler} is null
435 RejectedExecutionHandler handler) {
437 new DelayedWorkQueue(), handler);
448 * @param handler the handler to use when execution is blocked
452 * {@code handler} is null
456 RejectedExecutionHandler handler) {
458 new DelayedWorkQueue(), threadFactory, handler);
    [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/opp/
TestActivity.java 44 import android.os.Handler;
364 private Handler mCallback;
382 public synchronized boolean start(Handler callback) {
571 public ServerSession acceptAndOpen(ServerRequestHandler handler, Authenticator auth)
582 return new ServerSession((ObexTransport)tt, handler, auth);
586 public ServerSession acceptAndOpen(ServerRequestHandler handler) throws IOException {
588 return acceptAndOpen(handler, null);
  /system/core/sh/
main.c 162 handler = &jmploc;
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/bluetooth/
BluetoothChatService.java 25 import android.os.Handler;
41 // Message types sent from the BluetoothChatService Handler
48 // Key names received from the BluetoothChatService Handler
69 private final Handler mHandler;
86 * @param handler A Handler to send messages back to the UI Activity
88 public BluetoothChatService(Context context, Handler handler, UUID uuid) {
91 mHandler = handler;
103 // Give the new state to the Handler so the UI Activity can updat
    [all...]
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/usb/
UsbAccessoryTestActivity.java 35 import android.os.Handler;
175 MessageThread(InputStream inputStream, OutputStream outputStream, MessageHandler handler) {
178 this.mHandler = handler;
229 class MessageHandler extends Handler {
  /dalvik/vm/mterp/x86/
OP_EXECUTE_INLINE.S 92 movl %ecx,OUT_ARG4(%esp) # needed for pResult of inline operation handler
  /development/samples/BluetoothChat/src/com/example/android/BluetoothChat/
BluetoothChatService.java 30 import android.os.Handler;
57 private final Handler mHandler;
73 * @param handler A Handler to send messages back to the UI Activity
75 public BluetoothChatService(Context context, Handler handler) {
78 mHandler = handler;
89 // Give the new state to the Handler so the UI Activity can update
  /external/apache-xml/src/main/java/org/apache/xpath/axes/
LocPathIterator.java 223 * @param handler The target content handler.
232 XPathContext xctxt, org.xml.sax.ContentHandler handler)
247 dtm.dispatchCharactersEvents(node, handler, false);

Completed in 2109 milliseconds

<<31323334353637383940>>