/external/clang/lib/AST/ |
Type.cpp | 136 void DependentSizedArrayType::Profile(llvm::FoldingSetNodeID &ID, 145 E->Profile(ID, Context, true); 165 DependentSizedExtVectorType::Profile(llvm::FoldingSetNodeID &ID, 169 SizeExpr->Profile(ID, Context, true); [all...] |
DeclarationName.cpp | 41 void Profile(llvm::FoldingSetNodeID &ID) { 71 void Profile(llvm::FoldingSetNodeID &FSID) {
|
ASTContext.cpp | 548 ASTContext::CanonicalTemplateTemplateParm::Profile(llvm::FoldingSetNodeID &ID, 583 Profile(ID, TTP); 592 CanonicalTemplateTemplateParm::Profile(ID, TTP); [all...] |
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
ProgramState.h | 130 /// Profile - Profile the contents of a ProgramState object for use in a 133 static void Profile(llvm::FoldingSetNodeID& ID, const ProgramState *V) { 134 V->Env.Profile(ID); 136 V->GDM.Profile(ID); 139 /// Profile - Used to profile the contents of this object for inclusion 141 void Profile(llvm::FoldingSetNodeID& ID) const { 142 Profile(ID, this);
|
/external/llvm/lib/CodeGen/AsmPrinter/ |
DIE.cpp | 38 /// Profile - Used to gather unique data for the abbreviation folding set. 40 void DIEAbbrevData::Profile(FoldingSetNodeID &ID) const { 51 /// Profile - Used to gather unique data for the abbreviation folding set. 53 void DIEAbbrev::Profile(FoldingSetNodeID &ID) const { 59 Data[i].Profile(ID);
|
/packages/apps/Camera2/src/com/android/camera/ |
CaptureModule.java | 77 import com.android.camera.stats.profiler.Profile; 353 Profile guard = mProfiler.create("new CaptureModule").start(); 402 Profile guard = mProfiler.create("CaptureModule.init").start(); 679 Profile guard = mProfiler.create("CaptureModule.resume").start(); [all...] |
/packages/apps/Settings/src/com/android/settings/ |
Utils.java | 66 import android.provider.ContactsContract.Profile; 342 Uri contactUri = Profile.CONTENT_URI; 349 // If there's no profile photo, assign a default avatar 385 // Find the raw contact ID for the local ME profile raw contact. 388 Profile.CONTENT_RAW_CONTACTS_URI, 406 Profile.CONTENT_URI.buildUpon().appendPath(Contacts.Data.CONTENT_DIRECTORY).build(), 429 final Cursor profile = cr.query(Profile.CONTENT_URI, local 430 new String[] {Profile.DISPLAY_NAME}, null, null, null); 431 if (profile == null) return null 603 final UserHandle profile = userProfiles.get(i); local [all...] |
/external/javasqlite/src/main/java/SQLite/ |
Database.java | 620 * Set profile function. Only available in SQLite 3.6 and above, 626 public void profile(Profile pr) { method in class:Database 632 private native void _profile(Profile pr);
|
/external/llvm/unittests/ProfileData/ |
CoverageMappingTest.cpp | 137 auto Profile = ProfileWriter.writeBuffer(); 138 auto ReaderOrErr = IndexedInstrProfReader::create(std::move(Profile));
|
/external/antlr/antlr-3.4/runtime/Python/antlr3/ |
main.py | 72 "--profile", 74 dest="profile" 133 if options.profile: 135 import cProfile as profile namespace 137 import profile namespace 139 profile.runctx( 143 'profile.dat' 147 stats = pstats.Stats('profile.dat') 155 profiler = hotshot.Profile('hotshot.dat')
|
/external/clang/include/clang/AST/ |
NestedNameSpecifier.h | 213 void Profile(llvm::FoldingSetNodeID &ID) const {
|
/external/clang/lib/StaticAnalyzer/Checkers/ |
DynamicTypeChecker.cpp | 46 void Profile(llvm::FoldingSetNodeID &ID) const override {
|
SimpleStreamChecker.cpp | 45 void Profile(llvm::FoldingSetNodeID &ID) const {
|
RetainCountChecker.cpp | 54 static inline void Profile(const ArgEffect X, FoldingSetNodeID &ID) { 59 static inline void Profile(const RetEffect &X, FoldingSetNodeID &ID) { 255 void Profile(llvm::FoldingSetNodeID& ID) const { 446 /// Profile this summary for inclusion in a FoldingSet. 447 void Profile(llvm::FoldingSetNodeID& ID) const { 861 OldSumm.Profile(ID); [all...] |
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/ |
UserInfoController.java | 102 Log.e(TAG, "Couldn't get current user id for profile change", e); 146 // profile below. 158 // If it's a single-user device, get the profile name, since the nickname is not 161 // Try and read the display name from the local profile 163 ContactsContract.Profile.CONTENT_URI, new String[] {
|
/prebuilts/gdb/darwin-x86/lib/python2.7/test/ |
test_hotshot.py | 46 return hotshot.Profile(self.logfn, lineevents, linetimings)
|
/prebuilts/gdb/linux-x86/lib/python2.7/test/ |
test_hotshot.py | 46 return hotshot.Profile(self.logfn, lineevents, linetimings)
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_hotshot.py | 46 return hotshot.Profile(self.logfn, lineevents, linetimings)
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_hotshot.py | 46 return hotshot.Profile(self.logfn, lineevents, linetimings)
|
/prebuilts/tools/common/m2/repository/org/apache/maven/maven-profile/2.0.9/ |
maven-profile-2.0.9.jar | |
/prebuilts/tools/common/m2/repository/org/apache/maven/maven-profile/2.2.1/ |
maven-profile-2.2.1.jar | |
/system/connectivity/shill/dbus/ |
chromeos_dbus_control.h | 43 ProfileAdaptorInterface* CreateProfileAdaptor(Profile* profile) override;
|
/system/connectivity/shill/wifi/ |
wifi_provider.h | 77 void CreateServicesFromProfile(const ProfileRefPtr& profile) override; 84 const ProfileRefPtr& profile, 120 virtual void LoadAndFixupServiceEntries(Profile* profile); 220 // Converts frequency profile information from a list of strings of the form 238 // Converts frequency profile information from a form consistent with
|
/external/v8/tools/ |
tickprocessor.js | 35 Profile.call(this); 40 inherits(V8Profile, Profile); 65 case "": return Profile.CodeState.COMPILED; 66 case "~": return Profile.CodeState.OPTIMIZABLE; 67 case "*": return Profile.CodeState.OPTIMIZED; 90 var op = Profile.Operation; 224 var op = Profile.Operation; 509 // To show the same percentages as in the flat profile. 552 print('\n [Bottom up (heavy) profile]:'); 564 profile, filterP, func) [all...] |
/external/clang/include/clang/Analysis/ |
ProgramPoint.h | 162 Profile(ID); 180 void Profile(llvm::FoldingSetNodeID& ID) const {
|