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

12 3 4 5 6 7 8 91011>>

  /packages/apps/ContactsCommon/src/com/android/contacts/common/compat/
ContactsCompat.java 50 * Return {@code true} if a contact ID is from the contacts provider on the enterprise profile.
58 (contactId < ContactsContract.Profile.MIN_ID);
  /packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
ContactsProvider2TransactionTest.java 29 import android.provider.ContactsContract.Profile;
38 * the profile db and the contacts db.
70 // profile db.
75 // Insert a profile raw contact.
77 mResolver.insert(Profile.CONTENT_RAW_CONTACTS_URI, values);
79 // Even though we only touched the profile DB, we also start and finish a transaction
92 // Make sure to create a raw contact and a profile raw contact.
94 mResolver.insert(Profile.CONTENT_RAW_CONTACTS_URI, values);
104 // profile db.
109 // Update all profile raw contacts
    [all...]
  /system/connectivity/shill/
mock_control.cc 42 Profile* /*profile*/) {
ephemeral_profile.cc 45 : Profile(control_interface, metrics, manager, Identifier(),
57 << " to ephemeral profile.";
63 if (service->profile() == this)
66 << " from ephemeral profile.";
nice_mock_control.cc 47 Profile* /*profile*/) {
  /external/clang/include/clang/StaticAnalyzer/Core/BugReporter/
BugReporterVisitor.h 75 virtual void Profile(llvm::FoldingSetNodeID &ID) const = 0;
121 void Profile(llvm::FoldingSetNodeID &ID) const override;
146 void Profile(llvm::FoldingSetNodeID &ID) const override;
169 void Profile(llvm::FoldingSetNodeID &ID) const override {
188 void Profile(llvm::FoldingSetNodeID &ID) const override {
260 void Profile(llvm::FoldingSetNodeID &ID) const override {
290 void Profile(llvm::FoldingSetNodeID &ID) const override {
321 void Profile(llvm::FoldingSetNodeID &ID) const override;
  /external/deqp/framework/opengl/
gluRenderContext.hpp 47 enum Profile
50 PROFILE_CORE, //!< OpenGL Core Profile
51 PROFILE_COMPATIBILITY, //!< OpenGL Compatibility Profile
68 * \brief Rendering API version and 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)); }
94 static deUint32 pack (int major, int minor, Profile profile)
    [all...]
  /packages/apps/Camera2/src/com/android/camera/app/
CameraApp.java 25 import com.android.camera.stats.profiler.Profile;
60 Profile guard = Profilers.instance().guard("CameraApp onCreate()");
FirstRunDetector.java 23 import com.android.camera.stats.profiler.Profile;
41 private final Profile mProfile;
  /packages/providers/ContactsProvider/src/com/android/providers/contacts/
ProfileDatabaseHelper.java 22 import android.provider.ContactsContract.Profile;
27 * A separate version of the contacts database helper for storing the user's profile data.
32 private static final String DATABASE_NAME = "profile.db";
71 values.put(SEQUENCE_SEQ, Profile.MIN_ID);
  /external/llvm/include/llvm/ADT/
ImmutableList.h 43 static inline void Profile(FoldingSetNodeID& ID, const T& H,
49 void Profile(FoldingSetNodeID& ID) {
50 Profile(ID, Head, Tail);
134 void Profile(FoldingSetNodeID& ID) const {
167 // Profile the new list to see if it already exists in our cache.
172 ListTy::Profile(ID, Head, TailImpl);
FoldingSet.h 37 /// FoldingSetNode. The node class must also define a Profile method used to
38 /// establish the unique bits of data for the node. The Profile method is
52 /// void Profile(FoldingSetNodeID &ID) const {
210 static void Profile(const T &X, FoldingSetNodeID &ID) {
211 X.Profile(ID);
213 static void Profile(T &X, FoldingSetNodeID &ID) {
214 X.Profile(ID);
217 // Equals - Test if the profile for X would match ID, using TempID
219 // just calls Profile and does a regular comparison. Implementations
226 // just calls Profile and does a regular hash computation
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/hotshot/
stats.py 3 import profile namespace
25 p = Profile()
35 # have to the seconds that the profile/pstats module work
74 class Profile(profile.Profile):
stones.py 8 p = hotshot.Profile(logfile)
  /prebuilts/gdb/linux-x86/lib/python2.7/hotshot/
stats.py 3 import profile namespace
25 p = Profile()
35 # have to the seconds that the profile/pstats module work
74 class Profile(profile.Profile):
stones.py 8 p = hotshot.Profile(logfile)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/hotshot/
stats.py 3 import profile namespace
25 p = Profile()
35 # have to the seconds that the profile/pstats module work
74 class Profile(profile.Profile):
stones.py 8 p = hotshot.Profile(logfile)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/hotshot/
stats.py 3 import profile namespace
25 p = Profile()
35 # have to the seconds that the profile/pstats module work
74 class Profile(profile.Profile):
stones.py 8 p = hotshot.Profile(logfile)
  /external/llvm/unittests/ProfileData/
SampleProfTest.cpp 44 void readProfile(std::unique_ptr<MemoryBuffer> &Profile) {
45 auto ReaderOrErr = SampleProfileReader::create(Profile, getGlobalContext());
75 auto Profile = MemoryBuffer::getMemBufferCopy(Data);
76 readProfile(Profile);
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_cprofile.py 11 profilerclass = cProfile.Profile
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_cprofile.py 11 profilerclass = cProfile.Profile
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_cprofile.py 11 profilerclass = cProfile.Profile
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_cprofile.py 11 profilerclass = cProfile.Profile

Completed in 546 milliseconds

12 3 4 5 6 7 8 91011>>