/external/swiftshader/third_party/LLVM/lib/Support/ |
APSInt.cpp | 20 void APSInt::Profile(FoldingSetNodeID& ID) const { 22 APInt::Profile(ID);
|
/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
|
/packages/apps/Camera2/src/com/android/camera/stats/profiler/ |
Profile.java | 20 * A profile is the primary mechanism used to start, stop, 23 public interface Profile { 28 public Profile start(); 41 * Stop the profile. 46 * Stop the profile for a given reason.
|
Profiler.java | 20 * Creates profile instances for timing or guarding 26 * Create a new profile object. 28 Profile create(String name);
|
GuardingProfiler.java | 21 * will only write output messages if the profile time 43 public Profile create(String name) { 48 /** Start a new profile, but override the maxDuration */ 49 public Profile create(String name, int maxDurationMillis) {
|
LoggingProfiler.java | 31 public Profile create(String name) { 32 LoggingProfile profile = new LoggingProfile(mWriter, name); local 33 profile.start(); 34 return profile;
|
Profilers.java | 75 public Profile e(String name) { 83 public Profile w(String name) { 91 public Profile i(String name) { 99 public Profile d(String name) { 107 public Profile v(String name) { 115 public Profile guard(String name) { 119 public Profile guard(String name, int durationMillis) {
|
/developers/samples/android/wearable/wear/WearMessagingApp/Wearable/src/main/java/com/example/android/wearable/wear/messaging/mock/ |
MockObjectGenerator.java | 20 import com.example.android.wearable.wear.messaging.model.Profile; 30 * @return a {@link List<Profile>} that can be used to mock out a user's contact list. 32 public static List<Profile> generateDefaultContacts() { 34 Profile paul = buildProfile("1234", "Paul Saxman", "PaulSaxman@email.com", R.drawable.paul); 36 Profile ben = 39 Profile jeremy = 42 Profile jennifer = 46 Profile android = 49 Profile lisa = 52 Profile jane = buildProfile("7890", "Jane Doe", "janedoe@email.com", R.drawable.jane) [all...] |
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
Environment.h | 43 /// Profile an EnvironmentEntry for inclusion in a FoldingSet. 44 static void Profile(llvm::FoldingSetNodeID &ID, 50 void Profile(llvm::FoldingSetNodeID &ID) const { 51 Profile(ID, *this); 80 /// Profile - Profile the contents of an Environment object for use 82 static void Profile(llvm::FoldingSetNodeID& ID, const Environment* env) { 83 env->ExprBindings.Profile(ID); 86 /// Profile - Used to profile the contents of this object for inclusio [all...] |
/prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
Environment.h | 43 /// Profile an EnvironmentEntry for inclusion in a FoldingSet. 44 static void Profile(llvm::FoldingSetNodeID &ID, 50 void Profile(llvm::FoldingSetNodeID &ID) const { 51 Profile(ID, *this); 80 /// Profile - Profile the contents of an Environment object for use 82 static void Profile(llvm::FoldingSetNodeID& ID, const Environment* env) { 83 env->ExprBindings.Profile(ID); 86 /// Profile - Used to profile the contents of this object for inclusio [all...] |
/prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
Environment.h | 43 /// Profile an EnvironmentEntry for inclusion in a FoldingSet. 44 static void Profile(llvm::FoldingSetNodeID &ID, 50 void Profile(llvm::FoldingSetNodeID &ID) const { 51 Profile(ID, *this); 80 /// Profile - Profile the contents of an Environment object for use 82 static void Profile(llvm::FoldingSetNodeID& ID, const Environment* env) { 83 env->ExprBindings.Profile(ID); 86 /// Profile - Used to profile the contents of this object for inclusio [all...] |
/prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
Environment.h | 43 /// Profile an EnvironmentEntry for inclusion in a FoldingSet. 44 static void Profile(llvm::FoldingSetNodeID &ID, 50 void Profile(llvm::FoldingSetNodeID &ID) const { 51 Profile(ID, *this); 80 /// Profile - Profile the contents of an Environment object for use 82 static void Profile(llvm::FoldingSetNodeID& ID, const Environment* env) { 83 env->ExprBindings.Profile(ID); 86 /// Profile - Used to profile the contents of this object for inclusio [all...] |
/prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
Environment.h | 43 /// Profile an EnvironmentEntry for inclusion in a FoldingSet. 44 static void Profile(llvm::FoldingSetNodeID &ID, 50 void Profile(llvm::FoldingSetNodeID &ID) const { 51 Profile(ID, *this); 80 /// Profile - Profile the contents of an Environment object for use 82 static void Profile(llvm::FoldingSetNodeID& ID, const Environment* env) { 83 env->ExprBindings.Profile(ID); 86 /// Profile - Used to profile the contents of this object for inclusio [all...] |
/prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
Environment.h | 43 /// Profile an EnvironmentEntry for inclusion in a FoldingSet. 44 static void Profile(llvm::FoldingSetNodeID &ID, 50 void Profile(llvm::FoldingSetNodeID &ID) const { 51 Profile(ID, *this); 80 /// Profile - Profile the contents of an Environment object for use 82 static void Profile(llvm::FoldingSetNodeID& ID, const Environment* env) { 83 env->ExprBindings.Profile(ID); 86 /// Profile - Used to profile the contents of this object for inclusio [all...] |
/prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
Environment.h | 43 /// Profile an EnvironmentEntry for inclusion in a FoldingSet. 44 static void Profile(llvm::FoldingSetNodeID &ID, 50 void Profile(llvm::FoldingSetNodeID &ID) const { 51 Profile(ID, *this); 80 /// Profile - Profile the contents of an Environment object for use 82 static void Profile(llvm::FoldingSetNodeID& ID, const Environment* env) { 83 env->ExprBindings.Profile(ID); 86 /// Profile - Used to profile the contents of this object for inclusio [all...] |
/prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
Environment.h | 43 /// Profile an EnvironmentEntry for inclusion in a FoldingSet. 44 static void Profile(llvm::FoldingSetNodeID &ID, 50 void Profile(llvm::FoldingSetNodeID &ID) const { 51 Profile(ID, *this); 80 /// Profile - Profile the contents of an Environment object for use 82 static void Profile(llvm::FoldingSetNodeID& ID, const Environment* env) { 83 env->ExprBindings.Profile(ID); 86 /// Profile - Used to profile the contents of this object for inclusio [all...] |
/prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
Environment.h | 43 /// Profile an EnvironmentEntry for inclusion in a FoldingSet. 44 static void Profile(llvm::FoldingSetNodeID &ID, 50 void Profile(llvm::FoldingSetNodeID &ID) const { 51 Profile(ID, *this); 80 /// Profile - Profile the contents of an Environment object for use 82 static void Profile(llvm::FoldingSetNodeID& ID, const Environment* env) { 83 env->ExprBindings.Profile(ID); 86 /// Profile - Used to profile the contents of this object for inclusio [all...] |
/device/linaro/bootloader/edk2/BaseTools/Source/Python/Common/ |
FdfClassObject.py | 91 for Index in range(0, len(Fdf.Profile.PcdDict)):
93 for Key in Fdf.Profile.PcdDict.keys():
97 FileName = Fdf.Profile.PcdFileLineDict[Key][0]
98 StartLine = Fdf.Profile.PcdFileLineDict[Key][1]
101 for Index in range(0, len(Fdf.Profile.InfList)):
103 Value1 = Fdf.Profile.InfList[Index]
105 FileName = Fdf.Profile.InfFileLineList[Index][0]
106 StartLine = Fdf.Profile.InfFileLineList[Index][1]
|
/external/llvm/lib/Support/ |
APSInt.cpp | 40 void APSInt::Profile(FoldingSetNodeID& ID) const { 42 APInt::Profile(ID);
|
/developers/samples/android/wearable/wear/WearMessagingApp/Wearable/src/main/java/com/example/android/wearable/wear/messaging/model/ |
Profile.java | 23 /** Represents a user profile. Parcelable to pass between activities. */ 24 public class Profile implements Parcelable { 33 public Profile() {} 35 public Profile(@NonNull GoogleSignInAccount account) { 44 public Profile(String id, String name, String imageUri) { 51 private Profile(Builder builder) { 132 Profile profile = (Profile) other; local 134 if (!id.equals(profile.id)) [all...] |
/device/linaro/bootloader/edk2/BaseTools/Source/Python/Eot/ |
CodeFragmentCollector.py | 67 self.Profile = FileProfile.FileProfile(FileName)
68 self.Profile.FileLinesList.append(T_CHAR_LF)
119 NumberOfLines = len(self.Profile.FileLinesList)
120 SizeOfLastLine = len(self.Profile.FileLinesList[-1])
137 SizeOfCurrentLine = len(self.Profile.FileLinesList[self.CurrentLineNumber - 1])
179 if self.CurrentOffsetWithinLine == len(self.Profile.FileLinesList[self.CurrentLineNumber - 1]) - 1:
193 CurrentChar = self.Profile.FileLinesList[self.CurrentLineNumber - 1][self.CurrentOffsetWithinLine]
205 if self.CurrentOffsetWithinLine == len(self.Profile.FileLinesList[self.CurrentLineNumber - 1]) - 1:
206 return self.Profile.FileLinesList[self.CurrentLineNumber][0]
208 return self.Profile.FileLinesList[self.CurrentLineNumber - 1][self.CurrentOffsetWithinLine + 1] [all...] |
/developers/samples/android/wearable/wear/WearMessagingApp/Wearable/src/main/java/com/example/android/wearable/wear/messaging/contacts/ |
ContactsListAdapter.java | 37 import com.example.android.wearable.wear.messaging.model.Profile; 59 private SortedList<Profile> mContacts; 80 Profile.class, 82 new SortedList.Callback<Profile>() { 84 public int compare(Profile left, Profile right) { 113 Profile oldItem, Profile newItem) { 118 public boolean areItemsTheSame(Profile item1, Profile item2) [all...] |
/external/clang/lib/StaticAnalyzer/Core/ |
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/clang/include/clang/AST/ |
TemplateName.h | 141 void Profile(llvm::FoldingSetNodeID &ID, ASTContext &Context); 143 static void Profile(llvm::FoldingSetNodeID &ID, 294 void Profile(llvm::FoldingSetNodeID &ID) { 330 void Profile(llvm::FoldingSetNodeID &ID); 332 static void Profile(llvm::FoldingSetNodeID &ID, 392 void Profile(llvm::FoldingSetNodeID &ID) { 393 Profile(ID, getQualifier(), hasTemplateKeyword(), getTemplateDecl()); 396 static void Profile(llvm::FoldingSetNodeID &ID, NestedNameSpecifier *NNS, 490 void Profile(llvm::FoldingSetNodeID &ID) { 492 Profile(ID, getQualifier(), getIdentifier()) [all...] |
/external/llvm/lib/IR/ |
AttributeImpl.h | 71 void Profile(FoldingSetNodeID &ID) const { 73 Profile(ID, getKindAsEnum(), 0); 75 Profile(ID, getKindAsEnum(), getValueAsInt()); 77 Profile(ID, getKindAsString(), getValueAsString()); 79 static void Profile(FoldingSetNodeID &ID, Attribute::AttrKind Kind, 84 static void Profile(FoldingSetNodeID &ID, StringRef Kind, StringRef Values) { 203 void Profile(FoldingSetNodeID &ID) const { 204 Profile(ID, makeArrayRef(begin(), end())); 206 static void Profile(FoldingSetNodeID &ID, ArrayRef<Attribute> AttrList) { 208 AttrList[I].Profile(ID) [all...] |