HomeSort by relevance Sort by last modified time
    Searched full:handled (Results 376 - 400 of 6171) sorted by null

<<11121314151617181920>>

  /frameworks/base/core/res/res/xml/
global_keys.xml 20 <!-- Mapping of keycodes to components which will be handled globally.
  /frameworks/base/services/java/com/android/server/
NativeDaemonConnectorException.java 52 * Rethrow as a {@link RuntimeException} subclass that is handled by
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/
WapPushManagerParams.java 35 * Message is handled
  /frameworks/opt/vcard/java/com/android/vcard/
VCardPhoneNumberTranslationCallback.java 31 * Called when a phone number is being handled.
  /libcore/luni/src/main/java/java/io/
PipedOutputStream.java 139 * handled correctly.
143 * longer alive. This case is currently not handled correctly.
164 * handled correctly.
168 * longer alive. This case is currently not handled correctly.
PipedWriter.java 144 * handled correctly.
148 * reader is no longer alive. This case is currently not handled
175 * handled correctly.
179 * reader is no longer alive. This case is currently not handled
  /libcore/luni/src/main/java/java/net/
ContentHandlerFactory.java 30 * specifies the content type which is handled by the returned
  /ndk/sources/host-tools/sed-4.2.1/m4/
alloca.m4 45 # STACK_DIRECTION is already handled by AC_FUNC_ALLOCA.
  /packages/apps/CellBroadcastReceiver/src/com/android/cellbroadcastreceiver/
PrivilegedCellBroadcastReceiver.java 24 * broadcasts that are not applicable to other kinds of broadcast messages handled by the
  /packages/apps/Email/emailsync/src/com/android/emailsync/
Request.java 20 * Requests for mailbox actions are handled by subclasses of this abstract class.
  /packages/apps/Email/tests/src/com/android/email/
SmallTests.java 25 * Unit & small test suites for Email. This is intended to run all tests that can be handled
  /packages/apps/Mms/src/com/android/mms/transaction/
PrivilegedSmsReceiver.java 24 * broadcasts that are not applicable to other kinds of broadcast messages handled by the
  /packages/apps/Settings/src/com/android/settings/bluetooth/
BluetoothDiscoveryReceiver.java 31 * <p>Note that the discovery start/finish intents are also handled
  /packages/services/Telephony/res/layout/
outgoing_call_broadcaster.xml 17 <!-- The screen shown during CALL intent being handled. If the process is
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/
VersionCheck.java 93 // the build id will be null, and this is handled by the builders.
95 // the build id will be null, and this is handled by the builders.
164 // the build id will be null, and this is handled by the builders.
166 // the build id will be null, and this is handled by the builders.
  /external/chromium_org/ppapi/host/
ppapi_host.cc 51 bool handled = true; local
65 IPC_MESSAGE_UNHANDLED(handled = false)
68 if (!handled) {
71 handled = true;
77 return handled;
  /external/chromium_org/sandbox/win/src/
interceptors_64.h 57 // Interceptors handled by the file system dispatcher.
88 // Interceptors handled by the named pipe dispatcher.
97 // Interceptors handled by the process-thread dispatcher.
135 // Interceptors handled by the registry dispatcher.
154 // Interceptors handled by the sync dispatcher.
  /external/chromium_org/third_party/skia/src/views/
SkWindow.cpp 367 bool handled = false; local
391 handled = true;
398 handled = true;
406 handled = true;
413 return handled;
  /external/chromium_org/ui/webui/resources/js/cr/ui/
autocomplete_list.js 241 var handled = false;
245 handled = true;
249 // presses Enter, keep |handled| = false, so the input field can
258 handled = true;
263 if (handled) {
  /external/clang/test/Sema/
switch.c 100 switch(a) { //expected-warning{{enumeration value 'B' not handled in switch}}
158 switch(a) { //expected-warning{{enumeration value 'B' not handled in switch}}
205 switch(a) { //expected-warning{{enumeration value 'A' not handled in switch}}
211 switch(a) { //expected-warning{{enumeration value 'A' not explicitly handled in switch}}
241 switch(t) { // expected-warning{{enumeration value 'val3' not handled in switch}}
  /external/skia/src/views/
SkWindow.cpp 367 bool handled = false; local
391 handled = true;
398 handled = true;
406 handled = true;
413 return handled;
  /frameworks/base/core/jni/
android_view_InputEventSender.cpp 187 bool handled; local
188 status_t status = mInputPublisher.receiveFinishedSignal(&publishedSeq, &handled);
204 ALOGD("channel '%s' ~ Received finished signal, seq=%u, handled=%s, "
206 getInputChannelName(), seq, handled ? "true" : "false",
222 jint(seq), jboolean(handled));
android_view_InputQueue.cpp 124 void InputQueue::finishEvent(InputEvent* event, bool handled) {
126 mFinishedEvents.push(key_value_pair_t<InputEvent*, bool>(event, handled));
143 bool handled; local
150 handled = mFinishedEvents[0].getValue();
154 reinterpret_cast<jint>(event), handled);
  /packages/wallpapers/LivePicker/src/com/android/wallpaper/livepicker/
LiveWallpaperPreview.java 203 boolean handled = getWindow().superDispatchTouchEvent(ev);
204 if (!handled) {
205 handled = onTouchEvent(ev);
208 if (!handled && mWallpaperConnection != null && mWallpaperConnection.mEngine != null) {
224 return handled;
  /external/chromium_org/content/browser/renderer_host/
render_widget_host_view_win.h 324 UINT message, WPARAM wparam, LPARAM lparam, BOOL& handled);
326 UINT message, WPARAM wparam, LPARAM lparam, BOOL& handled);
328 UINT message, WPARAM wparam, LPARAM lparam, BOOL& handled);
330 UINT message, WPARAM wparam, LPARAM lparam, BOOL& handled);
332 UINT message, WPARAM wparam, LPARAM lparam, BOOL& handled);
334 UINT message, WPARAM wparam, LPARAM lparam, BOOL& handled);
336 UINT message, WPARAM wparam, LPARAM lparam, BOOL& handled);
338 UINT message, WPARAM wparam, LPARAM lparam, BOOL& handled);
340 UINT message, WPARAM wparam, LPARAM lparam, BOOL& handled);
344 BOOL& handled);
    [all...]

Completed in 608 milliseconds

<<11121314151617181920>>