Home
last modified time | relevance | path

Searched refs:TInt (Results 1 – 25 of 28) sorted by relevance

12

/external/qemu/distrib/sdl-1.2.15/src/main/symbian/EKA2/
Dvectorbuffer.h14 void VectorPanic(TInt, TInt);
29 TInt Size() const; in NONSHARABLE_CLASS()
43 template <TInt C>
48 TInt Append(const TDesC8& aData); in NONSHARABLE_CLASS()
51 TPtrC8 operator[](TInt aIndex) const; in NONSHARABLE_CLASS()
52 TInt Size() const; in NONSHARABLE_CLASS()
54 TInt GetRoom(TInt aSize) const; in NONSHARABLE_CLASS()
55 TInt Unreserved() const; in NONSHARABLE_CLASS()
59 TInt iSize; in NONSHARABLE_CLASS()
63 template <TInt C>
[all …]
DSDL_main.cpp47 TInt Panic(TInt aErr, TInt aLine)
81 TInt Append(const TWsEvent& aEvent);
105 TInt CEventQueue::Append(const TWsEvent& aEvent)
108 const TInt err = iVector.Append(aEvent);
152 TInt iEpocEnvFlags;
181 const void* TMainFunc::operator[](TInt aIndex) const
204 TInt Request(TInt aService);
205 TInt RequestValue(TInt aService);
207 void PanicMain(TInt aReason);
208 void PanicMain(const TDesC& aInfo, TInt aReason);
[all …]
Dsdlexe.cpp42 const TInt pos = rem.Locate(dq); in MakeCCmdLineL()
58 const TInt pos = ptr.Locate(dq); in MakeCCmdLineL()
80 void Move(TInt aX, TInt aY);
100 const TInt KMaxMove = 10;
102 void TVirtualCursor::Move(TInt aX, TInt aY)
182 void SetMain(const TMainFunc& aFunc, TInt aFlags, MSDLMainObs* aObs, TInt aExeFlags);
183 TInt SdlFlags() const;
185 void SendEvent(TInt aEvent, TInt aParam, CSDL* aSDL);
186 TInt AppFlags() const;
187 void AppFlags(TInt aFlags);
[all …]
Dvectorbuffer.cpp12 void VectorPanic(TInt aErr, TInt aLine) in VectorPanic()
24 TInt TNodeBuffer::TNode::Size() const in Size()
Dsdllib.cpp6 GLREF_C TInt E32Main() in E32Main()
/external/qemu/distrib/sdl-1.2.15/src/audio/symbian/
Dstreamplayer.h6 const TInt KSilenceBuffer = 256;
18 virtual void Complete(TInt aState, TInt aError) = 0;
34 static TInt ClosestSupportedRate(TInt aRate); in NONSHARABLE_CLASS()
36 TInt OpenStream(TInt aRate, TInt aChannels, TUint32 aType = KMMFFourCCCodePCM16); in NONSHARABLE_CLASS()
38 void SetVolume(TInt aNew); in NONSHARABLE_CLASS()
39 TInt Volume() const; in NONSHARABLE_CLASS()
40 TInt MaxVolume() const; in NONSHARABLE_CLASS()
52 void MaoscOpenComplete(TInt aError) ; in NONSHARABLE_CLASS()
53 void MaoscBufferCopied(TInt aError, const TDesC8& aBuffer); in NONSHARABLE_CLASS()
54 void MaoscPlayComplete(TInt aError); in NONSHARABLE_CLASS()
[all …]
DSDL_epocaudio.cpp93 TInt Open(); in NONSHARABLE_CLASS()
101 TInt TDump::Open()
103 TInt err = iFs.Connect();
163 const TInt KAudioBuffers(2);
169 static void* NewL(TInt BufferSize, TInt aFill);
178 void Open(TInt iRate, TInt iChannels, TUint32 aType, TInt aBytes);
186 CEpocAudio(TInt aBufferSize);
187 void Complete(TInt aState, TInt aError);
189 void ConstructL(TInt aFill);
191 TInt iBufferSize;
[all …]
Dstreamplayer.cpp6 const TInt KMaxVolume(256);
8 LOCAL_C TInt GetSampleRate(TInt aRate) in GetSampleRate()
27 LOCAL_C TInt GetChannels(TInt aChannels) in GetChannels()
37 TInt CStreamPlayer::ClosestSupportedRate(TInt aRate) in ClosestSupportedRate()
41 TInt rate = aRate; in ClosestSupportedRate()
73 TInt CStreamPlayer::OpenStream(TInt aRate, TInt aChannels, TUint32 aType) in OpenStream()
93 TInt CStreamPlayer::MaxVolume() const in MaxVolume()
98 void CStreamPlayer::SetVolume(TInt aNew) in SetVolume()
101 const TInt maxi = MaxVolume(); in SetVolume()
112 TInt CStreamPlayer::Volume() const in Volume()
[all …]
/external/qemu/distrib/sdl-1.2.15/src/video/symbian/EKA2/
Ddsa_new.cpp6 LOCAL_C TInt BytesPerPixel(TDisplayMode aMode) in BytesPerPixel()
19 inline void Copy(TUint32* aTarget, const TUint8* aSrc, TInt aBytes, TInt aHeight) const; in NONSHARABLE_CLASS()
44 inline void TDsa::Copy(TUint32* aTarget, const TUint8* aSrc, TInt aBytes, TInt aHeight) const
56 const TInt lineWidth = aSourceRect.Width();
59 const TInt sourceStartOffset = aUpdateRect.iTl.iX;
64 const TInt scanLineWidth = iDsa.SwSize().iWidth;
67 const TInt targetStartOffset = (aUpdateRect.iTl.iX + aSourceRect.iTl.iX);
72 const TInt height = aUpdateRect.Height();
74 const TInt lineMove = iDsa.IsTurn() ? 1 : lineWidth;
75 const TInt copyLen = aUpdateRect.Width();
[all …]
Ddsa_old.cpp5 LOCAL_C TInt BytesPerPixel(TDisplayMode aMode) in BytesPerPixel()
23 void Wipe(TInt aLength);
26 TInt ExternalUpdate() {return 0;}
74 void CDsaA::Wipe(TInt aLength) //dont call in drawing
160 void Wipe(TInt aLength);
166 TInt ExternalUpdate() {return 0;}
191 void CDsaB::Wipe(TInt aLength) //dont call in drawing
255 const TInt tmp = size.iWidth;
280 TInt flags = 0;
344 TInt CDsa::SetPalette(TInt aFirst, TInt aCount, TUint32* aPalette)
[all …]
Ddsa.cpp6 LOCAL_C TInt BytesPerPixel(TDisplayMode aMode) in BytesPerPixel()
25 void Wipe(TInt aLength);
28 TInt ExternalUpdate();
105 void CBitmapSurface<T>::Wipe(TInt aLength) //dont call in drawing
113 TInt CBitmapSurface<T>::ExternalUpdate()
117 const TInt err = iCopyBmp->Duplicate(iBmp->Handle());
150 TInt iHandle;
359 inline void Copy(TUint32* aTarget, const TUint8* aSrc, TInt aBytes, TInt aHeight) const;
386 inline void TDsa::Copy(TUint32* aTarget, const TUint8* aSrc, TInt aBytes, TInt aHeight) const
398 const TInt lineWidth = aSourceRect.Width();
[all …]
DSDL_epocvideo.cpp385 TDisplayMode GetDisplayMode(TInt aBitsPerPixel) in GetDisplayMode()
388 TInt dmode = EColorLast; in GetDisplayMode()
458 const TInt surfacesize = width * height * numBytesPerPixel; in EPOC_SetVideoMode()
464 const TInt err = EpocSdlEnv::AllocSwSurface in EPOC_SetVideoMode()
547 for(TInt i = 0; i < numrects ;i++) in EPOC_DirectUpdate()
/external/qemu/distrib/sdl-1.2.15/src/thread/symbian/
DSDL_syssem.cpp48 TInt handle;
49 TInt count;
53 extern TInt CreateUnique(TInt (*aFunc)(const TDesC& aName, TAny*, TAny*), TAny*, TAny*);
55 extern TInt NewThread(const TDesC& aName, TAny* aPtr1, TAny* aPtr2);
58 TInt NewSema(const TDesC& aName, TAny* aPtr1, TAny* aPtr2) in NewSema()
60 TInt value = *((TInt*) aPtr2); in NewSema()
68 TInt status = CreateUnique(NewSema, &s, &initial_value); in SDL_CreateSemaphore()
98 TInfo(TInt aTime, TInt aHandle) : in TInfo()
100 TInt iTime;
101 TInt iHandle;
[all …]
DSDL_sysmutex.cpp51 TInt handle;
56 TInt handle;
60 extern TInt CreateUnique(TInt (*aFunc)(const TDesC& aName, TAny*, TAny*), TAny*, TAny*);
62 TInt NewMutex(const TDesC& aName, TAny* aPtr1, TAny*) in NewMutex()
77 TInt status = CreateUnique(NewMutex, &rmutex, NULL); in SDL_CreateMutex()
DSDL_systhread.cpp61 TInt NewThread(const TDesC& aName, TAny* aPtr1, TAny* aPtr2) in NewThread()
70 int CreateUnique(TInt (*aFunc)(const TDesC& aName, TAny*, TAny*), TAny* aPtr1, TAny* aPtr2) in CreateUnique()
73 TInt status = KErrNone; in CreateUnique()
89 const TInt status = CreateUnique(NewThread, &rthread, args); in SDL_SYS_CreateThread()
118 const TInt err = t.Open(thread->threadid); in SDL_SYS_WaitThread()
/external/qemu/distrib/sdl-1.2.15/src/video/symbian/EKA1/
DSDL_epocvideo.cpp250 TInt error; in ConstructWindowL()
586 TInt scaleValue = 0; in EPOC_SetVideoMode()
592 TInt scaledWidth = (w * (scaleValue-1))/scaleValue; in EPOC_SetVideoMode()
602 TInt scaledHeight = (h * (scaleValue-1))/scaleValue; in EPOC_SetVideoMode()
869 TInt i; in DirectDraw()
871 const TInt sourceNumBytesPerPixel = ((_this->screen->format->BitsPerPixel-1)>>3) + 1; in DirectDraw()
873 const TInt screenW = _this->screen->w; in DirectDraw()
874 const TInt screenH = _this->screen->h; in DirectDraw()
875 const TInt sourceScanlineLength = screenW; in DirectDraw()
876 const TInt targetScanlineLength = Private->EPOC_ScreenSize.iWidth; in DirectDraw()
[all …]
DSDL_epocevents.cpp244 TInt eventType = Private->EPOC_WsEvent.Type(); in EPOC_HandleWsEvent()
305 LOCAL_C void ReadL(RFs& aFs, RArray<TInt>& aArray) in ReadL()
307 TInt drive = -1; in ReadL()
309 for(TInt i = 'z'; drive < 0 && i >= 'a'; i--) in ReadL()
322 TInt n = 0; in ReadL()
330 TInt value; in ReadL()
442 RArray<TInt> array; in EPOC_InitOSKeymap()
450 for(TInt k = 0; k < array.Count(); k+= 2) in EPOC_InitOSKeymap()
452 const TInt oldval = array[k]; in EPOC_InitOSKeymap()
453 const TInt newval = array[k + 1]; in EPOC_InitOSKeymap()
/external/clang/test/Parser/
Dtypeof.c3 typedef int TInt; typedef
11 typeof(TInt) anInt; in test()
12 short TInt eee; // expected-error{{expected ';' at end of declaration}} in test()
/external/webkit/Source/JavaScriptCore/wtf/
DOSAllocatorSymbian.cpp48 TInt error = c.CreateLocalCode(bytes, bytes); in allocateCodeChunk()
140 TInt error = chunk.CreateDisconnectedLocal(0, 0, TInt(largeReservationSize)); in PageAllocatorSymbian()
186 TInt error = m_chunk->Commit(static_cast<char*>(address) - m_chunk->m_base, bytes); in commit()
193 TInt error = m_chunk->Decommit(static_cast<char*>(address) - m_chunk->m_base, bytes); in decommit()
DPageBlock.cpp69 static TInt page_size = 0; in systemPageSize()
DPageAllocatorSymbian.h43 SymbianChunk(TInt handle) in SymbianChunk()
DOSRandomSource.cpp52 TInt random; in cryptographicallyRandomValuesFromOS()
/external/qemu/distrib/sdl-1.2.15/src/main/symbian/EKA1/
DSDL_main.cpp77 TInt E32Main() in E32Main()
137 EXPORT_C TInt WinsMain() in WinsMain()
146 GLDEF_C TInt E32Dll(TDllReason) in E32Dll()
/external/qemu/distrib/sdl-1.2.15/src/timer/symbian/
DSDL_systimer.cpp40 static TInt tickPeriodMilliSeconds;
49 TInt tmp = UserHal::TickPeriod(period); in SDL_StartTicks()
/external/webkit/Source/JavaScriptCore/heap/
DMarkStackSymbian.cpp31 TInt page_size; in initializePagesize()

12