HomeSort by relevance Sort by last modified time
    Searched defs:Profile (Results 1 - 25 of 78) sorted by null

1 2 3 4

  /external/llvm/lib/Support/
APSInt.cpp 20 void APSInt::Profile(FoldingSetNodeID& ID) const {
22 APInt::Profile(ID);
  /external/chromium_org/third_party/npapi/npspy/common/
profile.cpp 40 #include "profile.h"
42 Profile::Profile()
46 Profile::~Profile()
  /external/chromium_org/third_party/npapi/npspy/include/
profile.h 41 class Profile
44 Profile();
45 ~Profile();
  /external/javasqlite/src/main/java/SQLite/
Profile.java 4 * Callback interface for SQLite's profile function.
7 public interface Profile {
10 * Callback to profile (ie log) one SQL statement
17 public void profile(String stmt, long est); method in interface:Profile
  /external/chromium_org/v8/tools/
profile.js 30 * Creates a profile object for processing profiling-related events
35 function Profile() {
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
    [all...]
  /external/chromium_org/chrome/browser/profiles/
profile.cc 5 #include "chrome/browser/profiles/profile.h"
39 Profile::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)
    [all...]
profile.h 5 // This class gathers state related to a single user profile.
68 // Instead of adding more members to Profile, consider creating a
70 // http://dev.chromium.org/developers/design-documents/profile-architecture
71 class Profile : public content::BrowserContext {
73 // Profile services are accessed with the following parameter. This parameter
76 // result in persistent implicit records while using an OffTheRecord profile.
77 // This flag allows the profile to perform an additional check.
92 // in the profile, as part of Chrome's implicit data logging. Use this flag
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., networ
    [all...]
  /external/chromium_org/chrome/browser/mac/
mac_startup_profiler.cc 22 void MacStartupProfiler::Profile(Location location) {
  /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
DynamicTypeInfo.h 40 void Profile(llvm::FoldingSetNodeID &ID) const {
Environment.h 42 /// Profile an EnvironmentEntry for inclusion in a FoldingSet.
43 static void Profile(llvm::FoldingSetNodeID &ID,
49 void Profile(llvm::FoldingSetNodeID &ID) const {
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) {
82 env->ExprBindings.Profile(ID);
85 /// Profile - Used to profile the contents of this object for inclusio
    [all...]
BasicValueFactory.h 39 static void Profile(llvm::FoldingSetNodeID& ID, QualType T,
42 void Profile(llvm::FoldingSetNodeID& ID) { Profile(ID, T, L); }
55 static void Profile(llvm::FoldingSetNodeID& ID,
59 void Profile(llvm::FoldingSetNodeID& ID) { Profile(ID, store, region); }
  /external/clang/lib/AST/
TemplateName.cpp 30 void SubstTemplateTemplateParmStorage::Profile(llvm::FoldingSetNodeID &ID) {
31 Profile(ID, Parameter, Replacement);
34 void SubstTemplateTemplateParmStorage::Profile(llvm::FoldingSetNodeID &ID,
41 void SubstTemplateTemplateParmPackStorage::Profile(llvm::FoldingSetNodeID &ID,
43 Profile(ID, Context, Parameter, TemplateArgument(Arguments, size()));
46 void SubstTemplateTemplateParmPackStorage::Profile(llvm::FoldingSetNodeID &ID,
51 ArgPack.Profile(ID, Context);
TemplateBase.cpp 235 void TemplateArgument::Profile(llvm::FoldingSetNodeID &ID,
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/chromium_org/chrome/android/java/src/org/chromium/chrome/browser/profiles/
Profile.java 10 * Wrapper that allows passing a Profile reference around in the Java layer.
12 public class Profile {
16 private Profile(long nativeProfileAndroid) {
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 create(long nativeProfileAndroid)
    [all...]
  /external/clang/lib/StaticAnalyzer/Core/
BlockCounter.cpp 40 void Profile(llvm::FoldingSetNodeID &ID) const {
BasicValueFactory.cpp 23 void CompoundValData::Profile(llvm::FoldingSetNodeID& ID, QualType T,
25 T.Profile(ID);
29 void LazyCompoundValData::Profile(llvm::FoldingSetNodeID& ID,
41 static inline void Profile(const SValData& X, llvm::FoldingSetNodeID& ID) {
42 X.first.Profile(ID);
48 static inline void Profile(const SValPair& X, llvm::FoldingSetNodeID& ID) {
49 X.first.Profile(ID);
50 X.second.Profile(ID);
77 X.Profile(ID);
112 CompoundValData::Profile(ID, T, Vals)
    [all...]
  /external/chromium_org/third_party/mesa/src/src/egl/main/
eglcontext.h 58 EGLint Profile;
  /external/compiler-rt/make/platform/
darwin_fat.mk 26 Configs := Debug Release Profile
45 CFLAGS.Profile := $(CFLAGS) -pg -g
  /external/mesa3d/src/egl/main/
eglcontext.h 58 EGLint Profile;
  /external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/
profile.rb 36 module Profile
37 =begin rdoc ANTLR3::Profile::ParserEvents
39 ANTLR3::Profile::ParserEvents expands basic debugging events for use by
40 recognition code generated by ANTLR when called with the <tt>-profile</tt>
50 def klass.profile? singleton method in class:ANTLR3.Profile.ParserEvents.included
66 def profile method in class:ANTLR3.Profile.ParserEvents
67 @debug_listener.profile
95 unless const_defined?( :Profile )
96 Profile = Struct.new(
107 class Profile
    [all...]
  /external/clang/lib/StaticAnalyzer/Checkers/
TestAfterDivZeroChecker.cpp 51 void Profile(llvm::FoldingSetNodeID &ID) const {
68 void Profile(llvm::FoldingSetNodeID &ID) const override {
  /external/llvm/lib/CodeGen/AsmPrinter/
DIE.cpp 35 /// Profile - Used to gather unique data for the abbreviation folding set.
37 void DIEAbbrevData::Profile(FoldingSetNodeID &ID) const {
48 /// Profile - Used to gather unique data for the abbreviation folding set.
50 void DIEAbbrev::Profile(FoldingSetNodeID &ID) const {
56 Data[i].Profile(ID);
  /external/llvm/lib/IR/
AttributeImpl.h 67 void Profile(FoldingSetNodeID &ID) const {
69 Profile(ID, getKindAsEnum(), 0);
71 Profile(ID, getKindAsEnum(), getValueAsInt());
73 Profile(ID, getKindAsString(), getValueAsString());
75 static void Profile(FoldingSetNodeID &ID, Attribute::AttrKind Kind,
80 static void Profile(FoldingSetNodeID &ID, StringRef Kind, StringRef Values) {
173 void Profile(FoldingSetNodeID &ID) const {
174 Profile(ID, makeArrayRef(begin(), end()));
176 static void Profile(FoldingSetNodeID &ID, ArrayRef<Attribute> AttrList) {
178 AttrList[I].Profile(ID)
    [all...]
  /external/clang/include/clang/AST/
NestedNameSpecifier.h 200 void Profile(llvm::FoldingSetNodeID &ID) const {
TemplateName.h 140 void Profile(llvm::FoldingSetNodeID &ID, ASTContext &Context);
142 static void Profile(llvm::FoldingSetNodeID &ID,
319 void Profile(llvm::FoldingSetNodeID &ID) {
355 void Profile(llvm::FoldingSetNodeID &ID);
357 static void Profile(llvm::FoldingSetNodeID &ID,
420 void Profile(llvm::FoldingSetNodeID &ID) {
421 Profile(ID, getQualifier(), hasTemplateKeyword(), getTemplateDecl());
424 static void Profile(llvm::FoldingSetNodeID &ID, NestedNameSpecifier *NNS,
518 void Profile(llvm::FoldingSetNodeID &ID) {
520 Profile(ID, getQualifier(), getIdentifier())
    [all...]

Completed in 939 milliseconds

1 2 3 4