Home
last modified time | relevance | path

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

12345678910>>...25

/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 interleave(lambda: self.write(", "), self.dispatch, t.names)
92 interleave(lambda: self.write(", "), self.dispatch, t.names)
97 self.dispatch(target)
99 self.dispatch(t.value)
103 self.dispatch(t.target)
[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/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/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.cc461 const MallocDispatch* dispatch = GetDispatch(); in HEAPPROFD_ADD_PREFIX() local
462 void* addr = dispatch->malloc(size); in HEAPPROFD_ADD_PREFIX()
468 const MallocDispatch* dispatch = GetDispatch(); in HEAPPROFD_ADD_PREFIX() local
469 void* addr = dispatch->calloc(nmemb, size); in HEAPPROFD_ADD_PREFIX()
475 const MallocDispatch* dispatch = GetDispatch(); in HEAPPROFD_ADD_PREFIX() local
476 void* addr = dispatch->aligned_alloc(alignment, size); in HEAPPROFD_ADD_PREFIX()
482 const MallocDispatch* dispatch = GetDispatch(); in HEAPPROFD_ADD_PREFIX() local
483 void* addr = dispatch->memalign(alignment, size); in HEAPPROFD_ADD_PREFIX()
491 const MallocDispatch* dispatch = GetDispatch(); in HEAPPROFD_ADD_PREFIX() local
492 int res = dispatch->posix_memalign(memptr, alignment, size); in HEAPPROFD_ADD_PREFIX()
[all …]
/external/u-boot/drivers/fastboot/
Dfb_getvar.c32 void (*dispatch)(char *var_parameter, char *response); member
36 .dispatch = getvar_version
39 .dispatch = getvar_bootloader_version
42 .dispatch = getvar_bootloader_version
45 .dispatch = getvar_downloadsize
48 .dispatch = getvar_downloadsize
51 .dispatch = getvar_serialno
54 .dispatch = getvar_version_baseband
57 .dispatch = getvar_product
60 .dispatch = getvar_current_slot
[all …]
Dfb_command.c43 void (*dispatch)(char *cmd_parameter, char *response); member
47 .dispatch = getvar
51 .dispatch = download
56 .dispatch = flash
60 .dispatch = erase
65 .dispatch = okay
69 .dispatch = okay
73 .dispatch = okay
77 .dispatch = reboot_bootloader
81 .dispatch = okay
[all …]
/external/python/cpython3/Lib/
Dpickle.py502 f = self.dispatch.get(t)
667 dispatch = {} variable in _Pickler
671 dispatch[type(None)] = save_none
678 dispatch[bool] = save_bool
709 dispatch[int] = save_long
716 dispatch[float] = save_float
736 dispatch[bytes] = save_bytes
756 dispatch[str] = save_str
807 dispatch[tuple] = save_tuple
818 dispatch[list] = save_list
[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/python/cpython3/Lib/xmlrpc/
Dclient.py479 dispatch = {} variable in Marshaller
510 f = self.dispatch[type(value)]
519 if type_ in self.dispatch.keys():
523 f = self.dispatch["_arbitrary_instance"]
530 dispatch[type(None)] = dump_nil
536 dispatch[bool] = dump_bool
544 dispatch[int] = dump_long
553 dispatch[float] = dump_double
559 dispatch[str] = dump_unicode
566 dispatch[bytes] = dump_bytes
[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 …]
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/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/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/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/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/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/v8/tools/
Dlogreader.js174 LogReader.prototype.skipDispatch = function(dispatch) { argument
191 var dispatch = this.dispatchTable_[command];
192 if (dispatch === undefined) return;
194 if (dispatch === null || this.skipDispatch(dispatch)) {
200 for (var i = 0; i < dispatch.parsers.length; ++i) {
201 var parser = dispatch.parsers[i];
216 dispatch.processor.apply(this, parsedFields);
/external/mesa3d/src/mapi/glapi/
Dglapi_entrypoint.c197 unsigned long dispatch = __glapi_sparc_get_dispatch(); in init_glapi_relocs() local
201 unsigned long dispatch = (unsigned long) &_glapi_Dispatch; in init_glapi_relocs() local
207 code[0] = template[0] | (dispatch >> 10); in init_glapi_relocs()
210 code[2] = template[2] | (dispatch & 0x3ff); in init_glapi_relocs()
220 code[0] = template[0] | (dispatch >> (32 + 10)); in init_glapi_relocs()
221 code[1] = template[1] | ((dispatch & 0xffffffff) >> 10); in init_glapi_relocs()
223 code[2] = template[2] | ((dispatch >> 32) & 0x3ff); in init_glapi_relocs()
229 code[6] = template[6] | (dispatch & 0x3ff); in init_glapi_relocs()
232 code[0] = template[0] | (dispatch >> 10); in init_glapi_relocs()
235 code[2] = template[2] | (dispatch & 0x3ff); in init_glapi_relocs()

12345678910>>...25