/packages/apps/Launcher2/src/com/android/launcher2/ |
DragView.java | 174 @SuppressWarnings("all") // suppress dead code warning
|
Utilities.java | 146 @SuppressWarnings("all") // suppress dead code warning
|
/packages/apps/Launcher3/src/com/android/launcher3/ |
DragView.java | 183 @SuppressWarnings("all") // suppress dead code warning
|
ShortcutAndWidgetContainer.java | 80 @SuppressWarnings("all") // suppress dead code warning
|
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/ |
Keyboard.java | 216 // Avoid dead pixels at edges of the keyboard
|
/packages/screensavers/PhotoTable/src/com/android/dreams/phototable/ |
PhotoCarousel.java | 110 // this is dead code if the dream calls setInteractive(false)
|
/prebuilts/gcc/darwin-x86/mips/mips64el-linux-android-4.9/lib/gcc/mips64el-linux-android/4.9/include-fixed/arpa/ |
nameser_compat.h | 52 #define __BIND 19950621 /* (DEAD) interface version stamp. */
|
/prebuilts/gcc/linux-x86/mips/mips64el-linux-android-4.9/lib/gcc/mips64el-linux-android/4.9/include-fixed/arpa/ |
nameser_compat.h | 52 #define __BIND 19950621 /* (DEAD) interface version stamp. */
|
/prebuilts/ndk/9/platforms/android-19/arch-arm64/usr/include/arpa/ |
nameser_compat.h | 43 #define __BIND 19950621 /* (DEAD) interface version stamp. */
|
/prebuilts/ndk/9/platforms/android-19/arch-mips64/usr/include/arpa/ |
nameser_compat.h | 43 #define __BIND 19950621 /* (DEAD) interface version stamp. */
|
/prebuilts/ndk/9/platforms/android-19/arch-x86_64/usr/include/arpa/ |
nameser_compat.h | 43 #define __BIND 19950621 /* (DEAD) interface version stamp. */
|
/external/chromium_org/third_party/skia/third_party/lua/src/ |
ldo.c | 109 L->status = cast_byte(errcode); /* mark it as dead */ 503 resume_error(L, "cannot resume dead coroutine", firstArg); 543 L->status = cast_byte(status); /* mark thread as `dead' */
|
/external/clang/include/clang/StaticAnalyzer/Core/ |
CheckerManager.h | 343 /// dead and removed. 347 /// \brief Run checkers for dead symbols. 349 /// Notifies checkers when symbols become dead. For example, this allows
|
/external/llvm/include/llvm/CodeGen/ |
SlotIndexes.h | 111 /// Dead def kill point. Kill slot for a live range that is defined by 238 /// isDead - Returns true if this is a dead def kill slot. 261 /// Returns the dead def kill slot for the current instruction.
|
MachineInstr.h | 644 CheckKillDead, // Check all operands including kill / dead markers [all...] |
/external/llvm/lib/CodeGen/ |
MachineSink.cpp | 166 // %reg16385<def> = DEC64_32r %reg16437, %EFLAGS<imp-def,dead> 504 // A def that isn't dead. We can't move it. 615 // If the instruction to move defines a dead physical register which is live
|
TwoAddressInstructionPass.cpp | 518 // %reg1029<def> = SHR8ri %reg1029, 7, %EFLAGS<imp-def,dead> 520 // %reg1030<def> = ADD8rr %reg1028<kill>, %reg1029<kill>, %EFLAGS<imp-def,dead> 526 // %reg1029<def> = SHR8ri %reg1029, 7, %EFLAGS<imp-def,dead> 528 // %reg1030<def> = ADD8rr %reg1029<kill>, %reg1028<kill>, %EFLAGS<imp-def,dead> 534 // %reg1030<def> = ADD8rr %reg1028<kill>, %reg1029<kill>, %EFLAGS<imp-def,dead> [all...] |
/external/chromium_org/base/strings/ |
string_util_unittest.cc | 1185 std::string dead = live; local [all...] |
/external/chromium_org/third_party/mesa/src/docs/ |
relnotes-7.10.html | 235 <li>docs: mark as obsolete, remove dead links</li> 394 <li>mesa: remove dead code</li> 487 <li>mesa: update comments, remove dead code</li> [all...] |
/external/mesa3d/docs/ |
relnotes-7.10.html | 235 <li>docs: mark as obsolete, remove dead links</li> 394 <li>mesa: remove dead code</li> 487 <li>mesa: update comments, remove dead code</li> [all...] |
/external/bison/tests/ |
input.at | [all...] |
/external/chromium_org/third_party/mesa/src/src/mesa/state_tracker/ |
st_glsl_to_tgsi.cpp | 225 int dead_mask; /**< Used in dead code elimination */ [all...] |
/external/mesa3d/src/mesa/state_tracker/ |
st_glsl_to_tgsi.cpp | 225 int dead_mask; /**< Used in dead code elimination */ [all...] |
/external/clang/lib/Sema/ |
AnalysisBasedWarnings.cpp | 287 // The CFG leaves in dead things, and we don't want the dead code paths to 295 // When there are things remaining dead, and we didn't add EH edges 303 // can otherwise seem dead. Avoid noting them as dead. 711 // FixIts to suppress the diagnostic by removing the dead condition. [all...] |
/external/llvm/lib/Target/Hexagon/ |
HexagonHardwareLoops.cpp | 165 /// \brief Return true if the instruction is now dead. 169 /// \brief Remove the instruction if it is now dead. 437 if (PI == TopMBB->pred_end()) // dead loop? 888 /// \brief Returns true if the instruction is dead. This was essentially 908 // this instruction is dead: both it (and the phi node) can be removed. [all...] |