OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:anr
(Results
1 - 6
of
6
) sorted by null
/external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletCollision/CollisionDispatch/
btBoxBoxDetector.cpp
471
//
anr
= absolute values of nr.
472
btVector3 normal2,nr,
anr
;
local
484
anr
[0] = btFabs (nr[0]);
485
anr
[1] = btFabs (nr[1]);
486
anr
[2] = btFabs (nr[2]);
488
// find the largest compontent of
anr
: this corresponds to the normal
492
if (
anr
[1] >
anr
[0]) {
493
if (
anr
[1] >
anr
[2])
[
all
...]
/development/apps/Development/src/com/android/development/
BadBehaviorActivity.java
144
if (getIntent().getBooleanExtra("
anr
", false)) {
145
Log.i(TAG, "in
ANR
activity -- about to hang");
204
Button
anr
= (Button) findViewById(R.id.bad_behavior_anr);
local
205
anr
.setOnClickListener(new View.OnClickListener() {
207
Log.i(TAG, "
ANR
pressed -- about to hang");
217
Log.i(TAG, "
ANR
activity pressed -- about to launch");
218
startActivity(intent.putExtra("
anr
", true));
225
Log.i(TAG, "
ANR
broadcast pressed -- about to send");
233
Log.i(TAG, "
ANR
service pressed -- about to start");
242
Log.i(TAG, "
ANR
system pressed -- about to engage")
[
all
...]
/build/
envsetup.sh
1061
# to the usual
ANR
traces file
1088
local TRACES=/data/
anr
/traces.txt
1089
local ORIG=/data/
anr
/traces.orig
1090
local TMP=/data/
anr
/traces.tmp
[
all
...]
/system/sepolicy/
file_contexts
254
/data/
anr
(/.*)? u:object_r:anr_data_file:s0
/external/valgrind/helgrind/
libhb_core.c
6955
UWord
anr
= 0; \/\/ nr of bytes addressable.
local
[
all
...]
/build/core/
main.mk
474
ADDITIONAL_BUILD_PROPERTIES += dalvik.vm.stack-trace-file=/data/
anr
/traces.txt
[
all
...]
Completed in 683 milliseconds