/external/e2fsprogs/lib/blkid/tests/ |
fat.results | 3 UUID='DEAD-BEEF'
|
/dalvik/dx/tests/031-bb-dead-code/ |
info.txt | 2 dead code. There is at least one example of dead code after each instruction
|
blort.j | 26 ; dead code after the last reachable instruction in a method 32 ; dead code after the last reachable instruction in a method 39 ; dead code after the last reachable instruction in a method 46 ; make sure an exception handler for a dead range doesn't get enlivened 60 ; dead code after goto instruction 68 ; dead code after ret instruction 77 ; dead code after tableswitch instruction 93 ; dead code after lookupswitch instruction 104 ; dead code after ireturn instruction 113 ; dead code after lreturn instructio [all...] |
expected.txt | 16 dead code 0001..0002 22 dead code 0001..0003 29 dead code 0002..0005 35 dead code 0001..0007 41 dead code 0003..0004 54 dead code 0005..0006 64 dead code 0014..001b 74 dead code 001c..001e 87 dead code 0004..0005 100 dead code 0004..000 [all...] |
/frameworks/base/core/java/android/view/ |
KeyCharacterMap.java | 95 * key is a "dead key" that should be combined with another to 179 return DEAD.get((accent << 16) | c); 394 * Maps Unicode combining diacritical to display-form dead key 400 * Maps combinations of (display-form) dead key and second character 403 private static SparseIntArray DEAD = new SparseIntArray(); 417 * key is a "dead key." 422 * a printable representation of the accent character of a "dead key." 433 DEAD.put(ACUTE | 'A', '\u00C1'); 434 DEAD.put(ACUTE | 'C', '\u0106'); 435 DEAD.put(ACUTE | 'E', '\u00C9') [all...] |
/dalvik/dx/tests/003-magic-version-access/ |
class-bad-magic.txt | 5 dead babe # magic
|
/dalvik/dx/tests/087-ssa-local-vars/ |
info.txt | 1 This is a test case to ensure proper preservation of local variable information through the register renamer and dead code remover at the beginning of the SSA conversion.
|
/frameworks/base/core/java/android/app/ |
StatusBarManager.java | 78 // system process is dead anyway. 90 // system process is dead anyway. 102 // system process is dead anyway. 114 // system process is dead anyway. 123 // system process is dead anyway. 132 // system process is dead anyway. 141 // system process is dead anyway.
|
/external/quake/quake/src/QW/server/ |
move.txt | 2 dead state flag for no user input
|
/frameworks/base/telephony/java/com/android/internal/telephony/ |
DefaultPhoneNotifier.java | 51 // system process is dead 59 // system process is dead 67 // system process is dead 75 // system process is dead 83 // system process is dead 91 // system process is dead 107 // system process is dead 115 // system process is dead 125 // system process is dead
|
/frameworks/base/core/java/android/appwidget/ |
AppWidgetHost.java | 117 throw new RuntimeException("system server dead?", e); 135 throw new RuntimeException("system server dead?", e); 152 throw new RuntimeException("system server dead?", e); 166 throw new RuntimeException("system server dead?", e); 184 throw new RuntimeException("system server dead?", e); 201 throw new RuntimeException("system server dead?", e); 216 throw new RuntimeException("system server dead?", e);
|
AppWidgetManager.java | 249 throw new RuntimeException("system server dead?", e); 286 throw new RuntimeException("system server dead?", e); 298 throw new RuntimeException("system server dead?", e); 321 throw new RuntimeException("system server dead?", e); 340 throw new RuntimeException("system server dead?", e); 356 throw new RuntimeException("system server dead?", e);
|
/dalvik/libcore/luni/src/test/java/tests/api/java/io/ |
PipedWriterTest.java | 322 // test if writer recognizes dead reader 334 // wait the reader thread dead 339 // is now dead 371 //wait the reader thread dead 376 //wait the writer thread dead 378 assertTrue("writer thread failed to recognize dead reader", 427 // test if writer recognizes dead reader 437 // wait the reader thread dead 442 // is now dead 472 //wait the reader thread dead [all...] |
/external/ipsec-tools/src/racoon/ |
gnuc.h | 23 * Handle new and old "dead" routine prototypes
|
schedule.c | 90 if (p->dead) 99 /* mark it with dead. and call the function. */ 100 p->dead = 1; 148 new->dead = 0; 201 sc->dead = 1; 215 if (!sc->dead) {
|
schedule.h | 51 int dead; /* dead or alive */ member in struct:sched
|
/external/webkit/WebCore/loader/ |
Cache.h | 47 // The cache keeps a flexible but bounded window of dead resources that grows/shrinks 49 // with a min dead resource capacity of 25% and a max dead resource capacity of 50%: 51 // |-----| Dead: - 109 // - minDeadBytes: The maximum number of bytes that dead resources should consume when the cache is under pressure. 110 // - maxDeadBytes: The maximum number of bytes that dead resources should consume when the cache is not under pressure. 125 pruneDeadResources(); // Prune dead first, in case it was "borrowing" capacity from live. 195 unsigned m_deadSize; // The number of bytes currently consumed by "dead" resources in the cache.
|
/frameworks/base/core/java/android/database/ |
BulkCursorToCursorAdaptor.java | 51 Log.e(TAG, "Setup failed because the remote process is dead"); 113 Log.e(TAG, "Unable to get window because the remote process is dead"); 204 Log.e(TAG, "Unable to delete row because the remote process is dead"); 215 Log.e(TAG, "Unable to fetch column names because the remote process is dead"); 254 Log.e(TAG, "Unable to commit updates because the remote process is dead");
|
/external/qemu/audio/ |
noaudio.c | 106 int dead = hw->samples - live; local 109 if (dead) { 117 samples = audio_MIN (samples, dead);
|
/external/kernel-headers/original/asm-x86/ |
cacheflush.h | 7 /* Caches aren't brain-dead on the intel. */
|
/external/quake/quake/src/WinQuake/kit/ |
JOYSTICK.TXT | 21 4. dead-zone setting for each control
35 joyforwardthreshold - controls the dead-zone for moving forward and backward
36 joysidethreshold - controls the dead-zone for moving side to side
37 joypitchthreshold - controls the dead-zone for looking up and down
38 joyyawthreshold - controls the dead-zone for looking left and right
39 The threshold settings allow you to control your dead-zone (or no-movement zone). The default threshold settings are .15 (meaning 15% of the full-range). The range of the threshold settings is from 0 to 1. Troublesome analog joysticks may need a larger number (like .2). Premium joysticks can use a smaller number (like .1).
52 5. threshold setting for any control (allows dead-zone setting)
|
/frameworks/base/media/java/android/media/ |
AudioManager.java | 381 Log.e(TAG, "Dead object in adjustStreamVolume", e); 407 Log.e(TAG, "Dead object in adjustVolume", e); 433 Log.e(TAG, "Dead object in adjustVolume", e); 449 Log.e(TAG, "Dead object in getRingerMode", e); 466 Log.e(TAG, "Dead object in getStreamMaxVolume", e); 484 Log.e(TAG, "Dead object in getStreamVolume", e); 505 Log.e(TAG, "Dead object in setRingerMode", e); 524 Log.e(TAG, "Dead object in setStreamVolume", e); 550 Log.e(TAG, "Dead object in setStreamSolo", e); 579 Log.e(TAG, "Dead object in setStreamMute", e) [all...] |
/external/srec/tools/thirdparty/OpenFst/fst/lib/ |
prune.h | 87 vector<StateId> dead; local 88 dead.push_back(fst->AddState()); 94 dead.push_back(state); 105 arc.nextstate = dead[0]; 113 fst->DeleteStates(dead);
|
/bionic/libm/ia64/ |
fenv.c | 37 * constant. Thus, no dead code elimination can occur, resulting in
|
/external/proguard/docs/ |
quality.html | 17 documentation, spell checks, compilation results, an output jar, dead code
|