/external/llvm/test/FrontendC/ |
2007-01-06-KNR-Proto.c | 4 int svc_register (void (*dispatch) (int)); 6 int svc_register (dispatch) 7 void (*dispatch) ();
|
/external/e2fsprogs/ext2ed/ |
ext2_com.c | 38 sprintf (buffer,"setoffset %ld",file_system_info.super_block_offset);dispatch (buffer); 39 sprintf (buffer,"settype ext2_super_block");dispatch (buffer); 67 dispatch ("super");dispatch ("group");dispatch ("inode");dispatch ("next");dispatch ("dir"); 69 sprintf (temp,"cd %s",buffer+1);dispatch (temp); 94 sprintf (buffer,"setoffset %ld",file_system_info.first_group_desc_offset);dispatch (buffer); 95 sprintf (buffer,"settype ext2_group_desc");dispatch (buffer) [all...] |
group_com.c | 34 dispatch (buffer); 50 dispatch (buffer); 73 sprintf (buffer,"setoffset %ld",device_offset);dispatch (buffer); 74 strcpy (buffer,"show");dispatch (buffer); 102 sprintf (buffer,"setoffset %ld",device_offset);dispatch (buffer); 103 strcpy (buffer,"show");dispatch (buffer); 141 sprintf (buffer,"setoffset block %ld",inode_offset);dispatch (buffer); 142 sprintf (buffer,"settype ext2_inode");dispatch (buffer); 155 sprintf (buffer,"setoffset block %ld",block_bitmap_offset);dispatch (buffer); 156 sprintf (buffer,"settype block_bitmap");dispatch (buffer) [all...] |
blockbitmap_com.c | 66 strcpy (buffer,"show");dispatch (buffer); /* dispatch a show command */ 88 dispatch (buffer); 104 dispatch (buffer); 139 dispatch ("show"); /* Show the result */ 167 dispatch ("show");
|
inodebitmap_com.c | 45 strcpy (buffer,"show");dispatch (buffer); 61 dispatch (buffer); 77 dispatch (buffer); 103 dispatch ("show"); 129 dispatch ("show");
|
dir_com.c | 196 5. If the required entry is found, we dispatch a remember command to insert the current inode (remember that 202 6. We then dispatch a followinode command to reach the inode pointed by the required entry. This command will 205 7. We check the inode's type to see if it is a directory. If it is, we dispatch a dir command to "enter the directory", 210 typically the case.), we note the path it is pointing at, the saved inode is recalled, we dispatch dir to 264 dispatch ("remember internal_variable"); /* Move the inode into the objects memory */ 266 dispatch ("followinode"); /* Go to the inode pointed by this directory entry */ 281 dispatch ("recall internal_variable"); /* Return to the original inode */ 282 dispatch ("dir"); /* and to the directory */ 285 dispatch (temp); /* (which can call ourself or the general cd) */ 292 dispatch ("dir"); /* Yes - Pass to the pointed directory * [all...] |
super_com.c | 142 sprintf (buffer,"setoffset %ld",device_offset);dispatch (buffer); 143 strcpy (buffer,"show");dispatch (buffer); 152 dispatch ("gocopy 0"); 154 dispatch ("show");
|
file_com.c | 53 dispatch ("settype ext2_inode"); 90 strcpy (buffer,"show");dispatch (buffer); 108 sprintf (buffer,"show");dispatch (buffer); 135 sprintf (buffer,"show");dispatch (buffer); 158 sprintf (buffer,"show");dispatch (buffer); 191 strcpy (buffer,"show");dispatch (buffer); 222 strcpy (buffer,"show");dispatch (buffer); 239 sprintf (buffer,"show");dispatch (buffer); 245 sprintf (buffer,"show");dispatch (buffer); 496 strcpy (buffer,"show");dispatch (buffer) [all...] |
inode_com.c | 55 sprintf (buffer,"setoffset %ld",device_offset);dispatch (buffer); 56 strcpy (buffer,"show");dispatch (buffer); 103 sprintf (buffer,"setoffset %ld",device_offset);dispatch (buffer); 104 strcpy (buffer,"show");dispatch (buffer); 306 dispatch (buffer); 311 dispatch (buffer); 325 sprintf (buffer,"setoffset %ld",group_offset);dispatch (buffer); 326 sprintf (buffer,"settype ext2_group_desc");dispatch (buffer); 344 sprintf (buffer,"settype file");dispatch (buffer); 366 sprintf (buffer,"settype dir");dispatch (buffer) [all...] |
general_com.c | 195 dispatch ("setoffset 0"); 196 dispatch ("help"); /* Show help screen */ 419 dispatch ("show"); 486 strcpy (buffer,"show");dispatch (buffer); 507 sprintf (tmp_buffer,"show");dispatch (tmp_buffer); 521 sprintf (tmp_buffer,"show");dispatch (tmp_buffer); 707 dispatch (buffer); 713 sprintf (buffer,"show");dispatch (buffer); 736 dispatch (buffer); 742 sprintf (buffer,"show");dispatch (buffer) [all...] |
/external/webkit/Source/WebCore/storage/ |
IDBEventDispatcher.h | 44 static bool dispatch(Event*, Vector<RefPtr<EventTarget> >&); // The target first and then its ancestors in order of how the event bubbles.
|
StorageEventDispatcher.h | 43 static void dispatch(const String& key, const String& oldValue, const String& newValue, StorageType, SecurityOrigin*, Frame* sourceFrame);
|
/external/webkit/Source/JavaScriptCore/wtf/qt/ |
MainThreadQt.cpp | 46 void dispatch(); 54 void MainThreadInvoker::dispatch() function in class:WTF::MainThreadInvoker 67 QMetaObject::invokeMethod(webkit_main_thread_invoker(), "dispatch", Qt::QueuedConnection);
|
/external/clang/lib/AST/ |
DumpXML.cpp | 64 #define DISPATCH(NAME, CLASS) \ 67 void dispatch(Decl *D) { function in struct:__anon4088::XMLDeclVisitor 72 DISPATCH(dispatch##DERIVED##DeclAttrs, DERIVED##Decl); \ 74 DISPATCH(dispatch##DERIVED##DeclChildren, DERIVED##Decl); \ 75 DISPATCH(dispatch##DERIVED##DeclAsContext, DERIVED##Decl); \ 83 void dispatch##DERIVED##DeclAttrs(DERIVED##Decl *D) { \ 84 DISPATCH(dispatch##BASE##Attrs, BASE); 122 void dispatch(Type *T) { function in struct:__anon4088::XMLTypeVisitor 311 void dispatch(const TemplateArgument &A) { function in struct:__anon4088::XMLDumper 351 void dispatch(const TemplateArgumentLoc &A) { function in struct:__anon4088::XMLDumper 384 void dispatch(Decl *D) { function in struct:__anon4088::XMLDumper 507 void dispatch(CXXCtorInitializer *Init) { function in struct:__anon4088::XMLDumper 886 void dispatch(TypeLoc TL) { function in struct:__anon4088::XMLDumper 890 void dispatch(QualType T) { function in struct:__anon4088::XMLDumper 1018 void dispatch(Stmt *S) { function in struct:__anon4088::XMLDumper [all...] |
/external/webkit/Source/WebKit/chromium/src/ |
StorageEventDispatcherChromium.cpp | 46 void StorageEventDispatcher::dispatch(const String& key, const String& oldValue, function in class:WebCore::StorageEventDispatcher
|
/external/v8/tools/ |
logreader.js | 118 * Returns whether a particular dispatch must be skipped. 120 * @param {!Object} dispatch Dispatch record. 121 * @return {boolean} True if dispatch must be skipped. 123 LogReader.prototype.skipDispatch = function(dispatch) { 129 * Does a dispatch of a log record. 135 // Obtain the dispatch. 140 var dispatch = this.dispatchTable_[command]; 142 if (dispatch === null || this.skipDispatch(dispatch)) { [all...] |
/external/webkit/Source/WebCore/dom/ |
ContainerNodeAlgorithms.h | 88 static void dispatch(GenericNode*) function in struct:WebCore::Private::NodeRemovalDispatcher 96 static void dispatch(GenericNode* node) function in struct:WebCore::Private::NodeRemovalDispatcher 139 NodeRemovalDispatcher<GenericNode, ShouldDispatchRemovalNotification<GenericNode>::value>::dispatch(n);
|
/external/webkit/Source/WebCore/page/ |
FrameActionScheduler.h | 64 void dispatch();
|
FrameActionScheduler.cpp | 45 // Only dispatch events to nodes that are in the document 87 dispatch(); 91 void FrameActionScheduler::dispatch() function in class:WebCore::FrameActionScheduler
|
/external/webkit/Source/WebKit/mac/Plugins/Hosted/ |
NetscapePluginHostProxy.h | 31 #include <dispatch/dispatch.h>
|
/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/util/ |
BatchingNamedTaskExecutor.java | 55 private void dispatch(NamedTask task) { method in class:BatchingNamedTaskExecutor 75 dispatch(task);
|
/external/clang/test/SemaTemplate/ |
instantiate-complete.cpp | 107 static true_t dispatch(U); 108 static false_t dispatch(...); 111 enum { value = sizeof(dispatch(trigger())) == sizeof(true_t) };
|
/external/webkit/Source/WebKit/android/wds/ |
Command.h | 89 // Dispatch this command 90 void dispatch();
|
/external/chromium/base/ |
message_pump_glib_x.cc | 174 gdksource_->source_funcs->dispatch = gdkdispatcher_; 188 gdksource_->source_funcs->dispatch = gdkdispatcher_; 198 // Replace the dispatch callback of the GDK event source temporarily so that 201 gdksource_->source_funcs->dispatch; 202 gdksource_->source_funcs->dispatch = PlaceholderDispatch; 208 gdksource_->source_funcs->dispatch = cb; 222 pump_x->gdkdispatcher_ = pump_x->gdksource_->source_funcs->dispatch;
|
/external/webkit/Tools/Scripts/webkitpy/style/ |
checker_unittest.py | 318 checker = self._dispatcher.dispatch(file_path=path, 370 """Tests dispatch() method of CheckerDispatcher class.""" 372 def dispatch(self, file_path): member in class:CheckerDispatcherDispatchTest 373 """Call dispatch() with the given file path.""" 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 707 def dispatch(self, file_path, style_error_handler, min_confidence): member in class:StyleProcessor_CodeCoverageTest.MockDispatcher [all...] |