HomeSort by relevance Sort by last modified time
    Searched refs:PROFILE (Results 1 - 11 of 11) sorted by null

  /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 46 public static final boolean PROFILE = false;
  /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
  /external/oprofile/libop/
op_xml_out.h 19 NONE=0, TABLE_ID, PROFILE,
  /packages/apps/Calendar/src/com/android/calendar/
Event.java 40 private static final boolean PROFILE = false;
265 if (PROFILE) {
390 if (PROFILE) {
  /packages/providers/CalendarProvider/src/com/android/providers/calendar/
CalendarProvider2.java 75 private static final boolean PROFILE = false;
    [all...]
  /prebuilt/sdk/4/
android.jar 
  /prebuilt/sdk/5/
android.jar 
  /prebuilt/sdk/6/
android.jar 

Completed in 1598 milliseconds