HomeSort by relevance Sort by last modified time
    Searched refs:Evt (Results 1 - 8 of 8) sorted by null

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/
argvemulator.py 12 from Carbon import Evt
38 stoptime = Evt.TickCount() + timeout
39 while not self.quitting and Evt.TickCount() < stoptime:
48 got, event = Evt.WaitNextEvent(mask, timeout)
MiniAEFrame.py 16 from Carbon import Evt
64 got, event = Evt.WaitNextEvent(mask, timeout)
aetools.py 29 from Carbon import Evt
159 Evt.WaitNextEvent(0,0)
EasyDialogs.py 29 from Carbon import Dlg,Win,Evt,Events # sdm7g
303 ready, ev = Evt.WaitNextEvent( Events.mDownMask, 1 )
359 ## ready, ev = Evt.WaitNextEvent(0xffff, -1)
gensuitemodule.py 234 import Carbon.Evt
235 Carbon.Evt.WaitNextEvent(0,0)
    [all...]
FrameWork.py 17 from Carbon.Evt import *
    [all...]
  /external/llvm/lib/Target/PowerPC/
PPCFastISel.cpp 256 EVT Evt = TLI.getValueType(Ty, true);
259 if (Evt == MVT::Other || !Evt.isSimple()) return false;
260 VT = Evt.getSimpleVT();
736 EVT SrcEVT = TLI.getValueType(Ty, true);
830 EVT SrcVT = TLI.getValueType(Src->getType(), true);
831 EVT DestVT = TLI.getValueType(I->getType(), true);
848 EVT SrcVT = TLI.getValueType(Src->getType(), true);
849 EVT DestVT = TLI.getValueType(I->getType(), true)
    [all...]
  /external/bluetooth/bluedroid/btif/src/
btif_media_task.c     [all...]

Completed in 203 milliseconds