HomeSort by relevance Sort by last modified time
    Searched refs:dispatch (Results 176 - 200 of 521) sorted by null

1 2 3 4 5 6 78 91011>>

  /libcore/dalvik/src/main/java/org/apache/harmony/dalvik/ddmc/
DdmServer.java 141 private static Chunk dispatch(int type, byte[] data, int offset, int length) method in class:DdmServer
151 //System.out.println("dispatch() waiting for reg");
166 //System.out.println(" dispatch cont");
  /external/chromium-trace/catapult/common/py_vulcanize/third_party/rcssmin/_setup/py2/
data.py 147 def dispatch(cls, files): member in class:Manpages
148 """ Automatically dispatch manpages to their target directories """
159 dispatch = classmethod(dispatch) variable in class:Manpages
  /external/chromium-trace/catapult/common/py_vulcanize/third_party/rcssmin/_setup/py3/
data.py 147 def dispatch(cls, files): member in class:Manpages
148 """ Automatically dispatch manpages to their target directories """
159 dispatch = classmethod(dispatch) variable in class:Manpages
  /external/chromium-trace/catapult/common/py_vulcanize/third_party/rjsmin/_setup/py2/
data.py 147 def dispatch(cls, files): member in class:Manpages
148 """ Automatically dispatch manpages to their target directories """
159 dispatch = classmethod(dispatch) variable in class:Manpages
  /external/chromium-trace/catapult/common/py_vulcanize/third_party/rjsmin/_setup/py3/
data.py 147 def dispatch(cls, files): member in class:Manpages
148 """ Automatically dispatch manpages to their target directories """
159 dispatch = classmethod(dispatch) variable in class:Manpages
  /external/e2fsprogs/ext2ed/
main.c 191 * function, dispatch, to analyze it. We use the readline library
263 /* And call dispatch to do the actual job */
264 quit=dispatch (command_line);
329 /* And call dispatch to do the actual job */
330 quit=dispatch (command_line);
350 * command name can dispatch to different functions. The overriding
359 int dispatch (char *command_line) function
461 * definition which was used in dispatch.
  /external/python/cpython2/Lib/idlelib/
ObjectBrowser.py 117 dispatch = { variable
131 if t in dispatch:
132 c = dispatch[t]
  /external/v8/tools/
ic-processor.js 241 var dispatch = this.argsDispatch_[arg];
242 this.result_[dispatch[0]] = userValue == null ? dispatch[1] : userValue;
272 var dispatch = this.argsDispatch_[arg];
274 if (arg !== synArg && dispatch === this.argsDispatch_[synArg]) {
279 print(' ' + padRight(synonyms.join(', '), 20) + " " + dispatch[2]);
  /frameworks/base/tests/backup/src/com/android/backuptest/
BackupTestActivity.java 156 BackupHelperDispatcher dispatch = new BackupHelperDispatcher();
157 dispatch.addHelper("", new FileBackupHelper(BackupTestActivity.this,
166 dispatch.performRestore(data, 0, state);
  /frameworks/rs/cpp/
Type.cpp 94 RS::dispatch->TypeGetNativeData(mRS->getContext(), getID(), dataBuffer, 6);
113 void * id = RS::dispatch->TypeCreate(rs->getContext(), e->getID(), dimX, dimY, dimZ, false, false, 0);
222 void * id = RS::dispatch->TypeCreate(mRS->getContext(), mElement->getID(), mDimX, mDimY, mDimZ,
  /prebuilts/gdb/darwin-x86/lib/python2.7/idlelib/
ObjectBrowser.py 115 dispatch = { variable
129 if t in dispatch:
130 c = dispatch[t]
  /prebuilts/gdb/linux-x86/lib/python2.7/idlelib/
ObjectBrowser.py 115 dispatch = { variable
129 if t in dispatch:
130 c = dispatch[t]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/
ObjectBrowser.py 115 dispatch = { variable
129 if t in dispatch:
130 c = dispatch[t]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/
ObjectBrowser.py 115 dispatch = { variable
129 if t in dispatch:
130 c = dispatch[t]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
profile.py 210 # Heavily optimized dispatch routine for os.times() timer
220 if self.dispatch[event](self, frame,t):
227 # Dispatch routine for best timer program (return = scalar, fastest if
237 if self.dispatch[event](self, frame, t):
242 # Dispatch routine for macintosh (timer returns time in ticks of
252 if self.dispatch[event](self, frame, t):
257 # SLOW generic dispatch routine for timer returning lists of numbers
266 if self.dispatch[event](self, frame, t):
357 dispatch = { variable in class:Profile
400 self.dispatch['call'](self, frame, 0)
    [all...]
  /external/python/cpython2/Lib/
profile.py 201 # Heavily optimized dispatch routine for os.times() timer
211 if self.dispatch[event](self, frame,t):
218 # Dispatch routine for best timer program (return = scalar, fastest if
228 if self.dispatch[event](self, frame, t):
233 # Dispatch routine for macintosh (timer returns time in ticks of
243 if self.dispatch[event](self, frame, t):
248 # SLOW generic dispatch routine for timer returning lists of numbers
257 if self.dispatch[event](self, frame, t):
348 dispatch = { variable in class:Profile
391 self.dispatch['call'](self, frame, 0
    [all...]
  /external/python/cpython3/Lib/
profile.py 182 # Heavily optimized dispatch routine for os.times() timer
192 if self.dispatch[event](self, frame,t):
199 # Dispatch routine for best timer program (return = scalar, fastest if
209 if self.dispatch[event](self, frame, t):
214 # Dispatch routine for macintosh (timer returns time in ticks of
224 if self.dispatch[event](self, frame, t):
229 # SLOW generic dispatch routine for timer returning lists of numbers
238 if self.dispatch[event](self, frame, t):
329 dispatch = { variable in class:Profile
372 self.dispatch['call'](self, frame, 0
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/
profile.py 201 # Heavily optimized dispatch routine for os.times() timer
211 if self.dispatch[event](self, frame,t):
218 # Dispatch routine for best timer program (return = scalar, fastest if
228 if self.dispatch[event](self, frame, t):
233 # Dispatch routine for macintosh (timer returns time in ticks of
243 if self.dispatch[event](self, frame, t):
248 # SLOW generic dispatch routine for timer returning lists of numbers
257 if self.dispatch[event](self, frame, t):
348 dispatch = { variable in class:Profile
391 self.dispatch['call'](self, frame, 0
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/
profile.py 201 # Heavily optimized dispatch routine for os.times() timer
211 if self.dispatch[event](self, frame,t):
218 # Dispatch routine for best timer program (return = scalar, fastest if
228 if self.dispatch[event](self, frame, t):
233 # Dispatch routine for macintosh (timer returns time in ticks of
243 if self.dispatch[event](self, frame, t):
248 # SLOW generic dispatch routine for timer returning lists of numbers
257 if self.dispatch[event](self, frame, t):
348 dispatch = { variable in class:Profile
391 self.dispatch['call'](self, frame, 0
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
profile.py 201 # Heavily optimized dispatch routine for os.times() timer
211 if self.dispatch[event](self, frame,t):
218 # Dispatch routine for best timer program (return = scalar, fastest if
228 if self.dispatch[event](self, frame, t):
233 # Dispatch routine for macintosh (timer returns time in ticks of
243 if self.dispatch[event](self, frame, t):
248 # SLOW generic dispatch routine for timer returning lists of numbers
257 if self.dispatch[event](self, frame, t):
348 dispatch = { variable in class:Profile
391 self.dispatch['call'](self, frame, 0
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
profile.py 201 # Heavily optimized dispatch routine for os.times() timer
211 if self.dispatch[event](self, frame,t):
218 # Dispatch routine for best timer program (return = scalar, fastest if
228 if self.dispatch[event](self, frame, t):
233 # Dispatch routine for macintosh (timer returns time in ticks of
243 if self.dispatch[event](self, frame, t):
248 # SLOW generic dispatch routine for timer returning lists of numbers
257 if self.dispatch[event](self, frame, t):
348 dispatch = { variable in class:Profile
391 self.dispatch['call'](self, frame, 0
    [all...]
  /external/valgrind/
Android.mk 242 coregrind/m_dispatch/dispatch-x86-linux.S \
243 coregrind/m_dispatch/dispatch-amd64-linux.S \
244 coregrind/m_dispatch/dispatch-ppc32-linux.S \
245 coregrind/m_dispatch/dispatch-ppc64be-linux.S \
246 coregrind/m_dispatch/dispatch-ppc64le-linux.S \
247 coregrind/m_dispatch/dispatch-arm-linux.S \
248 coregrind/m_dispatch/dispatch-arm64-linux.S \
249 coregrind/m_dispatch/dispatch-x86-darwin.S \
250 coregrind/m_dispatch/dispatch-amd64-darwin.S \
  /external/python/cpython2/Lib/multiprocessing/
managers.py 97 def dispatch(c, id, methodname, args=(), kwds={}): function
501 dispatch(conn, None, 'dummy')
567 id, exposed = dispatch(conn, None, 'create', (typeid,)+args, kwds)
584 return dispatch(conn, None, 'debug_info')
594 return dispatch(conn, None, 'number_of_objects')
614 dispatch(conn, None, 'shutdown')
673 dispatch(conn, None, 'decref', (token.id,))
743 dispatch(conn, None, 'accept_connection', (name,))
772 dispatch(conn, None, 'decref', (token.id,))
784 dispatch(conn, None, 'incref', (self._id,)
    [all...]
  /external/python/cpython3/Lib/multiprocessing/
managers.py 74 def dispatch(c, id, methodname, args=(), kwds={}): function
490 dispatch(conn, None, 'dummy')
556 id, exposed = dispatch(conn, None, 'create', (typeid,)+args, kwds)
576 return dispatch(conn, None, 'debug_info')
586 return dispatch(conn, None, 'number_of_objects')
609 dispatch(conn, None, 'shutdown')
668 dispatch(conn, None, 'decref', (token.id,))
741 dispatch(conn, None, 'accept_connection', (name,))
770 dispatch(conn, None, 'decref', (token.id,))
786 dispatch(conn, None, 'incref', (self._id,)
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/multiprocessing/
managers.py 97 def dispatch(c, id, methodname, args=(), kwds={}): function
501 dispatch(conn, None, 'dummy')
567 id, exposed = dispatch(conn, None, 'create', (typeid,)+args, kwds)
584 return dispatch(conn, None, 'debug_info')
594 return dispatch(conn, None, 'number_of_objects')
614 dispatch(conn, None, 'shutdown')
673 dispatch(conn, None, 'decref', (token.id,))
743 dispatch(conn, None, 'accept_connection', (name,))
771 dispatch(conn, None, 'decref', (token.id,))
783 dispatch(conn, None, 'incref', (self._id,)
    [all...]

Completed in 1396 milliseconds

1 2 3 4 5 6 78 91011>>