OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:aSize
(Results
1 - 14
of
14
) sorted by null
/external/antlr/antlr-3.4/runtime/ObjC/Framework/
ANTLRReaderStream.h
29
+ (id) newANTLRReaderStream:(NSFileHandle *)r size:(NSInteger)
aSize
;
30
+ (id) newANTLRReaderStream:(NSFileHandle *)r size:(NSInteger)
aSize
readBufferSize:(NSInteger)aReadChunkSize;
31
- (id) initWithReader:(NSFileHandle *)r size:(NSInteger)
aSize
readBufferSize:(NSInteger)aReadChunkSize;
32
- (void) load:(NSInteger)
aSize
readBufferSize:(NSInteger)aReadChunkSize;
/frameworks/av/libvideoeditor/osal/src/
LVOSA_FileReader_optim.c
669
M4OSA_FilePosition
aSize
;
737
aSize
= M4OSA_FileReader_BufferCopy(apContext, selected_buffer,
740
copiedSize +=
aSize
;
742
if(
aSize
== 0)
773
aSize
= M4OSA_FileReader_BufferCopy(apContext, selected_buffer,
776
copiedSize +=
aSize
;
786
aSize
= M4OSA_FileReader_BufferCopy(apContext, selected_buffer,
789
copiedSize +=
aSize
;
[
all
...]
/external/qemu/distrib/sdl-1.2.15/src/main/symbian/EKA2/
vectorbuffer.h
54
TInt GetRoom(TInt
aSize
) const;
98
TInt TVectorBuffer<C>::GetRoom(TInt
aSize
) const
100
const TInt bytesnew = sizeof(TNode) +
aSize
;
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);
sdlexe.cpp
85
void Draw(CBitmapContext& aGc, const TRect& aTargetRect, const TSize&
aSize
);
168
void TVirtualCursor::Draw(CBitmapContext& aGc, const TRect& /*aTargetRect*/, const TSize& /*
aSize
*/)
/libcore/luni/src/main/java/java/math/
BigInteger.java
[
all
...]
/external/qemu/distrib/sdl-1.2.15/src/video/symbian/EKA2/
dsa_old.cpp
445
TInt CDsa::AllocSurface(TBool aHwSurface, const TSize&
aSize
, TDisplayMode aMode)
455
if(
aSize
.iWidth > size.iWidth)
457
if(
aSize
.iHeight > size.iHeight)
674
void CDsa::CreateZoomerL(const TSize&
aSize
)
676
iSwSize =
aSize
;
dsa.cpp
893
TInt CDsa::AllocSurface(TBool aHwSurface, const TSize&
aSize
, TDisplayMode aMode)
903
if(
aSize
.iWidth > size.iWidth)
905
if(
aSize
.iHeight > size.iHeight)
918
void CDsa::CreateZoomerL(const TSize&
aSize
)
920
iSwSize =
aSize
;
dsa_new.cpp
652
TInt CDsa::AllocSurface(TBool aHwSurface, const TSize&
aSize
, TDisplayMode aMode)
662
if(
aSize
.iWidth > size.iWidth)
664
if(
aSize
.iHeight > size.iHeight)
677
void CDsa::CreateZoomerL(const TSize&
aSize
)
679
iSwSize =
aSize
;
/frameworks/native/opengl/tests/hwc/
hwcTestLib.cpp
556
size_t
aSize
;
588
if (attrib->
aSize
) {
589
pixel |= htonl((uint32_t) round((((1 << attrib->
aSize
) - 1) * alpha))
591
- (attrib->aOffset + attrib->
aSize
)));
[
all
...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jar
org.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jar
/external/sqlite/dist/orig/
sqlite3.c
[
all
...]
/external/sqlite/dist/
sqlite3.c
[
all
...]
Completed in 425 milliseconds