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

1234

/external/aac/libMpegTPDec/include/
H A Dtp_data.h128 UCHAR Profile; member in struct:__anon156
/external/aac/libMpegTPEnc/include/
H A Dtp_data.h128 UCHAR Profile; member in struct:__anon173
/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/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/chrome/browser/mac/
H A Dmac_startup_profiler.cc22 void MacStartupProfiler::Profile(Location location) { function in class:MacStartupProfiler
/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/third_party/WebKit/Source/devtools/front_end/sdk/
H A DConsoleModel.js416 Profile: "profile",
/external/chromium_org/third_party/android_platform/webview/
H A Dframeworks.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/location/ android/location/Address$1.class ...
/external/chromium_org/third_party/mesa/src/src/egl/main/
H A Deglcontext.h58 EGLint Profile; member in struct:_egl_context
/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/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/clang/include/clang/AST/
H A DASTContext.h185 void Profile(llvm::FoldingSetNodeID &ID) { Profile(ID, Parm); } function in class:clang::ASTContext::CanonicalTemplateTemplateParm
187 static void Profile(llvm::FoldingSetNodeID &ID,
H A DCanonicalType.h182 void Profile(llvm::FoldingSetNodeID &ID) const { function in class:clang::CanQual
H A DDeclTemplate.h382 void Profile(llvm::FoldingSetNodeID &ID) { function in class:clang::TemplateParameterList::FunctionTemplateSpecializationInfo
383 Profile(ID, TemplateArguments->asArray(),
388 Profile(llvm::FoldingSetNodeID &ID, ArrayRef<TemplateArgument> TemplateArgs, function in class:clang::TemplateParameterList::FunctionTemplateSpecializationInfo
392 TemplateArgs[Arg].Profile(ID, Context);
1628 void Profile(llvm::FoldingSetNodeID &ID) const { function in class:clang::TemplateParameterList::ClassTemplateSpecializationDecl
1629 Profile(ID, TemplateArgs->asArray(), getASTContext());
1633 Profile(llvm::FoldingSetNodeID &ID, ArrayRef<TemplateArgument> TemplateArgs, function in class:clang::TemplateParameterList::ClassTemplateSpecializationDecl
1637 TemplateArgs[Arg].Profile(ID, Context);
1789 // FIXME: Add Profile support!
2485 void Profile(llv function in class:clang::TemplateParameterList::VarTemplateSpecializationDecl
2489 static void Profile(llvm::FoldingSetNodeID &ID, function in class:clang::TemplateParameterList::VarTemplateSpecializationDecl
[all...]
H A DNestedNameSpecifier.h200 void Profile(llvm::FoldingSetNodeID &ID) const { function in class:clang::NestedNameSpecifier
H A DTemplateName.h140 void Profile(llvm::FoldingSetNodeID &ID, ASTContext &Context);
142 static void Profile(llvm::FoldingSetNodeID &ID,
319 void Profile(llvm::FoldingSetNodeID &ID) { function in class:clang::TemplateName
355 void Profile(llvm::FoldingSetNodeID &ID);
357 static void Profile(llvm::FoldingSetNodeID &ID,
420 void Profile(llvm::FoldingSetNodeID &ID) { function in class:clang::QualifiedTemplateName
421 Profile(ID, getQualifier(), hasTemplateKeyword(), getTemplateDecl());
424 static void Profile(llvm::FoldingSetNodeID &ID, NestedNameSpecifier *NNS, function in class:clang::QualifiedTemplateName
518 void Profile(llvm::FoldingSetNodeID &ID) { function in class:clang::DependentTemplateName
520 Profile(I
525 static void Profile(llvm::FoldingSetNodeID &ID, NestedNameSpecifier *NNS, function in class:clang::DependentTemplateName
532 static void Profile(llvm::FoldingSetNodeID &ID, NestedNameSpecifier *NNS, function in class:clang::DependentTemplateName
[all...]
H A DType.h475 void Profile(llvm::FoldingSetNodeID &ID) const { function in class:clang::Qualifiers
921 void Profile(llvm::FoldingSetNodeID &ID) const { function in class:clang::QualType
1106 void Profile(llvm::FoldingSetNodeID &ID) const { function in class:clang::ExtQuals
1107 Profile(ID, getBaseType(), Quals);
1109 static void Profile(llvm::FoldingSetNodeID &ID, function in class:clang::ExtQuals
1114 Quals.Profile(ID);
1926 void Profile(llvm::FoldingSetNodeID &ID) { function in class:clang::ComplexType
1927 Profile(ID, getElementType());
1929 static void Profile(llvm::FoldingSetNodeID &ID, QualType Element) { function in class:clang::ComplexType
1957 void Profile(llv function in class:clang::ParenType
1960 static void Profile(llvm::FoldingSetNodeID &ID, QualType Inner) { function in class:clang::ParenType
1988 void Profile(llvm::FoldingSetNodeID &ID) { function in class:clang::PointerType
1991 static void Profile(llvm::FoldingSetNodeID &ID, QualType Pointee) { function in class:clang::PointerType
2023 void Profile(llvm::FoldingSetNodeID &ID) { function in class:clang::AdjustedType
2026 static void Profile(llvm::FoldingSetNodeID &ID, QualType Orig, QualType New) { function in class:clang::AdjustedType
2079 void Profile(llvm::FoldingSetNodeID &ID) { function in class:clang::BlockPointerType
2082 static void Profile(llvm::FoldingSetNodeID &ID, QualType Pointee) { function in class:clang::BlockPointerType
2122 void Profile(llvm::FoldingSetNodeID &ID) { function in class:clang::ReferenceType
2125 static void Profile(llvm::FoldingSetNodeID &ID, function in class:clang::ReferenceType
2212 void Profile(llvm::FoldingSetNodeID &ID) { function in class:clang::MemberPointerType
2215 static void Profile(llvm::FoldingSetNodeID &ID, QualType Pointee, function in class:clang::MemberPointerType
2315 void Profile(llvm::FoldingSetNodeID &ID) { function in class:clang::ConstantArrayType
2319 static void Profile(llvm::FoldingSetNodeID &ID, QualType ET, function in class:clang::ConstantArrayType
2352 void Profile(llvm::FoldingSetNodeID &ID) { function in class:clang::IncompleteArrayType
2357 static void Profile(llvm::FoldingSetNodeID &ID, QualType ET, function in class:clang::IncompleteArrayType
2414 void Profile(llvm::FoldingSetNodeID &ID) { function in class:clang::VariableArrayType
2471 void Profile(llvm::FoldingSetNodeID &ID) { function in class:clang::DependentSizedArrayType
2513 void Profile(llvm::FoldingSetNodeID &ID) { function in class:clang::DependentSizedExtVectorType
2564 void Profile(llvm::FoldingSetNodeID &ID) { function in class:clang::VectorType
2568 static void Profile(llvm::FoldingSetNodeID &ID, QualType ElementType, function in class:clang::VectorType
2826 void Profile(llvm::FoldingSetNodeID &ID) { function
2829 static void Profile(llvm::FoldingSetNodeID &ID, QualType ResultType, function
3205 void Profile(llvm::FoldingSetNodeID &ID) { function in class:clang::FunctionType::ExtInfo::FunctionProtoType::DependentTypeOfExprType
3270 void Profile(llvm::FoldingSetNodeID &ID) { function in class:clang::FunctionType::ExtInfo::FunctionProtoType::DependentDecltypeType
3460 void Profile(llvm::FoldingSetNodeID &ID) { function in class:clang::FunctionType::ExtInfo::FunctionProtoType::AttributedType
3464 static void Profile(llvm::FoldingSetNodeID &ID, Kind attrKind, function in class:clang::FunctionType::ExtInfo::FunctionProtoType::AttributedType
3531 void Profile(llvm::FoldingSetNodeID &ID) { function in class:clang::FunctionType::ExtInfo::FunctionProtoType::TemplateTypeParmType
3535 static void Profile(llvm::FoldingSetNodeID &ID, unsigned Depth, function in class:clang::FunctionType::ExtInfo::FunctionProtoType::TemplateTypeParmType
3584 void Profile(llvm::FoldingSetNodeID &ID) { function in class:clang::FunctionType::ExtInfo::FunctionProtoType::SubstTemplateTypeParmType
3587 static void Profile(llvm::FoldingSetNodeID &ID, function in class:clang::FunctionType::ExtInfo::FunctionProtoType::SubstTemplateTypeParmType
3687 void Profile(llvm::FoldingSetNodeID &ID) { function in class:clang::FunctionType::ExtInfo::FunctionProtoType::AutoType
3692 static void Profile(llvm::FoldingSetNodeID &ID, QualType Deduced, function in class:clang::FunctionType::ExtInfo::FunctionProtoType::AutoType
3832 void Profile(llvm::FoldingSetNodeID &ID, const ASTContext &Ctx) { function in class:clang::FunctionType::ExtInfo::FunctionProtoType::TemplateSpecializationType
4040 void Profile(llvm::FoldingSetNodeID &ID) { function in class:clang::FunctionType::ExtInfo::FunctionProtoType::ElaboratedType
4044 static void Profile(llvm::FoldingSetNodeID &ID, ElaboratedTypeKeyword Keyword, function in class:clang::FunctionType::ExtInfo::FunctionProtoType::ElaboratedType
4103 void Profile(llvm::FoldingSetNodeID &ID) { function in class:clang::FunctionType::ExtInfo::FunctionProtoType::DependentNameType
4107 static void Profile(llvm::FoldingSetNodeID &ID, ElaboratedTypeKeyword Keyword, function in class:clang::FunctionType::ExtInfo::FunctionProtoType::DependentNameType
4172 void Profile(llvm::FoldingSetNodeID &ID, const ASTContext &Context) { function in class:clang::FunctionType::ExtInfo::FunctionProtoType::DependentTemplateSpecializationType
4252 void Profile(llvm::FoldingSetNodeID &ID) { function in class:clang::FunctionType::ExtInfo::FunctionProtoType::PackExpansionType
4256 static void Profile(llvm::FoldingSetNodeID &ID, QualType Pattern, function in class:clang::FunctionType::ExtInfo::FunctionProtoType::PackExpansionType
4584 void Profile(llvm::FoldingSetNodeID &ID) { function in class:clang::FunctionType::ExtInfo::FunctionProtoType::ObjCObjectPointerType
4587 static void Profile(llvm::FoldingSetNodeID &ID, QualType T) { function in class:clang::FunctionType::ExtInfo::FunctionProtoType::ObjCObjectPointerType
4614 void Profile(llvm::FoldingSetNodeID &ID) { function in class:clang::FunctionType::ExtInfo::FunctionProtoType::AtomicType
4617 static void Profile(llvm::FoldingSetNodeID &ID, QualType T) { function in class:clang::FunctionType::ExtInfo::FunctionProtoType::AtomicType
[all...]
/external/clang/include/clang/Analysis/
H A DAnalysisContext.h252 virtual void Profile(llvm::FoldingSetNodeID &ID) = 0;
294 void Profile(llvm::FoldingSetNodeID &ID) override;
296 static void Profile(llvm::FoldingSetNodeID &ID, AnalysisDeclContext *ctx, function in class:clang::StackFrameContext
320 void Profile(llvm::FoldingSetNodeID &ID) override;
322 static void Profile(llvm::FoldingSetNodeID &ID, AnalysisDeclContext *ctx, function in class:clang::ScopeContext
352 void Profile(llvm::FoldingSetNodeID &ID) override;
354 static void Profile(llvm::FoldingSetNodeID &ID, AnalysisDeclContext *ctx, function in class:clang::BlockInvocationContext
H A DProgramPoint.h162 Profile(ID);
180 void Profile(llvm::FoldingSetNodeID& ID) const { function in class:clang::ProgramPoint
/external/clang/include/clang/CodeGen/
H A DCGFunctionInfo.h446 void Profile(llvm::FoldingSetNodeID &ID) { function in class:clang::CodeGen::ABIArgInfo::CGFunctionInfo
454 getReturnType().Profile(ID);
456 I.type.Profile(ID);
458 static void Profile(llvm::FoldingSetNodeID &ID, function in class:clang::CodeGen::ABIArgInfo::CGFunctionInfo
471 resultType.Profile(ID);
474 i->Profile(ID);
/external/clang/include/clang/StaticAnalyzer/Core/BugReporter/
H A DBugReporter.h308 /// Profile to identify equivalent bug reports for error report coalescing.
311 virtual void Profile(llvm::FoldingSetNodeID& hash) const;
353 void Profile(llvm::FoldingSetNodeID& ID) const { function in class:clang::ento::BugReportEquivClass
355 Reports.front().Profile(ID);
H A DPathDiagnostic.h70 void Profile(llvm::FoldingSetNodeID &ID) { ID = NodeID; } function in class:clang::ento::PathDiagnosticConsumer::PDFileEntry
292 void Profile(llvm::FoldingSetNodeID &ID) const;
323 void Profile(llvm::FoldingSetNodeID &ID) const { function in class:clang::ento::PathDiagnosticLocationPair
324 Start.Profile(ID);
325 End.Profile(ID);
403 virtual void Profile(llvm::FoldingSetNodeID &ID) const;
449 void Profile(llvm::FoldingSetNodeID &ID) const override;
611 void Profile(llvm::FoldingSetNodeID &ID) const override;
681 void Profile(llvm::FoldingSetNodeID &ID) const override;
707 void Profile(llv
[all...]
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
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

Completed in 1514 milliseconds

1234