OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:alive
(Results
1 - 25
of
29
) sorted by null
1
2
/prebuilts/misc/windows/sdl2/test/
testerror.c
22
static int
alive
= 0;
variable
38
while (
alive
) {
39
SDL_Log("Thread '%s' is
alive
!\n", (char *) data);
63
alive
= 1;
71
alive
= 0;
testthread.c
23
static int
alive
= 0;
variable
39
while (
alive
) {
40
SDL_Log("Thread '%s' is
alive
!\n", (char *) data);
52
alive
= 0;
75
alive
= 1;
83
alive
= 0;
88
alive
= 1;
testmessage.c
22
static int
alive
= 0;
variable
testsem.c
25
int
alive
= 1;
variable
31
while (
alive
) {
48
alive
= 0;
119
alive
= 0;
/external/valgrind/none/tests/x86/
yield.c
14
static volatile int
alive
, running;
variable
22
while(!
alive
)
28
while(
alive
)
37
while(!
alive
)
43
while(
alive
) {
62
alive
= 1;
72
alive
= 0;
/external/autotest/server/cros/dynamic_suite/
tools.py
161
@return True if host is
alive
and not incorrectly locked. Else, False.
163
return
alive
(host) and not incorrectly_locked(host)
166
def
alive
(host):
function
168
Given a host, determine if the host is
alive
.
/external/proguard/src/proguard/optimize/evaluation/
LivenessAnalyzer.java
59
private long
alive
;
field in class:LivenessAnalyzer
92
* Returns whether the specified variable is
alive
before the instruction
103
* Sets whether the specified variable is
alive
before the instruction
106
public void setAliveBefore(int instructionOffset, int variableIndex, boolean
alive
)
110
if (
alive
)
123
* Returns whether the specified variable is
alive
after the instruction
134
* Sets whether the specified variable is
alive
after the instruction
137
public void setAliveAfter(int instructionOffset, int variableIndex, boolean
alive
)
141
if (
alive
)
220
alive
= 0L
[
all
...]