HomeSort by relevance Sort by last modified time
    Searched refs:profiles (Results 126 - 150 of 243) sorted by null

1 2 3 4 56 7 8 910

  /external/oprofile/libpp/
arrange_profiles.cpp 243 profile_set const & profile = *(pclass.profiles.begin());
293 profile_set const & profile = *(pclass.profiles.begin());
585 * on the normal list of profiles otherwise.
629 list<profile_set>::iterator it = pclass.profiles.begin();
630 list<profile_set>::iterator const end = pclass.profiles.end();
642 pclass.profiles.push_back(set);
758 list<profile_set>::const_iterator const end = pclass.profiles.end();
759 for (it = pclass.profiles.begin(); it != end; ++it)
835 = classes.v[i].profiles.begin();
837 = classes.v[i].profiles.end()
    [all...]
arrange_profiles.h 24 * store merging options options used to classify profiles
69 * A number of profiles files that are all dependent on
87 * contains all profiles against /bin/bash, and deps contains
103 * A class collection of profiles. This is an equivalence class and
107 std::list<profile_set> profiles; member in struct:profile_class
172 * as well as attaching dependent profiles to the main image.
  /external/chromium/chrome/browser/autofill/
autofill_browsertest.cc 16 #include "chrome/browser/profiles/profile.h"
90 std::vector<AutofillProfile> profiles(1, profile);
91 personal_data_manager->SetProfiles(&profiles);
autofill_metrics_unittest.cc 64 std::vector<AutofillProfile*> profiles; variable
65 web_profiles_.release(&profiles);
67 profiles);
97 void CreateTestAutofillProfiles(ScopedVector<AutofillProfile>* profiles) {
105 profiles->push_back(profile);
113 profiles->push_back(profile);
739 // The metric should be logged when the profiles are first loaded.
    [all...]
  /external/chromium_org/chromeos/dbus/
fake_shill_profile_client.cc 188 std::vector<std::string>* profiles) {
191 profiles->push_back(iter->first);
  /external/chromium_org/components/autofill/core/browser/
autofill_manager.cc 125 // Uses the existing personal data in |profiles| and |credit_cards| to determine
131 const std::vector<AutofillProfile>& profiles,
147 for (std::vector<AutofillProfile>::const_iterator it = profiles.begin();
148 it != profiles.end(); ++it) {
260 const std::vector<AutofillProfile*>& profiles = personal_data_->GetProfiles(); local
263 if (!profiles.empty() || !credit_cards.empty()) {
267 copied_profiles.reserve(profiles.size());
268 for (std::vector<AutofillProfile*>::const_iterator it = profiles.begin();
269 it != profiles.end(); ++it) {
804 // No autofill data to return if the profiles are empty
    [all...]
  /external/chromium_org/components/autofill/core/browser/webdata/
autofill_table.h 105 // profiles. When a profile is removed its guid is added
251 // Retrieves all profiles in the database. Caller owns the returned profiles.
252 virtual bool GetAutofillProfiles(std::vector<AutofillProfile*>* profiles);
286 // |delete_end|. Returns the list of modified profiles in |profiles|. Return
293 ScopedVector<AutofillProfile>* profiles);
295 // Retrieves all profiles in the database that have been deleted since last
299 // Empties the Autofill profiles "trash can".
306 // Retrieves all profiles in the database that have been deleted since las
    [all...]
  /external/chromium_org/v8/src/
profile-generator.h 286 List<CpuProfile*>* profiles() { return &finished_profiles_; } function in class:v8::internal::CpuProfilesCollection
313 // Limits the number of profiles that can be simultaneously collected.
331 explicit ProfileGenerator(CpuProfilesCollection* profiles);
  /packages/apps/Settings/src/com/android/settings/bluetooth/
BluetoothDevicePreference.java 292 List<LocalBluetoothProfile> profiles = mCachedDevice.getProfiles(); local
293 for (LocalBluetoothProfile profile : profiles) {
  /external/chromium/chrome/browser/sync/glue/
autofill_model_associator.cc 15 #include "chrome/browser/profiles/profile.h"
121 std::vector<AutofillProfile*>* profiles) {
129 if (!web_database_->GetAutofillTable()->GetAutofillProfiles(profiles))
145 ScopedVector<AutofillProfile> profiles; local
147 if (!LoadAutofillData(&entries, &profiles.get())) {
172 profiles.get())) {
243 << "Printing profiles from web db";
272 // Ignore autofill profiles if we are not upgrading.
autofill_model_associator.h 128 std::vector<AutofillProfile*>* profiles);
131 // profiles. There is a Traverse* method for each of these.
autofill_profile_model_associator.h 148 bool LoadAutofillData(std::vector<AutofillProfile*>* profiles);
  /external/chromium_org/chrome/browser/ui/webui/options/
autofill_options_handler.cc 19 #include "chrome/browser/profiles/profile.h"
381 const std::vector<AutofillProfile*>& profiles = local
384 AutofillProfile::CreateDifferentiatingLabels(profiles, &labels);
385 DCHECK_EQ(labels.size(), profiles.size());
388 for (size_t i = 0; i < profiles.size(); ++i) {
390 entry->Append(new StringValue(profiles[i]->guid()));
manage_profile_handler.cc 18 #include "chrome/browser/profiles/gaia_info_update_service.h"
19 #include "chrome/browser/profiles/profile.h"
20 #include "chrome/browser/profiles/profile_info_cache.h"
21 #include "chrome/browser/profiles/profile_info_util.h"
22 #include "chrome/browser/profiles/profile_manager.h"
23 #include "chrome/browser/profiles/profile_metrics.h"
24 #include "chrome/browser/profiles/profile_shortcut_manager.h"
25 #include "chrome/browser/profiles/profile_window.h"
26 #include "chrome/browser/profiles/profiles_state.h"
236 gfx::Image icon2 = profiles::GetAvatarIconForWebUI(*icon, true)
    [all...]
  /external/chromium/chrome/browser/webdata/
web_data_service.cc 548 std::vector<AutofillProfile*> profiles = r->GetValue(); local
549 STLDeleteElements(&profiles);
1100 std::vector<AutofillProfile*> profiles; local
1135 std::vector<AutofillProfile*> profiles; local
    [all...]
autofill_table.h 93 // profiles. When a profile is removed its guid is added
217 // Retrieves all profiles in the database. Caller owns the returned profiles.
218 virtual bool GetAutofillProfiles(std::vector<AutofillProfile*>* profiles);
247 // Retrieves all profiles in the database that have been deleted since last
251 // Empties the Autofill profiles "trash can".
258 // Retrieves all profiles in the database that have been deleted since last
262 // Clear all profiles.
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/
ProfilesPanel.js 220 var profiles = this._profiles.slice(0);
221 for (var i = 0; i < profiles.length; ++i) {
222 var profile = profiles[i];
359 name = name || "profiles";
384 var statusBarContainer = this.splitView.mainElement.createChild("div", "profiles-status-bar");
387 var sidebarTreeBox = this.sidebarElement.createChild("div", "profiles-sidebar-tree-box");
389 var statusBarContainerLeft = this.sidebarElement.createChild("div", "profiles-status-bar");
396 this.clearResultsButton = new WebInspector.StatusBarButton(WebInspector.UIString("Clear all profiles."), "clear-status-bar-item");
694 // Make a group TreeElement now that there are 2 profiles.
765 // No other item will be selected if there aren't any other profiles, s
    [all...]
  /packages/apps/Launcher3/src/com/android/launcher3/
DeviceProfile.java 133 throw new RuntimeException("All Device Profiles must have an odd number of hotseat spaces");
148 ArrayList<DeviceProfile> profiles,
186 for (DeviceProfile p : profiles) {
192 for (DeviceProfile p : profiles) {
198 for (DeviceProfile p : profiles) {
206 for (DeviceProfile p : profiles) {
215 for (DeviceProfile p : profiles) {
226 for (DeviceProfile p : profiles) {
    [all...]
  /external/chromium_org/chrome/browser/ui/
browser_close_browsertest.cc 15 #include "chrome/browser/profiles/profile.h"
16 #include "chrome/browser/profiles/profile_manager.h"
149 std::vector<Profile*> profiles(
151 for (std::vector<Profile*>::const_iterator pit = profiles.begin();
152 pit != profiles.end(); ++pit) {
  /external/chromium_org/chrome/android/java/src/org/chromium/chrome/browser/
ForeignSessionHelper.java 8 import org.chromium.chrome.browser.profiles.Profile;
  /external/chromium_org/chrome/browser/ui/views/
new_avatar_button.cc 9 #include "chrome/browser/profiles/profile_manager.h"
10 #include "chrome/browser/profiles/profiles_state.h"
141 SetText(GetElidedText(profiles::GetActiveProfileDisplayName(browser_)));
  /external/chromium_org/chromeos/network/
shill_property_handler_unittest.cc 230 std::vector<std::string> profiles; local
231 profile_test_->GetProfilePaths(&profiles);
232 ASSERT_TRUE(profiles.size() > 0);
234 profile_test_->AddService(profiles[0], id);
  /external/chromium_org/v8/test/cctest/
test-cpu-profiler.cc 28 // Tests of profiles generator and utilities.
53 CpuProfilesCollection profiles(isolate->heap());
54 ProfileGenerator generator(&profiles);
144 CpuProfilesCollection* profiles = new CpuProfilesCollection(isolate->heap()); local
145 profiles->StartProfiling("", 1, false);
146 ProfileGenerator generator(profiles);
150 CpuProfiler profiler(isolate, profiles, &generator, *processor);
206 CpuProfilesCollection* profiles = new CpuProfilesCollection(isolate->heap()); local
207 profiles->StartProfiling("", 1, false);
208 ProfileGenerator generator(profiles);
275 CpuProfilesCollection* profiles = new CpuProfilesCollection(isolate->heap()); local
    [all...]
  /external/oprofile/pp/
opreport.cpp 169 = pclasses[i].profiles.begin();
171 = pclasses[i].profiles.end();
514 if (classes.v[i].profiles.size() > 1)
531 if (classes2.v[i].profiles.size() > 1)
  /external/chromium/chrome/browser/task_manager/
task_manager_resource_providers.cc 28 #include "chrome/browser/profiles/profile_manager.h"
694 std::vector<Profile*> profiles(profile_manager->GetLoadedProfiles());
695 for (size_t i = 0; i < profiles.size(); ++i) {
697 BackgroundContentsServiceFactory::GetForProfile(profiles[i]);
698 ExtensionService* extensions_service = profiles[i]->GetExtensionService();
    [all...]

Completed in 218 milliseconds

1 2 3 4 56 7 8 910