OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:idsize
(Results
1 - 6
of
6
) sorted by null
/dalvik/hit/src/com/android/hit/
ArrayInstance.java
46
int
idSize
= Types.getTypeSize(mType);
56
if (
idSize
== 4) {
101
int
idSize
= Types.getTypeSize(mType);
112
if (
idSize
== 4) {
145
int
idSize
= Types.getTypeSize(mType);
160
if (
idSize
== 4) {
/libcore/dalvik/src/main/java/dalvik/system/profiler/
BinaryHprofReader.java
137
int
idSize
= in.readInt();
139
System.out.println("\tidSize=" +
idSize
);
141
if (
idSize
!= BinaryHprof.ID_SIZE) {
142
throw new MalformedHprofException("Unsupported identifier size: " +
idSize
);
/hardware/ti/omap3/omx/system/src/openmax_il/perf/tests/
perf
273
IDsize
=
277
7)
IDsize
=$(expr $4 \* $5 \* 2)
278
IVPsize=$
IDsize
/external/webkit/Source/WebCore/platform/graphics/win/
QTDecompressionSession.cpp
106
(**description).
idSize
= sizeof(ImageDescription);
/external/qemu/distrib/sdl-1.2.12/src/video/quartz/
SDL_QuartzYUV.m
201
(**yuv_idh).
idSize
= sizeof(ImageDescription);
/external/openssl/ssl/
t1_lib.c
949
int
idsize
;
local
955
n2s(data,
idsize
);
956
dsize -= 2 +
idsize
;
957
size -= 2 +
idsize
;
964
data +=
idsize
;
966
&sdata,
idsize
);
[
all
...]
Completed in 184 milliseconds