/frameworks/base/core/jni/android/graphics/ |
Shader.cpp | 69 // we'll pass an empty SkBitmap to avoid crashing/excepting for compatibility.
|
/frameworks/base/services/core/java/com/android/server/am/ |
NativeCrashListener.java | 263 pr.crashing = true;
|
BroadcastQueue.java | 502 + " (pid " + app.pid + "). Crashing it."); 618 || filter.receiverList.app.crashing)) { 620 + " to " + filter.receiverList + ": process gone or crashing"); [all...] |
/frameworks/base/services/tests/servicestests/src/com/android/server/storage/ |
DiskStatsLoggingServiceTest.java | 203 // service which is built into the framework without crashing, though, so we can't make a
|
/frameworks/base/tools/aapt/ |
ZipFile.h | 40 * in using this for packaging, we don't worry about such things. Crashing
|
/hardware/intel/img/hwcomposer/merrifield/ips/anniedale/ |
PlaneCapabilities.cpp | 242 // FIXME: work aournd for pipe crashing issue, when rotate screen
|
/packages/apps/Dialer/java/com/android/dialer/calldetails/ |
CallDetailsEntryViewHolder.java | 185 // distinguish between rejected and missed calls). Instead of crashing, just
|
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/utils/ |
SpannableStringUtils.java | 59 // Since we don't use them, we can just remove them and avoid crashing.
|
/prebuilts/gdb/darwin-x86/lib/python2.7/test/ |
test_largefile.py | 19 # limit will raise IOError instead of crashing the interpreter.
|
/prebuilts/gdb/linux-x86/lib/python2.7/test/ |
test_largefile.py | 19 # limit will raise IOError instead of crashing the interpreter.
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_largefile.py | 19 # limit will raise IOError instead of crashing the interpreter.
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_largefile.py | 19 # limit will raise IOError instead of crashing the interpreter.
|
/system/chre/apps/chqts/src/general_test/ |
heap_exhaustion_stability_test.cc | 36 * just not crashing. However, for things which claim success, we require
|
/external/swiftshader/third_party/LLVM/tools/bugpoint/ |
CrashDebugger.cpp | 627 /// out exactly which pass is crashing.
638 outs() << "\n*** Found crashing pass"
654 return true; // Tool is still crashing.
|
/prebuilts/go/darwin-x86/src/runtime/ |
panic.go | 380 // Used when crashing with panicking. 399 // Print all currently active panics. Used when crashing. 728 // Is it okay for gp to panic instead of crashing the program?
|
/prebuilts/go/linux-x86/src/runtime/ |
panic.go | 380 // Used when crashing with panicking. 399 // Print all currently active panics. Used when crashing. 728 // Is it okay for gp to panic instead of crashing the program?
|
/external/google-breakpad/src/client/linux/minidump_writer/ |
minidump_writer.cc | 117 // the crashing thread will never be limited). Threads beyond this count are 322 // We have a different source of information for the crashing thread. If 334 // Copy 256 bytes around crashing instruction pointer to minidump. 414 // This is the crashing thread of a live process, but 710 // Our list of DSOs potentially is different from the ones in the crashing [all...] |
/external/llvm/tools/bugpoint/ |
CrashDebugger.cpp | 882 /// out exactly which pass is crashing. 893 outs() << "\n*** Found crashing pass" 909 return true; // Tool is still crashing. [all...] |
/frameworks/base/media/java/android/media/browse/ |
MediaBrowser.java | 509 // Process is crashing. We will disconnect, and upon reconnect we will 548 // Process is crashing. We will disconnect, and upon reconnect we will 617 // Process is crashing. We will disconnect, and upon reconnect we will [all...] |
/development/samples/ApiDemos/src/com/example/android/apis/app/ |
ServiceStartArguments.java | 140 // eventually give up if we keep crashing.
|
/device/google/dragon/ |
init.dragon.rc | 171 # Execute crash_collector when a process is crashing.
|
/docs/source.android.com/en/devices/tech/debug/ |
index.html | 88 the crashing process (not just the thread that caught the signal) and a full
|
/external/autotest/client/site_tests/graphics_GLBench/ |
graphics_GLBench.py | 189 # Check if we saw GLBench end as expected (without crashing).
|
/external/autotest/client/site_tests/logging_UserCrash/ |
logging_UserCrash.py | 295 # TODO(kmixter): Test crashing a process as ntp or some other
|
/external/autotest/tko/ |
site_parse.py | 196 # We don't care about successful tests. We only want failed or crashing.
|