Home
last modified time | relevance | path

Searched refs:handled (Results 1 – 25 of 426) sorted by relevance

12345678910>>...18

/external/libvncserver/libvncserver/
Dcargs.c216 int handled=0; in rfbProcessArguments() local
218 for(extension=rfbGetExtensionIterator();handled==0 && extension; in rfbProcessArguments()
221 handled = extension->processArgument(*argc - i, argv + i); in rfbProcessArguments()
224 if(handled==0) { in rfbProcessArguments()
229 i+=handled-1; in rfbProcessArguments()
/external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/shadows/
DShadowListView.java61 boolean handled = false; in performItemClick()
63 handled = true; in performItemClick()
77 handled |= super.performItemClick(view, position, id); in performItemClick()
78 return handled; in performItemClick()
/external/testng/src/test/java/test/timeout/
DInvocationTimeOutSampleTest.java11 } catch (InterruptedException handled) { in shouldPass()
20 } catch (InterruptedException handled) { in shouldFail()
DTestTimeOutSampleTest.java11 } catch (InterruptedException handled) { in timeoutTest()
/external/testng/src/test/java/test/invokedmethodlistener/
DSample.java13 } catch (InterruptedException handled) { in t1()
22 } catch (InterruptedException handled) { in t2()
/external/skia/src/views/
DSkWindow.cpp268 bool handled = false; in onDispatchClick() local
292 handled = true; in onDispatchClick()
299 handled = true; in onDispatchClick()
307 handled = true; in onDispatchClick()
314 return handled; in onDispatchClick()
/external/testng/src/test/java/test/tmp/
DTmp.java16 catch (InterruptedException handled) { in f()
18 handled.printStackTrace(); in f()
/external/skia/src/animator/
DSkDisplayEvents.cpp42 bool handled = false; in doEvent() local
74 handled = true; in doEvent()
76 return handled; in doEvent()
DSkDrawGroup.cpp95 bool handled = false; in doEvent() local
100 handled |= drawable->doEvent(kind, state); in doEvent()
102 return handled; in doEvent()
/external/vulkan-validation-layers/demos/smoke/
DShellAndroid.cpp175 bool handled = false; in on_input_event() local
180 handled = true; in on_input_event()
186 return handled; in on_input_event()
/external/glide/library/src/main/java/com/bumptech/glide/manager/
DRequestManagerRetriever.java203 boolean handled = true; in handleMessage()
218 handled = false; in handleMessage()
220 if (handled && removed == null && Log.isLoggable(TAG, Log.WARN)) { in handleMessage()
223 return handled; in handleMessage()
/external/testng/src/main/java/org/testng/internal/remote/
DSlavePool.java48 catch (InterruptedException handled) { in getSlave()
49 handled.printStackTrace(); in getSlave()
/external/pcre/dist/doc/
Dperltest.txt7 other pcretest modifiers that are either handled or ignored:
9 /+ recognized and handled by perltest
11 /8 recognized and handled by perltest
/external/icu/icu4c/source/data/translit/
DLatin_Bopomofo.txt203 # m handled below
450 # n handled below
1242 # iu handled below
1277 # i handled below
1309 # u handled below
1403 # separate fallback mappings for some initial consonants not handled above
1404 # none of the mapped consonants handled here can have tones, so this is simple
1407 # m ↔ ㄇ; # handled above
1411 # n ↔ ㄋ; # handled above
1419 zh → ㄓ; # reverse mapping to zhi handled above
[all …]
/external/autotest/client/site_tests/logging_UserCrash/
Dcontrol7 PURPOSE = "Verify user space crashes are handled appropriately."
25 Test that user space crashes are detected and handled appropriately.
/external/autotest/cli/
Daction_common.py148 handled = []
160 handled.append(item)
163 return handled
/external/sfntly/cpp/src/sfntly/tools/subsetter/
Dsubsetter.cc74 bool handled = (*table_subsetter)->Subset(this, font_, font_builder); in Subset() local
75 if (handled) { in Subset()
/external/webrtc/webrtc/base/
Dwin32window.cc102 bool handled = that->OnMessage(uMsg, wParam, lParam, result); in WndProc() local
114 if (handled) { in WndProc()
/external/testng/src/main/java/org/testng/internal/thread/
DThreadUtil.java76 } catch (InterruptedException handled) { in execute()
77 handled.printStackTrace(); in execute()
/external/llvm/test/DebugInfo/
Ddwarfdump-accel.test31 Check that empty buckets are handled correctly.
53 Check that an empty ecceleratorsection is handled correctly.
/external/bison/m4/
Dcalloc.m417 # If 'calloc (0, 0)' is properly handled, run IF-WORKS, otherwise, IF-NOT.
56 # Report whether 'calloc (0, 0)' is properly handled, and replace calloc if
/external/valgrind/none/tests/
Dcoolo_sigaction.stdout.exp1 handled SIGCHLD
/external/mockftpserver/tags/2.x_Before_IDEA/src/test/groovy/org/mockftpserver/fake/command/
D_AbstractFakeCommandHandlerTest.groovy63 assert commandHandler.handled
177 boolean handled = false
183 this.handled = true
/external/clang/test/Frontend/
Dtrigraphs.cpp15 #error Not handled. in foo()
/external/dbus/test/data/auth/
Dinvalid-command.auth-script1 ## this tests that receiving a nonexistent command is handled properly

12345678910>>...18