/external/mesa3d/src/gallium/auxiliary/gallivm/ |
lp_bld_misc.cpp | 119 #if defined(DEBUG) || defined(PROFILE)
|
lp_bld_debug.cpp | 275 #if defined(DEBUG) || defined(PROFILE)
|
lp_bld_init.c | 273 #if defined(DEBUG) || defined(PROFILE)
|
/external/chromium_org/v8/src/ |
stub-cache.cc | 608 PROFILE(isolate(), 618 PROFILE(isolate(), 628 PROFILE(isolate(), 638 PROFILE(isolate(), 648 PROFILE(isolate(), 660 PROFILE(isolate(), 670 PROFILE(isolate(), [all...] |
cpu-profiler.h | 123 // This class implements both the profile events processor thread and 181 #define PROFILE(IsolateGetter, Call) \ 211 void DeleteProfile(CpuProfile* profile); 217 // Must be called via PROFILE macro, otherwise will crash when
|
log.cc | [all...] |
compiler.cc | 839 PROFILE(isolate, CodeCreateEvent( [all...] |
code-stubs.cc | 56 PROFILE(isolate(), CodeCreateEvent(Logger::STUB_TAG, *code, name.get()));
|
/external/chromium_org/third_party/tcmalloc/vendor/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...] |
/hardware/intel/common/utils/ituxd/src/com/intel/thermal/ |
ThermalService.java | 96 private static final String PROFILE = "Profile"; 298 } else if (name.equalsIgnoreCase(PROFILE)) { 436 // This indicates we have not seen any <Profile> tag. 437 // Consider it as if we have only one 'Default' Profile. 442 } else if (name.equalsIgnoreCase(PROFILE)) { 581 Log.i(TAG, "Zones under Profile: " + key); 597 /* Start monitoring the zones in Default Thermal Profile */
|
ThermalCooling.java | 87 private static final String PROFILE = "Profile"; 288 } else if (name.equalsIgnoreCase(PROFILE)) { 366 } else if (name.equalsIgnoreCase(PROFILE)) { 374 // This indicates we have not seen any <Profile> tag. 375 // Consider it as if we have only one 'Default' Profile. 471 // Assume 'Default' profile if there is no profile parameter [all...] |
/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/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)
|
/hardware/intel/img/psb_headers/libmediaparser/mixvbp/vbp_manager/include/ |
vbp_loader.h | 236 uint8 PROFILE;
|
/hardware/intel/img/psb_video/src/ |
vc1_header.h | 51 CONDOVER affects overlap smoothing in advanced profile. 165 IMG_UINT8 PROFILE; 201 uint32_t profile; member in struct:context_VC1_s
|
/external/libogg/win32/ |
Makefile | 96 PROFILE = -Wall -W -pg -g -O20 -ffast-math -fsigned-char -g -O2
|
/hardware/intel/common/libmix/videodecoder/ |
VideoDecoderWMV.cpp | 443 switch (data->se_data->PROFILE) {
|
/packages/providers/CalendarProvider/src/com/android/providers/calendar/ |
CalendarInstancesHelper.java | 532 if (CalendarProvider2.PROFILE) { 548 if (CalendarProvider2.PROFILE) { [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ |
icm.h | 175 } PROFILE; 176 typedef PROFILE *PPROFILE,*LPPROFILE;
|
/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
|
/external/chromium_org/v8/src/arm/ |
regexp-macro-assembler-arm.cc | 851 PROFILE(masm_->isolate(), RegExpCodeCreateEvent(*code, *source)); [all...] |