HomeSort by relevance Sort by last modified time
    Searched refs:dispatch (Results 1 - 25 of 247) sorted by null

1 2 3 4 5 6 7 8 910

  /external/clang/test/CodeGen/
2007-01-06-KNR-Proto.c 4 int svc_register (void (*dispatch) (int));
6 int svc_register (dispatch)
7 void (*dispatch) ();
  /external/python/oauth2client/oauth2client/contrib/django_util/
signals.py 21 import django.dispatch
27 oauth2_authorized = django.dispatch.Signal(
  /external/mesa3d/src/hgl/
GLDispatcher.cpp 19 * NOTE: this file portion implements C-based dispatch of the OpenGL entrypoints
30 #define DISPATCH(func, args, msg) \
31 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/mesa3d/src/mapi/glapi/
glapi.c 61 _glapi_set_dispatch(struct _glapi_table *dispatch)
63 u_current_set_table((const struct _glapi_table *) dispatch);
  /external/mesa3d/src/mesa/vbo/
vbo_noop.h 37 _mesa_using_noop_vtxfmt(const struct _glapi_table *dispatch);
  /external/e2fsprogs/ext2ed/
ext2_com.c 39 sprintf (buffer,"setoffset %ld",file_system_info.super_block_offset);dispatch (buffer);
40 sprintf (buffer,"settype ext2_super_block");dispatch (buffer);
68 dispatch ("super");dispatch ("group");dispatch ("inode");dispatch ("next");dispatch ("dir");
70 sprintf (temp,"cd %s",buffer+1);dispatch (temp);
95 sprintf (buffer,"setoffset %ld",file_system_info.first_group_desc_offset);dispatch (buffer);
96 sprintf (buffer,"settype ext2_group_desc");dispatch (buffer)
    [all...]
group_com.c 35 dispatch (buffer);
51 dispatch (buffer);
74 sprintf (buffer,"setoffset %ld",device_offset);dispatch (buffer);
75 strcpy (buffer,"show");dispatch (buffer);
103 sprintf (buffer,"setoffset %ld",device_offset);dispatch (buffer);
104 strcpy (buffer,"show");dispatch (buffer);
142 sprintf (buffer,"setoffset block %ld",inode_offset);dispatch (buffer);
143 sprintf (buffer,"settype ext2_inode");dispatch (buffer);
156 sprintf (buffer,"setoffset block %ld",block_bitmap_offset);dispatch (buffer);
157 sprintf (buffer,"settype block_bitmap");dispatch (buffer)
    [all...]
  /external/compiler-rt/test/BlocksRuntime/
rdar6414583.c 12 #include <dispatch/dispatch.h>
rdar6405500.c 11 #import <dispatch/dispatch.h>
dispatch_async.c 9 #include <dispatch/dispatch.h>
  /external/python/cpython3/Tools/parser/
unparse.py 35 self.dispatch(tree)
56 def dispatch(self, tree): member in class: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...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Demo/parser/
unparse.py 35 self.dispatch(tree)
56 def dispatch(self, tree): member in class: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/cpython2/Demo/parser/
unparse.py 35 self.dispatch(tree)
56 def dispatch(self, tree): member in class: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/mockwebserver/src/main/java/com/google/mockwebserver/
Dispatcher.java 26 public abstract MockResponse dispatch(RecordedRequest request) throws InterruptedException; method in class:Dispatcher
  /external/okhttp/mockwebserver/src/main/java/com/squareup/okhttp/mockwebserver/
Dispatcher.java 24 public abstract MockResponse dispatch(RecordedRequest request) throws InterruptedException; method in class:Dispatcher
  /external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-xray/
xray-registry.h 36 std::function<Error()> dispatch(cl::SubCommand *SC);
llvm-xray.cpp 39 if (auto C = dispatch(SC)) {
  /external/u-boot/drivers/fastboot/
fb_getvar.c 32 void (*dispatch)(char *var_parameter, char *response); member in struct:__anon47271
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_slo
    [all...]
fb_command.c 43 void (*dispatch)(char *cmd_parameter, char *response); member in struct:__anon47270
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 = oka
    [all...]
  /external/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/rpc/rpc_regunreg_svc_register/
rpc_svc_register.c 40 void dispatch(struct svc_req *request, SVCXPRT * xprt);
63 !svc_register(svcr, progNum, VERSNUM, dispatch, IPPROTO_TCP);
78 void dispatch(struct svc_req *request, SVCXPRT * xprt) function
  /external/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/rpc/rpc_regunreg_svc_unregister/
rpc_svc_unregister.c 40 void dispatch(struct svc_req *request, SVCXPRT * xprt);
61 svc_register(svcr, progNum, VERSNUM, dispatch, IPPROTO_TCP);
82 void dispatch(struct svc_req *request, SVCXPRT * xprt) function
  /external/perfetto/src/profiling/memory/
malloc_hooks.cc 390 // The dispatch table never changes, so let the custom allocator retain the
461 const MallocDispatch* dispatch = GetDispatch(); local
462 void* addr = dispatch->malloc(size);
468 const MallocDispatch* dispatch = GetDispatch(); local
469 void* addr = dispatch->calloc(nmemb, size);
475 const MallocDispatch* dispatch = GetDispatch(); local
476 void* addr = dispatch->aligned_alloc(alignment, size);
482 const MallocDispatch* dispatch = GetDispatch(); local
483 void* addr = dispatch->memalign(alignment, size);
491 const MallocDispatch* dispatch = GetDispatch() local
504 const MallocDispatch* dispatch = GetDispatch(); local
530 const MallocDispatch* dispatch = GetDispatch(); local
579 const MallocDispatch* dispatch = GetDispatch(); local
584 const MallocDispatch* dispatch = GetDispatch(); local
589 const MallocDispatch* dispatch = GetDispatch(); local
594 const MallocDispatch* dispatch = GetDispatch(); local
608 const MallocDispatch* dispatch = GetDispatch(); local
613 const MallocDispatch* dispatch = GetDispatch(); local
619 const MallocDispatch* dispatch = GetDispatch(); local
624 const MallocDispatch* dispatch = GetDispatch(); local
    [all...]
  /external/harfbuzz_ng/src/
hb-subset.hh 44 bool dispatch (const T &obj) { return obj.subset (this); } function in struct:hb_subset_context_t
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
pickle.py 282 # Check the type dispatch table
284 f = self.dispatch.get(t)
422 # Methods below this point are dispatched through the dispatch table
424 dispatch = {} variable in class:Pickler
428 dispatch[NoneType] = save_none
435 dispatch[bool] = save_bool
459 dispatch[IntType] = save_int
471 dispatch[LongType] = save_long
478 dispatch[FloatType] = save_float
490 dispatch[StringType] = save_string
877 dispatch = {} variable in class:Unpickler
    [all...]
  /external/python/cpython2/Lib/
pickle.py 282 # Check the type dispatch table
284 f = self.dispatch.get(t)
428 # Methods below this point are dispatched through the dispatch table
430 dispatch = {} variable in class: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_strin
883 dispatch = {} variable in class:Unpickler
    [all...]

Completed in 792 milliseconds

1 2 3 4 5 6 7 8 910