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

  /external/clang/test/SemaTemplate/
ms-class-specialization-duplicate.cpp 6 typedef int TInt;
9 template class A<TInt>; // expected-warning {{duplicate explicit instantiation of 'A<int>' ignored as a Microsoft extension}}
  /external/qemu/distrib/sdl-1.2.15/src/audio/symbian/
streamplayer.h 6 const TInt KSilenceBuffer = 256;
18 virtual void Complete(TInt aState, TInt aError) = 0;
34 static TInt ClosestSupportedRate(TInt aRate);
36 TInt OpenStream(TInt aRate, TInt aChannels, TUint32 aType = KMMFFourCCCodePCM16);
38 void SetVolume(TInt aNew);
39 TInt Volume() const
    [all...]
streamplayer.cpp 6 const TInt KMaxVolume(256);
8 LOCAL_C TInt GetSampleRate(TInt aRate)
27 LOCAL_C TInt GetChannels(TInt aChannels)
37 TInt CStreamPlayer::ClosestSupportedRate(TInt aRate)
41 TInt rate = aRate;
73 TInt CStreamPlayer::OpenStream(TInt aRate, TInt aChannels, TUint32 aType
    [all...]
SDL_epocaudio.cpp 93 TInt Open();
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)
    [all...]
  /external/qemu/distrib/sdl-1.2.15/src/main/symbian/EKA2/
vectorbuffer.h 14 void VectorPanic(TInt, TInt);
29 TInt Size() const;
43 template <TInt C>
48 TInt Append(const TDesC8& aData);
49 // TInt AppendOverwrite(const TDesC8& aData);
51 TPtrC8 operator[](TInt aIndex) const;
52 TInt Size() const;
54 TInt GetRoom(TInt aSize) const
    [all...]
sdlexe.cpp 42 const TInt pos = rem.Locate(dq);
58 const TInt pos = ptr.Locate(dq);
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
    [all...]
SDL_main.cpp 47 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)
    [all...]
sdllib.cpp 6 GLREF_C TInt E32Main()
vectorbuffer.cpp 12 void VectorPanic(TInt aErr, TInt aLine)
24 TInt TNodeBuffer::TNode::Size() const
  /external/clang/test/Parser/
typeof.c 3 typedef int TInt;
11 typeof(TInt) anInt;
12 short TInt eee; // expected-error{{expected ';' at end of declaration}}
  /external/qemu/distrib/sdl-1.2.15/src/thread/symbian/
SDL_sysmutex.cpp 51 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*)
77 TInt status = CreateUnique(NewMutex, &rmutex, NULL);
SDL_syssem.cpp 48 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)
60 TInt value = *((TInt*) aPtr2);
68 TInt status = CreateUnique(NewSema, &s, &initial_value);
98 TInfo(TInt aTime, TInt aHandle) :
    [all...]
SDL_systhread.cpp 61 TInt NewThread(const TDesC& aName, TAny* aPtr1, TAny* aPtr2)
70 int CreateUnique(TInt (*aFunc)(const TDesC& aName, TAny*, TAny*), TAny* aPtr1, TAny* aPtr2)
73 TInt status = KErrNone;
89 const TInt status = CreateUnique(NewThread, &rthread, args);
118 const TInt err = t.Open(thread->threadid);
  /external/qemu/distrib/sdl-1.2.15/src/video/symbian/EKA2/
dsa_old.cpp 5 LOCAL_C TInt BytesPerPixel(TDisplayMode aMode)
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...]
dsa_new.cpp 6 LOCAL_C TInt BytesPerPixel(TDisplayMode aMode)
19 inline void Copy(TUint32* aTarget, const TUint8* aSrc, TInt aBytes, TInt aHeight) const;
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();
    [all...]
dsa.cpp 6 LOCAL_C TInt BytesPerPixel(TDisplayMode aMode)
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) cons
    [all...]
SDL_epocvideo.cpp 359 TInt dmode = EColorLast;
385 TDisplayMode GetDisplayMode(TInt aBitsPerPixel)
388 TInt dmode = EColorLast;
458 const TInt surfacesize = width * height * numBytesPerPixel;
464 const TInt err = EpocSdlEnv::AllocSwSurface
547 for(TInt i = 0; i < numrects ;i++)
  /external/qemu/distrib/sdl-1.2.15/src/timer/symbian/
SDL_systimer.cpp 40 static TInt tickPeriodMilliSeconds;
49 TInt tmp = UserHal::TickPeriod(period);
  /external/qemu/distrib/sdl-1.2.15/src/main/symbian/EKA1/
SDL_main.cpp 77 TInt E32Main()
137 EXPORT_C TInt WinsMain()
146 GLDEF_C TInt E32Dll(TDllReason)
  /external/qemu/distrib/sdl-1.2.15/src/video/symbian/EKA1/
SDL_epocvideo.cpp 232 /*TInt numColors = TDisplayModeUtils::NumDisplayModeColors(displaymode);
233 TInt bitsPerPixel = 1;
250 TInt error;
586 TInt scaleValue = 0;
592 TInt scaledWidth = (w * (scaleValue-1))/scaleValue;
602 TInt scaledHeight = (h * (scaleValue-1))/scaleValue;
726 //TInt focusWindowGroupId = Private->EPOC_WsSession.GetFocusWindowGroup();//these are async services
733 TInt pos = Private->EPOC_WsWindowGroup.OrdinalPosition();
832 for(TInt o = 0; o < currentRect.h; o++)
833 for(TInt p = 0; p < currentRect.w; p++
    [all...]
SDL_epocevents.cpp 215 TInt focus = -1;
218 const TInt curr = Private->EPOC_WsSession.GetFocusWindowGroup();
244 TInt eventType = Private->EPOC_WsEvent.Type();
305 LOCAL_C void ReadL(RFs& aFs, RArray<TInt>& aArray)
307 TInt drive = -1;
309 for(TInt i = 'z'; drive < 0 && i >= 'a'; i--)
322 TInt n = 0;
330 TInt value;
442 RArray<TInt> array;
450 for(TInt k = 0; k < array.Count(); k+= 2
    [all...]
  /external/clang/test/Sema/
array-init.c 19 typedef int TInt = 1; // expected-error{{illegal initializer (only variables can be initialized)}}

Completed in 3592 milliseconds