Home
last modified time | relevance | path

Searched refs:dead (Results 1 – 4 of 4) sorted by relevance

/cts/tests/tests/dreams/src/android/service/dreams/cts/
DControlledDreamSession.java256 private void cleanup(boolean dead) { in cleanup() argument
262 if (!dead && mControlledDream != null) { in cleanup()
/cts/hostsidetests/sustainedperf/dhrystone/
DRationale46 suppressed code generation for too many statements (by "dead code
47 removal" or "dead variable elimination"). This has lead to the
96 danger that the compiler considers them as "dead variables" and
166 variable (Bool_Loc); Bool_Loc would be a "dead variable" which is not
184 in order to prevent Int_Loc from becoming a dead variable.
DDrystone-2.1.sh182 X variable (Bool_Loc); Bool_Loc would be a "dead variable" which is not
/cts/tests/app/AppExitTest/src/android/app/cts/
DActivityManagerAppExitInfoTest.java1461 public void runFreezerTest(long freezerTimeout, boolean dead, int reason) throws Exception { in runFreezerTest() argument
1522 assertEquals(dead, mHeartbeatDead); in runFreezerTest()