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

  /external/llvm/tools/llvm-prof/
Makefile 1 ##===- tools/llvm-prof/Makefile ----------------------------*- Makefile -*-===##
11 TOOLNAME := llvm-prof
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/sys/
profil.h 38 struct prof struct
56 extern int sprofil (struct prof *__profp, int __profcnt,
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/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.7-4.6/sysroot/usr/include/sys/
profil.h 38 struct prof struct
56 extern int sprofil (struct prof *__profp, int __profcnt,
  /external/openssl/ssl/
d1_srtp.c 269 SRTP_PROTECTION_PROFILE *prof; local
292 prof=sk_SRTP_PROTECTION_PROFILE_value(clnt,i);
293 s2n(prof->id,p);
438 SRTP_PROTECTION_PROFILE *prof; local
478 prof=sk_SRTP_PROTECTION_PROFILE_value(clnt,i);
480 if(prof->id == id)
482 s->srtp_profile=prof;
  /external/llvm/tools/
Makefile 32 llvm-prof llvm-link \
  /external/llvm/
Makefile 147 .PHONY: debug-opt-prof
148 debug-opt-prof:
  /packages/apps/Settings/src/com/android/settings/bluetooth/
DeviceProfilesSettings.java 243 LocalBluetoothProfile prof = getProfileOf(preference); local
244 onProfileClicked(prof, (CheckBoxPreference) preference);
  /external/v8/src/
flag-definitions.h 579 DEFINE_bool(prof, false,
582 "Used with --prof, starts profiling automatically")
584 "Used with --prof, only does sampling and logging"
587 "Used with --prof, turns on browser-compatible mode for profiling.")
  /external/libxslt/libxslt/
xsltInternals.h 1715 long prof; \/* the current profiled value *\/ member in struct:_xsltTransformContext
    [all...]
transform.c 263 ctxt->prof = value;
283 ctxt->prof = ctxt->profTab[ctxt->profNr - 1];
285 ctxt->prof = (long) 0;
481 cur->prof = 0;
    [all...]
  /external/chromium/net/base/
effective_tld_names.cc     [all...]

Completed in 272 milliseconds