Home
last modified time | relevance | path

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

12345678910>>...30

/external/skqp/samplecode/
DSampleShadowColor.cpp54 bool handled = false; in onQuery() local
58 handled = true; in onQuery()
62 handled = true; in onQuery()
66 handled = true; in onQuery()
70 handled = true; in onQuery()
74 handled = true; in onQuery()
78 handled = true; in onQuery()
82 handled = true; in onQuery()
86 handled = true; in onQuery()
91 if (handled) { in onQuery()
DSampleShadowUtils.cpp65 bool handled = false; in onQuery() local
69 handled = true; in onQuery()
73 handled = true; in onQuery()
77 handled = true; in onQuery()
81 handled = true; in onQuery()
85 handled = true; in onQuery()
89 handled = true; in onQuery()
93 handled = true; in onQuery()
98 if (handled) { in onQuery()
DSampleAndroidShadows.cpp88 bool handled = false; in onQuery() local
92 handled = true; in onQuery()
96 handled = true; in onQuery()
100 handled = true; in onQuery()
104 handled = true; in onQuery()
111 handled = true; in onQuery()
115 handled = true; in onQuery()
119 handled = true; in onQuery()
123 handled = true; in onQuery()
128 if (handled) { in onQuery()
DSampleShadowReference.cpp50 bool handled = false; in onQuery() local
54 handled = true; in onQuery()
58 handled = true; in onQuery()
62 handled = true; in onQuery()
66 handled = true; in onQuery()
71 if (handled) { in onQuery()
/external/skia/samplecode/
DSampleShadowColor.cpp54 bool handled = false; in onQuery() local
58 handled = true; in onQuery()
62 handled = true; in onQuery()
66 handled = true; in onQuery()
70 handled = true; in onQuery()
74 handled = true; in onQuery()
78 handled = true; in onQuery()
82 handled = true; in onQuery()
86 handled = true; in onQuery()
91 if (handled) { in onQuery()
DSampleAndroidShadows.cpp88 bool handled = false; in onQuery() local
92 handled = true; in onQuery()
96 handled = true; in onQuery()
100 handled = true; in onQuery()
104 handled = true; in onQuery()
111 handled = true; in onQuery()
115 handled = true; in onQuery()
119 handled = true; in onQuery()
123 handled = true; in onQuery()
128 if (handled) { in onQuery()
DSampleShadowUtils.cpp86 bool handled = false; in onQuery() local
90 handled = true; in onQuery()
94 handled = true; in onQuery()
98 handled = true; in onQuery()
102 handled = true; in onQuery()
106 handled = true; in onQuery()
110 handled = true; in onQuery()
114 handled = true; in onQuery()
119 if (handled) { in onQuery()
DSampleShadowReference.cpp50 bool handled = false; in onQuery() local
54 handled = true; in onQuery()
58 handled = true; in onQuery()
62 handled = true; in onQuery()
66 handled = true; in onQuery()
71 if (handled) { in onQuery()
/external/skia/tools/viewer/
DSampleSlide.cpp62 bool handled = false; in onMouse() local
69 handled = true; in onMouse()
76 handled = true; in onMouse()
85 handled = true; in onMouse()
91 return handled; in onMouse()
/external/skqp/tools/viewer/
DSampleSlide.cpp62 bool handled = false; in onMouse() local
69 handled = true; in onMouse()
76 handled = true; in onMouse()
85 handled = true; in onMouse()
91 return handled; in onMouse()
/external/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/
DShadowMessageQueueTest.java35 public List<Message> handled = new ArrayList<>(); field in ShadowMessageQueueTest.TestHandler
43 handled.add(msg); in handleMessage()
123 assertThat(handler.handled).as("handled:before").isEmpty(); in enqueuedMessage_isSentToHandler()
125 assertThat(handler.handled).as("handled:after").containsExactly(testMessage); in enqueuedMessage_isSentToHandler()
135 assertThat(handler.handled).as("handled").isEmpty(); in removedMessage_isNotSentToHandler()
144 assertThat(handler.handled).as("handled").containsExactly(m2, testMessage); in enqueueMessage_withZeroWhen_postsAtFront()
/external/ltp/testcases/realtime/func/pi-tests/
Dtestpi-0.c57 int handled = 1; in parse_args() local
63 handled = 0; in parse_args()
66 return handled; in parse_args()
Dtest-skeleton.c55 int handled = 1; in parse_args() local
61 handled = 0; in parse_args()
64 return handled; in parse_args()
Dsbrk_mutex.c66 int handled = 1; in parse_args() local
72 handled = 0; in parse_args()
75 return handled; in parse_args()
/external/ltp/testcases/realtime/func/measurement/
Dpreempt_timing.c69 int handled = 1; in parse_args() local
75 handled = 0; in parse_args()
78 return handled; in parse_args()
Drdtsc-latency.c61 int handled = 1; in parse_args() local
67 handled = 0; in parse_args()
70 return handled; in parse_args()
/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/ltp/testcases/realtime/func/sched_football/
Dsched_football.c92 int handled = 1; in parse_args() local
104 handled = 0; in parse_args()
107 return handled; in parse_args()
/external/ltp/testcases/realtime/func/async_handler/
Dasync_handler_jk.c67 int handled = 1; in parse_args() local
73 handled = 0; in parse_args()
76 return handled; in parse_args()
/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/ltp/testcases/realtime/func/gtod_latency/
Dgtod_infinite.c78 int handled = 1; in parse_args() local
90 handled = 0; in parse_args()
93 return handled; in parse_args()
/external/ltp/testcases/realtime/func/sched_jitter/
Dsched_jitter.c72 int handled = 1; in parse_args() local
78 handled = 0; in parse_args()
81 return handled; in parse_args()
/external/ltp/testcases/realtime/stress/pi-tests/
Dlookup_pi_state.c62 int handled = 1; in parse_args() local
68 handled = 0; in parse_args()
71 return handled; in parse_args()
/external/ltp/testcases/realtime/perf/latency/
Dpthread_cond_latency.c59 int handled = 1; in parse_args() local
65 handled = 0; in parse_args()
68 return handled; in parse_args()
/external/testng/src/test/java/test/timeout/
DInvocationTimeOutSampleTest.java11 } catch (InterruptedException handled) { in shouldPass()
20 } catch (InterruptedException handled) { in shouldFail()

12345678910>>...30