Home
last modified time | relevance | path

Searched refs:EVENT (Results 1 – 25 of 2472) sorted by relevance

12345678910>>...99

/external/angle/src/libANGLE/
Dtrace.h16 #define ANGLE_TRACE_EVENT_BEGIN0(CATEGORY, EVENT) \ argument
17 TRACE_EVENT_BEGIN0(ANGLEPlatformCurrent(), CATEGORY, EVENT)
18 #define ANGLE_TRACE_EVENT_END0(CATEGORY, EVENT) \ argument
19 TRACE_EVENT_END0(ANGLEPlatformCurrent(), CATEGORY, EVENT)
20 #define ANGLE_TRACE_EVENT_INSTANT0(CATEGORY, EVENT) \ argument
21 TRACE_EVENT_INSTANT0(ANGLEPlatformCurrent(), CATEGORY, EVENT)
22 #define ANGLE_TRACE_EVENT0(CATEGORY, EVENT) TRACE_EVENT0(ANGLEPlatformCurrent(), CATEGORY, EVENT) argument
23 #define ANGLE_TRACE_EVENT1(CATEGORY, EVENT, NAME, PARAM) \ argument
24 TRACE_EVENT1(ANGLEPlatformCurrent(), CATEGORY, EVENT, NAME, PARAM)
/external/guava/android/guava-tests/test/com/google/common/eventbus/
DEventBusTest.java34 private static final String EVENT = "Hello"; field in EventBusTest
48 bus.post(EVENT); in testBasicCatcherDistribution()
52 assertEquals("Correct string should be delivered.", EVENT, events.get(0)); in testBasicCatcherDistribution()
95 bus.post(EVENT); in testPolymorphicDistribution()
102 assertEquals("Correct string should be delivered.", EVENT, stringEvents.get(0)); in testPolymorphicDistribution()
106 assertEquals("String fixture must be first object delivered.", EVENT, objectEvents.get(0)); in testPolymorphicDistribution()
113 assertEquals("String fixture must be first comparable delivered.", EVENT, compEvents.get(0)); in testPolymorphicDistribution()
131 eventBus.post(EVENT); in testSubscriberThrowsException()
135 assertEquals("Event should be available.", EVENT, handler.context.getEvent()); in testSubscriberThrowsException()
161 eventBus.post(EVENT); in testSubscriberThrowsExceptionHandlerThrowsException()
[all …]
DAsyncEventBusTest.java30 private static final String EVENT = "Hello"; field in AsyncEventBusTest
49 bus.post(EVENT); in testBasicDistribution()
61 assertEquals("Correct string should be delivered.", EVENT, events.get(0)); in testBasicDistribution()
/external/guava/guava-tests/test/com/google/common/eventbus/
DEventBusTest.java34 private static final String EVENT = "Hello"; field in EventBusTest
48 bus.post(EVENT); in testBasicCatcherDistribution()
52 assertEquals("Correct string should be delivered.", EVENT, events.get(0)); in testBasicCatcherDistribution()
95 bus.post(EVENT); in testPolymorphicDistribution()
102 assertEquals("Correct string should be delivered.", EVENT, stringEvents.get(0)); in testPolymorphicDistribution()
106 assertEquals("String fixture must be first object delivered.", EVENT, objectEvents.get(0)); in testPolymorphicDistribution()
113 assertEquals("String fixture must be first comparable delivered.", EVENT, compEvents.get(0)); in testPolymorphicDistribution()
131 eventBus.post(EVENT); in testSubscriberThrowsException()
135 assertEquals("Event should be available.", EVENT, handler.context.getEvent()); in testSubscriberThrowsException()
161 eventBus.post(EVENT); in testSubscriberThrowsExceptionHandlerThrowsException()
[all …]
DAsyncEventBusTest.java30 private static final String EVENT = "Hello"; field in AsyncEventBusTest
49 bus.post(EVENT); in testBasicDistribution()
61 assertEquals("Correct string should be delivered.", EVENT, events.get(0)); in testBasicDistribution()
/external/guava/android/guava-tests/test/com/google/common/eventbus/outside/
DAnnotatedSubscriberFinderTests.java36 private static final Object EVENT = new Object(); field in AnnotatedSubscriberFinderTests
52 bus.post(EVENT); in setUp()
85 assertThat(getSubscriber().subscriberEvents).contains(EVENT); in testSubscriber()
121 assertThat(getSubscriber().overriddenAndAnnotatedInSubclassEvents).contains(EVENT); in testOverriddenAndAnnotatedInSubclass()
125 assertThat(getSubscriber().overriddenInSubclassEvents).contains(EVENT); in testOverriddenNotAnnotatedInSubclass()
201 assertThat(getSubscriber().notOverriddenInSubclassEvents).contains(EVENT); in testNotOverriddenInSubclass()
205 assertThat(getSubscriber().overriddenNotAnnotatedInSubclassEvents).contains(EVENT); in testOverriddenNotAnnotatedInSubclass()
210 .contains(EVENT); in testDifferentlyOverriddenNotAnnotatedInSubclass()
215 assertThat(getSubscriber().overriddenAndAnnotatedInSubclassEvents).contains(EVENT); in testOverriddenAndAnnotatedInSubclass()
220 .contains(EVENT); in testDifferentlyOverriddenAndAnnotatedInSubclass()
[all …]
DOutsideEventBusTest.java50 String EVENT = "Hello!"; in testAnonymous() local
51 bus.post(EVENT); in testAnonymous()
54 assertEquals("Correct string should be delivered.", EVENT, holder.get()); in testAnonymous()
/external/guava/guava-tests/test/com/google/common/eventbus/outside/
DAnnotatedSubscriberFinderTests.java36 private static final Object EVENT = new Object(); field in AnnotatedSubscriberFinderTests
52 bus.post(EVENT); in setUp()
85 assertThat(getSubscriber().subscriberEvents).contains(EVENT); in testSubscriber()
121 assertThat(getSubscriber().overriddenAndAnnotatedInSubclassEvents).contains(EVENT); in testOverriddenAndAnnotatedInSubclass()
125 assertThat(getSubscriber().overriddenInSubclassEvents).contains(EVENT); in testOverriddenNotAnnotatedInSubclass()
201 assertThat(getSubscriber().notOverriddenInSubclassEvents).contains(EVENT); in testNotOverriddenInSubclass()
205 assertThat(getSubscriber().overriddenNotAnnotatedInSubclassEvents).contains(EVENT); in testOverriddenNotAnnotatedInSubclass()
210 .contains(EVENT); in testDifferentlyOverriddenNotAnnotatedInSubclass()
215 assertThat(getSubscriber().overriddenAndAnnotatedInSubclassEvents).contains(EVENT); in testOverriddenAndAnnotatedInSubclass()
220 .contains(EVENT); in testDifferentlyOverriddenAndAnnotatedInSubclass()
[all …]
DOutsideEventBusTest.java50 String EVENT = "Hello!"; in testAnonymous() local
51 bus.post(EVENT); in testAnonymous()
54 assertEquals("Correct string should be delivered.", EVENT, holder.get()); in testAnonymous()
/external/angle/src/libGL/
Dentry_points_gl_1_autogen.cpp36 EVENT(context, GLAccum, "context = %d, op = %s, value = %f", CID(context), in GL_Accum()
58 EVENT(context, GLAlphaFunc, "context = %d, func = %s, ref = %f", CID(context), in GL_AlphaFunc()
82 EVENT(context, GLBegin, "context = %d, mode = %s", CID(context), in GL_Begin()
110 EVENT(context, GLBitmap, in GL_Bitmap()
137 EVENT(context, GLBlendFunc, "context = %d, sfactor = %s, dfactor = %s", CID(context), in GL_BlendFunc()
161 EVENT(context, GLCallList, "context = %d, list = %u", CID(context), list); in GL_CallList()
182 EVENT(context, GLCallLists, "context = %d, n = %d, type = %s, lists = 0x%016" PRIxPTR "", in GL_CallLists()
205 EVENT(context, GLClear, "context = %d, mask = %s", CID(context), in GL_Clear()
227 EVENT(context, GLClearAccum, "context = %d, red = %f, green = %f, blue = %f, alpha = %f", in GL_ClearAccum()
250 EVENT(context, GLClearColor, "context = %d, red = %f, green = %f, blue = %f, alpha = %f", in GL_ClearColor()
[all …]
Dentry_points_gl_2_autogen.cpp36 EVENT(context, GLAttachShader, "context = %d, program = %u, shader = %u", CID(context), program, in GL_AttachShader()
61 EVENT(context, GLBindAttribLocation, in GL_BindAttribLocation()
86 EVENT(context, GLBlendEquationSeparate, "context = %d, modeRGB = %s, modeAlpha = %s", in GL_BlendEquationSeparate()
110 EVENT(context, GLCompileShader, "context = %d, shader = %u", CID(context), shader); in GL_CompileShader()
133 EVENT(context, GLCreateProgram, "context = %d", CID(context)); in GL_CreateProgram()
161 EVENT(context, GLCreateShader, "context = %d, type = %s", CID(context), in GL_CreateShader()
191 EVENT(context, GLDeleteProgram, "context = %d, program = %u", CID(context), program); in GL_DeleteProgram()
214 EVENT(context, GLDeleteShader, "context = %d, shader = %u", CID(context), shader); in GL_DeleteShader()
237 EVENT(context, GLDetachShader, "context = %d, program = %u, shader = %u", CID(context), program, in GL_DetachShader()
262 EVENT(context, GLDisableVertexAttribArray, "context = %d, index = %u", CID(context), index); in GL_DisableVertexAttribArray()
[all …]
Dentry_points_gl_3_autogen.cpp36 EVENT(context, GLBeginConditionalRender, "context = %d, id = %u, mode = %s", CID(context), id, in GL_BeginConditionalRender()
59 EVENT(context, GLBeginTransformFeedback, "context = %d, primitiveMode = %s", CID(context), in GL_BeginTransformFeedback()
83 EVENT(context, GLBindBufferBase, "context = %d, target = %s, index = %u, buffer = %u", in GL_BindBufferBase()
109 EVENT(context, GLBindBufferRange, in GL_BindBufferRange()
138 EVENT(context, GLBindFragDataLocation, in GL_BindFragDataLocation()
163 EVENT(context, GLBindFramebuffer, "context = %d, target = %s, framebuffer = %u", CID(context), in GL_BindFramebuffer()
187 EVENT(context, GLBindRenderbuffer, "context = %d, target = %s, renderbuffer = %u", CID(context), in GL_BindRenderbuffer()
211 EVENT(context, GLBindVertexArray, "context = %d, array = %u", CID(context), array); in GL_BindVertexArray()
243 EVENT(context, GLBlitFramebuffer, in GL_BlitFramebuffer()
273 EVENT(context, GLCheckFramebufferStatus, "context = %d, target = %s", CID(context), in GL_CheckFramebufferStatus()
[all …]
Dentry_points_gl_4_autogen.cpp36 EVENT(context, GLBeginQueryIndexed, "context = %d, target = %s, index = %u, id = %u", in GL_BeginQueryIndexed()
60 EVENT(context, GLBindTransformFeedback, "context = %d, target = %s, id = %u", CID(context), in GL_BindTransformFeedback()
84 EVENT(context, GLBlendEquationSeparatei, "context = %d, buf = %u, modeRGB = %s, modeAlpha = %s", in GL_BlendEquationSeparatei()
108 EVENT(context, GLBlendEquationi, "context = %d, buf = %u, mode = %s", CID(context), buf, in GL_BlendEquationi()
132 EVENT(context, GLBlendFuncSeparatei, in GL_BlendFuncSeparatei()
161 EVENT(context, GLBlendFunci, "context = %d, buf = %u, src = %s, dst = %s", CID(context), buf, in GL_BlendFunci()
185 EVENT(context, GLDeleteTransformFeedbacks, "context = %d, n = %d, ids = 0x%016" PRIxPTR "", in GL_DeleteTransformFeedbacks()
209 EVENT(context, GLDrawArraysIndirect, "context = %d, mode = %s, indirect = 0x%016" PRIxPTR "", in GL_DrawArraysIndirect()
233 EVENT(context, GLDrawElementsIndirect, in GL_DrawElementsIndirect()
261 EVENT(context, GLDrawTransformFeedback, "context = %d, mode = %s, id = %u", CID(context), in GL_DrawTransformFeedback()
[all …]
/external/angle/src/libGLESv2/
Dentry_points_gles_1_0_autogen.cpp28 EVENT(context, GLAlphaFunc, "context = %d, func = %s, ref = %f", CID(context), in GL_AlphaFunc()
52 EVENT(context, GLAlphaFuncx, "context = %d, func = %s, ref = 0x%X", CID(context), in GL_AlphaFuncx()
76 EVENT(context, GLClearColorx, in GL_ClearColorx()
100 EVENT(context, GLClearDepthx, "context = %d, depth = 0x%X", CID(context), depth); in GL_ClearDepthx()
121 EVENT(context, GLClientActiveTexture, "context = %d, texture = %s", CID(context), in GL_ClientActiveTexture()
144 EVENT(context, GLClipPlanef, "context = %d, p = %s, eqn = 0x%016" PRIxPTR "", CID(context), in GL_ClipPlanef()
166 EVENT(context, GLClipPlanex, "context = %d, plane = %s, equation = 0x%016" PRIxPTR "", in GL_ClipPlanex()
189 EVENT(context, GLColor4f, "context = %d, red = %f, green = %f, blue = %f, alpha = %f", in GL_Color4f()
212 EVENT(context, GLColor4ub, "context = %d, red = %d, green = %d, blue = %d, alpha = %d", in GL_Color4ub()
235 EVENT(context, GLColor4x, "context = %d, red = 0x%X, green = 0x%X, blue = 0x%X, alpha = 0x%X", in GL_Color4x()
[all …]
Dentry_points_gles_2_0_autogen.cpp28 EVENT(context, GLActiveTexture, "context = %d, texture = %s", CID(context), in GL_ActiveTexture()
50 EVENT(context, GLAttachShader, "context = %d, program = %u, shader = %u", CID(context), program, in GL_AttachShader()
75 EVENT(context, GLBindAttribLocation, in GL_BindAttribLocation()
100 EVENT(context, GLBindBuffer, "context = %d, target = %s, buffer = %u", CID(context), in GL_BindBuffer()
125 EVENT(context, GLBindFramebuffer, "context = %d, target = %s, framebuffer = %u", CID(context), in GL_BindFramebuffer()
149 EVENT(context, GLBindRenderbuffer, "context = %d, target = %s, renderbuffer = %u", CID(context), in GL_BindRenderbuffer()
173 EVENT(context, GLBindTexture, "context = %d, target = %s, texture = %u", CID(context), in GL_BindTexture()
198 EVENT(context, GLBlendColor, "context = %d, red = %f, green = %f, blue = %f, alpha = %f", in GL_BlendColor()
221 EVENT(context, GLBlendEquation, "context = %d, mode = %s", CID(context), in GL_BlendEquation()
243 EVENT(context, GLBlendEquationSeparate, "context = %d, modeRGB = %s, modeAlpha = %s", in GL_BlendEquationSeparate()
[all …]
Dentry_points_gles_3_0_autogen.cpp28 EVENT(context, GLBeginQuery, "context = %d, target = %s, id = %u", CID(context), in GL_BeginQuery()
53 EVENT(context, GLBeginTransformFeedback, "context = %d, primitiveMode = %s", CID(context), in GL_BeginTransformFeedback()
77 EVENT(context, GLBindBufferBase, "context = %d, target = %s, index = %u, buffer = %u", in GL_BindBufferBase()
103 EVENT(context, GLBindBufferRange, in GL_BindBufferRange()
132 EVENT(context, GLBindSampler, "context = %d, unit = %u, sampler = %u", CID(context), unit, in GL_BindSampler()
156 EVENT(context, GLBindTransformFeedback, "context = %d, target = %s, id = %u", CID(context), in GL_BindTransformFeedback()
180 EVENT(context, GLBindVertexArray, "context = %d, array = %u", CID(context), array); in GL_BindVertexArray()
212 EVENT(context, GLBlitFramebuffer, in GL_BlitFramebuffer()
242 EVENT(context, GLClearBufferfi, in GL_ClearBufferfi()
266 EVENT(context, GLClearBufferfv, in GL_ClearBufferfv()
[all …]
Dentry_points_gles_3_2_autogen.cpp28 EVENT(context, GLBlendBarrier, "context = %d", CID(context)); in GL_BlendBarrier()
49 EVENT(context, GLBlendEquationSeparatei, "context = %d, buf = %u, modeRGB = %s, modeAlpha = %s", in GL_BlendEquationSeparatei()
73 EVENT(context, GLBlendEquationi, "context = %d, buf = %u, mode = %s", CID(context), buf, in GL_BlendEquationi()
97 EVENT(context, GLBlendFuncSeparatei, in GL_BlendFuncSeparatei()
126 EVENT(context, GLBlendFunci, "context = %d, buf = %u, src = %s, dst = %s", CID(context), buf, in GL_BlendFunci()
150 EVENT(context, GLColorMaski, "context = %d, index = %u, r = %s, g = %s, b = %s, a = %s", in GL_ColorMaski()
188 EVENT(context, GLCopyImageSubData, in GL_CopyImageSubData()
223 EVENT(context, GLDebugMessageCallback, in GL_DebugMessageCallback()
252 EVENT(context, GLDebugMessageControl, in GL_DebugMessageControl()
287 EVENT(context, GLDebugMessageInsert, in GL_DebugMessageInsert()
[all …]
Dentry_points_gles_3_1_autogen.cpp28 EVENT(context, GLActiveShaderProgram, "context = %d, pipeline = %u, program = %u", CID(context), in GL_ActiveShaderProgram()
59 EVENT(context, GLBindImageTexture, in GL_BindImageTexture()
89 EVENT(context, GLBindProgramPipeline, "context = %d, pipeline = %u", CID(context), pipeline); in GL_BindProgramPipeline()
115 EVENT(context, GLBindVertexBuffer, in GL_BindVertexBuffer()
142 EVENT(context, GLCreateShaderProgramv, in GL_CreateShaderProgramv()
176 EVENT(context, GLDeleteProgramPipelines, "context = %d, n = %d, pipelines = 0x%016" PRIxPTR "", in GL_DeleteProgramPipelines()
200 EVENT(context, GLDispatchCompute, in GL_DispatchCompute()
226 EVENT(context, GLDispatchComputeIndirect, "context = %d, indirect = %llu", CID(context), in GL_DispatchComputeIndirect()
249 EVENT(context, GLDrawArraysIndirect, "context = %d, mode = %s, indirect = 0x%016" PRIxPTR "", in GL_DrawArraysIndirect()
273 EVENT(context, GLDrawElementsIndirect, in GL_DrawElementsIndirect()
[all …]
Dentry_points_gles_ext_autogen.cpp47 EVENT(context, GLDrawArraysInstancedBaseInstanceANGLE, in GL_DrawArraysInstancedBaseInstanceANGLE()
82 EVENT(context, GLDrawElementsInstancedBaseVertexBaseInstanceANGLE, in GL_DrawElementsInstancedBaseVertexBaseInstanceANGLE()
121 EVENT(context, GLMultiDrawArraysInstancedBaseInstanceANGLE, in GL_MultiDrawArraysInstancedBaseInstanceANGLE()
160 EVENT(context, GLMultiDrawElementsInstancedBaseVertexBaseInstanceANGLE, in GL_MultiDrawElementsInstancedBaseVertexBaseInstanceANGLE()
206 EVENT(context, GLCopyTexture3DANGLE, in GL_CopyTexture3DANGLE()
261 EVENT(context, GLCopySubTexture3DANGLE, in GL_CopySubTexture3DANGLE()
314 EVENT(context, GLBlitFramebufferANGLE, in GL_BlitFramebufferANGLE()
349 EVENT(context, GLRenderbufferStorageMultisampleANGLE, in GL_RenderbufferStorageMultisampleANGLE()
378 EVENT(context, GLGetTexImageANGLE, in GL_GetTexImageANGLE()
411 EVENT(context, GLGetRenderbufferImageANGLE, in GL_GetRenderbufferImageANGLE()
[all …]
/external/grpc-grpc/src/python/grpcio/grpc/framework/interfaces/face/
Dutilities.py117 style.Service.EVENT, None, None, None, None,
133 style.Service.EVENT, None, None, None, None,
150 style.Service.EVENT, None, None, None, None,
167 style.Service.EVENT, None, None, None, None,
/external/linux-kselftest/tools/testing/selftests/ftrace/test.d/kprobe/
Dkprobe_eventname.tc44 EVENT=`grep $FUNC kprobe_events | cut -f 1 -d " " | cut -f 2 -d:`
45 [ "x" != "x$EVENT" ] || exit_failure
46 test -d events/$EVENT || exit_failure
/external/linux-kselftest/tools/testing/selftests/ftrace/test.d/ftrace/
Dfunc_event_triggers.tc36 EVENT="sched:sched_switch"
71 echo "schedule:${enable}_event:$EVENT" > set_ftrace_filter
102 echo "schedule:${enable}_event:$EVENT:3" > set_ftrace_filter
/external/bcc/tools/
Dargdist_example.txt16 COUNT EVENT
19 COUNT EVENT
22 COUNT EVENT
26 COUNT EVENT
30 COUNT EVENT
34 COUNT EVENT
40 EVENT column describes the event. In this case, the "size" parameter was
149 COUNT EVENT
162 COUNT EVENT
194 COUNT EVENT
[all …]
/external/mesa3d/src/freedreno/.gitlab-ci/reference/
DdEQP-GLES2.functional.texture.specification.basic_teximage2d.rgba16f_2d.log326 { EVENT = CACHE_FLUSH }
330 { EVENT = CACHE_FLUSH }
334 { EVENT = CACHE_FLUSH }
338 { EVENT = CACHE_FLUSH }
342 { EVENT = CACHE_FLUSH }
346 { EVENT = CACHE_FLUSH }
350 { EVENT = CACHE_FLUSH }
354 { EVENT = CACHE_FLUSH }
358 { EVENT = CACHE_FLUSH }
362 { EVENT = CACHE_FLUSH }
[all …]
/external/ms-tpm-20-ref/Samples/Nucleo-TPM/L4A6RG/Drivers/STM32L4xx_HAL_Driver/Inc/
Dstm32l4xx_hal_dma_ex.h265 #define IS_DMAMUX_SYNC_EVENT(EVENT) (((EVENT) == DISABLE) || \ argument
266 ((EVENT) == ENABLE))

12345678910>>...99