Searched defs:Profile (Results 1 - 25 of 78) 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/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/android/autofill/
H A Dprofile_android.cc30 // We only need the Profile constructor (but that is needed since
31 // ProfileImplAndroid is a subclass of Profile). To avoid compiling the file,
35 Profile::Profile() function in class:Profile
49 Profile* ProfileImplAndroid::GetOriginalProfile()
74 Profile* Profile::CreateProfile(const FilePath& path) {
/external/chromium_org/chrome/browser/profiles/
H A Dprofile.cc30 Profile::Profile() function in class:Profile
36 Profile::~Profile() {
40 Profile* Profile::FromBrowserContext(content::BrowserContext* browser_context) {
42 return static_cast<Profile*>(browser_context);
46 Profile* Profile::FromWebUI(content::WebUI* web_ui) {
50 TestingProfile* Profile
[all...]
H A Dprofile.h71 // Instead of adding more members to Profile, consider creating a
74 class Profile : public content::BrowserContext { class in inherits:content::BrowserContext
76 // Profile services are accessed with the following parameter. This parameter
102 // Profile services were not created due to a local error (e.g., disk full).
104 // Profile services were not created due to a remote error (e.g., network
107 // Profile created but before initializing extensions and promo resources.
109 // Profile is created, extensions and promo resources are initialized.
111 // Profile creation (managed-user registration, generally) was canceled
138 virtual void OnProfileCreated(Profile* profile,
146 Profile();
[all...]
/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(int nativeProfileAndroid) { method in class:Profile
21 private static Profile create(int nativeProfileAndroid) {
22 return new Profile(nativeProfileAndroid);
/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/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);
269 getAsIntegral().Profile(ID);
270 getIntegralType().Profile(ID);
274 getAsExpr()->Profile(ID, Context, true);
280 Args.Args[I].Profile(ID, Context);
/external/clang/lib/StaticAnalyzer/Core/
H A DBlockCounter.cpp41 void Profile(llvm::FoldingSetNodeID &ID) const { function in class:__anon15582::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/chromium/chrome/browser/profiles/
H A Dprofile.h128 Profile { class
130 // Profile services are accessed with the following parameter. This parameter
158 virtual void OnProfileCreated(Profile* profile, bool success) = 0;
170 Profile();
171 virtual ~Profile() {}
173 // Profile prefs are registered as soon as the prefs are loaded for the first
178 static Profile* CreateProfile(const FilePath& path);
181 static Profile* CreateProfileAsync(const FilePath& path,
203 virtual Profile* GetOffTheRecordProfile() = 0;
213 virtual Profile* GetOriginalProfil
[all...]
/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/clang/include/clang/StaticAnalyzer/Core/BugReporter/
H A DBugReporterVisitor.h73 virtual void Profile(llvm::FoldingSetNodeID &ID) const = 0;
121 void Profile(llvm::FoldingSetNodeID &ID) const;
147 void Profile(llvm::FoldingSetNodeID &ID) const;
170 void Profile(llvm::FoldingSetNodeID &ID) const { function in class:clang::ento::NilReceiverBRVisitor
188 void Profile(llvm::FoldingSetNodeID &ID) const { function in class:clang::ento::ConditionBRVisitor
260 void Profile(llvm::FoldingSetNodeID &ID) const { function in class:clang::ento::LikelyFalsePositiveSuppressionBRVisitor
290 virtual void Profile(llvm::FoldingSetNodeID &ID) const { function in class:clang::ento::UndefOrNullArgVisitor
322 void Profile(llvm::FoldingSetNodeID &ID) const;
/external/llvm/lib/CodeGen/AsmPrinter/
H A DDIE.cpp34 /// Profile - Used to gather unique data for the abbreviation folding set.
36 void DIEAbbrevData::Profile(FoldingSetNodeID &ID) const { function in class:DIEAbbrevData
45 /// Profile - Used to gather unique data for the abbreviation folding set.
47 void DIEAbbrev::Profile(FoldingSetNodeID &ID) const { function in class:DIEAbbrev
53 Data[i].Profile(ID);
/external/clang/include/clang/AST/
H A DNestedNameSpecifier.h199 void Profile(llvm::FoldingSetNodeID &ID) const { function in class:clang::NestedNameSpecifier

Completed in 675 milliseconds

1234