OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PROFILE
(Results
1 - 25
of
98
) sorted by null
1
2
3
4
/hardware/intel/common/libva/test/basic/
test_common.c
88
#define
PROFILE
(
profile
) case VAProfile##
profile
: return("VAProfile" #
profile
);
90
const char *profile2string(VAProfile
profile
)
92
switch(
profile
)
94
PROFILE
(None)
95
PROFILE
(MPEG2Simple)
96
PROFILE
(MPEG2Main)
97
PROFILE
(MPEG4Simple
[
all
...]
/packages/services/Telephony/src/com/android/phone/
Profiler.java
33
// TODO: Instead of doing all these "if (
PROFILE
)" checks here, every
35
// Profiler.
PROFILE
first, so the method calls will get optimized out
37
private static final boolean
PROFILE
= false;
60
//((ViewRoot)p).
profile
();
66
if (
PROFILE
) {
72
if (
PROFILE
) {
78
if (
PROFILE
) {
85
if (
PROFILE
) {
95
if (
PROFILE
) {
101
if (
PROFILE
) {
[
all
...]
CallTime.java
37
/* package */ static final boolean
PROFILE
= true;
105
if (
PROFILE
&& isTraceReady()) {
167
if (
PROFILE
&& isTraceRunning()) {
194
if (
PROFILE
& sProfileState == PROFILE_STATE_READY) {
223
if (
PROFILE
) {
/frameworks/base/core/java/android/util/
Config.java
43
public static final boolean
PROFILE
= false;
/hardware/invensense/60xx/libsensors_iio/software/core/driver/include/
mlinclude.h
14
#ifdef
PROFILE
15
#include "
profile
.h"
30
#ifdef
PROFILE
34
#endif //
PROFILE
/hardware/invensense/60xx/mlsdk/mllite/
mlinclude.h
26
#ifdef
PROFILE
27
#include "
profile
.h"
42
#ifdef
PROFILE
46
#endif //
PROFILE
/hardware/invensense/6515/libsensors_iio/software/core/driver/include/
mlinclude.h
14
#ifdef
PROFILE
15
#include "
profile
.h"
30
#ifdef
PROFILE
34
#endif //
PROFILE
/hardware/invensense/65xx/libsensors_iio/software/core/driver/include/
mlinclude.h
14
#ifdef
PROFILE
15
#include "
profile
.h"
30
#ifdef
PROFILE
34
#endif //
PROFILE
/external/chromium_org/third_party/libjingle/source/talk/base/
profiler.h
34
//
PROFILE
("My event");
71
#define
PROFILE
(msg) talk_base::ProfilerScope UNIQUE_VAR(msg)
73
#define PROFILE_F()
PROFILE
(__FUNCTION__)
82
// Starts and stops a
profile
event. Useful when an event is not easily
94
#define
PROFILE
(msg) (void)0
157
// Used by
PROFILE
macro.
profiler_unittest.cc
51
//
Profile
a long-running function.
76
{ //
Profile
a scope.
77
PROFILE
(kEvent1Name);
89
{ //
Profile
a second event.
90
PROFILE
(kEvent2Name);
107
PROFILE
(kEvent1Name);
/external/chromium_org/third_party/webrtc/base/
profiler.h
17
//
PROFILE
("My event");
54
#define
PROFILE
(msg) rtc::ProfilerScope UNIQUE_VAR(msg)
56
#define PROFILE_F()
PROFILE
(__FUNCTION__)
65
// Starts and stops a
profile
event. Useful when an event is not easily
77
#define
PROFILE
(msg) (void)0
140
// Used by
PROFILE
macro.
profiler_unittest.cc
34
//
Profile
a long-running function.
59
{ //
Profile
a scope.
60
PROFILE
(kEvent1Name);
72
{ //
Profile
a second event.
73
PROFILE
(kEvent2Name);
90
PROFILE
(kEvent1Name);
/development/perftests/panorama/feature_stab/src/dbregtest/
dbregtest.cpp
27
#if
PROFILE
112
#if
PROFILE
198
#if
PROFILE
205
#if
PROFILE
231
#if
PROFILE
240
#if
PROFILE
/packages/apps/Camera/jni/feature_stab/src/dbregtest/
dbregtest.cpp
27
#if
PROFILE
112
#if
PROFILE
198
#if
PROFILE
205
#if
PROFILE
231
#if
PROFILE
240
#if
PROFILE
/packages/apps/LegacyCamera/jni/feature_stab/src/dbregtest/
dbregtest.cpp
27
#if
PROFILE
112
#if
PROFILE
198
#if
PROFILE
205
#if
PROFILE
231
#if
PROFILE
240
#if
PROFILE
/external/oprofile/libop/
op_xml_out.h
19
NONE=0, TABLE_ID,
PROFILE
,
/development/perftests/panorama/feature_stab/src/dbreg/
dbreg.cpp
23
#if
PROFILE
377
#if
PROFILE
386
#if
PROFILE
391
# if
PROFILE
399
#if
PROFILE
411
# if
PROFILE
433
#if
PROFILE
441
# if
PROFILE
467
#if
PROFILE
dbreg.h
31
#define
PROFILE
0
39
#if
PROFILE
568
#if
PROFILE
/packages/apps/Camera/jni/feature_stab/src/dbreg/
dbreg.cpp
23
#if
PROFILE
377
#if
PROFILE
386
#if
PROFILE
391
# if
PROFILE
399
#if
PROFILE
411
# if
PROFILE
433
#if
PROFILE
441
# if
PROFILE
467
#if
PROFILE
dbreg.h
31
#define
PROFILE
0
39
#if
PROFILE
568
#if
PROFILE
/packages/apps/LegacyCamera/jni/feature_stab/src/dbreg/
dbreg.cpp
23
#if
PROFILE
377
#if
PROFILE
386
#if
PROFILE
391
# if
PROFILE
399
#if
PROFILE
411
# if
PROFILE
433
#if
PROFILE
441
# if
PROFILE
467
#if
PROFILE
dbreg.h
31
#define
PROFILE
0
39
#if
PROFILE
568
#if
PROFILE
/external/chromium_org/third_party/tcmalloc/chromium/src/
pprof
33
# Program for printing the
profile
generated by common/profiler.cc,
36
# The
profile
contains a sequence of entries of the form:
38
# This program parses the
profile
, and generates user-readable
43
# % tools/pprof "program" "
profile
"
46
# % tools/pprof --text "program" "
profile
"
49
# % tools/pprof --gv "program" "
profile
"
52
# % tools/pprof --gv --focus=Mutex "program" "
profile
"
55
# % tools/pprof --gv --focus=Mutex --ignore=string "program" "
profile
"
59
# % tools/pprof --list=IBF_CheckDocid "program" "
profile
"
64
# % tools/pprof --disasm=IBF_CheckDocid "program" "
profile
"
[
all
...]
/external/jemalloc/bin/
pprof
33
# Program for printing the
profile
generated by common/profiler.cc,
36
# The
profile
contains a sequence of entries of the form:
38
# This program parses the
profile
, and generates user-readable
43
# % tools/pprof "program" "
profile
"
46
# % tools/pprof --text "program" "
profile
"
49
# % tools/pprof --gv "program" "
profile
"
52
# % tools/pprof --gv --focus=Mutex "program" "
profile
"
55
# % tools/pprof --gv --focus=Mutex --ignore=string "program" "
profile
"
59
# % tools/pprof --list=IBF_CheckDocid "program" "
profile
"
64
# % tools/pprof --disasm=IBF_CheckDocid "program" "
profile
"
[
all
...]
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/gallivm/
lp_bld_misc.cpp
119
#if defined(DEBUG) || defined(
PROFILE
)
Completed in 2407 milliseconds
1
2
3
4