HomeSort by relevance Sort by last modified time
    Searched full:profile (Results 301 - 325 of 3978) sorted by null

<<11121314151617181920>>

  /development/samples/browseable/AppRestrictions/src/com.example.android.apprestrictions/
CustomRestrictionsActivity.java 24 * with the restricted profile feature.
31 * profile.
  /external/clang/test/Profile/
README 7 - the use of profile data from instrumented runs (-fprofile-instr-use).
16 so that profile data can be regenerated as the .profdata file format evolves.
  /external/compiler-rt/lib/profile/
Makefile.mk 1 #===- lib/profile/Makefile.mk ------------------------------*- Makefile -*--===#
10 ModuleName := profile
  /external/compiler-rt/test/
CMakeLists.txt 25 list(APPEND SANITIZER_COMMON_LIT_TEST_DEPS profile)
49 add_subdirectory(profile)
  /external/deqp/scripts/egl/
common.py 72 def getInterface (registry, api, version=None, profile=None, **kwargs):
73 spec = khr_util.registry.spec(registry, api, version, profile, **kwargs)
99 profile = check(api, version)
100 if profile is True:
101 profile = None
102 elif profile is False:
104 iface = getInterface(registry, api, version=version, profile=profile)
  /external/libvorbis/
Makefile.am 44 profile:
45 $(MAKE) all CFLAGS="@PROFILE@"
  /external/llvm/include/llvm/ProfileData/
SampleProfWriter.h 1 //===- SampleProfWriter.h - Write LLVM sample profile data ----------------===//
30 /// \brief Sample-based profile writer. Base class.
66 FunctionSamples &Profile = I.second;
67 if (!write(FName, Profile))
73 /// \brief Profile writer factory. Create a new writer based on the value of
79 /// \brief Output stream where to emit the profile to.
83 /// \brief Sample-based profile writer (text format).
95 /// \brief Sample-based profile writer (binary format).
  /external/llvm/test/tools/llvm-cov/
report.cpp 1 // RUN: llvm-cov report %S/Inputs/report.covmapping -instr-profile %S/Inputs/report.profdata -filename-equivalence 2>&1 | FileCheck %s
2 // RUN: llvm-cov report %S/Inputs/report.covmapping -instr-profile %S/Inputs/report.profdata -filename-equivalence report.cpp 2>&1 | FileCheck -check-prefix=FILT-NEXT %s
  /external/llvm/test/tools/llvm-profdata/
c-general.test 8 REGENERATE: $ CFE_TESTDIR=$CFE/test/Profile
9 REGENERATE: $ clang -o a.out -fprofile-instr-generate $CFE_TESTDIR/test/Profile/c-general.c