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

1 2 3 4 5 6

  /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/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...]
  /external/compiler-rt/BlocksRuntime/tests/
rdar6414583.c 12 #include <dispatch/dispatch.h>
rdar6405500.c 11 #import <dispatch/dispatch.h>
dispatch_async.c 9 #include <dispatch/dispatch.h>
  /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/openssh/
dispatch.c 1 /* $OpenBSD: dispatch.c,v 1.22 2008/10/31 15:05:34 stevesk Exp $ */
36 #include "dispatch.h"
42 dispatch_fn *dispatch[DISPATCH_MAX]; variable
65 dispatch[i] = dflt;
75 dispatch[i] = fn;
81 dispatch[type] = fn;
97 if (type > 0 && type < DISPATCH_MAX && dispatch[type] != NULL)
98 (*dispatch[type])(type, seqnr, ctxt);
  /external/guava/guava/src/com/google/common/eventbus/
AsyncEventBus.java 25 * dispatch events, allowing dispatch to occur asynchronously.
39 * Creates a new AsyncEventBus that will use {@code executor} to dispatch
43 * @param executor Executor to use to dispatch events. It is the caller's
53 * Creates a new AsyncEventBus that will use {@code executor} to dispatch
56 * @param executor Executor to use to dispatch events. It is the caller's
70 * Dispatch {@code events} in the order they were posted, regardless of
81 dispatch(eventWithHandler.event, eventWithHandler.handler); method
86 * Calls the {@link #executor} to dispatch {@code event} to {@code handler}.
89 protected void dispatch(final Object event, final EventHandler handler) method in class:AsyncEventBus
    [all...]
  /external/clang/lib/AST/
DumpXML.cpp 63 #define DISPATCH(NAME, CLASS) \
66 void dispatch(Decl *D) { function in struct:__anon4609::XMLDeclVisitor
70 DISPATCH(dispatch##DERIVED##DeclAttrs, DERIVED##Decl); \
72 DISPATCH(dispatch##DERIVED##DeclChildren, DERIVED##Decl); \
73 DISPATCH(dispatch##DERIVED##DeclAsContext, DERIVED##Decl); \
81 void dispatch##DERIVED##DeclAttrs(DERIVED##Decl *D) { \
82 DISPATCH(dispatch##BASE##Attrs, BASE);
120 void dispatch(Type *T) { function in struct:__anon4609::XMLTypeVisitor
307 void dispatch(const TemplateArgument &A) { function in struct:__anon4609::XMLDumper
348 void dispatch(const TemplateArgumentLoc &A) { function in struct:__anon4609::XMLDumper
381 void dispatch(Decl *D) { function in struct:__anon4609::XMLDumper
514 void dispatch(CXXCtorInitializer *Init) { function in struct:__anon4609::XMLDumper
883 void dispatch(TypeLoc TL) { function in struct:__anon4609::XMLDumper
887 void dispatch(QualType T) { function in struct:__anon4609::XMLDumper
1015 void dispatch(Stmt *S) { function in struct:__anon4609::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
  /packages/apps/Nfc/src/com/android/nfc/
NfcDispatcher.java 52 * Dispatch of NFC events to start activities
82 if (DBG) Log.d(TAG, "Set Foreground Dispatch");
89 * Helper for re-used objects and methods during a single tag dispatch.
179 /** Returns false if no activities were found to dispatch to */
186 if (DBG) Log.d(TAG, "dispatch tag: " + tag.toString() + " message: " + message);
192 DispatchInfo dispatch = new DispatchInfo(mContext, tag, message); local
201 if (tryOverrides(dispatch, tag, message, overrideIntent, overrideFilters, overrideTechLists)) {
210 if (tryNdef(dispatch, message)) {
214 if (tryTech(dispatch, tag)) {
218 dispatch.setTagIntent()
    [all...]
  /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.
139 var dispatch = this.dispatchTable_[command];
141 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>
  /frameworks/base/core/java/android/nfc/
INfcAdapter.aidl 47 void dispatch(in Tag tag);
  /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 106 static true_t dispatch(U);
107 static false_t dispatch(...);
110 enum { value = sizeof(dispatch(trigger())) == sizeof(true_t) };

Completed in 651 milliseconds

1 2 3 4 5 6