HomeSort by relevance Sort by last modified time
    Searched refs:Profile (Results 151 - 175 of 732) sorted by null

1 2 3 4 5 67 8 91011>>

  /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
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); }
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/GenFds/
GenFds.py 257 if Options.uiFdName.upper() in FdfParserObj.Profile.FdDict.keys():
264 if Options.uiFvName.upper() in FdfParserObj.Profile.FvDict.keys():
271 if Options.uiCapName.upper() in FdfParserObj.Profile.CapsuleDict.keys():
382 if GenFds.OnlyGenerateThisCap != None and GenFds.OnlyGenerateThisCap.upper() in GenFdsGlobalVariable.FdfParser.Profile.CapsuleDict.keys():
383 CapsuleObj = GenFdsGlobalVariable.FdfParser.Profile.CapsuleDict.get(GenFds.OnlyGenerateThisCap.upper())
388 if GenFds.OnlyGenerateThisFd != None and GenFds.OnlyGenerateThisFd.upper() in GenFdsGlobalVariable.FdfParser.Profile.FdDict.keys():
389 FdObj = GenFdsGlobalVariable.FdfParser.Profile.FdDict.get(GenFds.OnlyGenerateThisFd.upper())
394 for FdName in GenFdsGlobalVariable.FdfParser.Profile.FdDict.keys():
395 FdObj = GenFdsGlobalVariable.FdfParser.Profile.FdDict[FdName]
399 if GenFds.OnlyGenerateThisFv != None and GenFds.OnlyGenerateThisFv.upper() in GenFdsGlobalVariable.FdfParser.Profile.FvDict.keys():
    [all...]
FdfParser.py 89 for Profile in AllIncludeFileList:
90 if Profile.IsLineInFile(Line):
91 return Profile
96 for Profile in AllIncludeFileList:
97 if Profile.IsLineInFile(Line) and Profile.FileName == File:
105 for Profile in AllIncludeFileList:
106 if Profile.IsLineInFile(Line):
107 return Profile.GetLineInFile(Line)
108 elif Line >= Profile.InsertStartLineNumber and Profile.Level == 1:
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/cover/
profile.go 7 // It is a copy of golang.org/x/tools/cover/profile.go.
22 // Profile represents the profiling data for a specific file.
23 type Profile struct {
36 type byFileName []*Profile
42 // ParseProfiles parses profile data in the specified file and returns a
43 // Profile for each source file described therein.
44 func ParseProfiles(fileName string) ([]*Profile, error) {
51 files := make(map[string]*Profile)
76 p = &Profile{
121 profiles := make([]*Profile, 0, len(files)
    [all...]
  /prebuilts/go/linux-x86/src/cmd/cover/
profile.go 7 // It is a copy of golang.org/x/tools/cover/profile.go.
22 // Profile represents the profiling data for a specific file.
23 type Profile struct {
36 type byFileName []*Profile
42 // ParseProfiles parses profile data in the specified file and returns a
43 // Profile for each source file described therein.
44 func ParseProfiles(fileName string) ([]*Profile, error) {
51 files := make(map[string]*Profile)
76 p = &Profile{
121 profiles := make([]*Profile, 0, len(files)
    [all...]
  /external/clang/include/clang/Analysis/
AnalysisContext.h 265 virtual void Profile(llvm::FoldingSetNodeID &ID) = 0;
307 void Profile(llvm::FoldingSetNodeID &ID) override;
309 static void Profile(llvm::FoldingSetNodeID &ID, AnalysisDeclContext *ctx,
333 void Profile(llvm::FoldingSetNodeID &ID) override;
335 static void Profile(llvm::FoldingSetNodeID &ID, AnalysisDeclContext *ctx,
365 void Profile(llvm::FoldingSetNodeID &ID) override;
367 static void Profile(llvm::FoldingSetNodeID &ID, AnalysisDeclContext *ctx,
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/clang/include/clang/Analysis/
AnalysisContext.h 265 virtual void Profile(llvm::FoldingSetNodeID &ID) = 0;
307 void Profile(llvm::FoldingSetNodeID &ID) override;
309 static void Profile(llvm::FoldingSetNodeID &ID, AnalysisDeclContext *ctx,
333 void Profile(llvm::FoldingSetNodeID &ID) override;
335 static void Profile(llvm::FoldingSetNodeID &ID, AnalysisDeclContext *ctx,
365 void Profile(llvm::FoldingSetNodeID &ID) override;
367 static void Profile(llvm::FoldingSetNodeID &ID, AnalysisDeclContext *ctx,
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/clang/include/clang/Analysis/
AnalysisContext.h 265 virtual void Profile(llvm::FoldingSetNodeID &ID) = 0;
307 void Profile(llvm::FoldingSetNodeID &ID) override;
309 static void Profile(llvm::FoldingSetNodeID &ID, AnalysisDeclContext *ctx,
333 void Profile(llvm::FoldingSetNodeID &ID) override;
335 static void Profile(llvm::FoldingSetNodeID &ID, AnalysisDeclContext *ctx,
365 void Profile(llvm::FoldingSetNodeID &ID) override;
367 static void Profile(llvm::FoldingSetNodeID &ID, AnalysisDeclContext *ctx,
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/clang/include/clang/Analysis/
AnalysisContext.h 265 virtual void Profile(llvm::FoldingSetNodeID &ID) = 0;
307 void Profile(llvm::FoldingSetNodeID &ID) override;
309 static void Profile(llvm::FoldingSetNodeID &ID, AnalysisDeclContext *ctx,
333 void Profile(llvm::FoldingSetNodeID &ID) override;
335 static void Profile(llvm::FoldingSetNodeID &ID, AnalysisDeclContext *ctx,
365 void Profile(llvm::FoldingSetNodeID &ID) override;
367 static void Profile(llvm::FoldingSetNodeID &ID, AnalysisDeclContext *ctx,
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/Analysis/
AnalysisContext.h 265 virtual void Profile(llvm::FoldingSetNodeID &ID) = 0;
307 void Profile(llvm::FoldingSetNodeID &ID) override;
309 static void Profile(llvm::FoldingSetNodeID &ID, AnalysisDeclContext *ctx,
333 void Profile(llvm::FoldingSetNodeID &ID) override;
335 static void Profile(llvm::FoldingSetNodeID &ID, AnalysisDeclContext *ctx,
365 void Profile(llvm::FoldingSetNodeID &ID) override;
367 static void Profile(llvm::FoldingSetNodeID &ID, AnalysisDeclContext *ctx,
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/clang/include/clang/Analysis/
AnalysisContext.h 265 virtual void Profile(llvm::FoldingSetNodeID &ID) = 0;
307 void Profile(llvm::FoldingSetNodeID &ID) override;
309 static void Profile(llvm::FoldingSetNodeID &ID, AnalysisDeclContext *ctx,
333 void Profile(llvm::FoldingSetNodeID &ID) override;
335 static void Profile(llvm::FoldingSetNodeID &ID, AnalysisDeclContext *ctx,
365 void Profile(llvm::FoldingSetNodeID &ID) override;
367 static void Profile(llvm::FoldingSetNodeID &ID, AnalysisDeclContext *ctx,
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/clang/include/clang/Analysis/
AnalysisContext.h 265 virtual void Profile(llvm::FoldingSetNodeID &ID) = 0;
307 void Profile(llvm::FoldingSetNodeID &ID) override;
309 static void Profile(llvm::FoldingSetNodeID &ID, AnalysisDeclContext *ctx,
333 void Profile(llvm::FoldingSetNodeID &ID) override;
335 static void Profile(llvm::FoldingSetNodeID &ID, AnalysisDeclContext *ctx,
365 void Profile(llvm::FoldingSetNodeID &ID) override;
367 static void Profile(llvm::FoldingSetNodeID &ID, AnalysisDeclContext *ctx,
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/clang/include/clang/Analysis/
AnalysisContext.h 265 virtual void Profile(llvm::FoldingSetNodeID &ID) = 0;
307 void Profile(llvm::FoldingSetNodeID &ID) override;
309 static void Profile(llvm::FoldingSetNodeID &ID, AnalysisDeclContext *ctx,
333 void Profile(llvm::FoldingSetNodeID &ID) override;
335 static void Profile(llvm::FoldingSetNodeID &ID, AnalysisDeclContext *ctx,
365 void Profile(llvm::FoldingSetNodeID &ID) override;
367 static void Profile(llvm::FoldingSetNodeID &ID, AnalysisDeclContext *ctx,
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/Analysis/
AnalysisContext.h 265 virtual void Profile(llvm::FoldingSetNodeID &ID) = 0;
307 void Profile(llvm::FoldingSetNodeID &ID) override;
309 static void Profile(llvm::FoldingSetNodeID &ID, AnalysisDeclContext *ctx,
333 void Profile(llvm::FoldingSetNodeID &ID) override;
335 static void Profile(llvm::FoldingSetNodeID &ID, AnalysisDeclContext *ctx,
365 void Profile(llvm::FoldingSetNodeID &ID) override;
367 static void Profile(llvm::FoldingSetNodeID &ID, AnalysisDeclContext *ctx,
  /external/llvm/include/llvm/ADT/
ImmutableMap.h 22 /// and second elements in a pair are used to generate profile information,
52 static inline void Profile(FoldingSetNodeID& ID, value_type_ref V) {
53 ImutContainerInfo<T>::Profile(ID, V.first);
54 ImutContainerInfo<S>::Profile(ID, V.second);
240 static inline void Profile(FoldingSetNodeID& ID, const ImmutableMap& M) {
244 inline void Profile(FoldingSetNodeID& ID) const {
245 return Profile(ID,*this);
399 static inline void Profile(FoldingSetNodeID &ID, const ImmutableMapRef &M) {
403 inline void Profile(FoldingSetNodeID &ID) const { return Profile(ID, *this);
    [all...]
  /external/swiftshader/third_party/LLVM/include/llvm/ADT/
ImmutableMap.h 22 /// and second elements in a pair are used to generate profile information,
52 static inline void Profile(FoldingSetNodeID& ID, value_type_ref V) {
53 ImutContainerInfo<T>::Profile(ID, V.first);
54 ImutContainerInfo<S>::Profile(ID, V.second);
254 static inline void Profile(FoldingSetNodeID& ID, const ImmutableMap& M) {
258 inline void Profile(FoldingSetNodeID& ID) const {
259 return Profile(ID,*this);
407 static inline void Profile(FoldingSetNodeID& ID, const ImmutableMapRef &M) {
411 inline void Profile(FoldingSetNodeID& ID) const {
412 return Profile(ID, *this)
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/ADT/
ImmutableMap.h 25 /// and second elements in a pair are used to generate profile information,
55 static inline void Profile(FoldingSetNodeID& ID, value_type_ref V) {
56 ImutContainerInfo<T>::Profile(ID, V.first);
57 ImutContainerInfo<S>::Profile(ID, V.second);
243 static inline void Profile(FoldingSetNodeID& ID, const ImmutableMap& M) {
247 inline void Profile(FoldingSetNodeID& ID) const {
248 return Profile(ID,*this);
403 static inline void Profile(FoldingSetNodeID &ID, const ImmutableMapRef &M) {
407 inline void Profile(FoldingSetNodeID &ID) const { return Profile(ID, *this);
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/ADT/
ImmutableMap.h 25 /// and second elements in a pair are used to generate profile information,
55 static inline void Profile(FoldingSetNodeID& ID, value_type_ref V) {
56 ImutContainerInfo<T>::Profile(ID, V.first);
57 ImutContainerInfo<S>::Profile(ID, V.second);
243 static inline void Profile(FoldingSetNodeID& ID, const ImmutableMap& M) {
247 inline void Profile(FoldingSetNodeID& ID) const {
248 return Profile(ID,*this);
403 static inline void Profile(FoldingSetNodeID &ID, const ImmutableMapRef &M) {
407 inline void Profile(FoldingSetNodeID &ID) const { return Profile(ID, *this);
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/ADT/
ImmutableMap.h 25 /// and second elements in a pair are used to generate profile information,
55 static inline void Profile(FoldingSetNodeID& ID, value_type_ref V) {
56 ImutContainerInfo<T>::Profile(ID, V.first);
57 ImutContainerInfo<S>::Profile(ID, V.second);
243 static inline void Profile(FoldingSetNodeID& ID, const ImmutableMap& M) {
247 inline void Profile(FoldingSetNodeID& ID) const {
248 return Profile(ID,*this);
403 static inline void Profile(FoldingSetNodeID &ID, const ImmutableMapRef &M) {
407 inline void Profile(FoldingSetNodeID &ID) const { return Profile(ID, *this);
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/ADT/
ImmutableMap.h 25 /// and second elements in a pair are used to generate profile information,
55 static inline void Profile(FoldingSetNodeID& ID, value_type_ref V) {
56 ImutContainerInfo<T>::Profile(ID, V.first);
57 ImutContainerInfo<S>::Profile(ID, V.second);
243 static inline void Profile(FoldingSetNodeID& ID, const ImmutableMap& M) {
247 inline void Profile(FoldingSetNodeID& ID) const {
248 return Profile(ID,*this);
403 static inline void Profile(FoldingSetNodeID &ID, const ImmutableMapRef &M) {
407 inline void Profile(FoldingSetNodeID &ID) const { return Profile(ID, *this);
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/ADT/
ImmutableMap.h 25 /// and second elements in a pair are used to generate profile information,
55 static inline void Profile(FoldingSetNodeID& ID, value_type_ref V) {
56 ImutContainerInfo<T>::Profile(ID, V.first);
57 ImutContainerInfo<S>::Profile(ID, V.second);
243 static inline void Profile(FoldingSetNodeID& ID, const ImmutableMap& M) {
247 inline void Profile(FoldingSetNodeID& ID) const {
248 return Profile(ID,*this);
403 static inline void Profile(FoldingSetNodeID &ID, const ImmutableMapRef &M) {
407 inline void Profile(FoldingSetNodeID &ID) const { return Profile(ID, *this);
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/ADT/
ImmutableMap.h 25 /// and second elements in a pair are used to generate profile information,
55 static inline void Profile(FoldingSetNodeID& ID, value_type_ref V) {
56 ImutContainerInfo<T>::Profile(ID, V.first);
57 ImutContainerInfo<S>::Profile(ID, V.second);
243 static inline void Profile(FoldingSetNodeID& ID, const ImmutableMap& M) {
247 inline void Profile(FoldingSetNodeID& ID) const {
248 return Profile(ID,*this);
403 static inline void Profile(FoldingSetNodeID &ID, const ImmutableMapRef &M) {
407 inline void Profile(FoldingSetNodeID &ID) const { return Profile(ID, *this);
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/ADT/
ImmutableMap.h 25 /// and second elements in a pair are used to generate profile information,
55 static inline void Profile(FoldingSetNodeID& ID, value_type_ref V) {
56 ImutContainerInfo<T>::Profile(ID, V.first);
57 ImutContainerInfo<S>::Profile(ID, V.second);
243 static inline void Profile(FoldingSetNodeID& ID, const ImmutableMap& M) {
247 inline void Profile(FoldingSetNodeID& ID) const {
248 return Profile(ID,*this);
403 static inline void Profile(FoldingSetNodeID &ID, const ImmutableMapRef &M) {
407 inline void Profile(FoldingSetNodeID &ID) const { return Profile(ID, *this);
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/ADT/
ImmutableMap.h 25 /// and second elements in a pair are used to generate profile information,
55 static inline void Profile(FoldingSetNodeID& ID, value_type_ref V) {
56 ImutContainerInfo<T>::Profile(ID, V.first);
57 ImutContainerInfo<S>::Profile(ID, V.second);
243 static inline void Profile(FoldingSetNodeID& ID, const ImmutableMap& M) {
247 inline void Profile(FoldingSetNodeID& ID) const {
248 return Profile(ID,*this);
403 static inline void Profile(FoldingSetNodeID &ID, const ImmutableMapRef &M) {
407 inline void Profile(FoldingSetNodeID &ID) const { return Profile(ID, *this);
    [all...]
  /compatibility/cdd/5_multimedia/
5_1_media-codecs.md 11 * [H-0-3] MPEG-4 AAC Profile (AAC LC)
12 * [H-0-4] MPEG-4 HE AAC Profile (AAC+)
18 * [T-0-1] MPEG-4 AAC Profile (AAC LC)
19 * [T-0-2] MPEG-4 HE AAC Profile (AAC+)
24 * [A-1-1] MPEG-4 AAC Profile (AAC LC)
25 * [A-1-2] MPEG-4 HE AAC Profile (AAC+)
46 * [C-1-1] MPEG-4 AAC Profile (AAC LC)
47 * [C-1-2] MPEG-4 HE AAC Profile (AAC+)
48 * [C-1-3] MPEG-4 HE AACv2 Profile (enhanced AAC+)
83 <td>MPEG-4 AAC Profile<br />(AAC LC)</td
    [all...]

Completed in 1406 milliseconds

1 2 3 4 5 67 8 91011>>