OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:longSize
(Results
1 - 2
of
2
) sorted by null
/dalvik/vm/native/
dalvik_system_VMRuntime.c
66
s8
longSize
= GET_ARG_LONG(args, 1);
71
if (
longSize
< 0) {
73
} else if (
longSize
> INT_MAX) {
76
size = (size_t)
longSize
;
127
s8
longSize
= GET_ARG_LONG(args, 1);
130
if (
longSize
< 0) {
134
} else if (
longSize
> INT_MAX) {
139
RETURN_BOOLEAN(dvmTrackExternalAllocation((size_t)
longSize
));
152
s8
longSize
= GET_ARG_LONG(args, 1);
155
if (
longSize
< 0)
[
all
...]
/frameworks/base/services/java/com/android/server/
WindowManagerService.java
[
all
...]
Completed in 22 milliseconds