Searched defs:Profile (Results 1 - 25 of 81) sorted by last modified time

1234

/external/robolectric/lib/main/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/internal/ com/android/internal/util/ ...
/external/owasp/sanitizer/tools/findbugs/lib/
H A Dfindbugs.jarMETA-INF/ META-INF/MANIFEST.MF default.xsl edu/ edu/umd/ edu/umd/cs/ edu/ ...
/external/pdfium/core/src/fxcodec/lcms2/lcms2-2.6/src/
H A Dcmsio0.c519 int SearchOneTag(_cmsICCPROFILE* Profile, cmsTagSignature sig) argument
523 for (i=0; i < Profile -> TagCount; i++) {
525 if (sig == Profile -> TagNames[i])
/external/mesa3d/src/egl/main/
H A Deglcontext.h58 EGLint Profile; member in struct:_egl_context
/external/llvm/tools/llvm-readobj/
H A DARMAttributeParser.cpp137 StringRef Profile; local
139 default: Profile = "Unknown"; break;
140 case 'A': Profile = "Application"; break;
141 case 'R': Profile = "Real-time"; break;
142 case 'M': Profile = "Microcontroller"; break;
143 case 'S': Profile = "Classic"; break;
144 case '0': Profile = "None"; break;
147 PrintAttribute(Tag, Encoded, Profile);
/external/llvm/include/llvm/ADT/
H A DFoldingSet.h39 /// FoldingSetNode. The node class must also define a Profile method used to
40 /// establish the unique bits of data for the node. The Profile method is
54 /// void Profile(FoldingSetNodeID &ID) const {
211 static void Profile(const T &X, FoldingSetNodeID &ID) { function in struct:llvm::DefaultFoldingSetTrait
212 X.Profile(ID);
214 static void Profile(T &X, FoldingSetNodeID &ID) { function in struct:llvm::DefaultFoldingSetTrait
215 X.Profile(ID);
220 // just calls Profile and does a regular comparison. Implementations
227 // just calls Profile and does a regular hash computation.
235 /// The default behavior is to invoke a 'Profile' metho
248 static void Profile(T &X, FoldingSetNodeID &ID, Ctx Context) { function in struct:llvm::DefaultContextualFoldingSetTrait
401 FoldingSetTrait<T>::Profile(*TN, ID); member in class:llvm::FoldingSet::FoldingSetTrait
479 ContextualFoldingSetTrait<T, Ctx>::Profile(*TN, ID, Context); member in class:llvm::ContextualFoldingSet::ContextualFoldingSetTrait
764 void Profile(FoldingSetNodeID &ID) { FoldingSetTrait<T>::Profile(data, ID); } function in class:llvm::FoldingSetNodeWrapper
784 void Profile(FoldingSetNodeID &ID) const { function in class:llvm::FastFoldingSetNode
793 static inline void Profile(T *X, FoldingSetNodeID &ID) { function in struct:llvm::FoldingSetTrait
799 static inline void Profile(const std::pair<T1, T2> &P, function in struct:llvm::FoldingSetTrait
[all...]
H A DImmutableList.h43 static inline void Profile(FoldingSetNodeID& ID, const T& H, function in class:llvm::ImmutableListImpl
49 void Profile(FoldingSetNodeID& ID) { function in class:llvm::ImmutableListImpl
50 Profile(ID, Head, Tail);
134 void Profile(FoldingSetNodeID& ID) const { function in class:llvm::ImmutableList
167 // Profile the new list to see if it already exists in our cache.
172 ListTy::Profile(ID, Head, TailImpl);
H A DImmutableMap.h52 static inline void Profile(FoldingSetNodeID& ID, value_type_ref V) { function in struct:llvm::ImutKeyValueInfo
53 ImutContainerInfo<T>::Profile(ID, V.first);
54 ImutContainerInfo<S>::Profile(ID, V.second);
260 static inline void Profile(FoldingSetNodeID& ID, const ImmutableMap& M) { function in class:llvm::ImmutableMap
264 inline void Profile(FoldingSetNodeID& ID) const { function in class:llvm::ImmutableMap
265 return Profile(ID,*this);
428 static inline void Profile(FoldingSetNodeID& ID, const ImmutableMapRef &M) { function in class:llvm::ImmutableMapRef
432 inline void Profile(FoldingSetNodeID& ID) const { function in class:llvm::ImmutableMapRef
433 return Profile(ID, *this);
H A DImmutableSet.h305 ImutInfo::Profile(ID,V);
806 // Trait classes for Profile information.
817 static inline void Profile(FoldingSetNodeID& ID, value_type_ref X) { function in struct:llvm::ImutProfileInfo
818 FoldingSetTrait<T>::Profile(X,ID);
822 /// Profile traits for integers.
828 static inline void Profile(FoldingSetNodeID& ID, value_type_ref X) { function in struct:llvm::ImutProfileInteger
849 /// Profile traits for booleans.
855 static inline void Profile(FoldingSetNodeID& ID, value_type_ref X) { function in struct:llvm::ImutProfileInfo
868 static inline void Profile(FoldingSetNodeID &ID, value_type_ref X) { function in struct:llvm::ImutProfileInfo
1097 static inline void Profile(FoldingSetNodeI function in class:llvm::ImmutableSet
1101 inline void Profile(FoldingSetNodeID& ID) const { function in class:llvm::ImmutableSet
1223 static inline void Profile(FoldingSetNodeID& ID, const ImmutableSetRef& S) { function in class:llvm::ImmutableSetRef
1227 inline void Profile(FoldingSetNodeID& ID) const { function in class:llvm::ImmutableSetRef
[all...]
/external/llvm/include/llvm/Analysis/
H A DScalarEvolution.h139 static void Profile(const SCEV &X, FoldingSetNodeID& ID) { function in struct:llvm::FoldingSetTrait
/external/llvm/include/llvm/CodeGen/
H A DSelectionDAG.h65 static void Profile(const SDVTListNode &X, FoldingSetNodeID& ID) { function in struct:llvm::FoldingSetTrait
/external/llvm/include/llvm/IR/
H A DAttributes.h192 void Profile(FoldingSetNodeID &ID) const { function in class:llvm::Attribute
/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/llvm/lib/CodeGen/
H A DMachineInstr.cpp444 /// Profile - Gather unique data for the object.
446 void MachineMemOperand::Profile(FoldingSetNodeID &ID) const { function in class:MachineMemOperand
/external/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp351 // SDNode Profile Support
6233 /// Profile - Gather unique data for the node.
6235 void SDNode::Profile(FoldingSetNodeID &ID) const { function in class:SDNode
/external/llvm/lib/IR/
H A DAttributeImpl.h67 void Profile(FoldingSetNodeID &ID) const { function in class:llvm::AttributeImpl
69 Profile(ID, getKindAsEnum(), 0);
71 Profile(ID, getKindAsEnum(), getValueAsInt());
73 Profile(ID, getKindAsString(), getValueAsString());
75 static void Profile(FoldingSetNodeID &ID, Attribute::AttrKind Kind, function in class:llvm::AttributeImpl
80 static void Profile(FoldingSetNodeID &ID, StringRef Kind, StringRef Values) { function in class:llvm::AttributeImpl
173 void Profile(FoldingSetNodeID &ID) const { function in class:llvm::AttributeSetNode
174 Profile(ID, makeArrayRef(begin(), end()));
176 static void Profile(FoldingSetNodeID &ID, ArrayRef<Attribute> AttrList) { function in class:llvm::AttributeSetNode
178 AttrList[I].Profile(I
251 void Profile(FoldingSetNodeID &ID) const { function in class:llvm::AttributeSetImpl
254 static void Profile(FoldingSetNodeID &ID, function in class:llvm::AttributeSetImpl
[all...]
/external/llvm/lib/Support/
H A DAPInt.cpp165 /// Profile - This method 'profiles' an APInt for use with FoldingSet.
166 void APInt::Profile(FoldingSetNodeID& ID) const { function in class:APInt
H A DAPSInt.cpp20 void APSInt::Profile(FoldingSetNodeID& ID) const { function in class:APSInt
22 APInt::Profile(ID);
/external/llvm/lib/TableGen/
H A DRecord.cpp475 void BitsInit::Profile(FoldingSetNodeID &ID) const { function in class:BitsInit
641 void ListInit::Profile(FoldingSetNodeID &ID) const { function in class:ListInit
1592 void DagInit::Profile(FoldingSetNodeID &ID) const { function in class:DagInit
/external/javasqlite/src/main/java/SQLite/
H A DProfile.java7 public interface Profile { interface
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.equinox.p2.engine_2.0.0.v20100606.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.osgi_3.6.1.R36x_v20100806.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.osgi_3.6.2.R36x_v20101103.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/deqp/framework/opengl/
H A DgluRenderContext.hpp47 enum Profile enum in namespace:glu
50 PROFILE_CORE, //!< OpenGL Core Profile
51 PROFILE_COMPATIBILITY, //!< OpenGL Compatibility Profile
74 ApiType (int major, int minor, Profile profile) : m_bits(pack(major, minor, profile)) {}
78 Profile getProfile (void) const { return Profile((m_bits>>PROFILE_SHIFT) & ((1u<<PROFILE_BITS)-1u)); }
92 static deUint32 pack (int major, int minor, Profile profile);
109 inline deUint32 ApiType::pack (int major, int minor, Profile profile)
140 ContextType (int major, int minor, Profile profile, ContextFlags flags = ContextFlags(0));
161 inline ContextType::ContextType (int major, int minor, Profile profil
[all...]
/external/compiler-rt/make/platform/
H A Ddarwin_fat.mk26 Configs := Debug Release Profile
45 CFLAGS.Profile := $(CFLAGS) -pg -g

Completed in 4918 milliseconds

1234