HomeSort by relevance Sort by last modified time
    Searched refs:Profile (Results 51 - 75 of 279) sorted by null

1 23 4 5 6 7 8 91011>>

  /system/connectivity/shill/wifi/
mock_wifi_provider.h 34 MOCK_METHOD1(CreateServicesFromProfile, void(const ProfileRefPtr& profile));
51 MOCK_METHOD1(LoadAndFixupServiceEntries, void(Profile* storage));
  /external/clang/include/clang/AST/
Type.h 498 void Profile(llvm::FoldingSetNodeID &ID) const {
959 void Profile(llvm::FoldingSetNodeID &ID) const {
    [all...]
  /packages/apps/Camera2/src/com/android/camera/stats/profiler/
ProfileBase.java 26 public abstract class ProfileBase implements Profile {
32 /** Create a new profile for a given name. */
38 public final Profile start() {
  /packages/apps/Contacts/src/com/android/contacts/
NfcHandler.java 28 import android.provider.ContactsContract.Profile;
46 private static final String PROFILE_LOOKUP_KEY = "profile";
73 shareUri = Profile.CONTENT_VCARD_URI.buildUpon().
  /prebuilts/gdb/darwin-x86/lib/python2.7/hotshot/
__init__.py 8 "use the 'profile' module instead.", stacklevel=2)
10 class Profile:
20 if self.__class__ is Profile:
43 """Add an arbitrary labelled value to the profile log."""
46 # These methods offer the same interface as the profile.Profile class,
50 """Profile an exec-compatible string in the script
71 """Profile a single call of a callable.
  /prebuilts/gdb/linux-x86/lib/python2.7/hotshot/
__init__.py 8 "use the 'profile' module instead.", stacklevel=2)
10 class Profile:
20 if self.__class__ is Profile:
43 """Add an arbitrary labelled value to the profile log."""
46 # These methods offer the same interface as the profile.Profile class,
50 """Profile an exec-compatible string in the script
71 """Profile a single call of a callable.
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/hotshot/
__init__.py 8 "use the 'profile' module instead.", stacklevel=2)
10 class Profile:
20 if self.__class__ is Profile:
43 """Add an arbitrary labelled value to the profile log."""
46 # These methods offer the same interface as the profile.Profile class,
50 """Profile an exec-compatible string in the script
71 """Profile a single call of a callable.
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/hotshot/
__init__.py 8 "use the 'profile' module instead.", stacklevel=2)
10 class Profile:
20 if self.__class__ is Profile:
43 """Add an arbitrary labelled value to the profile log."""
46 # These methods offer the same interface as the profile.Profile class,
50 """Profile an exec-compatible string in the script
71 """Profile a single call of a callable.
  /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); }
MemRegion.h 133 virtual void Profile(llvm::FoldingSetNodeID& ID) const = 0;
209 void Profile(llvm::FoldingSetNodeID &ID) const override;
243 void Profile(llvm::FoldingSetNodeID &ID) const override;
373 void Profile(llvm::FoldingSetNodeID &ID) const override;
463 void Profile(llvm::FoldingSetNodeID& ID) const override;
573 void Profile(llvm::FoldingSetNodeID& ID) const override;
614 void Profile(llvm::FoldingSetNodeID& ID) const override;
691 void Profile(llvm::FoldingSetNodeID& ID) const override;
727 void Profile(llvm::FoldingSetNodeID& ID) const override;
765 void Profile(llvm::FoldingSetNodeID& ID) const override
    [all...]
  /external/llvm/unittests/ProfileData/
InstrProfTest.cpp 39 void readProfile(std::unique_ptr<MemoryBuffer> Profile) {
40 auto ReaderOrErr = IndexedInstrProfReader::create(std::move(Profile));
47 auto Profile = Writer.writeBuffer();
48 readProfile(std::move(Profile));
55 auto Profile = Writer.writeBuffer();
56 readProfile(std::move(Profile));
75 auto Profile = Writer.writeBuffer();
76 readProfile(std::move(Profile));
102 auto Profile = Writer.writeBuffer();
103 readProfile(std::move(Profile));
    [all...]
  /external/clang/include/clang/Analysis/
AnalysisContext.h 261 virtual void Profile(llvm::FoldingSetNodeID &ID) = 0;
303 void Profile(llvm::FoldingSetNodeID &ID) override;
305 static void Profile(llvm::FoldingSetNodeID &ID, AnalysisDeclContext *ctx,
329 void Profile(llvm::FoldingSetNodeID &ID) override;
331 static void Profile(llvm::FoldingSetNodeID &ID, AnalysisDeclContext *ctx,
361 void Profile(llvm::FoldingSetNodeID &ID) override;
363 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/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/
profile.rb 36 module Profile
37 =begin rdoc ANTLR3::Profile::ParserEvents
39 ANTLR3::Profile::ParserEvents expands basic debugging events for use by
40 recognition code generated by ANTLR when called with the <tt>-profile</tt>
50 def klass.profile? singleton method in class:ANTLR3.Profile.ParserEvents.included
66 def profile method in class:ANTLR3.Profile.ParserEvents
67 @debug_listener.profile
95 unless const_defined?( :Profile )
96 Profile = Struct.new(
107 class Profile
    [all...]
  /external/llvm/include/llvm/ProfileData/
SampleProfWriter.h 1 //===- SampleProfWriter.h - Write LLVM sample profile data ----------------===//
29 /// \brief Sample-based profile writer. Base class.
48 const FunctionSamples &Profile = I.second;
49 if (std::error_code EC = write(FName, Profile))
57 /// Profile writer factory.
72 /// \brief Write a file header for the profile file.
76 /// \brief Output stream where to emit the profile to.
80 /// \brief Sample-based profile writer (text format).
105 /// \brief Sample-based profile writer (binary format).
  /packages/apps/ContactsCommon/src/com/android/contacts/common/list/
ProfileAndContactsLoader.java 25 import android.provider.ContactsContract.Profile;
32 * A loader for use in the default contact list, which will also query for the user's profile
51 /** Whether to load the profile and merge results in before any other results. */
84 // First load the profile, if enabled.
115 * Loads the profile into a MatrixCursor. On failure returns null, which
118 * @return MatrixCursor containing profile or null on query failure.
121 Cursor cursor = getContext().getContentResolver().query(Profile.CONTENT_URI, mProjection,
  /packages/apps/Gallery2/src/com/android/gallery3d/ui/
GLRootView.java 43 import com.android.gallery3d.util.Profile;
319 Profile.enable(20); // take a sample every 20ms
345 Profile.hold();
384 Profile.commit();
386 Profile.drop();
538 Profile.disableAll();
539 Profile.dumpToFile("/sdcard/gallery.prof");
540 Profile.reset();
  /external/clang/include/clang/StaticAnalyzer/Core/BugReporter/
PathDiagnostic.h 70 void Profile(llvm::FoldingSetNodeID &ID) { ID = NodeID; }
296 void Profile(llvm::FoldingSetNodeID &ID) const;
327 void Profile(llvm::FoldingSetNodeID &ID) const {
328 Start.Profile(ID);
329 End.Profile(ID);
407 virtual void Profile(llvm::FoldingSetNodeID &ID) const;
452 void Profile(llvm::FoldingSetNodeID &ID) const override;
614 void Profile(llvm::FoldingSetNodeID &ID) const override;
684 void Profile(llvm::FoldingSetNodeID &ID) const override;
710 void Profile(llvm::FoldingSetNodeID &ID) const override
    [all...]
  /external/chromium-trace/catapult/third_party/html5lib-python/html5lib/tests/
mockParser.py 28 prof = hotshot.Profile('stats.prof')
  /external/chromium-trace/catapult/tracing/tracing_build/
run_profile.py 45 pr = cProfile.Profile()
  /system/connectivity/shill/
default_profile.h 28 #include "shill/profile.h"
39 class DefaultProfile : public Profile {
56 // Override the Profile superclass implementation to accept all Ethernet
57 // services, since these should have an affinity for the default profile.
60 // Persists profile information, as well as that of discovered devices
65 // Inherited from Profile.
69 // Inherited from Profile.
mock_profile.h 24 #include "shill/profile.h"
29 class MockProfile : public Profile {
  /external/clang/lib/Analysis/
AnalysisDeclContext.cpp 341 void StackFrameContext::Profile(llvm::FoldingSetNodeID &ID) {
342 Profile(ID, getAnalysisDeclContext(), getParent(), CallSite, Block, Index);
345 void ScopeContext::Profile(llvm::FoldingSetNodeID &ID) {
346 Profile(ID, getAnalysisDeclContext(), getParent(), Enter);
349 void BlockInvocationContext::Profile(llvm::FoldingSetNodeID &ID) {
350 Profile(ID, getAnalysisDeclContext(), getParent(), BD, ContextData);
363 LOC::Profile(ID, ctx, parent, d);
381 StackFrameContext::Profile(ID, ctx, parent, s, blk, idx);
405 BlockInvocationContext::Profile(ID, ctx, parent, BD, ContextData);
  /external/clang/lib/StaticAnalyzer/Core/
SymbolManager.cpp 152 llvm::FoldingSetNodeID profile; local
153 SymbolRegionValue::Profile(profile, R);
155 SymExpr *SD = DataSet.FindNodeOrInsertPos(profile, InsertPos);
171 llvm::FoldingSetNodeID profile; local
172 SymbolConjured::Profile(profile, E, T, Count, LCtx, SymbolTag);
174 SymExpr *SD = DataSet.FindNodeOrInsertPos(profile, InsertPos);
189 llvm::FoldingSetNodeID profile; local
190 SymbolDerived::Profile(profile, parentSymbol, R)
205 llvm::FoldingSetNodeID profile; local
223 llvm::FoldingSetNodeID profile; local
    [all...]
  /external/v8/tools/
profile_view.js 30 * Creates a Profile View builder object.
41 * Builds a profile view for the specified call tree.
76 * Factory method for a profile view.
79 * @return {ProfileView} Profile view.
87 * Factory method for a profile view node.
92 * profile they can be either callees or callers.)
95 * @param {ProfileView.Node} head Profile view head.
96 * @return {ProfileView.Node} Profile view node.
106 * Creates a Profile View object. It allows to perform sorting
107 * and filtering actions on the profile
    [all...]

Completed in 1530 milliseconds

1 23 4 5 6 7 8 91011>>