HomeSort by relevance Sort by last modified time
    Searched refs:PROFILE (Results 26 - 50 of 80) sorted by null

12 3 4

  /packages/apps/Calendar/src/com/android/calendar/
Event.java 44 private static final boolean PROFILE = false;
226 if (PROFILE) {
282 if (PROFILE) {
  /external/chromium_org/v8/src/
log.cc     [all...]
cpu-profiler.h 139 // This class implements both the profile events processor thread and
176 #define PROFILE(IsolateGetter, Call) \
205 void DeleteProfile(CpuProfile* profile);
210 // Must be called via PROFILE macro, otherwise will crash when
stub-cache.cc 711 PROFILE(isolate_,
754 PROFILE(isolate_,
793 PROFILE(isolate(),
823 PROFILE(isolate()
    [all...]
compiler.cc 635 PROFILE(isolate, CodeCreateEvent(
648 PROFILE(isolate, CodeCreateEvent(
    [all...]
code-stubs.cc 76 PROFILE(isolate, CodeCreateEvent(Logger::STUB_TAG, code, *name));
  /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/v8/src/
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));
ic.cc     [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/gallivm/
lp_bld_debug.cpp 275 #if defined(DEBUG) || defined(PROFILE)
lp_bld_init.c 273 #if defined(DEBUG) || defined(PROFILE)
  /external/mesa3d/src/gallium/auxiliary/gallivm/
lp_bld_debug.cpp 275 #if defined(DEBUG) || defined(PROFILE)
lp_bld_init.c 273 #if defined(DEBUG) || defined(PROFILE)
  /external/libogg/win32/
Makefile 96 PROFILE = -Wall -W -pg -g -O20 -ffast-math -fsigned-char -g -O2
  /packages/providers/CalendarProvider/src/com/android/providers/calendar/
CalendarInstancesHelper.java 534 if (CalendarProvider2.PROFILE) {
550 if (CalendarProvider2.PROFILE) {
    [all...]
  /external/libvorbis/
configure 905 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
  /frameworks/support/v8/renderscript/java/src/android/support/v8/renderscript/
RenderScript.java 137 * PROFILE context, Intended to be used once the first time an
141 PROFILE (2);
    [all...]
  /external/chromium_org/v8/src/arm/
regexp-macro-assembler-arm.cc 875 PROFILE(Isolate::Current(), RegExpCodeCreateEvent(*code, *source));
    [all...]
  /external/chromium_org/v8/src/ia32/
regexp-macro-assembler-ia32.cc 929 PROFILE(isolate(), RegExpCodeCreateEvent(*code, *source));
    [all...]
  /external/chromium_org/v8/src/x64/
regexp-macro-assembler-x64.cc     [all...]

Completed in 1628 milliseconds

12 3 4