Home
last modified time | relevance | path

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

1234

/external/webkit/WebKitTools/pywebsocket/test/
Dtest_dispatch.py41 from mod_pywebsocket import dispatch
54 dispatch._normalize_path('/a/b'))
56 dispatch._normalize_path('\\a\\b'))
58 dispatch._normalize_path('/a/c/../b'))
60 dispatch._normalize_path('abc'))
63 converter = dispatch._path_to_resource_converter('/a/b')
69 converter = dispatch._path_to_resource_converter('a/b')
72 converter = dispatch._path_to_resource_converter('/a/b///')
76 converter = dispatch._path_to_resource_converter('/a/../a/b/../b/')
79 converter = dispatch._path_to_resource_converter(r'\a\b')
[all …]
/external/e2fsprogs/ext2ed/
Dext2_com.c38 sprintf (buffer,"setoffset %ld",file_system_info.super_block_offset);dispatch (buffer); in type_ext2___super()
39 sprintf (buffer,"settype ext2_super_block");dispatch (buffer); in type_ext2___super()
67 dispatch ("super");dispatch ("group");dispatch ("inode");dispatch ("next");dispatch ("dir"); in type_ext2___cd()
69 sprintf (temp,"cd %s",buffer+1);dispatch (temp); in type_ext2___cd()
94 sprintf (buffer,"setoffset %ld",file_system_info.first_group_desc_offset);dispatch (buffer); in type_ext2___group()
95 sprintf (buffer,"settype ext2_group_desc");dispatch (buffer); in type_ext2___group()
96 sprintf (buffer,"entry %ld",group_num);dispatch (buffer); in type_ext2___group()
Dgroup_com.c34 dispatch (buffer); in type_ext2_group_desc___next()
50 dispatch (buffer); in type_ext2_group_desc___prev()
73 sprintf (buffer,"setoffset %ld",device_offset);dispatch (buffer); in type_ext2_group_desc___entry()
74 strcpy (buffer,"show");dispatch (buffer); in type_ext2_group_desc___entry()
102 sprintf (buffer,"setoffset %ld",device_offset);dispatch (buffer); in type_ext2_group_desc___gocopy()
103 strcpy (buffer,"show");dispatch (buffer); in type_ext2_group_desc___gocopy()
141 sprintf (buffer,"setoffset block %ld",inode_offset);dispatch (buffer); in type_ext2_group_desc___inode()
142 sprintf (buffer,"settype ext2_inode");dispatch (buffer); in type_ext2_group_desc___inode()
155 sprintf (buffer,"setoffset block %ld",block_bitmap_offset);dispatch (buffer); in type_ext2_group_desc___blockbitmap()
156 sprintf (buffer,"settype block_bitmap");dispatch (buffer); in type_ext2_group_desc___blockbitmap()
[all …]
Ddir_com.c264 dispatch ("remember internal_variable"); /* Move the inode into the objects memory */ in type_dir___cd()
266 dispatch ("followinode"); /* Go to the inode pointed by this directory entry */ in type_dir___cd()
281 dispatch ("recall internal_variable"); /* Return to the original inode */ in type_dir___cd()
282 dispatch ("dir"); /* and to the directory */ in type_dir___cd()
285 dispatch (temp); /* (which can call ourself or the general cd) */ in type_dir___cd()
292 dispatch ("dir"); /* Yes - Pass to the pointed directory */ in type_dir___cd()
296 dispatch (temp); in type_dir___cd()
365 dispatch ("show"); in type_dir___entry()
406 sprintf (buffer,"setoffset %ld",inode_offset);dispatch (buffer); /* Move to it */ in type_dir___followinode()
407 sprintf (buffer,"settype ext2_inode");dispatch (buffer); /* and set the type to an inode */ in type_dir___followinode()
[all …]
Dinode_com.c55 sprintf (buffer,"setoffset %ld",device_offset);dispatch (buffer); in type_ext2_inode___prev()
56 strcpy (buffer,"show");dispatch (buffer); in type_ext2_inode___prev()
103 sprintf (buffer,"setoffset %ld",device_offset);dispatch (buffer); in type_ext2_inode___next()
104 strcpy (buffer,"show");dispatch (buffer); in type_ext2_inode___next()
306 dispatch (buffer); in type_ext2_inode___entry()
311 dispatch (buffer); in type_ext2_inode___entry()
325 sprintf (buffer,"setoffset %ld",group_offset);dispatch (buffer); in type_ext2_inode___group()
326 sprintf (buffer,"settype ext2_group_desc");dispatch (buffer); in type_ext2_inode___group()
344 sprintf (buffer,"settype file");dispatch (buffer); in type_ext2_inode___file()
366 sprintf (buffer,"settype dir");dispatch (buffer); in type_ext2_inode___dir()
Dgeneral_com.c195 dispatch ("setoffset 0"); in set_device()
196 dispatch ("help"); /* Show help screen */ in set_device()
419 dispatch ("show"); in set()
486 strcpy (buffer,"show");dispatch (buffer); in hex_set()
507 sprintf (tmp_buffer,"show");dispatch (tmp_buffer); in set_type()
521 sprintf (tmp_buffer,"show");dispatch (tmp_buffer); in set_type()
707 dispatch (buffer); in next()
713 sprintf (buffer,"show");dispatch (buffer); in next()
736 dispatch (buffer); in prev()
742 sprintf (buffer,"show");dispatch (buffer); in prev()
[all …]
Dfile_com.c53 dispatch ("settype ext2_inode"); in type_file___inode()
90 strcpy (buffer,"show");dispatch (buffer); in type_file___nextblock()
108 sprintf (buffer,"show");dispatch (buffer); in type_file___next()
135 sprintf (buffer,"show");dispatch (buffer); in type_file___offset()
158 sprintf (buffer,"show");dispatch (buffer); in type_file___prev()
191 strcpy (buffer,"show");dispatch (buffer); in type_file___prevblock()
222 strcpy (buffer,"show");dispatch (buffer); in type_file___block()
239 sprintf (buffer,"show");dispatch (buffer); in type_file___display()
245 sprintf (buffer,"show");dispatch (buffer); in type_file___display()
496 strcpy (buffer,"show");dispatch (buffer); in type_file___set()
Dinodebitmap_com.c45 strcpy (buffer,"show");dispatch (buffer); in type_ext2_inode_bitmap___entry()
61 dispatch (buffer); in type_ext2_inode_bitmap___next()
77 dispatch (buffer); in type_ext2_inode_bitmap___prev()
103 dispatch ("show"); in type_ext2_inode_bitmap___allocate()
129 dispatch ("show"); in type_ext2_inode_bitmap___deallocate()
Dblockbitmap_com.c66 strcpy (buffer,"show");dispatch (buffer); /* dispatch a show command */ in type_ext2_block_bitmap___entry()
88 dispatch (buffer); in type_ext2_block_bitmap___next()
104 dispatch (buffer); in type_ext2_block_bitmap___prev()
139 dispatch ("show"); /* Show the result */ in type_ext2_block_bitmap___allocate()
167 dispatch ("show"); in type_ext2_block_bitmap___deallocate()
Dsuper_com.c146 sprintf (buffer,"setoffset %ld",device_offset);dispatch (buffer); in type_ext2_super_block___gocopy()
147 strcpy (buffer,"show");dispatch (buffer); in type_ext2_super_block___gocopy()
156 dispatch ("gocopy 0"); in type_ext2_super_block___setactivecopy()
158 dispatch ("show"); in type_ext2_super_block___setactivecopy()
Dmain.c263 quit=dispatch (command_line); in parser()
329 quit=dispatch (command_line); in parser()
358 int dispatch (char *command_line) in dispatch() function
/external/v8/tools/
Dlogreader.js193 devtools.profiler.LogReader.prototype.skipDispatch = function(dispatch) { argument
210 var dispatch = this.dispatchTable_[command];
212 if (dispatch === null || this.skipDispatch(dispatch)) {
218 for (var i = 0; i < dispatch.parsers.length; ++i) {
219 var parser = dispatch.parsers[i];
232 dispatch.processor.apply(this, parsedFields);
270 var dispatch = this.dispatchTable_[event];
271 if (dispatch && dispatch.backrefs) {
Dtickprocessor.js816 var dispatch = this.argsDispatch_[arg];
817 this.result_[dispatch[0]] = userValue == null ? dispatch[1] : userValue;
851 var dispatch = this.argsDispatch_[arg];
853 if (arg !== synArg && dispatch === this.argsDispatch_[synArg]) {
858 print(' ' + padRight(synonims.join(', '), 20) + dispatch[2]);
/external/webkit/WebKit/chromium/src/js/
DInjectDispatch.js45 InspectorControllerDispatcher.dispatch = function(functionName, json_args) function
76 function dispatch(method, var_args) { function
105 DevToolsAgentHost.dispatch(call);
/external/webkit/WebKitTools/pywebsocket/mod_pywebsocket/
Dheaderparserhandler.py40 import dispatch
62 dispatcher = dispatch.Dispatcher(_HANDLER_ROOT, _HANDLER_SCAN)
93 except dispatch.DispatchError, e:
Dstandalone.py79 import dispatch
250 except dispatch.DispatchError, e:
315 except dispatch.DispatchError, e:
400 options.dispatcher = dispatch.Dispatcher(options.websock_handlers,
/external/webkit/WebCore/dom/
DContainerNodeAlgorithms.h88 static void dispatch(GenericNode*) in dispatch() function
96 static void dispatch(GenericNode* node)
139 …RemovalDispatcher<GenericNode, ShouldDispatchRemovalNotification<GenericNode>::value>::dispatch(n);
/external/webkit/JavaScriptCore/wtf/qt/
DMainThreadQt.cpp46 void dispatch();
54 void MainThreadInvoker::dispatch() in dispatch() function in WTF::MainThreadInvoker
/external/dbus/test/name-test/
DMakefile.am19 noinst_PROGRAMS=test-names test-pending-call-dispatch test-threads-init
28 test-pending-call-dispatch.c
DMakefile.in41 @DBUS_BUILD_TESTS_TRUE@ test-pending-call-dispatch$(EXEEXT) \
61 test-pending-call-dispatch.c
63 @DBUS_BUILD_TESTS_TRUE@ test-pending-call-dispatch.$(OBJEXT)
284 @DBUS_BUILD_TESTS_TRUE@ test-pending-call-dispatch.c
336 test-pending-call-dispatch$(EXEEXT): $(test_pending_call_dispatch_OBJECTS) $(test_pending_call_disp…
337 @rm -f test-pending-call-dispatch$(EXEEXT)
350 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test-pending-call-dispatch.Po@am__quote@
/external/webkit/WebCore/storage/
DStorageAreaImpl.cpp162 …StorageEventDispatcher::dispatch(key, oldValue, value, m_storageType, m_securityOrigin.get(), fram… in setItem()
184 …StorageEventDispatcher::dispatch(key, oldValue, String(), m_storageType, m_securityOrigin.get(), f… in removeItem()
204 …StorageEventDispatcher::dispatch(String(), String(), String(), m_storageType, m_securityOrigin.get… in clear()
DStorageEventDispatcher.h43 …static void dispatch(const String& key, const String& oldValue, const String& newValue, StorageTyp…
/external/bluetooth/glib/glib/
Dgmain.c1480 g_main_dispatch_free (gpointer dispatch) in g_main_dispatch_free() argument
1482 g_slice_free (GMainDispatch, dispatch); in g_main_dispatch_free()
1491 GMainDispatch *dispatch = g_static_private_get (&depth_private); in get_dispatch() local
1492 if (!dispatch) in get_dispatch()
1494 dispatch = g_slice_new0 (GMainDispatch); in get_dispatch()
1495 g_static_private_set (&depth_private, dispatch, g_main_dispatch_free); in get_dispatch()
1498 return dispatch; in get_dispatch()
1620 GMainDispatch *dispatch = get_dispatch (); in g_main_depth() local
1621 return dispatch->depth; in g_main_depth()
1636 GMainDispatch *dispatch = get_dispatch (); in g_main_current_source() local
[all …]
/external/dbus/bus/
DMakefile.in62 dir-watch-dnotify.c dir-watch-kqueue.c dir-watch.h dispatch.c \
63 dispatch.h driver.c driver.h expirelist.c expirelist.h \
75 desktop-file.$(OBJEXT) $(am__objects_1) dispatch.$(OBJEXT) \
87 dir-watch-dnotify.c dir-watch-kqueue.c dir-watch.h dispatch.c \
88 dispatch.h driver.c driver.h expirelist.c expirelist.h \
/external/bluetooth/glib/docs/reference/glib/
Dmainloop-states.fig64 4 2 0 50 0 0 18 0.0000 4 255 1140 8025 5325 dispatch()\001

1234