/prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
SymExpr.h | 55 virtual void Profile(llvm::FoldingSetNodeID &profile) = 0;
|
/prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
SymExpr.h | 55 virtual void Profile(llvm::FoldingSetNodeID &profile) = 0;
|
/prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
SymExpr.h | 55 virtual void Profile(llvm::FoldingSetNodeID &profile) = 0;
|
/prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
SymExpr.h | 55 virtual void Profile(llvm::FoldingSetNodeID &profile) = 0;
|
/prebuilts/go/darwin-x86/src/runtime/pprof/internal/protopprof/ |
protopprof_test.go | 10 "internal/pprof/profile" 19 // Helper function to initialize empty cpu profile with sampling period provided. 24 // Profile header is as follows: 40 // Helper function to initialize cpu profile with two sample values. 65 // Tests TranslateCPUProfile parses correct sampling period in an otherwise empty cpu profile. 67 // A test server with mock cpu profile data. 80 p, err = profile.Parse(&buf) 82 t.Fatalf("Could not parse Profile profile: %v", err) 86 expectedPeriodType := &profile.ValueType{Type: "cpu", Unit: "nanoseconds" [all...] |
/prebuilts/go/linux-x86/src/runtime/pprof/internal/protopprof/ |
protopprof_test.go | 10 "internal/pprof/profile" 19 // Helper function to initialize empty cpu profile with sampling period provided. 24 // Profile header is as follows: 40 // Helper function to initialize cpu profile with two sample values. 65 // Tests TranslateCPUProfile parses correct sampling period in an otherwise empty cpu profile. 67 // A test server with mock cpu profile data. 80 p, err = profile.Parse(&buf) 82 t.Fatalf("Could not parse Profile profile: %v", err) 86 expectedPeriodType := &profile.ValueType{Type: "cpu", Unit: "nanoseconds" [all...] |
/prebuilts/go/darwin-x86/src/runtime/pprof/ |
pprof.go | 21 // var cpuprofile = flag.String("cpuprofile", "", "write cpu profile `file`") 22 // var memprofile = flag.String("memprofile", "", "write memory profile to `file`") 29 // log.Fatal("could not create CPU profile: ", err) 32 // log.Fatal("could not start CPU profile: ", err) 40 // log.Fatal("could not create memory profile: ", err) 44 // log.Fatal("could not write memory profile: ", err) 76 "internal/pprof/profile" 90 // A Profile is a collection of stack traces showing the call sequences 96 // A Profile's methods can be called from multiple goroutines simultaneously. 98 // Each Profile has a unique name. A few profiles are predefined [all...] |
/prebuilts/go/linux-x86/src/runtime/pprof/ |
pprof.go | 21 // var cpuprofile = flag.String("cpuprofile", "", "write cpu profile `file`") 22 // var memprofile = flag.String("memprofile", "", "write memory profile to `file`") 29 // log.Fatal("could not create CPU profile: ", err) 32 // log.Fatal("could not start CPU profile: ", err) 40 // log.Fatal("could not create memory profile: ", err) 44 // log.Fatal("could not write memory profile: ", err) 76 "internal/pprof/profile" 90 // A Profile is a collection of stack traces showing the call sequences 96 // A Profile's methods can be called from multiple goroutines simultaneously. 98 // Each Profile has a unique name. A few profiles are predefined [all...] |
/external/clang/lib/Analysis/ |
AnalysisDeclContext.cpp | 366 void StackFrameContext::Profile(llvm::FoldingSetNodeID &ID) { 367 Profile(ID, getAnalysisDeclContext(), getParent(), CallSite, Block, Index); 370 void ScopeContext::Profile(llvm::FoldingSetNodeID &ID) { 371 Profile(ID, getAnalysisDeclContext(), getParent(), Enter); 374 void BlockInvocationContext::Profile(llvm::FoldingSetNodeID &ID) { 375 Profile(ID, getAnalysisDeclContext(), getParent(), BD, ContextData); 388 LOC::Profile(ID, ctx, parent, d); 406 StackFrameContext::Profile(ID, ctx, parent, s, blk, idx); 430 BlockInvocationContext::Profile(ID, ctx, parent, BD, ContextData);
|
/external/clang/lib/StaticAnalyzer/Core/ |
SymbolManager.cpp | 152 llvm::FoldingSetNodeID profile; local 153 SymbolRegionValue::Profile(profile, R); 155 SymExpr *SD = DataSet.FindNodeOrInsertPos(profile, InsertPos); 171 llvm::FoldingSetNodeID profile; local 172 SymbolConjured::Profile(profile, E, T, Count, LCtx, SymbolTag); 174 SymExpr *SD = DataSet.FindNodeOrInsertPos(profile, InsertPos); 189 llvm::FoldingSetNodeID profile; local 190 SymbolDerived::Profile(profile, parentSymbol, R) 205 llvm::FoldingSetNodeID profile; local 223 llvm::FoldingSetNodeID profile; local [all...] |
BlockCounter.cpp | 40 void Profile(llvm::FoldingSetNodeID &ID) const {
|
/external/v8/tools/ |
profile_view.js | 30 * Creates a Profile View builder object. 41 * Builds a profile view for the specified call tree. 76 * Factory method for a profile view. 79 * @return {ProfileView} Profile view. 87 * Factory method for a profile view node. 92 * profile they can be either callees or callers.) 95 * @param {ProfileView.Node} head Profile view head. 96 * @return {ProfileView.Node} Profile view node. 106 * Creates a Profile View object. It allows to perform sorting 107 * and filtering actions on the profile [all...] |
/packages/apps/Messaging/src/com/android/messaging/util/ |
ContactUtil.java | 32 import android.provider.ContactsContract.Profile; 151 Profile._ID, // 0 152 Profile.DISPLAY_NAME_PRIMARY, // 1 153 Profile.PHOTO_THUMBNAIL_URI, // 2 154 Profile.LOOKUP_KEY // 3 156 // Profile CONTENT_URI doesn't include this information. Also, we don't need it 217 return new CursorQueryData(context, Profile.CONTENT_URI, SelfQuery.PROJECTION, null, null, 277 * Get a list of destinations (phone, email) matching the partial destination in work profile. 301 * Similar to {@link #filterPhones(Context, String)}, but search in work profile instead. 365 * Similar to {@link #filterEmails(Context, String)}, but search in work profile instead [all...] |
/packages/apps/Bluetooth/src/com/android/bluetooth/pbap/ |
BluetoothPbapUtils.java | 36 import android.provider.ContactsContract.Profile; 176 Profile.CONTENT_VCARD_URI, new String[] { Profile._ID }, null, 188 Profile.CONTENT_URI, new String[] { Profile.DISPLAY_NAME}, null, 206 .init(Profile.CONTENT_URI, null, null, null, null, Uri 207 .withAppendedPath(Profile.CONTENT_URI, 213 "Unable to create profile vcard. Error initializing composer: " 217 Log.e(TAG, "Unable to create profile vcard.", t); 235 .openAssetFileDescriptor(Profile.CONTENT_VCARD_URI, "r") [all...] |
/packages/apps/Email/src/com/android/email/activity/setup/ |
AccountSetupNamesFragment.java | 105 // Attempt to prefill the name field from the profile if we don't have it, 111 new String[] { ContactsContract.Profile.DISPLAY_NAME }; 112 return new CursorLoader(loaderContext, ContactsContract.Profile.CONTENT_URI,
|
/external/mesa3d/src/egl/main/ |
eglcontext.c | 239 ctx->Profile = val; 339 switch (ctx->Profile) { 353 * not support the requested profile, then an EGL_BAD_MATCH error 501 ctx->Profile = EGL_CONTEXT_OPENGL_CORE_PROFILE_BIT_KHR; 506 ctx->Profile = EGL_CONTEXT_OPENGL_CORE_PROFILE_BIT_KHR;
|
eglcontext.h | 63 EGLint Profile;
|
/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/ |
MachineMemOperand.h | 156 /// Profile - Gather unique data for the object. 158 void Profile(FoldingSetNodeID &ID) const;
|
/external/swiftshader/third_party/LLVM/lib/VMCore/ |
Attributes.cpp | 150 void Profile(FoldingSetNodeID &ID) const { 151 Profile(ID, Attrs.data(), Attrs.size()); 153 static void Profile(FoldingSetNodeID &ID, const AttributeWithIndex *Attr, 183 AttributeListImpl::Profile(ID, Attrs, NumAttrs);
|
/prebuilts/go/darwin-x86/src/cmd/pprof/internal/fetch/ |
fetch.go | 5 // Package fetch provides an extensible mechanism to fetch a profile 21 "internal/pprof/profile" 25 // profile. 26 func FetchProfile(source string, timeout time.Duration) (*profile.Profile, error) { 31 func Fetcher(source string, timeout time.Duration, ui plugin.UI) (*profile.Profile, error) { 45 return profile.Parse(f) 48 // FetchURL fetches a profile from a URL using HTTP.
|
/prebuilts/go/darwin-x86/src/cmd/pprof/internal/symbolz/ |
symbolz.go | 5 // Package symbolz symbolizes a profile using the output from the symbolz 18 "internal/pprof/profile" 25 // Symbolize symbolizes profile p by parsing data returned by a 30 func Symbolize(source string, syms func(string, string) ([]byte, error), p *profile.Profile) error { 48 lines := make(map[uint64]profile.Line) 49 functions := make(map[string]*profile.Function) 71 fn = &profile.Function{ 80 lines[addr] = profile.Line{Function: fn} 87 l.Line = []profile.Line{line [all...] |
/prebuilts/go/darwin-x86/src/internal/pprof/profile/ |
prune.go | 7 package profile package 17 func (p *Profile) Prune(dropRx, keepRx *regexp.Regexp) { 81 func (p *Profile) RemoveUninteresting() error {
|
/prebuilts/go/linux-x86/src/cmd/pprof/internal/fetch/ |
fetch.go | 5 // Package fetch provides an extensible mechanism to fetch a profile 21 "internal/pprof/profile" 25 // profile. 26 func FetchProfile(source string, timeout time.Duration) (*profile.Profile, error) { 31 func Fetcher(source string, timeout time.Duration, ui plugin.UI) (*profile.Profile, error) { 45 return profile.Parse(f) 48 // FetchURL fetches a profile from a URL using HTTP.
|
/prebuilts/go/linux-x86/src/cmd/pprof/internal/symbolz/ |
symbolz.go | 5 // Package symbolz symbolizes a profile using the output from the symbolz 18 "internal/pprof/profile" 25 // Symbolize symbolizes profile p by parsing data returned by a 30 func Symbolize(source string, syms func(string, string) ([]byte, error), p *profile.Profile) error { 48 lines := make(map[uint64]profile.Line) 49 functions := make(map[string]*profile.Function) 71 fn = &profile.Function{ 80 lines[addr] = profile.Line{Function: fn} 87 l.Line = []profile.Line{line [all...] |
/prebuilts/go/linux-x86/src/internal/pprof/profile/ |
prune.go | 7 package profile package 17 func (p *Profile) Prune(dropRx, keepRx *regexp.Regexp) { 81 func (p *Profile) RemoveUninteresting() error {
|