HomeSort by relevance Sort by last modified time
    Searched refs:Profiles (Results 1 - 12 of 12) sorted by null

  /packages/apps/Browser/src/com/android/browser/
AutoFillProfileDatabase.java 32 static final String PROFILES_TABLE_NAME = "profiles";
36 public static final class Profiles implements BaseColumns {
37 private Profiles() { }
59 + Profiles._ID + " INTEGER PRIMARY KEY,"
60 + Profiles.FULL_NAME + " TEXT,"
61 + Profiles.EMAIL_ADDRESS + " TEXT,"
62 + Profiles.COMPANY_NAME + " TEXT,"
63 + Profiles.ADDRESS_LINE_1 + " TEXT,"
64 + Profiles.ADDRESS_LINE_2 + " TEXT,"
65 + Profiles.CITY + " TEXT,
    [all...]
  /external/chromium_org/chrome/browser/ui/startup/
startup_browser_creator.h 15 #include "chrome/browser/profiles/profile.h"
29 typedef std::vector<Profile*> Profiles;
43 const Profiles& last_opened_profiles,
107 // For faking that no profiles have been launched yet.
132 const Profiles& last_opened_profiles,
startup_browser_creator.cc 43 #include "chrome/browser/profiles/profile.h"
44 #include "chrome/browser/profiles/profile_manager.h"
71 #include "chrome/browser/chromeos/profiles/profile_helper.h"
95 // Keeps track on which profiles have been launched.
167 // Check that browsers have been opened for all the launched profiles.
168 // Note that browsers opened for profiles that were not added as launched
169 // profiles are simply ignored.
206 // These are the profiles that get launched by
209 // These are the profiles for which at least one browser window has been
216 // should only be set once all profiles have been launched, otherwise
    [all...]
  /external/chromium_org/chrome/browser/extensions/api/bluetooth/
bluetooth_event_router_unittest.cc 127 TEST_F(ExtensionBluetoothEventRouterTest, Profiles) {
141 // Make sure remaining profiles are unregistered in destructor.
199 // Connection event won't be dispatched for non-registered profiles.
bluetooth_apitest.cc 152 IN_PROC_BROWSER_TEST_F(BluetoothApiTest, Profiles) {
153 // Run in context of an extension that has permissions for the profiles
156 LoadExtension(test_data_dir_.AppendASCII("bluetooth/profiles")));
  /external/v8/src/
cpu-profiler.cc 291 // The count of profiles doesn't depend on a security token.
292 return Isolate::Current()->cpu_profiler()->profiles_->Profiles(
301 return profiler->profiles_->Profiles(token)->at(index);
profile-generator.h 298 List<CpuProfile*>* Profiles(int security_token_id);
321 // Limits the number of profiles that can be simultaneously collected.
342 // Mapping from profiles' uids to indexes in the second nested list
395 explicit ProfileGenerator(CpuProfilesCollection* profiles);
    [all...]
profile-generator.cc 576 // Create list of unabridged profiles.
755 List<CpuProfile*>* CpuProfilesCollection::Profiles(int security_token_id) {
829 // As starting / stopping profiles is rare relatively to this
871 ProfileGenerator::ProfileGenerator(CpuProfilesCollection* profiles)
872 : profiles_(profiles),
874 profiles->NewCodeEntry(Logger::FUNCTION_TAG, kProgramEntryName)),
876 profiles->NewCodeEntry(Logger::BUILTIN_TAG,
    [all...]
  /external/chromium_org/chrome/browser/printing/cloud_print/
cloud_print_proxy_service_unittest.cc 201 StartupBrowserCreator::Profiles(), &return_code, &browser_creator);
  /external/chromium_org/chrome/browser/printing/cloud_print/test/
cloud_print_proxy_process_browsertest.cc 326 StartupBrowserCreator::Profiles(), &return_code, &browser_creator);
486 // LocalState for the BrowserProcess. Must be created before profiles are
517 // LocalState for the BrowserProcess. Must be created before profiles are
565 // LocalState for the BrowserProcess. Must be created before profiles are
  /external/chromium_org/third_party/tcmalloc/chromium/src/
pprof 96 # These are used for dynamic profiles
99 # These are the web pages that servers need to support for dynamic profiles
117 my $PROFILES = "($HEAP_PAGE|$PROFILE_PAGE|$PMUPROFILE_PAGE|" .
126 # 64-bit profiles. To err on the safe size, default to 64-bit here:
147 pprof [options] <program> <profiles>
148 <profiles> is a space separated list of profile names.
149 pprof [options] <symbolized-profiles>
150 <symbolized-profiles> is a list of profile files where each file contains
181 --seconds=<n> Length of time for dynamic profiles [default=30 secs]
238 PPROF_TMPDIR Profiles directory. Defaults to \$HOME/ppro
    [all...]
  /external/chromium_org/third_party/tcmalloc/vendor/src/
pprof 96 # These are used for dynamic profiles
99 # These are the web pages that servers need to support for dynamic profiles
117 my $PROFILES = "($HEAP_PAGE|$PROFILE_PAGE|$PMUPROFILE_PAGE|" .
126 # 64-bit profiles. To err on the safe size, default to 64-bit here:
147 pprof [options] <program> <profiles>
148 <profiles> is a space separated list of profile names.
149 pprof [options] <symbolized-profiles>
150 <symbolized-profiles> is a list of profile files where each file contains
181 --seconds=<n> Length of time for dynamic profiles [default=30 secs]
238 PPROF_TMPDIR Profiles directory. Defaults to \$HOME/ppro
    [all...]

Completed in 2165 milliseconds