HomeSort by relevance Sort by last modified time
    Searched refs:profile (Results 151 - 175 of 1873) sorted by null

1 2 3 4 5 67 8 91011>>

  /prebuilts/clang/host/darwin-x86/clang-4691093/include/clang/StaticAnalyzer/Core/PathSensitive/
SymbolManager.h 54 static void Profile(llvm::FoldingSetNodeID& profile, const TypedValueRegion* R) {
55 profile.AddInteger((unsigned) SymbolRegionValueKind);
56 profile.AddPointer(R);
59 void Profile(llvm::FoldingSetNodeID& profile) override {
60 Profile(profile, R);
105 static void Profile(llvm::FoldingSetNodeID& profile, const Stmt *S
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
SymbolManager.h 51 static void Profile(llvm::FoldingSetNodeID& profile, const TypedValueRegion* R) {
52 profile.AddInteger((unsigned) SymbolRegionValueKind);
53 profile.AddPointer(R);
56 void Profile(llvm::FoldingSetNodeID& profile) override {
57 Profile(profile, R);
94 static void Profile(llvm::FoldingSetNodeID& profile, const Stmt *S
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4393122/include/clang/StaticAnalyzer/Core/PathSensitive/
SymbolManager.h 54 static void Profile(llvm::FoldingSetNodeID& profile, const TypedValueRegion* R) {
55 profile.AddInteger((unsigned) SymbolRegionValueKind);
56 profile.AddPointer(R);
59 void Profile(llvm::FoldingSetNodeID& profile) override {
60 Profile(profile, R);
105 static void Profile(llvm::FoldingSetNodeID& profile, const Stmt *S
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4479392/include/clang/StaticAnalyzer/Core/PathSensitive/
SymbolManager.h 54 static void Profile(llvm::FoldingSetNodeID& profile, const TypedValueRegion* R) {
55 profile.AddInteger((unsigned) SymbolRegionValueKind);
56 profile.AddPointer(R);
59 void Profile(llvm::FoldingSetNodeID& profile) override {
60 Profile(profile, R);
105 static void Profile(llvm::FoldingSetNodeID& profile, const Stmt *S
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4579689/include/clang/StaticAnalyzer/Core/PathSensitive/
SymbolManager.h 54 static void Profile(llvm::FoldingSetNodeID& profile, const TypedValueRegion* R) {
55 profile.AddInteger((unsigned) SymbolRegionValueKind);
56 profile.AddPointer(R);
59 void Profile(llvm::FoldingSetNodeID& profile) override {
60 Profile(profile, R);
105 static void Profile(llvm::FoldingSetNodeID& profile, const Stmt *S
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4630689/include/clang/StaticAnalyzer/Core/PathSensitive/
SymbolManager.h 54 static void Profile(llvm::FoldingSetNodeID& profile, const TypedValueRegion* R) {
55 profile.AddInteger((unsigned) SymbolRegionValueKind);
56 profile.AddPointer(R);
59 void Profile(llvm::FoldingSetNodeID& profile) override {
60 Profile(profile, R);
105 static void Profile(llvm::FoldingSetNodeID& profile, const Stmt *S
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4639204/include/clang/StaticAnalyzer/Core/PathSensitive/
SymbolManager.h 54 static void Profile(llvm::FoldingSetNodeID& profile, const TypedValueRegion* R) {
55 profile.AddInteger((unsigned) SymbolRegionValueKind);
56 profile.AddPointer(R);
59 void Profile(llvm::FoldingSetNodeID& profile) override {
60 Profile(profile, R);
105 static void Profile(llvm::FoldingSetNodeID& profile, const Stmt *S
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4691093/include/clang/StaticAnalyzer/Core/PathSensitive/
SymbolManager.h 54 static void Profile(llvm::FoldingSetNodeID& profile, const TypedValueRegion* R) {
55 profile.AddInteger((unsigned) SymbolRegionValueKind);
56 profile.AddPointer(R);
59 void Profile(llvm::FoldingSetNodeID& profile) override {
60 Profile(profile, R);
105 static void Profile(llvm::FoldingSetNodeID& profile, const Stmt *S
    [all...]
  /frameworks/base/telephony/java/android/telephony/ims/
ImsStreamMediaProfile.java 24 * Parcelable object to handle IMS stream media profile.
181 public void copyFrom(ImsStreamMediaProfile profile) {
182 mAudioQuality = profile.mAudioQuality;
183 mAudioDirection = profile.mAudioDirection;
184 mVideoQuality = profile.mVideoQuality;
185 mVideoDirection = profile.mVideoDirection;
186 mRttMode = profile.mRttMode;
  /hardware/intel/common/libva/test/vainfo/
vainfo.c 39 static char * profile_string(VAProfile profile)
41 switch (profile) {
64 return "<unknown profile>";
92 VAProfile profile, *profile_list = NULL; local
119 printf("%s: Supported profile and entrypoints\n", name);
124 printf("Failed to allocate memory for profile list\n");
135 profile = profile_list[i];
136 va_status = vaQueryConfigEntrypoints(va_dpy, profile, entrypoints,
143 profile_str = profile_string(profile);
  /prebuilts/go/darwin-x86/src/cmd/vendor/github.com/google/pprof/internal/report/testdata/sample/
sample.go 14 var cpuProfile = flag.String("cpuprofile", "", "where to write cpu profile")
20 log.Fatal("could not create CPU profile: ", err)
23 log.Fatal("could not start CPU profile: ", err)
  /prebuilts/go/linux-x86/src/cmd/vendor/github.com/google/pprof/internal/report/testdata/sample/
sample.go 14 var cpuProfile = flag.String("cpuprofile", "", "where to write cpu profile")
20 log.Fatal("could not create CPU profile: ", err)
23 log.Fatal("could not start CPU profile: ", err)
  /prebuilts/ndk/r16/sources/third_party/shaderc/third_party/glslang/glslang/MachineIndependent/
Initialize.cpp 44 // TBuiltIns::initialize(version,profile) context-independent textual built-ins; add them to the right string
66 inline bool IncludeLegacy(int version, EProfile profile, const SpvVersion& spvVersion)
68 return profile != EEsProfile && (version <= 130 || (spvVersion.spv == 0 && ARBCompatibility) || profile == ECompatibilityProfile);
109 // for the given version and profile. Share common ones across stages, otherwise
115 void TBuiltIns::initialize(int version, EProfile profile, const SpvVersion& spvVersion)
438 if (profile != EEsProfile && version >= 400) {
668 if (profile != EEsProfile && version >= 450) {
829 if (profile != EEsProfile && version >= 430) {
896 if ((profile == EEsProfile && version >= 310) |
    [all...]
  /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
SymbolManager.h 51 static void Profile(llvm::FoldingSetNodeID& profile, const TypedValueRegion* R) {
52 profile.AddInteger((unsigned) SymbolRegionValueKind);
53 profile.AddPointer(R);
56 void Profile(llvm::FoldingSetNodeID& profile) override {
57 Profile(profile, R);
94 static void Profile(llvm::FoldingSetNodeID& profile, const Stmt *S
    [all...]
  /external/mesa3d/src/gallium/state_trackers/va/
config.c 72 vlVaQueryConfigEntrypoints(VADriverContextP ctx, VAProfile profile,
83 if (profile == VAProfileNone) {
88 p = ProfileToPipe(profile);
108 vlVaGetConfigAttributes(VADriverContextP ctx, VAProfile profile, VAEntrypoint entrypoint,
165 vlVaCreateConfig(VADriverContextP ctx, VAProfile profile, VAEntrypoint entrypoint,
185 if (profile == VAProfileNone && entrypoint == VAEntrypointVideoProc) {
187 config->profile = PIPE_VIDEO_PROFILE_UNKNOWN;
209 p = ProfileToPipe(profile);
243 config->profile = p;
303 vlVaQueryConfigAttributes(VADriverContextP ctx, VAConfigID config_id, VAProfile *profile,
    [all...]
  /external/e2fsprogs/lib/support/
profile.c 2 * profile.c -- A simple configuration file parsing "library in a file"
4 * The profile library was originally written by Theodore Ts'o in 1995
74 #include "profile.h"
87 * This is the structure which stores the profile information for a
106 * The profile flags
123 * Used by the profile iterator in prof_get.c
153 /* profile parser declarations */
211 (prf_file_t profile);
213 static errcode_t profile_get_value(profile_t profile, const char *name,
307 profile_t profile; local
1272 profile_t profile; member in struct:profile_iterator
1872 profile_t profile; local
    [all...]
  /external/libvpx/libvpx/third_party/libwebm/common/
hdr_util.h 38 : profile(kValueNotPresent),
44 int profile; member in struct:libwebm::Vp9CodecFeatures
  /external/mesa3d/src/gallium/drivers/radeon/
radeon_video.h 75 enum pipe_video_profile profile,
82 enum pipe_video_profile profile,
  /external/sl4a/Common/src/com/googlecode/android_scripting/facade/
VpnFacade.java 62 final VpnProfile profile = VpnProfile.decode(key, keyStore.get(Credentials.VPN + key)); local
63 if (profile != null && !ArrayUtils.contains(excludeTypes, profile.type)) {
64 result.add(profile);
91 @Rpc(description = "Start legacy VPN with a profile.")
94 VpnProfile profile = genLegacyVpnProfile(vpnProfile); local
95 mConService.startLegacyVpn(profile);
117 VpnProfile profile = genLegacyVpnProfile(vpnProfile); local
118 mCertHelper.installCertificate(profile, certFile, password);
  /external/tensorflow/tensorflow/compiler/xla/service/
executable.cc 61 const ServiceExecutableRunOptions* run_options, ExecutionProfile* profile,
65 if (profile != nullptr) {
71 // If the profiling flag isn't enabled, we pass nullptr as the profile to
83 if (profile != nullptr) {
89 // Merge in run-time profile information from execution_profile.
94 profile->MergeFrom(execution_profile());
100 profile->set_compute_and_transfer_time_ns(timer->Nanoseconds());
112 if (profile->compute_time_ns() == 0) {
113 profile->set_compute_time_ns(profile->compute_and_transfer_time_ns())
    [all...]
execution_tracker.cc 29 const ExecutionProfile& profile,
33 profile_(profile),
51 const ExecutionProfile& profile, GlobalDataHandle result) {
56 MakeUnique<AsyncExecution>(backend, std::move(streams), profile, result));
  /frameworks/base/core/java/com/android/internal/os/
MobileRadioPowerCalculator.java 52 public MobileRadioPowerCalculator(PowerProfile profile, BatteryStats stats) {
54 profile.getAveragePowerOrDefault(PowerProfile.POWER_RADIO_ACTIVE, -1);
59 sum += profile.getAveragePower(PowerProfile.POWER_MODEM_CONTROLLER_RX);
61 sum += profile.getAveragePower(PowerProfile.POWER_MODEM_CONTROLLER_TX, i);
66 temp = profile.getAveragePowerOrDefault(PowerProfile.POWER_RADIO_ON, -1);
69 mPowerBins[i] = profile.getAveragePower(PowerProfile.POWER_RADIO_ON, i);
72 double idle = profile.getAveragePower(PowerProfile.POWER_MODEM_CONTROLLER_IDLE);
79 mPowerScan = profile.getAveragePowerOrDefault(PowerProfile.POWER_RADIO_SCANNING, 0);
  /system/media/alsa_utils/include/
alsa_device_proxy.h 25 const alsa_device_profile* profile; member in struct:__anon3100
37 int proxy_prepare(alsa_device_proxy * proxy, const alsa_device_profile * profile,
  /art/tools/
generate-boot-image-profile.sh 18 # This script creates a boot image profile based on input profiles.
24 echo 'Example: generate-boot-image-profile.sh boot.prof --profman-arg --boot-image-sampled-method-threshold=1 profiles/0/*/primary.prof'
45 profman_args+=("--profile-file=$file")
61 # Generate the profile.
62 "$ANDROID_HOST_OUT/bin/profman" --generate-boot-image-profile "--reference-profile-file=$OUT_PROFILE" "${profman_args[@]}"
65 echo Dumping profile to $OUT_PROFILE.txt
66 "$ANDROID_HOST_OUT/bin/profman" --dump-classes-and-methods "--profile-file=$OUT_PROFILE" "${jar_args[@]}" > "$OUT_PROFILE.txt"
  /hardware/intel/common/libmix/videodecoder/securevideo/baytrail/
VideoDecoderAVCSecure.h 32 virtual Decode_Status getCodecSpecificConfigs(VAProfile profile, VAConfigID*config);

Completed in 783 milliseconds

1 2 3 4 5 67 8 91011>>