/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
ExplodedGraph.h | 160 static void Profile(llvm::FoldingSetNodeID &ID, 169 void Profile(llvm::FoldingSetNodeID& ID) const { 171 Profile(ID, Location, State, isSink());
|
/prebuilts/gdb/darwin-x86/lib/python2.7/test/ |
test_profile.py | 1 """Test suite for the profile module.""" 9 import profile namespace 15 profilerclass = profile.Profile 44 # Issue #5330: profile and cProfile wouldn't report C functions called 107 0 0.000 0.000 profile:0(profiler) 108 1 -0.002 -0.002 999.749 999.749 profile:0(testfunc()) 130 :0(setprofile) <- profile:0(testfunc())(1) 999.749 131 <string>:1(<module>) <- profile:0(testfunc())(1) 999.749 132 profile:0(profiler) < [all...] |
/prebuilts/gdb/linux-x86/lib/python2.7/test/ |
test_profile.py | 1 """Test suite for the profile module.""" 9 import profile namespace 15 profilerclass = profile.Profile 44 # Issue #5330: profile and cProfile wouldn't report C functions called 107 0 0.000 0.000 profile:0(profiler) 108 1 -0.002 -0.002 999.749 999.749 profile:0(testfunc()) 130 :0(setprofile) <- profile:0(testfunc())(1) 999.749 131 <string>:1(<module>) <- profile:0(testfunc())(1) 999.749 132 profile:0(profiler) < [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_profile.py | 1 """Test suite for the profile module.""" 9 import profile namespace 15 profilerclass = profile.Profile 44 # Issue #5330: profile and cProfile wouldn't report C functions called 107 0 0.000 0.000 profile:0(profiler) 108 1 -0.002 -0.002 999.749 999.749 profile:0(testfunc()) 130 :0(setprofile) <- profile:0(testfunc())(1) 999.749 131 <string>:1(<module>) <- profile:0(testfunc())(1) 999.749 132 profile:0(profiler) < [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_profile.py | 1 """Test suite for the profile module.""" 9 import profile namespace 15 profilerclass = profile.Profile 44 # Issue #5330: profile and cProfile wouldn't report C functions called 107 0 0.000 0.000 profile:0(profiler) 108 1 -0.002 -0.002 999.749 999.749 profile:0(testfunc()) 130 :0(setprofile) <- profile:0(testfunc())(1) 999.749 131 <string>:1(<module>) <- profile:0(testfunc())(1) 999.749 132 profile:0(profiler) < [all...] |
/system/connectivity/shill/dbus/ |
chromeos_profile_dbus_adaptor.cc | 24 #include "shill/profile.h" 43 const char ChromeosProfileDBusAdaptor::kPath[] = "/profile/"; 47 Profile* profile) 49 ChromeosDBusAdaptor(bus, kPath + profile->GetFriendlyName()), 50 profile_(profile) {
|
chromeos_dbus_control.cc | 176 Profile* profile) { 178 CreateAdaptor<Profile, ProfileAdaptorInterface, 179 ChromeosProfileDBusAdaptor>(profile);
|
/external/chromium-trace/catapult/third_party/Paste/paste/debug/ |
profile.py | 40 log_filename='profile.log.tmp', 63 prof = hotshot.Profile(self.log_filename) 102 Profile a single function call. 129 If true, then don't actually profile anything. Useful for 154 return self.profile(self.func, *args, **kw) 158 def profile(self, func, *args, **kw): member in class:DecoratedProfile 161 prof = hotshot.Profile(prof_filename) 216 log_filename='profile.log.tmp', 219 Wrap the application in a component that will profile each
|
/external/llvm/tools/llvm-readobj/ |
ARMAttributeParser.cpp | 137 StringRef Profile; 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/v8/test/cctest/ |
log-eq-of-logging-and-traversal.js | 32 case "": return Profile.CodeState.COMPILED; 33 case "~": return Profile.CodeState.OPTIMIZABLE; 34 case "*": return Profile.CodeState.OPTIMIZED; 52 this.profile = new Profile(); 69 this.profile.addFuncCode(type, name, start, size, funcAddr, state); 71 this.profile.addCode(type, name, start, size); 76 this.profile.moveCode(from, to); 80 this.profile.moveFunc(from, to); 98 logging_processor.profile.cleanUpFuncEntries() [all...] |
/external/ppp/pppd/plugins/radius/etc/ |
dictionary.ascend | 22 ATTRIBUTE Ascend-Shared-Profile-Enable 128 integer 74 ATTRIBUTE Ascend-FR-Profile-Name 180 string 114 ATTRIBUTE Ascend-FR-Direct-Profile 220 string 292 VALUE Ascend-Shared-Profile-Enable Shared-Profile-No 0 293 VALUE Ascend-Shared-Profile-Enable Shared-Profile-Yes 1
|
/external/clang/include/clang/AST/ |
DeclTemplate.h | 477 void Profile(llvm::FoldingSetNodeID &ID) { 478 Profile(ID, TemplateArguments->asArray(), 483 Profile(llvm::FoldingSetNodeID &ID, ArrayRef<TemplateArgument> TemplateArgs, 487 TemplateArgs[Arg].Profile(ID, Context); [all...] |
/external/clang/include/clang/StaticAnalyzer/Core/BugReporter/ |
BugReporter.h | 308 /// Profile to identify equivalent bug reports for error report coalescing. 311 virtual void Profile(llvm::FoldingSetNodeID& hash) const; 356 void Profile(llvm::FoldingSetNodeID& ID) const { 358 Reports.front().Profile(ID); 465 /// folded based on the profile value, which is done to coalesce similar
|
/external/aac/libMpegTPDec/include/ |
tp_data.h | 128 UCHAR Profile;
|
/external/aac/libMpegTPEnc/include/ |
tp_data.h | 128 UCHAR Profile;
|
/external/clang/lib/Basic/ |
IdentifierTable.cpp | 386 static void Profile(llvm::FoldingSetNodeID &ID, 392 void Profile(llvm::FoldingSetNodeID &ID) { 393 Profile(ID, keyword_begin(), getNumArgs()); 610 MultiKeywordSelector::Profile(ID, IIV, nKeys);
|
/external/llvm/include/llvm/CodeGen/ |
MachineMemOperand.h | 202 /// Profile - Gather unique data for the object. 204 void Profile(FoldingSetNodeID &ID) const;
|
/external/llvm/lib/CodeGen/AsmPrinter/ |
DwarfFile.cpp | 33 Abbrev.Profile(ID);
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/ |
MultiUserSwitch.java | 135 getContext(), v, ContactsContract.Profile.CONTENT_URI,
|
/packages/apps/Gallery2/src/com/android/gallery3d/util/ |
Profile.java | 26 // The Profile class is used to collect profiling information for a thread. It 34 public class Profile { 36 private static final String TAG = "Profile";
|
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/ |
ContactsBinaryDictionary.java | 84 loadDictionaryForUriLocked(ContactsContract.Profile.CONTENT_URI);
|
/system/connectivity/shill/binder/ |
binder_control.cc | 113 ProfileAdaptorInterface* BinderControl::CreateProfileAdaptor(Profile* profile) {
|
/system/connectivity/shill/ |
mock_control.h | 44 ProfileAdaptorInterface* CreateProfileAdaptor(Profile* profile) override;
|
nice_mock_control.h | 44 ProfileAdaptorInterface* CreateProfileAdaptor(Profile* profile) override;
|
/external/clang/lib/StaticAnalyzer/Checkers/ |
TestAfterDivZeroChecker.cpp | 51 void Profile(llvm::FoldingSetNodeID &ID) const { 68 void Profile(llvm::FoldingSetNodeID &ID) const override {
|