/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/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/v8/src/ic/ |
ic-compiler.cc | 311 PROFILE(isolate(), CodeCreateEvent(Logger::LOAD_INITIALIZE_TAG, *code, 0)); 319 PROFILE(isolate(), 328 PROFILE(isolate(), CodeCreateEvent(Logger::STORE_INITIALIZE_TAG, *code, 0)); 336 PROFILE(isolate(), 347 PROFILE(isolate(), CodeCreateEvent(Logger::STORE_GENERIC_TAG, *code, 0)); 355 PROFILE(isolate(), CodeCreateEvent(Logger::STORE_MEGAMORPHIC_TAG, *code, 0)); 367 PROFILE(isolate(), CodeCreateEvent(log_kind(code), *code, *name)); 415 PROFILE(isolate(), CodeCreateEvent(log_kind(code), *code, 0));
|
/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)
|
/external/mesa3d/src/gallium/auxiliary/gallivm/ |
lp_bld_misc.cpp | 119 #if defined(DEBUG) || defined(PROFILE)
|