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

1 2 3 4 5 6 7 8 91011>>

  /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/clang/include/clang/AST/
StmtVisitor.h 35 #define DISPATCH(NAME, CLASS) \
40 // If we have a binary expr, dispatch to the subcode of the binop. A smart
45 case BO_PtrMemD: DISPATCH(BinPtrMemD, BinaryOperator);
46 case BO_PtrMemI: DISPATCH(BinPtrMemI, BinaryOperator);
47 case BO_Mul: DISPATCH(BinMul, BinaryOperator);
48 case BO_Div: DISPATCH(BinDiv, BinaryOperator);
49 case BO_Rem: DISPATCH(BinRem, BinaryOperator);
50 case BO_Add: DISPATCH(BinAdd, BinaryOperator);
51 case BO_Sub: DISPATCH(BinSub, BinaryOperator);
52 case BO_Shl: DISPATCH(BinShl, BinaryOperator)
    [all...]
TypeLocVisitor.h 22 #define DISPATCH(CLASSNAME) \
33 case TypeLoc::CLASS: DISPATCH(CLASS##TypeLoc);
43 case TypeLoc::CLASS: DISPATCH(CLASS##TypeLoc);
51 DISPATCH(PARENT); \
58 #undef DISPATCH
TypeVisitor.h 21 #define DISPATCH(CLASS) \
29 // Top switch stmt: dispatch to VisitFooType for each FooType.
32 #define TYPE(CLASS, PARENT) case Type::CLASS: DISPATCH(CLASS##Type);
41 DISPATCH(PARENT); \
49 #undef 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...]
  /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/clang/test/CodeGenObjC/
next-objc-dispatch.m 2 // 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
    [all...]
objc2-legacy-dispatch.m 1 // RUN: %clang_cc1 -fobjc-dispatch-method=mixed -triple i386-apple-darwin10 -emit-llvm -o - %s | FileCheck -check-prefix=CHECK_NEW_DISPATCH %s
8 // RUN: %clang_cc1 -fobjc-dispatch-method=legacy -emit-llvm -o - %s | FileCheck -check-prefix=CHECK_OLD_DISPATCH %s
  /external/compiler-rt/BlocksRuntime/tests/
rdar6405500.c 11 #import <dispatch/dispatch.h>
rdar6414583.c 12 #include <dispatch/dispatch.h>
  /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);
  /frameworks/base/core/java/android/nfc/tech/
package.html 9 <a href="{@docRoot}guide/topics/nfc/index.html#dispatch">The Tag Dispatch System</a>.
  /external/dbus/test/name-test/
.gitignore 6 test-pending-call-dispatch
  /external/dbus/cmake/test/name-test/
CMakeLists.txt 7 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/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/clang/test/
TestRunner.sh 12 # Dispatch to lit.
  /external/mesa3d/docs/
dispatch.html 3 <TITLE>GL Dispatch in Mesa</TITLE>
8 <H1>GL Dispatch in Mesa</H1>
10 <p>Several factors combine to make efficient dispatch of OpenGL functions
13 with the issues around GL dispatch can safely skip ahead to the <A
16 <H2>1. Complexity of GL Dispatch</H2>
31 <p>This creates the first bit of dispatch complexity. An application can
54 address of the <em>dispatch table</em> associated with that context. The
55 dispatch table stores pointers to functions that actually implement
63 <li>Fetch the current dispatch table pointer.</li>
77 const struct _glapi_table * const dispatch = GET_DISPATCH()
    [all...]
libGL.txt 112 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
172 Dispatch Management
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
    [all...]
  /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/clang/test/Driver/
darwin-objc-defaults.m 1 // 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-metho
    [all...]
  /external/llvm/lib/Target/PowerPC/
PPCHazardRecognizers.h 40 /// models the dispatch logic on the PowerPC 970 (aka G5) processor. This
41 /// promotes good dispatch group formation and implements noop insertion to
43 /// setting the CTR register then branching through it within a dispatch group),
44 /// or storing then loading from the same address within a dispatch group.
57 // up to four stores in one dispatch group, hence we track up to 4.
74 /// EndDispatchGroup - Called when we are finishing a new dispatch group.
  /development/host/windows/usb/api/
adb_api.cpp 208 // Dispatch call to the found object
227 // Dispatch call to the found object
244 // Dispatch close to the found object
261 // Dispatch close to the found object
278 // Dispatch close to the found object
296 // Dispatch close to the found object
329 // Dispatch close to the found object
364 // Dispatch the call to the found object
381 // Dispatch the call to the found object
402 // Dispatch the call to the found object
    [all...]
  /external/chromium/base/
message_pump_glib.h 38 // Dispatcher is used during a nested invocation of Run to dispatch events.
40 // dispatch events (or invoke gtk_main_do_event), rather every event is
41 // passed to Dispatcher's Dispatch method for dispatch. It is up to the
42 // Dispatcher to dispatch, or not, the event.
45 // from Dispatch.
51 virtual bool Dispatch(GdkEvent* event) = 0;
82 // Dispatch an available GdkEvent. Essentially this allows a subclass to do
129 // Dispatch() will be called.

Completed in 4166 milliseconds

1 2 3 4 5 6 7 8 91011>>