Home
last modified time | relevance | path

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

123456789

/external/chromium-trace/trace-viewer/third_party/pywebsocket/src/test/
Dtest_dispatch.py41 from mod_pywebsocket import dispatch
57 dispatch._normalize_path('/a/b'))
59 dispatch._normalize_path('\\a\\b'))
61 dispatch._normalize_path('/a/c/../b'))
63 dispatch._normalize_path('abc'))
66 converter = dispatch._create_path_to_resource_converter('/a/b')
76 converter = dispatch._create_path_to_resource_converter('a/b')
77 self.assertEqual('/h', converter(dispatch._normalize_path(
80 converter = dispatch._create_path_to_resource_converter('/a/b///')
82 self.assertEqual('/h', converter(dispatch._normalize_path(
[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()
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()
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()
Dsuper_com.c142 sprintf (buffer,"setoffset %ld",device_offset);dispatch (buffer); in type_ext2_super_block___gocopy()
143 strcpy (buffer,"show");dispatch (buffer); in type_ext2_super_block___gocopy()
152 dispatch ("gocopy 0"); in type_ext2_super_block___setactivecopy()
154 dispatch ("show"); in type_ext2_super_block___setactivecopy()
/external/clang/lib/AST/
DDumpXML.cpp66 void dispatch(Decl *D) { in dispatch() function
70 DISPATCH(dispatch##DERIVED##DeclAttrs, DERIVED##Decl); \ in dispatch()
72 DISPATCH(dispatch##DERIVED##DeclChildren, DERIVED##Decl); \ in dispatch()
73 DISPATCH(dispatch##DERIVED##DeclAsContext, DERIVED##Decl); \ in dispatch()
81 void dispatch##DERIVED##DeclAttrs(DERIVED##Decl *D) { \
82 DISPATCH(dispatch##BASE##Attrs, BASE); \
86 void dispatch##DERIVED##DeclChildren(DERIVED##Decl *D) { \
87 DISPATCH(dispatch##BASE##Children, BASE); \
91 void dispatch##DERIVED##DeclAsContext(DERIVED##Decl *D) { \
92 DISPATCH(dispatch##BASE##AsContext, BASE); \
[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/v8/tools/
Dlogreader.js123 LogReader.prototype.skipDispatch = function(dispatch) { argument
139 var dispatch = this.dispatchTable_[command];
141 if (dispatch === null || this.skipDispatch(dispatch)) {
147 for (var i = 0; i < dispatch.parsers.length; ++i) {
148 var parser = dispatch.parsers[i];
161 dispatch.processor.apply(this, parsedFields);
/external/openssh/
Ddispatch.c42 dispatch_fn *dispatch[DISPATCH_MAX]; variable
65 dispatch[i] = dflt; in dispatch_init()
75 dispatch[i] = fn; in dispatch_range()
81 dispatch[type] = fn; in dispatch_set()
97 if (type > 0 && type < DISPATCH_MAX && dispatch[type] != NULL) in dispatch_run()
98 (*dispatch[type])(type, seqnr, ctxt); in dispatch_run()
/external/clang/test/Driver/
Ddarwin-objc-defaults.m1 // Check non-fragile ABI and dispatch method defaults.
11 // CHECK-CHECK-I386_OSX10_5-NOT: -fobjc-dispatch-method
20 // CHECK-CHECK-I386_OSX10_6-NOT: -fobjc-dispatch-method
29 // CHECK-CHECK-I386_IPHONE3_0-NOT: -fobjc-dispatch-method
40 // CHECK-CHECK-X86_64_OSX10_5: -fobjc-dispatch-method=non-legacy
49 // CHECK-CHECK-X86_64_OSX10_6: -fobjc-dispatch-method=mixed
58 // CHECK-CHECK-X86_64_IPHONE3_0: -fobjc-dispatch-method=mixed
69 // CHECK-CHECK-ARMV7_OSX10_5-NOT: -fobjc-dispatch-method
78 // CHECK-CHECK-ARMV7_OSX10_6-NOT: -fobjc-dispatch-method
87 // CHECK-CHECK-ARMV7_IPHONE3_0-NOT: -fobjc-dispatch-method
Ddarwin-objc-options.m9 // CHECK-CHECK-X86_64_ABI1-NOT: -fobjc-dispatch-method
20 // CHECK-CHECK-I386_ABI2-NOT: -fobjc-dispatch-method
31 // CHECK-CHECK-I386_IOS-NOT: -fobjc-dispatch-method
/external/clang/test/CodeGen/
D2007-01-06-KNR-Proto.c4 int svc_register (void (*dispatch) (int));
6 int svc_register (dispatch)
7 void (*dispatch) ();
/external/dbus/cmake/test/name-test/
DCMakeLists.txt7 add_executable(test-pending-call-dispatch ${NAMEtest-DIR}/test-pending-call-dispatch.c)
8 target_link_libraries(test-pending-call-dispatch ${DBUS_INTERNAL_LIBRARIES})
9 ADD_TEST(test-pending-call-dispatch ${EXECUTABLE_OUTPUT_PATH}/test-pending-call-dispatch)
/external/guava/guava/src/com/google/common/eventbus/
DAsyncEventBus.java81 dispatch(eventWithHandler.event, eventWithHandler.handler); in dispatchQueuedEvents()
89 protected void dispatch(final Object event, final EventHandler handler) { in dispatch() method in AsyncEventBus
94 AsyncEventBus.super.dispatch(event, handler); in dispatch()
/external/chromium/base/
Dmessage_pump_glib_x.cc174 gdksource_->source_funcs->dispatch = gdkdispatcher_; in RunOnce()
188 gdksource_->source_funcs->dispatch = gdkdispatcher_; in RunOnce()
201 gdksource_->source_funcs->dispatch; in RunOnce()
202 gdksource_->source_funcs->dispatch = PlaceholderDispatch; in RunOnce()
208 gdksource_->source_funcs->dispatch = cb; in RunOnce()
222 pump_x->gdkdispatcher_ = pump_x->gdksource_->source_funcs->dispatch; in EventDispatcherX()
/external/webkit/Tools/Scripts/webkitpy/style/
Dchecker_unittest.py318 checker = self._dispatcher.dispatch(file_path=path,
372 def dispatch(self, file_path): member in CheckerDispatcherDispatchTest
376 checker = dispatcher.dispatch(file_path,
383 checker = self.dispatch(file_path)
388 checker = self.dispatch(file_path)
431 checker = self.dispatch(file_path)
453 checker = self.dispatch(file_path)
463 checker = self.dispatch(file_path)
482 checker = self.dispatch(file_path)
526 checker = self.dispatch(file_path)
[all …]
/external/mesa3d/docs/
DlibGL.txt112 The glapi_x86.X and assyntax.h files implement x86-optimized dispatch
113 of GL functions. They are not required; C-based dispatch can be used
156 offset of the dispatch slot in the API dispatch table. The return value
166 The dispatch offset number MUST be a number allocated by SGI in the same
174 When a GL context is made current, the driver must install its dispatch
175 table as the current dispatch table. This is done by calling
177 void _glapi_set_dispatch(struct _glapi_table *dispatch);
179 This will install the named dispatch table for the calling thread.
180 The current dispatch table for a thread can be obtained by calling
185 variable _glapi_Dispatch will point to the current dispatch table.
/external/clang/test/SemaTemplate/
Dinstantiate-complete.cpp106 static true_t dispatch(U);
107 static false_t dispatch(...);
110 enum { value = sizeof(dispatch(trigger())) == sizeof(true_t) };
/external/compiler-rt/BlocksRuntime/tests/
Drdar6405500.c11 #import <dispatch/dispatch.h>
/external/webkit/Source/JavaScriptCore/wtf/qt/
DMainThreadQt.cpp46 void dispatch();
54 void MainThreadInvoker::dispatch() in dispatch() function in WTF::MainThreadInvoker

123456789