/hardware/samsung_slsi/exynos5/mobicore/daemon/ClientLib/ |
ClientLib.cpp | 272 // TODO-2012-08-31-haenellu: improve check, if device connection is dead, this makes no more sense. 448 // LOG_E("Connection is dead, removing device."); 495 LOG_E("Connection is dead, removing device."); 531 LOG_E("Connection is dead, removing device."); 579 LOG_E("Connection is dead, removing device."); 780 // LOG_E("Connection is dead, removing device."); 855 LOG_E("Connection is dead, removing device.");
|
/external/llvm/lib/Transforms/IPO/ |
GlobalOpt.cpp | 196 // If Dead[n].first is the only use of a malloc result, we can delete its 197 // chain of computation and the store to the global in Dead[n].second. 198 SmallVector<std::pair<Instruction *, Instruction *>, 32> Dead; 211 Dead.push_back(std::make_pair(I, SI)); 219 Dead.push_back(std::make_pair(I, MSI)); 228 Dead.push_back(std::make_pair(I, MTI)); 239 Dead.clear(); 246 for (int i = 0, e = Dead.size(); i != e; ++i) { 247 if (IsSafeComputationToRemove(Dead[i].first, TLI)) { 248 Dead[i].second->eraseFromParent() [all...] |
/external/llvm/lib/Transforms/Scalar/ |
LoopIdiomRecognize.cpp | 124 /// Insert ctpop intrinsic function and some obviously dead instructions. 233 /// dead, delete them and the computation tree that feeds them. 245 // This instruction is dead, zap it, in stages. Start by removing it from 253 // If this operand just became dead, add it to the NowDeadInsts list. 266 /// deleteIfDeadInstruction - If the specified value is a dead instruction, 531 // function would be partial dead code, and downstream passes will drag 552 // - If the loop only counts population, the entire loop become dead after 553 // the transformation. It is lots easier to prove a countable loop dead 555 // isn't dead even if it computes nothing useful. In general, DCE needs [all...] |
EarlyCSE.cpp | 37 STATISTIC(NumDSE, "Number of trivial dead stores removed"); 414 /// to the same location, we delete the dead store. This zaps trivial dead 425 // Dead instructions should just be removed. 527 DEBUG(dbgs() << "EarlyCSE DEAD STORE: " << *LastStore << " due to: "
|
/docs/source.android.com/src/devices/tech/input/ |
key-character-map-files.jd | 235 <p>The system recognizes the following Unicode characters as combining diacritical dead 244 <p>When a dead key is typed followed by another character, the dead key and the following 245 characters are composed. For example, when the user types a grave accent dead 247 <p>Refer to <code>KeyCharacterMap.getDeadChar</code> for more information about dead key handling.</p>
|
/external/clang/include/clang/Analysis/ |
ProgramPoint.h | 145 /// \brief Is this a program point corresponding to purge/removal of dead 416 /// Represents a point after we ran remove dead bindings BEFORE 432 /// Represents a point after we ran remove dead bindings AFTER 590 /// - Run Remove dead bindings (to clean up the dead symbols from the callee).
|
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
ExprEngine.h | 162 /// \brief Run the analyzer's garbage collection - remove dead symbols and 174 /// is dead. 177 /// all statements and local variables should be considered dead. 179 /// occur while removing the dead (e.g. leaks). By default, the 252 /// Remove dead bindings/symbols before exiting a function.
|
/external/qemu/audio/ |
ossaudio.c | 745 int dead = hw->samples - live; local 755 if (!dead) { 759 if (hw->wpos + dead > hw->samples) { 761 bufs[1].len = (dead - (hw->samples - hw->wpos)) << hwshift; 764 bufs[0].len = dead << hwshift;
|
/system/core/liblog/ |
fake_log_device.c | 40 #define kMaxTagLen 16 /* from the long-dead utils/Log.cpp */ 50 /* from the long-dead utils/Log.cpp */ 198 * This is based on the the long-dead utils/Log.cpp code. 276 * Taken from the long-dead utils/Log.cpp 350 * Log format parsing taken from the long-dead utils/Log.cpp.
|
/external/clang/test/Analysis/ |
objc-arc.m | 117 // Test that dead store checking works in the prescence of "cleanups" in the AST. 587 // CHECK-NEXT: <key>category</key><string>Dead store</string> 588 // CHECK-NEXT: <key>type</key><string>Dead initialization</string> 645 // CHECK-NEXT: <key>category</key><string>Dead store</string> 646 // CHECK-NEXT: <key>type</key><string>Dead initialization</string> 703 // CHECK-NEXT: <key>category</key><string>Dead store</string> 704 // CHECK-NEXT: <key>type</key><string>Dead initialization</string> 761 // CHECK-NEXT: <key>category</key><string>Dead store</string> 762 // CHECK-NEXT: <key>type</key><string>Dead initialization</string> [all...] |
/external/qemu/tcg/ |
tcg.c | [all...] |
/external/chromium_org/native_client_sdk/src/examples/demo/life_simd/ |
life.c | 65 * Convert a count value into a live (green) or dead color value. 90 * values. The health is binary: either alive or dead. 330 * 0x00 for a dead cell
|
/external/compiler-rt/lib/sanitizer_common/ |
sanitizer_stoptheworld_linux_libcdep.cc | 101 // Either the thread is dead, or something prevented us from attaching. 134 // Either the thread is dead, or we are already detached. 223 // Check if parent is already dead.
|
/external/llvm/docs/ |
LinkTimeOptimization.rst | 172 content of input LLVM bitcode files. If dead code stripping is enabled then the 193 more. If dead code stripping is enabled then the linker refreshes the live 194 symbol information appropriately and performs dead code stripping.
|
/external/llvm/include/llvm/CodeGen/ |
MachineInstrBuilder.h | 34 Dead = 0x10, 72 flags & RegState::Dead, 398 return B ? RegState::Dead : 0;
|
/external/llvm/include/llvm/IR/ |
LegacyPassManagers.h | 31 // o Release memory occupied by dead passes 184 /// the manager. Remove dead passes. This is a recursive function. 283 /// Remove dead passes used by P.
|
/external/llvm/lib/CodeGen/ |
MachineInstr.cpp | 302 OS << "dead"; [all...] |
StackSlotColoring.cpp | 45 STATISTIC(NumDead, "Number of trivially dead stack accesses eliminated"); 319 // Rewrite all MO_FrameIndex operands. Look for dead stores. 364 /// definitely dead. This could obviously be much more aggressive (consider
|
RegisterPressure.cpp | 365 // Remove redundant physreg dead defs. 494 // Boost pressure for all dead defs together. 511 // LiveIntervals knows this is a dead even though it's MachineOperand is 611 // Boost pressure for all dead defs together. 714 // Boost max pressure for all dead defs together. [all...] |
/external/llvm/lib/Target/X86/ |
X86InstrControl.td | 182 // before calls from potentially appearing dead. Uses for argument 248 "", [], IIC_JMP_REG>; // FIXME: Remove encoding when JIT is dead. 260 // immediately before calls from potentially appearing dead. Uses for argument
|
/external/llvm/test/CodeGen/X86/ |
inline-asm-fpstack.ll | 277 ; One input, two outputs, one dead output. 310 ; Clobber st(0) after it was live-out/dead from the previous asm. 316 ; Discard dead result in st(0), bring x to the top.
|
/external/tcpdump/tests/ |
lmp-v.out | 40 Hello Dead Interval: 15 65 Hello Dead Interval: 15 108 Verify Dead Interval: 50
|
/frameworks/base/core/java/android/os/ |
CommonClock.java | 362 // object must already be dead (or be as good as dead). Clear out all of our state so that 363 // our other methods will properly indicate a dead object.
|
/external/llvm/lib/Target/AArch64/ |
AArch64ConditionalCompares.cpp | 179 /// Check if an operand defining DstReg is dead. 259 // Writes to the zero register are dead. 264 // A virtual register def without any uses will be marked dead later, and 322 // cmp is an alias for subs with a dead destination register. 325 // cmn is an alias for adds with a dead destination register. 599 .addReg(DestReg, RegState::Define | RegState::Dead)
|
/dalvik/dx/src/com/android/dx/command/dump/ |
BlockDumper.java | 229 "dead code " + Hex.u2(byteAt) + ".." + Hex.u2(start)); 273 "dead code " + Hex.u2(byteAt) + ".." + Hex.u2(end));
|