OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:NewL
(Results
1 - 9
of
9
) sorted by null
/external/qemu/distrib/sdl-1.2.15/src/audio/symbian/
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->silence)));
streamplayer.cpp
67
iStream = CMdaAudioOutputStream::
NewL
(*this, EMdaPriorityMax);
/external/llvm/lib/Support/
ConstantRange.cpp
604
APInt
NewL
= APIntOps::smax(getSignedMin(), Other.getSignedMin());
606
if (NewU ==
NewL
)
608
return ConstantRange(
NewL
, NewU);
617
APInt
NewL
= APIntOps::umax(getUnsignedMin(), Other.getUnsignedMin());
619
if (NewU ==
NewL
)
621
return ConstantRange(
NewL
, NewU);
/external/qemu/distrib/sdl-1.2.15/src/main/symbian/EKA2/
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);
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/
LegalizeFloatTypes.cpp
502
SDValue
NewL
;
504
NewL
= DAG.getLoad(L->getAddressingMode(), L->getExtensionType(),
510
ReplaceValueWith(SDValue(N, 1),
NewL
.getValue(1));
511
return
NewL
;
515
NewL
= DAG.getLoad(L->getAddressingMode(), ISD::NON_EXTLOAD,
522
ReplaceValueWith(SDValue(N, 1),
NewL
.getValue(1));
523
return BitConvertToInteger(DAG.getNode(ISD::FP_EXTEND, dl, VT,
NewL
));
[
all
...]
/external/qemu/distrib/sdl-1.2.15/src/video/symbian/EKA2/
dsa.cpp
219
iDevice = CFbsBitmapDevice::
NewL
(&aBmp);
280
iDsa = CDirectScreenAccess::
NewL
(
637
iDsb = CDirectScreenBitmap::
NewL
();
dsa_old.cpp
228
iDsb = CDirectScreenBitmap::
NewL
();
323
iDsa = CDirectScreenAccess::
NewL
(
dsa_new.cpp
355
iDsb = CDirectScreenBitmap::
NewL
();
487
iDsa = CDirectScreenAccess::
NewL
(
Completed in 491 milliseconds