Searched refs:dispatch (Results 26 - 50 of 110) sorted by relevance

12345

/external/e2fsprogs/ext2ed/
H A Dfile_com.c53 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 (buffe
[all...]
H A Dinode_com.c55 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 (buffe
[all...]
H A Dgeneral_com.c195 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 (buffe
[all...]
H A Dmain.c190 * function, dispatch, to analyze it. We use the readline library
262 /* And call dispatch to do the actual job */
263 quit=dispatch (command_line);
328 /* And call dispatch to do the actual job */
329 quit=dispatch (command_line);
349 * command name can dispatch to different functions. The overriding
358 int dispatch (char *command_line) function
460 * definition which was used in dispatch.
/external/harfbuzz_ng/src/
H A Dhb-ot-layout-gsub-table.hh223 inline typename context_t::return_t dispatch (context_t *c) const function in struct:OT::SingleSubst
227 case 1: return TRACE_RETURN (c->dispatch (u.format1));
228 case 2: return TRACE_RETURN (c->dispatch (u.format2));
405 inline typename context_t::return_t dispatch (context_t *c) const function in struct:OT::MultipleSubst
409 case 1: return TRACE_RETURN (c->dispatch (u.format1));
556 inline typename context_t::return_t dispatch (context_t *c) const function in struct:OT::AlternateSubst
560 case 1: return TRACE_RETURN (c->dispatch (u.format1));
864 inline typename context_t::return_t dispatch (context_t *c) const function in struct:OT::LigatureSubst
868 case 1: return TRACE_RETURN (c->dispatch (u.format1));
1026 inline typename context_t::return_t dispatch (context_ function in struct:OT::ReverseChainSingleSubst
1073 inline typename context_t::return_t dispatch (context_t *c, unsigned int lookup_type) const function in struct:OT::SubstLookupSubTable
1296 inline typename context_t::return_t dispatch (context_t *c) const function in struct:OT::SubstLookup
[all...]
H A Dhb-ot-layout-gpos-table.hh522 inline typename context_t::return_t dispatch (context_t *c) const function in struct:OT::SinglePos
526 case 1: return TRACE_RETURN (c->dispatch (u.format1));
527 case 2: return TRACE_RETURN (c->dispatch (u.format2));
813 inline typename context_t::return_t dispatch (context_t *c) const function in struct:OT::PairPos
817 case 1: return TRACE_RETURN (c->dispatch (u.format1));
818 case 2: return TRACE_RETURN (c->dispatch (u.format2));
979 inline typename context_t::return_t dispatch (context_t *c) const function in struct:OT::CursivePos
983 case 1: return TRACE_RETURN (c->dispatch (u.format1));
1078 inline typename context_t::return_t dispatch (context_t *c) const function in struct:OT::MarkBasePos
1082 case 1: return TRACE_RETURN (c->dispatch (
1199 inline typename context_t::return_t dispatch (context_t *c) const function in struct:OT::MarkLigPos
1318 inline typename context_t::return_t dispatch (context_t *c) const function in struct:OT::MarkMarkPos
1377 inline typename context_t::return_t dispatch (context_t *c, unsigned int lookup_type) const function in struct:OT::PosLookupSubTable
1498 inline typename context_t::return_t dispatch (context_t *c) const function in struct:OT::PosLookup
[all...]
/external/chromium-trace/trace-viewer/third_party/pywebsocket/src/mod_pywebsocket/
H A Dheaderparserhandler.py43 from mod_pywebsocket import dispatch namespace
165 dispatcher = dispatch.Dispatcher(
197 except dispatch.DispatchException, e:
/external/webkit/Tools/Scripts/webkitpy/style/
H A Dchecker_unittest.py318 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_pat
707 def dispatch(self, file_path, style_error_handler, min_confidence): member in class:StyleProcessor_CodeCoverageTest.MockDispatcher
[all...]
/external/jmonkeyengine/engine/src/networking/com/jme3/network/base/
H A DConnectorAdapter.java131 protected void dispatch( Message m ) method in class:ConnectorAdapter
175 dispatch( m );
/external/chromium/third_party/libevent/
H A Devent-internal.h43 int (*dispatch)(struct event_base *, void *, struct timeval *); member in struct:eventop
/external/oprofile/events/mips/20K/
H A Devents14 event:0x8 counters:0 um:zero minimum:500 name:REPLAY_DUE_TO_LOAD_DEPENDENT_SPEC_DISPATCH : Replays due to load-dependent speculative dispatch
17 event:0xb counters:0 um:zero minimum:500 name:REPLAYS : Total number of LSU requested replays, Load-dependent speculative dispatch or FPU exception prediction replays.
/external/webkit/Source/WebCore/storage/
H A DIDBEventDispatcher.cpp39 bool IDBEventDispatcher::dispatch(Event* event, Vector<RefPtr<EventTarget> >& eventTargets) function in class:WebCore::IDBEventDispatcher
H A DStorageEventDispatcher.cpp41 void StorageEventDispatcher::dispatch(const String& key, const String& oldValue, const String& newValue, StorageType storageType, SecurityOrigin* securityOrigin, Frame* sourceFrame) function in class:WebCore::StorageEventDispatcher
H A DStorageAreaImpl.cpp164 StorageEventDispatcher::dispatch(key, oldValue, value, m_storageType, m_securityOrigin.get(), frame);
186 StorageEventDispatcher::dispatch(key, oldValue, String(), m_storageType, m_securityOrigin.get(), frame);
206 StorageEventDispatcher::dispatch(String(), String(), String(), m_storageType, m_securityOrigin.get(), frame);
/external/webkit/Source/WebKit/android/wds/
H A DCommand.h90 void dispatch();
H A DDebugServer.cpp105 c->dispatch();
H A DCommand.cpp115 void Command::dispatch() { function in class:android::WDS::Command
/external/webkit/Source/WebKit2/Platform/
H A DWorkQueue.h32 #include <dispatch/dispatch.h>
/external/chromium/base/win/
H A Dscoped_variant.h52 explicit ScopedVariant(IDispatch* dispatch);
/external/webkit/Source/WebCore/inspector/
H A DWorkerInspectorController.cpp158 m_backendDispatcher->dispatch(message);
/external/jmonkeyengine/engine/src/jbullet/com/jme3/bullet/objects/
H A DPhysicsGhostObject.java34 import com.bulletphysics.collision.dispatch.CollisionFlags;
35 import com.bulletphysics.collision.dispatch.PairCachingGhostObject;
221 for (com.bulletphysics.collision.dispatch.CollisionObject collObj : gObject.getOverlappingPairs()) {
/external/jmonkeyengine/engine/src/jbullet/com/jme3/bullet/
H A DPhysicsSpace.java39 import com.bulletphysics.collision.dispatch.CollisionWorld.LocalConvexResult;
40 import com.bulletphysics.collision.dispatch.CollisionWorld.LocalRayResult;
41 import com.bulletphysics.collision.dispatch.*;
205 assert (bp.clientObject instanceof com.bulletphysics.collision.dispatch.CollisionObject && bp.clientObject instanceof com.bulletphysics.collision.dispatch.CollisionObject);
206 com.bulletphysics.collision.dispatch.CollisionObject colOb = (com.bulletphysics.collision.dispatch.CollisionObject) bp.clientObject;
207 com.bulletphysics.collision.dispatch.CollisionObject colOb1 = (com.bulletphysics.collision.dispatch.CollisionObject) bp1.clientObject;
274 public boolean contactAdded(ManifoldPoint cp, com.bulletphysics.collision.dispatch
[all...]
/external/oprofile/events/mips/74K/
H A Devents31 event:0xd counters:0,2 um:zero minimum:500 name:DDQ0_FULL_DR_STALLS : 13-0 DR stage stall cycles due to DDQ0 (ALU out-of-order dispatch queue) full
34 event:0x10 counters:0,2 um:zero minimum:500 name:ALU_EMPTY_CYCLES : 16-0 DDQ0 (ALU out-of-order dispatch queue) empty cycles
35 event:0x11 counters:0,2 um:zero minimum:500 name:ALU_OPERANDS_NOT_READY_CYCLES : 17-0 DDQ0 (ALU out-of-order dispatch queue) no issue cycles with valid instructions but operands not ready
36 event:0x12 counters:0,2 um:zero minimum:500 name:ALU_NO_ISSUES_CYCLES : 18-0 DDQ0 (ALU out-of-order dispatch queue) no issue cycles with valid instructions due to operand(s) not available, MDU busy, or CorExt resource busy
37 event:0x13 counters:0,2 um:zero minimum:500 name:ALU_BUBBLE_CYCLES : 19-0 DDQ0 (ALU out-of-order dispatch queue) bubbles due to MFC1 data write
38 event:0x14 counters:0,2 um:zero minimum:500 name:SINGLE_ISSUE_CYCLES : 20-0 Either DDQ0 (ALU out-of-order dispatch queue) or DDQ1 (AGEN out-of-order dispatch queue) valid instruction issue cycles
107 event:0x40d counters:1,3 um:zero minimum:500 name:DDQ1_FULL_DR_STALLS : 13-1 DR stage stall cycles due to DDQ1 (AGEN out-of-order dispatch queue) full
110 event:0x410 counters:1,3 um:zero minimum:500 name:AGEN_EMPTY_CYCLES : 16-1 DDQ1 (AGEN out-of-order dispatch queue) empty cycles
111 event:0x411 counters:1,3 um:zero minimum:500 name:AGEN_OPERANDS_NOT_READY_CYCLES : 17-1 DDQ1 (AGEN out-of-order dispatch queu
[all...]
/external/v8/tools/
H A Dtickprocessor.js825 var dispatch = this.argsDispatch_[arg];
826 this.result_[dispatch[0]] = userValue == null ? dispatch[1] : userValue;
860 var dispatch = this.argsDispatch_[arg];
862 if (arg !== synArg && dispatch === this.argsDispatch_[synArg]) {
867 print(' ' + padRight(synonims.join(', '), 20) + dispatch[2]);
/external/webkit/Source/WebKit2/WebProcess/mac/
H A DWebProcessMac.mm38 #import <dispatch/dispatch.h>

Completed in 495 milliseconds

12345