Searched defs:Profile (Results 1 - 25 of 81) sorted by relevance

1234

/external/chromium_org/third_party/npapi/npspy/common/
H A Dprofile.cpp42 Profile::Profile() function in class:Profile
46 Profile::~Profile()
/external/chromium_org/third_party/npapi/npspy/include/
H A Dprofile.h41 class Profile class
44 Profile();
45 ~Profile();
/external/llvm/lib/Support/
H A DAPSInt.cpp20 void APSInt::Profile(FoldingSetNodeID& ID) const { function in class:APSInt
22 APInt::Profile(ID);
/external/chromium_org/v8/tools/
H A Dprofile.js35 function Profile() { class
48 Profile.prototype.skipThisFunction = function(name) {
59 Profile.Operation = {
71 Profile.CodeState = {
81 * See the Profile.Operation enum for the list of
90 Profile.prototype.handleUnknownCode = function(
102 Profile.prototype.addLibrary = function(
118 Profile.prototype.addStaticCode = function(
135 Profile.prototype.addCode = function(
137 var entry = new Profile
[all...]
/external/javasqlite/src/main/java/SQLite/
H A DProfile.java7 public interface Profile { interface
/external/chromium_org/chrome/browser/profiles/
H A Dprofile.cc39 Profile::Profile() function in class:Profile
45 Profile::~Profile() {
49 Profile* Profile::FromBrowserContext(content::BrowserContext* browser_context) {
51 return static_cast<Profile*>(browser_context);
55 Profile* Profile::FromWebUI(content::WebUI* web_ui) {
59 TestingProfile* Profile
[all...]
H A Dprofile.h68 // Instead of adding more members to Profile, consider creating a
71 class Profile : public content::BrowserContext { class in inherits:content::BrowserContext
73 // Profile services are accessed with the following parameter. This parameter
99 // Profile services were not created due to a local error (e.g., disk full).
101 // Profile services were not created due to a remote error (e.g., network
104 // Profile created but before initializing extensions and promo resources.
106 // Profile is created, extensions and promo resources are initialized.
108 // Profile creation (supervised-user registration, generally) was canceled
141 virtual void OnProfileCreated(Profile* profile,
149 Profile();
[all...]
/external/chromium_org/chrome/browser/mac/
H A Dmac_startup_profiler.cc22 void MacStartupProfiler::Profile(Location location) { function in class:MacStartupProfiler
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DDynamicTypeInfo.h40 void Profile(llvm::FoldingSetNodeID &ID) const { function in class:clang::ento::DynamicTypeInfo
H A DEnvironment.h42 /// Profile an EnvironmentEntry for inclusion in a FoldingSet.
43 static void Profile(llvm::FoldingSetNodeID &ID, function in class:clang::ento::EnvironmentEntry
49 void Profile(llvm::FoldingSetNodeID &ID) const { function in class:clang::ento::EnvironmentEntry
50 Profile(ID, *this);
79 /// Profile - Profile the contents of an Environment object for use
81 static void Profile(llvm::FoldingSetNodeID& ID, const Environment* env) { function in class:clang::ento::Environment
82 env->ExprBindings.Profile(ID);
85 /// Profile - Used to profile the contents of this object for inclusion
87 void Profile(llv function in class:clang::ento::Environment
[all...]
H A DBasicValueFactory.h39 static void Profile(llvm::FoldingSetNodeID& ID, QualType T,
42 void Profile(llvm::FoldingSetNodeID& ID) { Profile(ID, T, L); } function in class:clang::ento::CompoundValData
55 static void Profile(llvm::FoldingSetNodeID& ID,
59 void Profile(llvm::FoldingSetNodeID& ID) { Profile(ID, store, region); } function in class:clang::ento::LazyCompoundValData
/external/chromium_org/chrome/android/java/src/org/chromium/chrome/browser/profiles/
H A DProfile.java10 * Wrapper that allows passing a Profile reference around in the Java layer.
12 public class Profile { class
16 private Profile(long nativeProfileAndroid) { method in class:Profile
20 public static Profile getLastUsedProfile() {
21 return (Profile) nativeGetLastUsedProfile();
24 public Profile getOriginalProfile() {
25 return (Profile) nativeGetOriginalProfile(mNativeProfileAndroid);
28 public Profile getOffTheRecordProfile() {
29 return (Profile) nativeGetOffTheRecordProfile(mNativeProfileAndroid);
41 private static Profile creat
[all...]
/external/chromium_org/third_party/mesa/src/src/egl/main/
H A Deglcontext.h58 EGLint Profile; member in struct:_egl_context
/external/clang/lib/AST/
H A DTemplateName.cpp30 void SubstTemplateTemplateParmStorage::Profile(llvm::FoldingSetNodeID &ID) { function in class:SubstTemplateTemplateParmStorage
31 Profile(ID, Parameter, Replacement);
34 void SubstTemplateTemplateParmStorage::Profile(llvm::FoldingSetNodeID &ID, function in class:SubstTemplateTemplateParmStorage
41 void SubstTemplateTemplateParmPackStorage::Profile(llvm::FoldingSetNodeID &ID, function in class:SubstTemplateTemplateParmPackStorage
43 Profile(ID, Context, Parameter, TemplateArgument(Arguments, size()));
46 void SubstTemplateTemplateParmPackStorage::Profile(llvm::FoldingSetNodeID &ID, function in class:SubstTemplateTemplateParmPackStorage
51 ArgPack.Profile(ID, Context);
H A DTemplateBase.cpp235 void TemplateArgument::Profile(llvm::FoldingSetNodeID &ID, function in class:TemplateArgument
243 getAsType().Profile(ID);
247 getNullPtrType().Profile(ID);
273 getAsIntegral().Profile(ID);
274 getIntegralType().Profile(ID);
278 getAsExpr()->Profile(ID, Context, true);
284 Args.Args[I].Profile(ID, Context);
/external/clang/lib/StaticAnalyzer/Core/
H A DBlockCounter.cpp40 void Profile(llvm::FoldingSetNodeID &ID) const { function in class:__anon18254::CountKey
H A DBasicValueFactory.cpp23 void CompoundValData::Profile(llvm::FoldingSetNodeID& ID, QualType T, function in class:CompoundValData
25 T.Profile(ID);
29 void LazyCompoundValData::Profile(llvm::FoldingSetNodeID& ID, function in class:LazyCompoundValData
41 static inline void Profile(const SValData& X, llvm::FoldingSetNodeID& ID) { function in struct:llvm::FoldingSetTrait
42 X.first.Profile(ID);
48 static inline void Profile(const SValPair& X, llvm::FoldingSetNodeID& ID) { function in struct:llvm::FoldingSetTrait
49 X.first.Profile(ID);
50 X.second.Profile(ID);
77 X.Profile(ID);
112 CompoundValData::Profile(I
[all...]
/external/compiler-rt/make/platform/
H A Ddarwin_fat.mk26 Configs := Debug Release Profile
45 CFLAGS.Profile := $(CFLAGS) -pg -g
/external/mesa3d/src/egl/main/
H A Deglcontext.h58 EGLint Profile; member in struct:_egl_context
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/
H A Dprofile.rb36 module Profile module in class:ANTLR3
37 =begin rdoc ANTLR3::Profile::ParserEvents
39 ANTLR3::Profile::ParserEvents expands basic debugging events for use by
95 unless const_defined?( :Profile )
96 Profile = Struct.new(
107 class Profile class in class:ANTLR3.Profile
131 report << '| ' << "ANTLR Rule Profile".center( 76 ) << " |\n"
186 =begin rdoc ANTLR3::Profile::Profiler
229 @profile = Profile.new
/external/llvm/lib/CodeGen/AsmPrinter/
H A DDIE.cpp35 /// Profile - Used to gather unique data for the abbreviation folding set.
37 void DIEAbbrevData::Profile(FoldingSetNodeID &ID) const { function in class:DIEAbbrevData
48 /// Profile - Used to gather unique data for the abbreviation folding set.
50 void DIEAbbrev::Profile(FoldingSetNodeID &ID) const { function in class:DIEAbbrev
56 Data[i].Profile(ID);
/external/clang/include/clang/AST/
H A DNestedNameSpecifier.h200 void Profile(llvm::FoldingSetNodeID &ID) const { function in class:clang::NestedNameSpecifier
/external/clang/lib/StaticAnalyzer/Checkers/
H A DPthreadLockChecker.cpp47 void Profile(llvm::FoldingSetNodeID &ID) const { function in struct:__anon18225::LockState
H A DSimpleStreamChecker.cpp45 void Profile(llvm::FoldingSetNodeID &ID) const { function in struct:__anon18236::StreamState
H A DTestAfterDivZeroChecker.cpp51 void Profile(llvm::FoldingSetNodeID &ID) const { function in class:__anon18241::ZeroState
68 void Profile(llvm::FoldingSetNodeID &ID) const override {

Completed in 7872 milliseconds

1234