Searched refs:NewL (Results 1 – 10 of 10) sorted by relevance
/external/qemu/distrib/sdl-1.2.15/src/audio/symbian/ |
D | SDL_epocaudio.cpp | 131 static CSimpleWait* NewL(); 138 CSimpleWait* CSimpleWait::NewL() 169 static void* NewL(TInt BufferSize, TInt aFill); 252 void* CEpocAudio::NewL(TInt aBufferSize, TInt aFill) 294 iWait = CSimpleWait::NewL(); 537 …TRAPD(err, thisdevice->hidden = static_cast<SDL_PrivateAudioData*>(CEpocAudio::NewL(buflen, spec->…
|
D | streamplayer.cpp | 67 iStream = CMdaAudioOutputStream::NewL(*this, EMdaPriorityMax); in ConstructL()
|
/external/llvm/lib/Support/ |
D | ConstantRange.cpp | 603 APInt NewL = APIntOps::smax(getSignedMin(), Other.getSignedMin()); in smax() local 605 if (NewU == NewL) in smax() 607 return ConstantRange(NewL, NewU); in smax() 616 APInt NewL = APIntOps::umax(getUnsignedMin(), Other.getUnsignedMin()); in umax() local 618 if (NewU == NewL) in umax() 620 return ConstantRange(NewL, NewU); in umax()
|
/external/webkit/Source/WebKit/qt/WebCoreSupport/ |
D | QtFallbackWebPopup.cpp | 166 static MBrCtlDialogsProvider* dialogs = CBrowserDialogsProvider::NewL(0); in showS60BrowserDialog() 180 HBufC16* itemStr = HBufC16::NewL(itemText(i).length()); in showS60BrowserDialog()
|
/external/qemu/distrib/sdl-1.2.15/src/main/symbian/EKA2/ |
D | sdlexe.cpp | 509 iIdle = CIdle::NewL(CActive::EPriorityIdle); 514 iSdl = CSDL::NewL(gSDLClass.SdlFlags()); 528 iStarter = CIdle::NewL(CActive::EPriorityLow); 560 CAknTextQueryDialog* query = CAknTextQueryDialog::NewL(aCheat);
|
D | SDL_main.cpp | 78 static CEventQueue* NewL(); 91 CEventQueue* CEventQueue::NewL() 794 EXPORT_C CSDL* CSDL::NewL(TInt aFlags) 801 gEpocEnv->iEventQueue = CEventQueue::NewL();
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | LegalizeFloatTypes.cpp | 478 SDValue NewL; in SoftenFloatRes_LOAD() local 480 NewL = DAG.getLoad(L->getAddressingMode(), L->getExtensionType(), in SoftenFloatRes_LOAD() 486 ReplaceValueWith(SDValue(N, 1), NewL.getValue(1)); in SoftenFloatRes_LOAD() 487 return NewL; in SoftenFloatRes_LOAD() 491 NewL = DAG.getLoad(L->getAddressingMode(), ISD::NON_EXTLOAD, in SoftenFloatRes_LOAD() 498 ReplaceValueWith(SDValue(N, 1), NewL.getValue(1)); in SoftenFloatRes_LOAD() 499 return BitConvertToInteger(DAG.getNode(ISD::FP_EXTEND, dl, VT, NewL)); in SoftenFloatRes_LOAD()
|
/external/qemu/distrib/sdl-1.2.15/src/video/symbian/EKA2/ |
D | dsa.cpp | 219 iDevice = CFbsBitmapDevice::NewL(&aBmp); 280 iDsa = CDirectScreenAccess::NewL( 637 iDsb = CDirectScreenBitmap::NewL();
|
D | dsa_old.cpp | 228 iDsb = CDirectScreenBitmap::NewL(); 323 iDsa = CDirectScreenAccess::NewL(
|
D | dsa_new.cpp | 355 iDsb = CDirectScreenBitmap::NewL(); 487 iDsa = CDirectScreenAccess::NewL(
|