OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:gAppAlive
(Results
1 - 11
of
11
) sorted by null
/development/ndk/platforms/android-4/samples/san-angeles/jni/
app.h
48
extern int
gAppAlive
;
app-android.c
28
int
gAppAlive
= 1;
52
gAppAlive
= 1;
app-win32.c
39
int
gAppAlive
= 1;
172
gAppAlive
= 0;
177
gAppAlive
= 0;
182
gAppAlive
= 0;
268
while (
gAppAlive
)
278
gAppAlive
= 0;
281
if (
gAppAlive
)
app-linux.c
60
int
gAppAlive
= 1;
210
while (
gAppAlive
)
226
gAppAlive
= 0;
232
if (
gAppAlive
)
demo.c
757
if (!
gAppAlive
)
766
gAppAlive
= 0;
/external/autotest/client/site_tests/graphics_SanAngeles/src/
app.h
53
extern int
gAppAlive
;
app-linux.c
69
int
gAppAlive
= 1;
243
if (!
gAppAlive
)
demo.c
1028
if (!
gAppAlive
)
[
all
...]
/frameworks/native/opengl/tests/angeles/
app.h
48
extern int
gAppAlive
;
app-linux.cpp
63
int
gAppAlive
= 1;
210
while (
gAppAlive
)
demo.c
757
if (!
gAppAlive
)
766
gAppAlive
= 0;
Completed in 214 milliseconds