HomeSort by relevance Sort by last modified time
    Searched refs:Profile (Results 201 - 225 of 732) sorted by null

1 2 3 4 5 6 7 891011>>

  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
MemRegion.h 97 virtual void Profile(llvm::FoldingSetNodeID& ID) const = 0;
192 void Profile(llvm::FoldingSetNodeID &ID) const override;
242 void Profile(llvm::FoldingSetNodeID &ID) const override;
370 void Profile(llvm::FoldingSetNodeID &ID) const override;
459 void Profile(llvm::FoldingSetNodeID& ID) const override;
569 void Profile(llvm::FoldingSetNodeID& ID) const override;
610 void Profile(llvm::FoldingSetNodeID& ID) const override;
687 void Profile(llvm::FoldingSetNodeID& ID) const override;
723 void Profile(llvm::FoldingSetNodeID& ID) const override;
761 void Profile(llvm::FoldingSetNodeID& ID) const override
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/ProfileData/
SampleProfWriter.h 1 //===- SampleProfWriter.h - Write LLVM sample profile data ------*- C++ -*-===//
33 /// \brief Sample-based profile writer. Base class.
50 const FunctionSamples &Profile = I.second;
51 if (std::error_code EC = write(Profile))
59 /// Profile writer factory.
74 /// \brief Write a file header for the profile file.
78 /// \brief Output stream where to emit the profile to.
81 /// \brief Profile summary.
84 /// \brief Compute summary for this profile.
88 /// \brief Sample-based profile writer (text format)
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
MemRegion.h 97 virtual void Profile(llvm::FoldingSetNodeID& ID) const = 0;
192 void Profile(llvm::FoldingSetNodeID &ID) const override;
242 void Profile(llvm::FoldingSetNodeID &ID) const override;
370 void Profile(llvm::FoldingSetNodeID &ID) const override;
459 void Profile(llvm::FoldingSetNodeID& ID) const override;
569 void Profile(llvm::FoldingSetNodeID& ID) const override;
610 void Profile(llvm::FoldingSetNodeID& ID) const override;
687 void Profile(llvm::FoldingSetNodeID& ID) const override;
723 void Profile(llvm::FoldingSetNodeID& ID) const override;
761 void Profile(llvm::FoldingSetNodeID& ID) const override
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/ProfileData/
SampleProfWriter.h 1 //===- SampleProfWriter.h - Write LLVM sample profile data ------*- C++ -*-===//
33 /// \brief Sample-based profile writer. Base class.
50 const FunctionSamples &Profile = I.second;
51 if (std::error_code EC = write(Profile))
59 /// Profile writer factory.
74 /// \brief Write a file header for the profile file.
78 /// \brief Output stream where to emit the profile to.
81 /// \brief Profile summary.
84 /// \brief Compute summary for this profile.
88 /// \brief Sample-based profile writer (text format)
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
MemRegion.h 97 virtual void Profile(llvm::FoldingSetNodeID& ID) const = 0;
192 void Profile(llvm::FoldingSetNodeID &ID) const override;
242 void Profile(llvm::FoldingSetNodeID &ID) const override;
370 void Profile(llvm::FoldingSetNodeID &ID) const override;
459 void Profile(llvm::FoldingSetNodeID& ID) const override;
569 void Profile(llvm::FoldingSetNodeID& ID) const override;
610 void Profile(llvm::FoldingSetNodeID& ID) const override;
687 void Profile(llvm::FoldingSetNodeID& ID) const override;
723 void Profile(llvm::FoldingSetNodeID& ID) const override;
761 void Profile(llvm::FoldingSetNodeID& ID) const override
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/ProfileData/
SampleProfWriter.h 1 //===- SampleProfWriter.h - Write LLVM sample profile data ------*- C++ -*-===//
33 /// \brief Sample-based profile writer. Base class.
50 const FunctionSamples &Profile = I.second;
51 if (std::error_code EC = write(Profile))
59 /// Profile writer factory.
74 /// \brief Write a file header for the profile file.
78 /// \brief Output stream where to emit the profile to.
81 /// \brief Profile summary.
84 /// \brief Compute summary for this profile.
88 /// \brief Sample-based profile writer (text format)
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
MemRegion.h 97 virtual void Profile(llvm::FoldingSetNodeID& ID) const = 0;
192 void Profile(llvm::FoldingSetNodeID &ID) const override;
242 void Profile(llvm::FoldingSetNodeID &ID) const override;
370 void Profile(llvm::FoldingSetNodeID &ID) const override;
459 void Profile(llvm::FoldingSetNodeID& ID) const override;
569 void Profile(llvm::FoldingSetNodeID& ID) const override;
610 void Profile(llvm::FoldingSetNodeID& ID) const override;
687 void Profile(llvm::FoldingSetNodeID& ID) const override;
723 void Profile(llvm::FoldingSetNodeID& ID) const override;
761 void Profile(llvm::FoldingSetNodeID& ID) const override
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/ProfileData/
SampleProfWriter.h 1 //===- SampleProfWriter.h - Write LLVM sample profile data ------*- C++ -*-===//
33 /// \brief Sample-based profile writer. Base class.
50 const FunctionSamples &Profile = I.second;
51 if (std::error_code EC = write(Profile))
59 /// Profile writer factory.
74 /// \brief Write a file header for the profile file.
78 /// \brief Output stream where to emit the profile to.
81 /// \brief Profile summary.
84 /// \brief Compute summary for this profile.
88 /// \brief Sample-based profile writer (text format)
    [all...]
  /prebuilts/go/darwin-x86/src/runtime/pprof/internal/protopprof/
protopprof.go 5 // Package protopprof converts the runtime's raw profile logs
6 // to Profile structs containing a representation of the pprof
7 // protocol buffer profile format.
17 "internal/pprof/profile"
21 // generated by runtime.CPUProfile() into a profile struct.
22 func TranslateCPUProfile(b []byte, startTime time.Time) (*profile.Profile, error) {
26 return nil, fmt.Errorf("truncated profile")
33 // profile initialization taken from pprof tool
34 p := &profile.Profile
    [all...]
  /prebuilts/go/linux-x86/src/runtime/pprof/internal/protopprof/
protopprof.go 5 // Package protopprof converts the runtime's raw profile logs
6 // to Profile structs containing a representation of the pprof
7 // protocol buffer profile format.
17 "internal/pprof/profile"
21 // generated by runtime.CPUProfile() into a profile struct.
22 func TranslateCPUProfile(b []byte, startTime time.Time) (*profile.Profile, error) {
26 return nil, fmt.Errorf("truncated profile")
33 // profile initialization taken from pprof tool
34 p := &profile.Profile
    [all...]
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/Common/
FdfParserLite.py 52 for Profile in IncludeFileList:
53 if Line >= Profile.InsertStartLineNumber and Line < Profile.InsertStartLineNumber + Profile.InsertAdjust + len(Profile.FileLinesList):
54 return (Profile.FileName, Line - Profile.InsertStartLineNumber + 1)
55 if Line >= Profile.InsertStartLineNumber + Profile.InsertAdjust + len(Profile.FileLinesList):
    [all...]
  /external/clang/include/clang/StaticAnalyzer/Core/BugReporter/
PathDiagnostic.h 70 void Profile(llvm::FoldingSetNodeID &ID) { ID = NodeID; }
296 void Profile(llvm::FoldingSetNodeID &ID) const;
327 void Profile(llvm::FoldingSetNodeID &ID) const {
328 Start.Profile(ID);
329 End.Profile(ID);
407 virtual void Profile(llvm::FoldingSetNodeID &ID) const;
452 void Profile(llvm::FoldingSetNodeID &ID) const override;
614 void Profile(llvm::FoldingSetNodeID &ID) const override;
684 void Profile(llvm::FoldingSetNodeID &ID) const override;
710 void Profile(llvm::FoldingSetNodeID &ID) const override
    [all...]
  /prebuilts/go/darwin-x86/src/internal/pprof/profile/
legacy_profile.go 6 // profile.proto format.
8 package profile package
22 countStartRE = regexp.MustCompile(`\A(\w+) profile: total \d+\n\z`)
25 heapHeaderRE = regexp.MustCompile(`heap profile: *(\d+): *(\d+) *\[ *(\d+): *(\d+) *\] *@ *(heap[_a-z0-9]*)/?(\d*)`)
32 growthHeaderRE = regexp.MustCompile(`heap profile: *(\d+): *(\d+) *\[ *(\d+): *(\d+) *\] @ growthz`)
34 fragmentationHeaderRE = regexp.MustCompile(`heap profile: *(\d+): *(\d+) *\[ *(\d+): *(\d+) *\] @ fragmentationz`)
55 // parseGoCount parses a Go count profile (e.g., threadcreate or
56 // goroutine) and returns a new Profile.
57 func parseGoCount(b []byte) (*Profile, error) {
78 p := &Profile{
    [all...]
  /prebuilts/go/linux-x86/src/internal/pprof/profile/
legacy_profile.go 6 // profile.proto format.
8 package profile package
22 countStartRE = regexp.MustCompile(`\A(\w+) profile: total \d+\n\z`)
25 heapHeaderRE = regexp.MustCompile(`heap profile: *(\d+): *(\d+) *\[ *(\d+): *(\d+) *\] *@ *(heap[_a-z0-9]*)/?(\d*)`)
32 growthHeaderRE = regexp.MustCompile(`heap profile: *(\d+): *(\d+) *\[ *(\d+): *(\d+) *\] @ growthz`)
34 fragmentationHeaderRE = regexp.MustCompile(`heap profile: *(\d+): *(\d+) *\[ *(\d+): *(\d+) *\] @ fragmentationz`)
55 // parseGoCount parses a Go count profile (e.g., threadcreate or
56 // goroutine) and returns a new Profile.
57 func parseGoCount(b []byte) (*Profile, error) {
78 p := &Profile{
    [all...]
  /developers/samples/android/wearable/wear/WearMessagingApp/Wearable/src/main/java/com/example/android/wearable/wear/messaging/
SignInActivity.java 29 import com.example.android.wearable.wear.messaging.model.Profile;
62 private Profile mProfile;
140 mProfile = new Profile(acct);
187 public void onUserRetrieved(Profile user) {
  /developers/samples/android/wearable/wear/WearMessagingApp/Wearable/src/main/java/com/example/android/wearable/wear/messaging/chat/
ChatAdapter.java 39 import com.example.android.wearable.wear.messaging.model.Profile;
55 private final Profile mUser;
61 ChatAdapter(Context context, Chat chat, Profile user) {
99 Profile sender = mChat.getParticipants().get(mMessages.get(position).getSenderId());
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/scripts/
hotshotmain.py 20 PROFILE = "hotshot.prof"
22 def run_hotshot(filename, profile, args):
23 prof = hotshot.Profile(profile)
28 stats = hotshot.stats.load(profile)
43 parser.add_option("-p", "--profile", action="store", default=PROFILE,
44 dest="profile", help='Specify profile file to use')
52 return run_hotshot(filename, options.profile, args[1:])
    [all...]
  /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
SymExpr.h 55 virtual void Profile(llvm::FoldingSetNodeID &profile) = 0;
  /external/clang/lib/StaticAnalyzer/Checkers/MPI-Checker/
MPIBugReporter.h 89 void Profile(llvm::FoldingSetNodeID &ID) const override {
  /external/llvm/unittests/ProfileData/
SampleProfTest.cpp 60 void readProfile(std::unique_ptr<MemoryBuffer> &Profile) {
61 auto ReaderOrErr = SampleProfileReader::create(Profile, Context);
97 auto Profile = MemoryBuffer::getMemBufferCopy(Data);
98 readProfile(Profile);
  /external/python/cpython2/Tools/scripts/
hotshotmain.py 20 PROFILE = "hotshot.prof"
22 def run_hotshot(filename, profile, args):
23 prof = hotshot.Profile(profile)
28 stats = hotshot.stats.load(profile)
43 parser.add_option("-p", "--profile", action="store", default=PROFILE,
44 dest="profile", help='Specify profile file to use')
52 return run_hotshot(filename, options.profile, args[1:]
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
SymExpr.h 55 virtual void Profile(llvm::FoldingSetNodeID &profile) = 0;
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
SymExpr.h 55 virtual void Profile(llvm::FoldingSetNodeID &profile) = 0;
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
SymExpr.h 55 virtual void Profile(llvm::FoldingSetNodeID &profile) = 0;
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
SymExpr.h 55 virtual void Profile(llvm::FoldingSetNodeID &profile) = 0;

Completed in 1169 milliseconds

1 2 3 4 5 6 7 891011>>