HomeSort by relevance Sort by last modified time
    Searched full:crashing (Results 101 - 125 of 527) sorted by null

1 2 3 45 6 7 8 91011>>

  /developers/samples/android/ui/window/ImmersiveMode/Application/tests/src/com/example/android/immersivemode/tests/
ImmersiveModeSampleTests.java 93 // on the UI thread, or crashing will occur.
  /external/apache-commons-math/src/main/java/org/apache/commons/math/ode/sampling/
StepHandler.java 71 * result in unpredictable behavior (potentially crashing the application).
  /external/bison/m4/
nocrash.m4 12 dnl test to exit instead of crashing. This is useful to avoid triggering
  /external/google-breakpad/src/common/linux/
linux_libc_support.h 31 // call the libc functions directly we risk crashing in the dynamic linker as
  /external/libchrome/sandbox/linux/seccomp-bpf-helpers/
syscall_parameters_restrictions.h 58 // kill iff the first parameter is |target_pid|, crashing otherwise or if
  /external/libtextclassifier/common/memory_image/
memory-image-reader.cc 89 // than crashing. Not very urgent: [almost] all current Android phones are
  /external/llvm/test/DebugInfo/X86/
mi-print.ll 4 ; crashing.
  /external/llvm/test/Transforms/LoopVectorize/
ee-crash.ll 7 ; means not crashing by not vectorizing).
  /external/nanopb-c/tests/callbacks/
decode_callbacks.c 65 * of crashing at runtime.
  /external/regex-re2/util/
sparse_array_test.cc 138 // This risks crashing later, if the map fills up.
  /external/skia/include/private/
SkMalloc.h 72 * unconditionally running the printf, crashing the program if src really is null.
  /frameworks/base/core/tests/coretests/src/android/util/
ArrayMapTest.java 36 * catch this and throw ConcurrentModificationException instead of crashing somewhere in its
  /frameworks/support/room/compiler/src/main/kotlin/android/arch/persistence/room/log/
RLog.kt 37 // msg as is instead of crashing while reporting an error.
  /libcore/ojluni/src/main/native/
io_util_md.h 46 * will simply return -1 to avoid crashing VM.
  /packages/apps/Car/Dialer/src/com/android/car/dialer/
CallTypeIconsView.java 93 // distinguish between rejected and missed calls). Instead of crashing, just
  /packages/apps/Settings/tests/robotests/src/com/android/settings/password/
ChooseLockPatternTest.java 57 // Basic sanity test for activity created without crashing
  /packages/services/Car/service/src/com/android/car/pm/
AppBlockingPolicyProxy.java 140 Log.w(CarLog.TAG_PACKAGE, "Policy service keep crashing, giving up:" + name);
  /system/bt/stack/test/
stack_btu_test.cc 93 // Initialize alarms to prevent btu_task_shut_down from crashing
  /toolchain/binutils/binutils-2.25/gprof/
ChangeLog-2010 79 2010-03-16 Segher Boessenkool <segher@kernel.crashing.org>
  /tools/loganalysis/src/com/android/loganalysis/item/
MonkeyLogItem.java 255 * Get if the monkey run finished without crashing.
262 * Set if the monkey run finished without crashing.
SmartMonkeyLogItem.java 246 * Get if the monkey run finished without crashing.
253 * Set if the monkey run finished without crashing.
  /external/llvm/docs/
HowToSubmitABug.rst 36 Crashing Bugs
41 is to figure out if it is crashing in the GCC front-end or if it is one of
45 To figure out which component is crashing (the front-end, optimizer or code
  /external/swiftshader/third_party/LLVM/tools/bugpoint/
BugDriver.h 94 /// reasonable, and figure out exactly which pass is crashing.
104 /// crashing, but the generated output is semantically different from the
243 /// automatically attempt to track down a crashing pass if one exists, and
  /frameworks/base/services/core/java/com/android/server/am/
ProcessRecord.java 179 boolean crashing; // are we in the process of crashing? field in class:ProcessRecord
363 if (debugging || crashing || crashDialog != null || notResponding
366 pw.print(" crashing="); pw.print(crashing);
372 // crashing or notResponding is always set before errorReportReceiver
    [all...]
  /cts/tests/tests/widget/src/android/widget/cts/
SwitchTest.java 226 // just test that it's not crashing.
231 // just test that it's not crashing.

Completed in 1087 milliseconds

1 2 3 45 6 7 8 91011>>