OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:trace
(Results
601 - 625
of
2719
) sorted by null
<<
21
22
23
24
25
26
27
28
29
30
>>
/external/quake/quake/src/WinQuake/
sv_phys.cpp
225
If steptrace is not NULL, the
trace
of any vertical wall hit will be stored
238
trace_t
trace
;
local
260
trace
= SV_Move (ent->u.v.origin, ent->u.v.mins, ent->u.v.maxs, end, false, ent);
262
if (
trace
.allsolid)
268
if (
trace
.fraction > 0)
270
VectorCopy (
trace
.endpos, ent->u.v.origin);
275
if (
trace
.fraction == 1)
278
if (!
trace
.ent)
279
Sys_Error ("SV_FlyMove: !
trace
.ent");
281
if (
trace
.plane.normal[2] > 0.7
410
trace
_t
trace
;
local
1247
trace
_t
trace
;
local
1571
trace
_t
trace
;
local
[
all
...]
/dalvik/vm/mterp/armv5te/
OP_GOTO_32.S
23
ble common_testUpdateProfile @ (r0) hot
trace
head?
OP_PACKED_SWITCH.S
11
* a potential
trace
heads regardless of branch direction.
/dalvik/vm/mterp/mips/
OP_GOTO_32.S
24
blez a1, common_testUpdateProfile # (a0) hot
trace
head?
OP_PACKED_SWITCH.S
11
* a potential
trace
heads regardless of branch direction.
OP_SGET.S
36
* If the JIT is actively building a
trace
we need to make sure
/dalvik/vm/native/
java_lang_Throwable.cpp
51
ALOGW("getStackTrace() called but no
trace
available");
/external/antlr/antlr-3.4/runtime/JavaScript/build/
build.xml
120
<property name="
trace
-key" value="// @@ANTLR Tool Options@@: -
trace
" />
122
<contains string="${g-contents}" substring="${
trace
-key}" />
124
<var name="opt" value="-
trace
" />
/external/antlr/antlr-3.4/runtime/Ruby/test/functional/debugging/
rule-tracing.rb
56
compile_options :
trace
=> true
/external/blktrace/
btrace
11
USAGE="Usage: btrace [-s] [-t] [-w N] [-n N] [-b N] [-a <
trace
>...] [-r <dbg mnt>] <dev>..."
/external/bluetooth/bluedroid/bta/sys/
bta_sys_cfg.c
50
APPL_INITIAL_TRACE_LEVEL /* initial
trace
level */
/external/libnfc-nci/src/adaptation/
android_logmsg.cpp
68
UINT32 trace_type = trace_set_mask & 0x07; //lower 3 bits contain
trace
type
/external/libnfc-nci/src/nfa/int/
nfa_sys_int.h
59
UINT8 trace_level; /*
Trace
level */
/external/linux-tools-perf/Documentation/
perf-kmem.txt
6
perf-kmem - Tool to
trace
/measure kernel memory(slab) properties
perf-timechart.txt
20
'perf timechart' to turn a
trace
into a Scalable Vector Graphics file,
/external/linux-tools-perf/scripts/perl/
rwtop.pl
16
use lib "$ENV{'PERF_EXEC_PATH'}/scripts/perl/Perf-
Trace
-Util/lib";
17
use lib "./Perf-
Trace
-Util/lib";
18
use Perf::
Trace
::Core;
19
use Perf::
Trace
::Util;
workqueue-stats.pl
19
use lib "$ENV{'PERF_EXEC_PATH'}/scripts/perl/Perf-
Trace
-Util/lib";
20
use lib "./Perf-
Trace
-Util/lib";
21
use Perf::
Trace
::Core;
22
use Perf::
Trace
::Util;
/external/llvm/lib/Analysis/
CMakeLists.txt
58
Trace
.cpp
/external/mockito/src/org/mockito/exceptions/base/
MockitoSerializationIssue.java
16
* The stack
trace
is filtered from mockito calls if you are using {@link #getStackTrace()}.
/external/openssh/regress/
exit-status.sh
8
trace
"proto $p status $s"
keygen-change.sh
11
trace
"generating $t key"
transfer.sh
19
trace
"proto $p dd-size ${s}"
/external/qemu/target-arm/
helper-android.c
27
#include "android-
trace
.h"
/external/valgrind/main/cachegrind/tests/
filter_stderr
17
sed "/warning: Pentium 4 with 12 KB micro-op instruction
trace
cache/d" |
/external/valgrind/main/massif/tests/
filter_verbose
20
# stack
trace
can vary -- eg. some machines have more stack frames below
Completed in 476 milliseconds
<<
21
22
23
24
25
26
27
28
29
30
>>