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

1 2 34 5 6 7 8 91011>>

  /external/v8/tools/clang/blink_gc_plugin/
DiagnosticsReporter.h 52 clang::CXXMethodDecl* dispatch);
53 void MissingTraceDispatch(const clang::FunctionDecl* dispatch,
55 void MissingFinalizeDispatch(const clang::FunctionDecl* dispatch,
66 void NoteManualDispatchMethod(clang::CXXMethodDecl* dispatch);
86 void ReportMissingDispatch(const clang::FunctionDecl* dispatch,
  /hardware/qcom/display/msm8226/libqdutils/
display_config.cpp 44 err = binder->dispatch(IQService::CHECK_EXTERNAL_STATUS,
62 err = binder->dispatch(IQService::GET_DISPLAY_ATTRIBUTES,
88 err = binder->dispatch(IQService::SET_HSIC_DATA, &inParcel, &outParcel);
101 err = binder->dispatch(IQService::GET_DISPLAY_VISIBLE_REGION,
127 err = binder->dispatch(IQService::SET_VIEW_FRAME,
  /packages/apps/Nfc/src/com/android/nfc/
NfcDispatcher.java 74 * Dispatch of NFC events to start activities
157 if (DBG) Log.d(TAG, "Set Foreground Dispatch");
168 * Helper for re-used objects and methods during a single tag dispatch.
272 * <li /> DISPATCH_FAIL if no activities were found to dispatch to,
325 if (DBG) Log.d(TAG, "dispatch tag: " + tag.toString() + " message: " + message);
327 DispatchInfo dispatch = new DispatchInfo(mContext, tag, message); local
331 if (tryOverrides(dispatch, tag, message, overrideIntent, overrideFilters,
348 // We only allow NDEF-message dispatch in provisioning mode
360 if (tryNdef(dispatch, message)) {
370 if (tryTech(dispatch, tag))
    [all...]
  /external/e2fsprogs/ext2ed/
dir_com.c 197 5. If the required entry is found, we dispatch a remember command to insert the current inode (remember that
203 6. We then dispatch a followinode command to reach the inode pointed by the required entry. This command will
206 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",
211 typically the case.), we note the path it is pointing at, the saved inode is recalled, we dispatch dir to
265 dispatch ("remember internal_variable"); /* Move the inode into the objects memory */
267 dispatch ("followinode"); /* Go to the inode pointed by this directory entry */
282 dispatch ("recall internal_variable"); /* Return to the original inode */
283 dispatch ("dir"); /* and to the directory */
286 dispatch (temp); /* (which can call ourself or the general cd) */
293 dispatch ("dir"); /* Yes - Pass to the pointed directory *
    [all...]
super_com.c 143 sprintf (buffer,"setoffset %ld",device_offset);dispatch (buffer);
144 strcpy (buffer,"show");dispatch (buffer);
153 dispatch ("gocopy 0");
155 dispatch ("show");
  /external/python/cpython2/Lib/
xmlrpclib.py 615 dispatch = {} variable in class:Marshaller
646 f = self.dispatch[type(value)]
657 if type_ in self.dispatch.keys():
659 f = self.dispatch[InstanceType]
666 dispatch[NoneType] = dump_nil
675 dispatch[IntType] = dump_int
682 dispatch[bool] = dump_bool
690 dispatch[LongType] = dump_long
696 dispatch[FloatType] = dump_double
702 dispatch[StringType] = dump_strin
849 dispatch = {} variable in class:Unmarshaller
    [all...]
  /frameworks/rs/cpp/
Allocation.cpp 144 const void *typeID = RS::dispatch->AllocationGetType(mRS->getContext(), getID());
165 tryDispatch(mRS, RS::dispatch->AllocationSyncAll(mRS->getContext(), getIDSafe(), srcLocation));
176 if (RS::dispatch->AllocationGetPointer == nullptr) {
181 p = RS::dispatch->AllocationGetPointer(mRS->getContext(), getIDSafe(), 0,
232 tryDispatch(mRS, RS::dispatch->Allocation1DData(mRS->getContext(), getIDSafe(), off, mSelectedLOD,
236 tryDispatch(mRS, RS::dispatch->Allocation1DData(mRS->getContext(), getIDSafe(), off, mSelectedLOD,
254 tryDispatch(mRS, RS::dispatch->Allocation1DRead(mRS->getContext(), getIDSafe(), off, mSelectedLOD,
259 tryDispatch(mRS, RS::dispatch->Allocation1DRead(mRS->getContext(), getIDSafe(), off, mSelectedLOD,
267 tryDispatch(mRS, RS::dispatch->AllocationCopy2DRange(mRS->getContext(), getIDSafe(), off, 0,
299 tryDispatch(mRS, RS::dispatch->Allocation2DData(mRS->getContext(), getIDSafe(), xoff
    [all...]
  /external/clang/test/SemaTemplate/
instantiate-complete.cpp 114 static true_t dispatch(U);
115 static false_t dispatch(...);
118 enum { value = sizeof(dispatch(trigger())) == sizeof(true_t) };
  /frameworks/base/services/tests/servicestests/src/com/android/server/testutils/
TestHandler.java 88 dispatch(mMessages.poll());
93 * Dispatch all messages in order
100 dispatch(msg);
117 private void dispatch(MsgInfo msg) { method in class:TestHandler
  /prebuilts/misc/common/swig/include/2.0.11/python/
pyprimtypes.swg 73 int dispatch = 0;
81 if (!dispatch) {
146 int dispatch = 0;
154 if (!dispatch) {
303 int dispatch = 0;
311 if (!dispatch) {
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
xmlrpclib.py 609 dispatch = {} variable in class:Marshaller
640 f = self.dispatch[type(value)]
651 if type_ in self.dispatch.keys():
653 f = self.dispatch[InstanceType]
660 dispatch[NoneType] = dump_nil
669 dispatch[IntType] = dump_int
676 dispatch[bool] = dump_bool
684 dispatch[LongType] = dump_long
690 dispatch[FloatType] = dump_double
696 dispatch[StringType] = dump_string
840 dispatch = {} variable in class:Unmarshaller
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/
xmlrpclib.py 609 dispatch = {} variable in class:Marshaller
640 f = self.dispatch[type(value)]
651 if type_ in self.dispatch.keys():
653 f = self.dispatch[InstanceType]
660 dispatch[NoneType] = dump_nil
669 dispatch[IntType] = dump_int
676 dispatch[bool] = dump_bool
684 dispatch[LongType] = dump_long
690 dispatch[FloatType] = dump_double
696 dispatch[StringType] = dump_strin
840 dispatch = {} variable in class:Unmarshaller
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/
xmlrpclib.py 609 dispatch = {} variable in class:Marshaller
640 f = self.dispatch[type(value)]
651 if type_ in self.dispatch.keys():
653 f = self.dispatch[InstanceType]
660 dispatch[NoneType] = dump_nil
669 dispatch[IntType] = dump_int
676 dispatch[bool] = dump_bool
684 dispatch[LongType] = dump_long
690 dispatch[FloatType] = dump_double
696 dispatch[StringType] = dump_strin
840 dispatch = {} variable in class:Unmarshaller
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
xmlrpclib.py 609 dispatch = {} variable in class:Marshaller
640 f = self.dispatch[type(value)]
651 if type_ in self.dispatch.keys():
653 f = self.dispatch[InstanceType]
660 dispatch[NoneType] = dump_nil
669 dispatch[IntType] = dump_int
676 dispatch[bool] = dump_bool
684 dispatch[LongType] = dump_long
690 dispatch[FloatType] = dump_double
696 dispatch[StringType] = dump_strin
840 dispatch = {} variable in class:Unmarshaller
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
xmlrpclib.py 609 dispatch = {} variable in class:Marshaller
640 f = self.dispatch[type(value)]
651 if type_ in self.dispatch.keys():
653 f = self.dispatch[InstanceType]
660 dispatch[NoneType] = dump_nil
669 dispatch[IntType] = dump_int
676 dispatch[bool] = dump_bool
684 dispatch[LongType] = dump_long
690 dispatch[FloatType] = dump_double
696 dispatch[StringType] = dump_strin
840 dispatch = {} variable in class:Unmarshaller
    [all...]
  /external/libxcam/xcore/
thread_pool.h 63 bool dispatch (const SmartPtr<UserData> &data);
  /external/mesa3d/src/hgl/
GLDispatcher.h 37 status_t SetTable(struct _glapi_table* dispatch);
  /frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/
KeyguardLifecyclesDispatcher.java 48 void dispatch(int what) { method in class:KeyguardLifecyclesDispatcher
  /hardware/qcom/display/msm8084/libqservice/
QService.h 50 virtual android::status_t dispatch(uint32_t command,
  /hardware/qcom/display/msm8909/libqservice/
QService.h 50 virtual android::status_t dispatch(uint32_t command,
  /hardware/qcom/display/msm8909w_3100/libqservice/
QService.h 50 virtual android::status_t dispatch(uint32_t command,
  /hardware/qcom/display/msm8996/libqservice/
QService.h 50 virtual android::status_t dispatch(uint32_t command,
  /hardware/qcom/display/msm8998/libqservice/
QService.h 53 virtual android::status_t dispatch(uint32_t command,
  /prebuilts/misc/common/swig/include/2.0.11/perl5/
perlprimtypes.swg 68 int dispatch = 0;
85 if (!dispatch) {
133 int dispatch = 0;
150 if (!dispatch) {
208 int dispatch = 0;
225 if (!dispatch) {
281 int dispatch = 0;
298 if (!dispatch) {
  /tools/tradefederation/core/src/com/android/tradefed/util/hostmetric/
HeapHostMonitor.java 43 public void dispatch() { method in class:HeapHostMonitor

Completed in 2010 milliseconds

1 2 34 5 6 7 8 91011>>