Home
last modified time | relevance | path

Searched refs:dispatch (Results 1 – 25 of 738) sorted by relevance

12345678910>>...30

/external/python/cpython2/Demo/parser/
Dunparse.py35 self.dispatch(tree)
56 def dispatch(self, tree): member in Unparser
60 self.dispatch(t)
75 self.dispatch(stmt)
80 self.dispatch(tree.value)
84 interleave(lambda: self.write(", "), self.dispatch, t.names)
96 interleave(lambda: self.write(", "), self.dispatch, t.names)
101 self.dispatch(target)
103 self.dispatch(t.value)
107 self.dispatch(t.target)
[all …]
/external/python/cpython3/Tools/parser/
Dunparse.py35 self.dispatch(tree)
56 def dispatch(self, tree): member in Unparser
60 self.dispatch(t)
75 self.dispatch(stmt)
80 self.dispatch(tree.value)
84 self.dispatch(tree.target)
86 self.dispatch(tree.value)
91 interleave(lambda: self.write(", "), self.dispatch, t.names)
99 interleave(lambda: self.write(", "), self.dispatch, t.names)
104 self.dispatch(target)
[all …]
/external/e2fsprogs/ext2ed/
Dext2_com.c39 sprintf (buffer,"setoffset %ld",file_system_info.super_block_offset);dispatch (buffer); in type_ext2___super()
40 sprintf (buffer,"settype ext2_super_block");dispatch (buffer); in type_ext2___super()
68 dispatch ("super");dispatch ("group");dispatch ("inode");dispatch ("next");dispatch ("dir"); in type_ext2___cd()
70 sprintf (temp,"cd %s",buffer+1);dispatch (temp); in type_ext2___cd()
95 sprintf (buffer,"setoffset %ld",file_system_info.first_group_desc_offset);dispatch (buffer); in type_ext2___group()
96 sprintf (buffer,"settype ext2_group_desc");dispatch (buffer); in type_ext2___group()
97 sprintf (buffer,"entry %ld",group_num);dispatch (buffer); in type_ext2___group()
Dgroup_com.c35 dispatch (buffer); in type_ext2_group_desc___next()
51 dispatch (buffer); in type_ext2_group_desc___prev()
74 sprintf (buffer,"setoffset %ld",device_offset);dispatch (buffer); in type_ext2_group_desc___entry()
75 strcpy (buffer,"show");dispatch (buffer); in type_ext2_group_desc___entry()
103 sprintf (buffer,"setoffset %ld",device_offset);dispatch (buffer); in type_ext2_group_desc___gocopy()
104 strcpy (buffer,"show");dispatch (buffer); in type_ext2_group_desc___gocopy()
142 sprintf (buffer,"setoffset block %ld",inode_offset);dispatch (buffer); in type_ext2_group_desc___inode()
143 sprintf (buffer,"settype ext2_inode");dispatch (buffer); in type_ext2_group_desc___inode()
156 sprintf (buffer,"setoffset block %ld",block_bitmap_offset);dispatch (buffer); in type_ext2_group_desc___blockbitmap()
157 sprintf (buffer,"settype block_bitmap");dispatch (buffer); in type_ext2_group_desc___blockbitmap()
[all …]
/external/python/cpython2/Lib/
Dpickle.py284 f = self.dispatch.get(t)
430 dispatch = {} variable in Pickler
434 dispatch[NoneType] = save_none
441 dispatch[bool] = save_bool
465 dispatch[IntType] = save_int
477 dispatch[LongType] = save_long
484 dispatch[FloatType] = save_float
496 dispatch[StringType] = save_string
508 dispatch[UnicodeType] = save_unicode
536 dispatch[StringType] = save_string
[all …]
/external/perfetto/ui/src/frontend/
Drouter_jsdomtest.ts52 const dispatch = dingus<(a: DeferredAction) => void>(); constant
59 dispatch);
66 expect(dispatch.calls.length).toBe(0);
70 const dispatch = dingus<(a: DeferredAction) => void>(); constant
73 const router = new Router('/', {'/': mockComponent}, dispatch);
75 expect(dispatch.calls.length).toBe(1);
76 expect(dispatch.calls[0][1].length).toBeGreaterThanOrEqual(1);
77 expect(dispatch.calls[0][1][0]).toEqual(Actions.navigate({route: '/'}));
113 const dispatch = dingus<(a: DeferredAction) => void>(); constant
116 new Router('/', {'/': mockComponent, '/b': mockComponent}, dispatch);
[all …]
/external/perfetto/src/profiling/memory/
Dmalloc_hooks.cc516 const MallocDispatch* dispatch = GetDispatch(); in HEAPPROFD_ADD_PREFIX() local
517 void* addr = dispatch->malloc(size); in HEAPPROFD_ADD_PREFIX()
523 const MallocDispatch* dispatch = GetDispatch(); in HEAPPROFD_ADD_PREFIX() local
524 void* addr = dispatch->calloc(nmemb, size); in HEAPPROFD_ADD_PREFIX()
530 const MallocDispatch* dispatch = GetDispatch(); in HEAPPROFD_ADD_PREFIX() local
531 void* addr = dispatch->aligned_alloc(alignment, size); in HEAPPROFD_ADD_PREFIX()
537 const MallocDispatch* dispatch = GetDispatch(); in HEAPPROFD_ADD_PREFIX() local
538 void* addr = dispatch->memalign(alignment, size); in HEAPPROFD_ADD_PREFIX()
546 const MallocDispatch* dispatch = GetDispatch(); in HEAPPROFD_ADD_PREFIX() local
547 int res = dispatch->posix_memalign(memptr, alignment, size); in HEAPPROFD_ADD_PREFIX()
[all …]
/external/u-boot/drivers/fastboot/
Dfb_command.c45 void (*dispatch)(char *cmd_parameter, char *response); member
49 .dispatch = getvar
53 .dispatch = download
58 .dispatch = flash
62 .dispatch = erase
67 .dispatch = okay
71 .dispatch = okay
75 .dispatch = okay
79 .dispatch = reboot_bootloader
83 .dispatch = okay
[all …]
Dfb_getvar.c36 void (*dispatch)(char *var_parameter, char *response); member
40 .dispatch = getvar_version
43 .dispatch = getvar_version_bootloader
46 .dispatch = getvar_downloadsize
49 .dispatch = getvar_downloadsize
52 .dispatch = getvar_serialno
55 .dispatch = getvar_version_baseband
58 .dispatch = getvar_product
61 .dispatch = getvar_platform
64 .dispatch = getvar_current_slot
[all …]
/external/python/cpython3/Lib/
Dpickle.py556 f = self.dispatch.get(t)
736 dispatch = {} variable in _Pickler
740 dispatch[type(None)] = save_none
747 dispatch[bool] = save_bool
778 dispatch[int] = save_long
785 dispatch[float] = save_float
805 dispatch[bytes] = save_bytes
819 dispatch[bytearray] = save_bytearray
846 dispatch[PickleBuffer] = save_picklebuffer
869 dispatch[str] = save_str
[all …]
/external/llvm/test/CodeGen/X86/
Dwin32-seh-catchpad.ll11 to label %invoke.cont unwind label %catch.dispatch
13 catch.dispatch: ; preds = %entry
16 __except.ret: ; preds = %catch.dispatch
75 to label %__try.cont unwind label %catch.dispatch
77 catch.dispatch: ; preds = %entry
78 %cs1 = catchswitch within none [label %__except.ret] unwind label %catch.dispatch.11
80 __except.ret: ; preds = %catch.dispatch
86 to label %__try.cont.9 unwind label %catch.dispatch.5
88 catch.dispatch.5: ; preds = %__try.cont
89 %cs2 = catchswitch within none [label %__except.ret.7] unwind label %catch.dispatch.11
[all …]
Dfunclet-layout.ll15 to label %unreachable unwind label %catch.dispatch
17 catch.dispatch:
55 to label %unreachable unwind label %catch.dispatch
57 catch.dispatch: ; preds = %entry
60 catch: ; preds = %catch.dispatch
63 to label %unreachable unwind label %catch.dispatch.1
65 catch.dispatch.1: ; preds = %catch
68 catch.3: ; preds = %catch.dispatch.1
106 to label %try.cont unwind label %catch.dispatch
108 catch.dispatch: ; preds = %entry
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/X86/
Dwin32-seh-catchpad.ll11 to label %invoke.cont unwind label %catch.dispatch
13 catch.dispatch: ; preds = %entry
16 __except.ret: ; preds = %catch.dispatch
75 to label %__try.cont unwind label %catch.dispatch
77 catch.dispatch: ; preds = %entry
78 %cs1 = catchswitch within none [label %__except.ret] unwind label %catch.dispatch.11
80 __except.ret: ; preds = %catch.dispatch
86 to label %__try.cont.9 unwind label %catch.dispatch.5
88 catch.dispatch.5: ; preds = %__try.cont
89 %cs2 = catchswitch within none [label %__except.ret.7] unwind label %catch.dispatch.11
[all …]
Dfunclet-layout.ll15 to label %unreachable unwind label %catch.dispatch
17 catch.dispatch:
55 to label %unreachable unwind label %catch.dispatch
57 catch.dispatch: ; preds = %entry
60 catch: ; preds = %catch.dispatch
63 to label %unreachable unwind label %catch.dispatch.1
65 catch.dispatch.1: ; preds = %catch
68 catch.3: ; preds = %catch.dispatch.1
106 to label %try.cont unwind label %catch.dispatch
108 catch.dispatch: ; preds = %entry
[all …]
/external/kotlinx.coroutines/kotlinx-coroutines-core/jvm/test/scheduling/
DCoroutineSchedulerTest.kt21 it.dispatch(Runnable { in <lambda>()
34 it.dispatch(Runnable { in <lambda>()
36 it.dispatch(Runnable { in <lambda>()
52 it.dispatch(Runnable { in <lambda>()
53 it.dispatch(Runnable { in <lambda>()
58 it.dispatch(Runnable { in <lambda>()
76 it.dispatch(Runnable { in <lambda>()
77 it.dispatch(Runnable { in <lambda>()
82 it.dispatch(Runnable { in <lambda>()
125 dispatcher.dispatch(EmptyCoroutineContext, Runnable { in <lambda>()
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/SimplifyCFG/
Dempty-catchpad.ll10 to label %exit unwind label %exn.dispatch
11 exn.dispatch:
30 ; Remove both catchpads and the catchswitch from exn.dispatch
35 to label %via.cleanup unwind label %exn.dispatch
44 cleanupret from %cp.inner unwind label %exn.dispatch
48 to label %exit unwind label %dispatch.inner
49 dispatch.inner:
50 %cs.inner = catchswitch within none [label %pad.inner] unwind label %exn.dispatch
57 exn.dispatch:
71 ; Same as @test2, but exn.dispatch catchswitch has an unwind dest that
[all …]
Dempty-cleanuppad.ll65 ; CHECK: cleanupret from %0 unwind label %catch.dispatch
66 ; CHECK: catch.dispatch:
85 cleanupret from %0 unwind label %catch.dispatch
87 catch.dispatch: ; preds = %ehcleanup
90 catch: ; preds = %catch.dispatch
124 ; CHECK: to label %try.cont unwind label %catch.dispatch
125 ; CHECK: catch.dispatch:
146 cleanupret from %0 unwind label %catch.dispatch
148 catch.dispatch: ; preds = %ehcleanup
151 catch: ; preds = %catch.dispatch
[all …]
/external/llvm/test/Transforms/SimplifyCFG/
Dempty-catchpad.ll10 to label %exit unwind label %exn.dispatch
11 exn.dispatch:
30 ; Remove both catchpads and the catchswitch from exn.dispatch
35 to label %via.cleanup unwind label %exn.dispatch
44 cleanupret from %cp.inner unwind label %exn.dispatch
48 to label %exit unwind label %dispatch.inner
49 dispatch.inner:
50 %cs.inner = catchswitch within none [label %pad.inner] unwind label %exn.dispatch
57 exn.dispatch:
71 ; Same as @test2, but exn.dispatch catchswitch has an unwind dest that
[all …]
/external/python/cpython3/Lib/xmlrpc/
Dclient.py478 dispatch = {} variable in Marshaller
509 f = self.dispatch[type(value)]
518 if type_ in self.dispatch.keys():
522 f = self.dispatch["_arbitrary_instance"]
529 dispatch[type(None)] = dump_nil
535 dispatch[bool] = dump_bool
543 dispatch[int] = dump_long
552 dispatch[float] = dump_double
558 dispatch[str] = dump_unicode
565 dispatch[bytes] = dump_bytes
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/AMDGPU/
Dreqd-work-group-size.ll6 %dispatch.ptr = tail call i8 addrspace(4)* @llvm.amdgcn.dispatch.ptr()
7 %gep.group.size.x = getelementptr inbounds i8, i8 addrspace(4)* %dispatch.ptr, i64 4
17 %dispatch.ptr = tail call i8 addrspace(4)* @llvm.amdgcn.dispatch.ptr()
18 %gep.group.size.x = getelementptr inbounds i8, i8 addrspace(4)* %dispatch.ptr, i64 4
28 %dispatch.ptr = tail call i8 addrspace(4)* @llvm.amdgcn.dispatch.ptr()
29 %gep.group.size.x = getelementptr inbounds i8, i8 addrspace(4)* %dispatch.ptr, i64 4
39 %dispatch.ptr = tail call i8 addrspace(4)* @llvm.amdgcn.dispatch.ptr()
40 %gep.group.size.y = getelementptr inbounds i8, i8 addrspace(4)* %dispatch.ptr, i64 6
50 %dispatch.ptr = tail call i8 addrspace(4)* @llvm.amdgcn.dispatch.ptr()
51 %gep.group.size.z = getelementptr inbounds i8, i8 addrspace(4)* %dispatch.ptr, i64 8
[all …]
/external/mesa3d/src/hgl/
DGLDispatcher.cpp31 const struct _glapi_table* dispatch; \
32 dispatch = _glapi_Dispatch ? _glapi_Dispatch : _glapi_get_dispatch();\
33 (dispatch->func) args
36 const struct _glapi_table* dispatch; \
37 dispatch = _glapi_Dispatch ? _glapi_Dispatch : _glapi_get_dispatch();\
38 return (dispatch->func) args
/external/parameter-framework/asio-1.10.6/include/asio/detail/
Dwrapped_handler.hpp70 dispatcher_.dispatch(ASIO_MOVE_CAST(Handler)(handler_)); in operator ()()
75 dispatcher_.dispatch(handler_); in operator ()()
81 dispatcher_.dispatch(detail::bind_handler(handler_, arg1)); in operator ()()
87 dispatcher_.dispatch(detail::bind_handler(handler_, arg1)); in operator ()()
93 dispatcher_.dispatch(detail::bind_handler(handler_, arg1, arg2)); in operator ()()
99 dispatcher_.dispatch(detail::bind_handler(handler_, arg1, arg2)); in operator ()()
105 dispatcher_.dispatch(detail::bind_handler(handler_, arg1, arg2, arg3)); in operator ()()
111 dispatcher_.dispatch(detail::bind_handler(handler_, arg1, arg2, arg3)); in operator ()()
118 dispatcher_.dispatch( in operator ()()
126 dispatcher_.dispatch( in operator ()()
[all …]
/external/kotlinx.coroutines/kotlinx-coroutines-core/jvm/src/scheduling/
DDispatcher.kt59 override fun dispatch(context: CoroutineContext, block: Runnable): Unit = in toString() method in kotlinx.coroutines.scheduling.ExperimentalCoroutineDispatcher
61 coroutineScheduler.dispatch(block) in toString()
63 DefaultExecutor.dispatch(context, block) in toString()
68 coroutineScheduler.dispatch(block, fair = true) in toString()
106 coroutineScheduler.dispatch(block, context, fair) in toString()
144 override fun execute(command: Runnable) = dispatch(command, false) in execute()
148 override fun dispatch(context: CoroutineContext, block: Runnable) = dispatch(block, false) in execute() method in kotlinx.coroutines.scheduling.LimitingDispatcher
150 private fun dispatch(block: Runnable, fair: Boolean) { in execute() method in kotlinx.coroutines.scheduling.LimitingDispatcher
226 dispatch(next, true) in afterTask()
/external/clang/test/CodeGenObjC/
Dnext-objc-dispatch.m2 // RUN: -fobjc-dispatch-method=legacy | \
6 // RUN: -fobjc-dispatch-method=legacy | \
10 // RUN: -fobjc-dispatch-method=non-legacy | \
14 // RUN: -fobjc-dispatch-method=mixed | \
19 // There are basically four ways that we end up doing message dispatch for the
21 // (1) fragile ABI, legacy dispatch
22 // (2) non-fragile ABI, legacy dispatch
23 // (2) non-fragile ABI, non-legacy dispatch
24 // (2) non-fragile ABI, mixed dispatch
26 // Note that fragile ABI and non-fragile ABI legacy dispatch are not the same,
/external/exoplayer/tree/library/core/src/test/java/com/google/android/exoplayer2/util/
DMediaSourceEventDispatcherTest.java70 eventDispatcher.dispatch( in listenerReceivesEventPopulatedWithMediaPeriodInfo()
83 eventDispatcher.dispatch( in sameListenerObjectRegisteredTwiceOnlyReceivesEventsOnce()
100 eventDispatcher.dispatch( in sameListenerInstanceCanBeRegisteredWithTwoTypes()
102 eventDispatcher.dispatch( in sameListenerInstanceCanBeRegisteredWithTwoTypes()
119 eventDispatcher.dispatch( in listenerOnlyReceivesEventsForRegisteredType()
121 eventDispatcher.dispatch( in listenerOnlyReceivesEventsForRegisteredType()
135 eventDispatcher.dispatch(SubclassListener::subclassMethod, SubclassListener.class); in listenerDoesntReceiveEventsDispatchedToSubclass()
148 eventDispatcher.dispatch( in listenerDoesntReceiveEventsDispatchedToSuperclass()
166 newEventDispatcher.dispatch( in listenersAreCopiedToNewDispatcher()
178 eventDispatcher.dispatch( in removingListenerStopsEventDispatch()
[all …]

12345678910>>...30