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

1 2

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/sys/
profil.h 38 struct prof struct
56 extern int sprofil (struct prof *__profp, int __profcnt,
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/sys/
profil.h 38 struct prof struct
56 extern int sprofil (struct prof *__profp, int __profcnt,
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/sys/
profil.h 38 struct prof struct
56 extern int sprofil (struct prof *__profp, int __profcnt,
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_profile.py 23 prof = cls.profilerclass(timer, 0.001)
25 prof.runctx("testfunc()", globals(), locals())
29 stats = pstats.Stats(prof, stream=s)
54 prof = self.profilerclass(timer, 0.001)
55 prof.runctx(stmt, globals(), locals())
56 stats = pstats.Stats(prof, stream=s)
test_hotshot.py 141 def start(prof):
142 prof.start()
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_profile.py 23 prof = cls.profilerclass(timer, 0.001)
25 prof.runctx("testfunc()", globals(), locals())
29 stats = pstats.Stats(prof, stream=s)
54 prof = self.profilerclass(timer, 0.001)
55 prof.runctx(stmt, globals(), locals())
56 stats = pstats.Stats(prof, stream=s)
test_hotshot.py 141 def start(prof):
142 prof.start()
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
cProfile.py 25 prof = Profile()
29 prof = prof.run(statement)
34 prof.dump_stats(filename)
36 result = prof.print_stats(sort)
45 prof = Profile()
49 prof = prof.runctx(statement, globals, locals)
54 prof.dump_stats(filename)
56 result = prof.print_stats(sort
    [all...]
profile.py 59 prof = Profile()
61 prof = prof.run(statement)
65 prof.dump_stats(filename)
67 return prof.print_stats(sort)
75 prof = Profile()
77 prof = prof.runctx(statement, globals, locals)
82 prof.dump_stats(filename)
84 return prof.print_stats(sort
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
cProfile.py 25 prof = Profile()
29 prof = prof.run(statement)
34 prof.dump_stats(filename)
36 result = prof.print_stats(sort)
45 prof = Profile()
49 prof = prof.runctx(statement, globals, locals)
54 prof.dump_stats(filename)
56 result = prof.print_stats(sort
    [all...]
profile.py 59 prof = Profile()
61 prof = prof.run(statement)
65 prof.dump_stats(filename)
67 return prof.print_stats(sort)
75 prof = Profile()
77 prof = prof.runctx(statement, globals, locals)
82 prof.dump_stats(filename)
84 return prof.print_stats(sort
    [all...]
  /external/chromium-trace/trace-viewer/third_party/Paste/paste/debug/
profile.py 63 prof = hotshot.Profile(self.log_filename)
64 prof.addinfo('URL', environ.get('PATH_INFO', ''))
66 prof.runcall(run_app)
68 prof.close()
161 prof = hotshot.Profile(prof_filename)
162 prof.addinfo('Function Call',
165 prof.addinfo('Extra info', ops['add_info'])
170 result = prof.runcall(func, *args, **kw)
175 prof.close()
  /external/boringssl/src/ssl/
d1_srtp.c 251 const SRTP_PROTECTION_PROFILE *prof; local
272 prof = sk_SRTP_PROTECTION_PROFILE_value(clnt, i);
273 s2n(prof->id, p);
383 const SRTP_PROTECTION_PROFILE *prof; local
419 prof = sk_SRTP_PROTECTION_PROFILE_value(client_profiles, i);
421 if (prof->id == profile_id) {
422 s->srtp_profile = prof;
  /external/v8/tools/profviz/
profviz.js 105 "prof",
122 this.prof.style.color = "#bbb";
130 this.prof.style.color = "#000";
143 this.prof.value = "";
149 this.toggledisplay.next_mode = "prof";
151 this.prof.style.display = "none";
156 this.prof.style.display = "block";
209 ui.prof.value = args;
210 this.prof.style.color = "";
211 ui.toggle("prof");
    [all...]
  /external/jemalloc/test/unit/
mallctl.c 133 TEST_MALLCTL_CONFIG(prof);
175 TEST_MALLCTL_OPT(bool, prof, prof);
176 TEST_MALLCTL_OPT(const char *, prof_prefix, prof);
177 TEST_MALLCTL_OPT(bool, prof_active, prof);
178 TEST_MALLCTL_OPT(ssize_t, lg_prof_sample, prof);
179 TEST_MALLCTL_OPT(bool, prof_accum, prof);
180 TEST_MALLCTL_OPT(ssize_t, lg_prof_interval, prof);
181 TEST_MALLCTL_OPT(bool, prof_gdump, prof);
182 TEST_MALLCTL_OPT(bool, prof_final, prof);
    [all...]
  /external/v8/tools/
plot-timer-events 54 $d8_exec --nocrankshaft --prof --logfile $calibration_log \
62 $d8_exec --nocrankshaft --prof --logfile $calibration_log \
  /external/mesa3d/src/gallium/state_trackers/vdpau/
query.c 503 enum pipe_video_profile prof = PIPE_VIDEO_PROFILE_UNKNOWN; local
515 *(uint32_t*)max_value = screen->get_video_param(screen, prof, PIPE_VIDEO_CAP_MAX_WIDTH);
519 *(uint32_t*)max_value = screen->get_video_param(screen, prof, PIPE_VIDEO_CAP_MAX_HEIGHT);
mixer.c 53 enum pipe_video_profile prof = PIPE_VIDEO_PROFILE_UNKNOWN; local
135 max_width = screen->get_video_param(screen, prof, PIPE_VIDEO_CAP_MAX_WIDTH);
136 max_height = screen->get_video_param(screen, prof, PIPE_VIDEO_CAP_MAX_HEIGHT);
  /external/llvm/
Makefile 157 .PHONY: debug-opt-prof
158 debug-opt-prof:
  /external/jemalloc/src/
stats.c 498 OPT_WRITE_BOOL(prof)
500 OPT_WRITE_BOOL_MUTABLE(prof_active, prof.active)
502 prof.thread_active_init)
543 if (je_mallctl("opt.prof", &bv, &bsz, NULL, 0) == 0 && bv) {
544 CTL_GET("prof.lg_sample", &sv, size_t);
  /packages/apps/Settings/src/com/android/settings/bluetooth/
DeviceProfilesSettings.java 233 LocalBluetoothProfile prof = getProfileOf(v); local
234 onProfileClicked(prof, (CheckBox) v);
  /external/jemalloc/
Android.mk 69 src/prof.c \
  /device/htc/flounder/sepolicy/
file_contexts 7 /dev/nvhost-prof-gpu u:object_r:gpu_device:s0
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/stringprep/
TestData.java 435 String prof, int flg, Exception ex)
444 profile = prof;
  /external/v8/src/
flag-definitions.h     [all...]

Completed in 3323 milliseconds

1 2