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

  /external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Headers/
ANTLRHashRule.h 68 - (void)setMode:(NSInteger)aMode;
ANTLRHashMap.h 91 - (void)setMode:(NSInteger)aMode;
  /external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/A/Headers/
ANTLRHashRule.h 68 - (void)setMode:(NSInteger)aMode;
ANTLRHashMap.h 91 - (void)setMode:(NSInteger)aMode;
  /external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/Current/Headers/
ANTLRHashRule.h 68 - (void)setMode:(NSInteger)aMode;
ANTLRHashMap.h 91 - (void)setMode:(NSInteger)aMode;
  /external/qemu/distrib/sdl-1.2.15/src/video/symbian/EKA2/
dsa_old.cpp 5 LOCAL_C TInt BytesPerPixel(TDisplayMode aMode)
7 return ((TDisplayModeUtils::NumDisplayModeBitsPerPixel(aMode) - 1) >> 3) + 1;
445 TInt CDsa::AllocSurface(TBool aHwSurface, const TSize& aSize, TDisplayMode aMode)
447 if(aHwSurface && aMode != DisplayMode())
450 iSourceMode = aMode;
452 iSourceBpp = BytesPerPixel(aMode);
474 void SaveBmp(const TDesC& aName, const TAny* aData, TInt aLength, const TSize& aSz, TDisplayMode aMode)
477 s->Create(aSz, aMode);
950 TRgbCopy(TDisplayMode aMode);
965 TRgbCopy<T>::TRgbCopy(TDisplayMode aMode)
    [all...]
dsa.cpp 6 LOCAL_C TInt BytesPerPixel(TDisplayMode aMode)
8 return ((TDisplayModeUtils::NumDisplayModeBitsPerPixel(aMode) - 1) >> 3) + 1;
893 TInt CDsa::AllocSurface(TBool aHwSurface, const TSize& aSize, TDisplayMode aMode)
895 if(aHwSurface && aMode != DisplayMode())
898 iSourceMode = aMode;
900 iSourceBpp = BytesPerPixel(aMode);
928 void SaveBmp(const TDesC& aName, const TAny* aData, TInt aLength, const TSize& aSz, TDisplayMode aMode)
931 s->Create(aSz, aMode);
1316 TRgbCopy(TDisplayMode aMode);
1340 TRgbCopy<T>::TRgbCopy(TDisplayMode aMode)
    [all...]
dsa_new.cpp 6 LOCAL_C TInt BytesPerPixel(TDisplayMode aMode)
8 return ((TDisplayModeUtils::NumDisplayModeBitsPerPixel(aMode) - 1) >> 3) + 1;
652 TInt CDsa::AllocSurface(TBool aHwSurface, const TSize& aSize, TDisplayMode aMode)
654 if(aHwSurface && aMode != DisplayMode())
657 iSourceMode = aMode;
659 iSourceBpp = BytesPerPixel(aMode);
687 void SaveBmp(const TDesC& aName, const TAny* aData, TInt aLength, const TSize& aSz, TDisplayMode aMode)
690 s->Create(aSz, aMode);
1254 TRgbCopy(TDisplayMode aMode);
1278 TRgbCopy<T>::TRgbCopy(TDisplayMode aMode)
    [all...]
  /external/libvpx/libvpx/examples/includes/HTML-Toc-0.91/
TocUpdator.pm 158 # args: - $aMode: Mode. Can be either MODE_DO_INSERT or MODE_DO_UPDATE
166 my ($self, $aMode, $aTocs, $aOptions) = @_;
172 $self->{htu__Mode} = $aMode;
259 # args: - $aMode: Mode. Can be either MODE_DO_UPDATE or MODE_DO_INSERT.
267 my ($self, $aMode, $aToc, $aString, $aOptions) = @_;
269 $self->_initializeUpdatorBatch($aMode, $aToc, $aOptions);
279 # args: - $aMode: Mode. Can be either MODE_DO_UPDATE or MODE_DO_INSERT.
287 my ($self, $aMode, $aToc, $aFile, $aOptions) = @_;
289 $self->_initializeUpdatorBatch($aMode, $aToc, $aOptions);
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/
ANTLRHashRule.h 64 - (void)setMode:(NSInteger)aMode;
ANTLRHashMap.h 88 - (void)setMode:(NSInteger)aMode;
  /external/chromium_org/third_party/mesa/src/src/egl/main/
eglmode.c 231 const _EGLMode *aMode = *((const _EGLMode **) a);
236 const EGLint aVal = getModeAttrib(aMode, SortInfo[i].Attrib);
  /external/mesa3d/src/egl/main/
eglmode.c 231 const _EGLMode *aMode = *((const _EGLMode **) a);
236 const EGLint aVal = getModeAttrib(aMode, SortInfo[i].Attrib);
  /external/qemu/distrib/sdl-1.2.15/src/main/symbian/EKA2/
SDL_main.cpp 482 TInt EpocSdlEnv::AllocSwSurface(const TSize& aSize, TDisplayMode aMode)
484 return gEpocEnv->iDsa->AllocSurface(EFalse, aSize, aMode);
487 TInt EpocSdlEnv::AllocHwSurface(const TSize& aSize, TDisplayMode aMode)
489 return gEpocEnv->iDsa->AllocSurface(ETrue, aSize, aMode);
911 EXPORT_C void CSDL::SetOrientation(TOrientationMode aMode)
913 gEpocEnv->iDsa->SetOrientation(aMode);
  /external/chromium_org/third_party/sqlite/src/src/
test1.c     [all...]

Completed in 4552 milliseconds