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

1 2

  /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/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
  /external/oprofile/libop/
op_xml_out.h 19 NONE=0, TABLE_ID, PROFILE,
  /external/v8/src/
stub-cache.cc 129 PROFILE(isolate_,
155 PROFILE(isolate_,
182 PROFILE(isolate_,
209 PROFILE(isolate_,
234 PROFILE(isolate_,
269 PROFILE(isolate_,
295 PROFILE(isolate_,
322 PROFILE(isolate_,
348 PROFILE(isolate_,
375 PROFILE(isolate_
    [all...]
cpu-profiler.h 132 // This class implements both the profile events processor thread and
200 #define PROFILE(isolate, Call) \
208 #define PROFILE(isolate, Call) LOG(isolate, Call)
231 static void DeleteProfile(CpuProfile* profile);
237 // Must be called via PROFILE macro, otherwise will crash when
log.cc     [all...]
code-stubs.cc 67 PROFILE(isolate, CodeCreateEvent(Logger::STUB_TAG, code, GetName()));
compiler.cc 422 PROFILE(isolate, CodeCreateEvent(
433 PROFILE(isolate, CodeCreateEvent(
779 PROFILE(info->isolate(),
786 PROFILE(info->isolate(),
mark-compact.cc     [all...]
builtins.cc     [all...]
  /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/Calendar/src/com/android/calendar/
Event.java 44 private static final boolean PROFILE = false;
220 if (PROFILE) {
276 if (PROFILE) {
  /packages/providers/CalendarProvider/src/com/android/providers/calendar/
CalendarInstancesHelper.java 533 if (CalendarProvider2.PROFILE) {
549 if (CalendarProvider2.PROFILE) {
    [all...]
  /external/oprofile/libpp/
format_output.cpp 170 // the field repeated for each profile class
379 // repeated fields for each profile class
437 profile(p),
440 counts.total = profile.samples_count();
483 sample_container::samples_iterator it = profile.begin(symb);
484 sample_container::samples_iterator end = profile.end(symb);
492 cg_formatter::cg_formatter(callgraph_container const & profile)
494 formatter(profile.extra_found_images)
496 counts.total = profile.samples_count();
549 diff_formatter::diff_formatter(diff_container const & profile,
    [all...]
xml_utils.cpp 258 cout << open_element(PROFILE, true);
439 // range of profile classes approprate for this module
  /external/v8/src/arm/
regexp-macro-assembler-arm.cc 815 PROFILE(Isolate::Current(), RegExpCodeCreateEvent(*code, *source));
    [all...]
  /external/v8/src/ia32/
regexp-macro-assembler-ia32.cc 881 PROFILE(masm_->isolate(), RegExpCodeCreateEvent(*code, *source));
    [all...]
  /external/v8/src/x64/
regexp-macro-assembler-x64.cc     [all...]
  /packages/providers/ContactsProvider/src/com/android/providers/contacts/
ContactsProvider2.java 134 import android.provider.ContactsContract.Profile;
337 private static final int PROFILE = 19000;
363 // Inserts into URIs in this map will direct to the profile database if the parent record's
365 // map) is in the profile ID-space (see {@link ProfileDatabaseHelper#PROFILE_ID_SPACE}).
    [all...]

Completed in 2323 milliseconds

1 2