/prebuilts/ndk/9/platforms/android-9/arch-x86/usr/include/sys/ |
cdefs.h | 153 * GCC1 and some versions of GCC2 declare dead (non-returning) and
|
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/parallel/ |
balanced_quicksort.h | 384 // Possible dead-lock.
|
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.9/include/parallel/ |
balanced_quicksort.h | 384 // Possible dead-lock.
|
/system/core/healthd/ |
BatteryMonitor.cpp | 83 { "Dead", BATTERY_HEALTH_DEAD },
|
/frameworks/base/core/java/android/app/ |
ActivityThread.java | [all...] |
/art/compiler/optimizing/ |
register_allocator.cc | 317 // (2) Remove currently active intervals that are dead at this position. 333 // (3) Remove currently inactive intervals that are dead at this position. [all...] |
/art/runtime/gc/ |
heap.cc | [all...] |
/art/runtime/verifier/ |
method_verifier.cc | [all...] |
/device/lge/hammerhead/camera/QCamera2/stack/mm-camera-interface/src/ |
mm_camera_thread.c | 543 CDBG_ERROR("%s: pthread dead already\n", __func__); 653 CDBG("%s: pthread dead already\n", __func__);
|
/device/moto/shamu/camera/QCamera2/stack/mm-camera-interface/src/ |
mm_camera_thread.c | 539 CDBG_ERROR("%s: pthread dead already\n", __func__); 650 CDBG("%s: pthread dead already\n", __func__);
|
/external/chromium_org/v8/src/ |
hydrogen-check-elimination.cc | 383 TRACE(("Marking redundant CheckMaps #%d at B%d as dead\n", 385 // Mark check as dead but leave it in the graph as a checkpoint for
|
/external/chromium_org/v8/tools/gcmole/ |
gcmole.cc | 317 const std::string DEAD_VAR_MSG("Possibly dead variable."); [all...] |
/external/clang/test/SemaCXX/ |
constant-expression-cxx1y.cpp | 247 constexpr int &&dead() { return id(0); } // expected-note {{temporary created here}} function in namespace:lifetime 248 constexpr int bad() { int &&n = dead(); n = 1; return n; } // expected-note {{assignment to temporary whose lifetime has ended}}
|
/external/kernel-headers/original/uapi/linux/ |
input.h | 1054 * @deadband: size of the dead zone, where no force is produced 1055 * @center: position of the dead zone [all...] |
/external/llvm/lib/CodeGen/SelectionDAG/ |
SelectionDAGISel.cpp | 481 DEBUG(dbgs() << "Dropping debug info for dead vreg" [all...] |
DAGCombiner.cpp | 204 // SDValue.getNode() == N - N was replaced, is dead and has been handled. 745 // Finally, if the node is now dead, remove it from the graph. The node 746 // may not be dead if the replacement process recursively simplified to 753 // Finally, since the node is now dead, remove it from the graph. 770 // Finally, if the node is now dead, remove it from the graph. The node 771 // may not be dead if the replacement process recursively simplified to 777 // be dead. Make sure to visit them first to delete dead nodes early. [all...] |
/external/owasp/sanitizer/tools/findbugs/doc/manual/ |
filter.html | 235 <!-- A method with a dead local store false positive (medium priority). --> 345 <!-- A method with a dead local store false positive (medium priority). -->
|
/external/strace/ |
README-linux-ptrace | 83 IOW: tracee may be "not yet fully dead" but already refusing ptrace ops. 444 this looks like dead thread leader "reappears from nowhere". If thread
|
/frameworks/base/services/core/java/com/android/server/media/ |
MediaSessionService.java | 457 Log.w(TAG, "Dead ActiveSessionsListener in pushSessionsChanged, removing", 654 Log.e(TAG, "ActiveSessionsListener is dead, ignoring it", e); [all...] |
/frameworks/opt/net/voip/src/jni/rtp/ |
AudioGroup.cpp | 162 ALOGD("stream[%d] is dead", mSocket); 569 ALOGD("group[%d] is dead", mDeviceSocket);
|
/frameworks/support/v8/renderscript/java/src/android/support/v8/renderscript/ |
RenderScript.java | 234 // context is considered dead as of this point 267 // deleting dead objects. [all...] |
/external/owasp/sanitizer/tools/findbugs/doc/ |
manual_ja.xml | [all...] |
/prebuilts/sdk/tools/linux/ |
libLLVM.so | |
/external/llvm/lib/IR/ |
Constants.cpp | 409 /// removeDeadUsersOfConstant - If the specified constantexpr is dead, remove 410 /// it. This involves recursively eliminating any dead users of the 419 return false; // Constant wasn't dead 427 /// removeDeadConstantUsers - If there are any dead constant users dangling 430 /// with potentially dead constants hanging off of the globals. 443 // If the constant wasn't dead, remember that this was the last live use 450 // If the constant was dead, then the iterator is invalidated. [all...] |
/external/llvm/lib/Transforms/InstCombine/ |
InstructionCombining.cpp | 65 STATISTIC(NumDeadInst , "Number of dead inst eliminated"); [all...] |