/packages/apps/Phone/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/libsensors_iio/software/core/driver/include/ |
mlinclude.h | 14 #ifdef PROFILE 15 #include "profile.h" 30 #ifdef PROFILE 34 #endif // PROFILE
|
/hardware/invensense/mlsdk/mllite/ |
mlinclude.h | 26 #ifdef PROFILE 27 #include "profile.h" 42 #ifdef PROFILE 46 #endif // PROFILE
|
/system/core/sh/ |
main.c | 77 #define PROFILE 0 83 #if PROFILE 108 #if PROFILE 177 read_profile("/etc/profile"); 180 read_profile(".profile"); 214 #if PROFILE 275 * Read /etc/profile or .profile. Return on error.
|
init.c | 269 #undef PROFILE 270 #define PROFILE 0 561 #undef PROFILE 562 #define PROFILE 0 849 #undef PROFILE 850 #define PROFILE 0
|
/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/Gallery2/jni_mosaic/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,
|
/external/v8/src/ |
stub-cache.cc | 128 PROFILE(isolate_, CodeCreateEvent(Logger::LOAD_IC_TAG, *code, *cache_name)); 147 PROFILE(isolate_, CodeCreateEvent(Logger::LOAD_IC_TAG, *code, *name)); 167 PROFILE(isolate_, CodeCreateEvent(Logger::LOAD_IC_TAG, *code, *name)); 187 PROFILE(isolate_, CodeCreateEvent(Logger::LOAD_IC_TAG, *code, *name)); 205 PROFILE(isolate_, CodeCreateEvent(Logger::LOAD_IC_TAG, *code, *name)); 230 PROFILE(isolate_, CodeCreateEvent(Logger::LOAD_IC_TAG, *code, *name)); 249 PROFILE(isolate_, CodeCreateEvent(Logger::KEYED_LOAD_IC_TAG, *code, *name)); 269 PROFILE(isolate_, CodeCreateEvent(Logger::KEYED_LOAD_IC_TAG, *code, *name)); 287 PROFILE(isolate_, CodeCreateEvent(Logger::KEYED_LOAD_IC_TAG, *code, *name)); 308 PROFILE(isolate_, CodeCreateEvent(Logger::KEYED_LOAD_IC_TAG, *code, *name)) [all...] |
log.cc | [all...] |
compiler.cc | 429 PROFILE(isolate, CodeCreateEvent( 441 PROFILE(isolate, CodeCreateEvent( 805 PROFILE(info->isolate(), 812 PROFILE(info->isolate(),
|
cpu-profiler.h | 123 // This class implements both the profile events processor thread and 190 #define PROFILE(isolate, Call) \ 217 static void DeleteProfile(CpuProfile* profile); 223 // Must be called via PROFILE macro, otherwise will crash when
|
code-stubs.cc | 80 PROFILE(isolate, CodeCreateEvent(Logger::STUB_TAG, code, *name));
|
/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/Gallery2/jni_mosaic/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
|
/packages/apps/Calendar/src/com/android/calendar/ |
Event.java | 44 private static final boolean PROFILE = false; 226 if (PROFILE) { 282 if (PROFILE) {
|
/external/smack/src/org/xbill/DNS/ |
WKSRecord.java | 442 /** PROFILE Naming System */ 443 public static final int PROFILE = 136; 546 services.add(PROFILE, "profile");
|
/external/libogg/win32/ |
Makefile | 96 PROFILE = -Wall -W -pg -g -O20 -ffast-math -fsigned-char -g -O2
|