HomeSort by relevance Sort by last modified time
    Searched full:profile (Results 1976 - 2000 of 3371) sorted by null

<<71727374757677787980>>

  /external/wpa_supplicant_8/wpa_supplicant/
config_winreg.c 15 * key. Each configuration profile has its own key under this. In terms of text
16 * files, each profile would map to a separate text file with possibly multiple
17 * networks. Under each profile, there is a networks key that lists all
413 "profile '%s'.", name);
424 wpa_printf(MSG_ERROR, "Failed to add network profile "
450 wpa_printf(MSG_DEBUG, "Reading configuration profile '%s'", name);
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/bin/
i686-linux-gcov 
  /system/core/sh/
init.c 269 #undef PROFILE
270 #define PROFILE 0
561 #undef PROFILE
562 #define PROFILE 0
849 #undef PROFILE
850 #define PROFILE 0
  /external/chromium/chrome/browser/extensions/
extension_service_unittest.cc 404 ExtensionTestingProfile* profile = new ExtensionTestingProfile(); local
408 Profile::RegisterUserPrefs(prefs);
410 profile->SetPrefService(prefs);
412 profile_.reset(profile);
414 service_ = profile->CreateExtensionService(
420 profile->set_extensions_service(service_.get());
912 // Test loading good extensions from the profile directory
    [all...]
extension_webrequest_api.cc 16 #include "chrome/browser/profiles/profile.h"
298 if (profile_id == Profile::kInvalidProfileId)
346 if (profile_id == Profile::kInvalidProfileId)
592 profile()->GetRuntimeId(), extension_id(),
637 profile()->GetRuntimeId(), extension_id(),
  /external/chromium/chrome/browser/tab_contents/
tab_contents.h 12 #include "chrome/browser/profiles/profile.h"
16 // access to the RenderViewHost and Profile. Later it would
31 Profile* profile() { return profile_.get(); } function in class:TabContents
37 scoped_ptr<Profile> profile_;
103 class Profile;
153 TabContents(Profile* profile,
177 // Returns the user profile associated with this TabContents (via the
179 Profile* profile() const { return controller_.profile(); function in class:TabContents
    [all...]
  /external/chromium/chrome/browser/ui/gtk/
browser_titlebar.cc 20 #include "chrome/browser/profiles/profile.h"
287 if (browser_window_->browser()->profile()->IsOffTheRecord() &&
361 browser_window_->browser()->profile());
448 if (browser_window_->browser()->profile()->IsOffTheRecord() &&
819 PrefService* prefs = browser_window_->browser()->profile()->GetPrefs();
    [all...]
  /frameworks/base/docs/html/guide/topics/providers/
contacts-provider.jd 36 <a href="#UserProfile">The User Profile</a>
586 These permissions do not extend to the user profile data. The user profile and its
588 <a href="#UserProfile">The User Profile</a>.
596 <h2 id="UserProfile">The User Profile</h2>
599 profile data for the device's user. This data describes the device's <code>user</code> rather
600 than one of the user's contacts. The profile contacts row is linked to a raw
601 contacts row for each system that uses a profile.
602 Each profile raw contact row can have multiple data rows. Constants for accessing the user
603 profile are available in the {@link android.provider.ContactsContract.Profile} class
    [all...]
  /packages/apps/Mms/src/com/android/mms/data/
Contact.java 28 import android.provider.ContactsContract.Profile;
44 public static final int CONTACT_METHOD_TYPE_SELF = 3; // the "Me" or profile contact
    [all...]
  /external/oprofile/
ChangeLog-2003 57 * libpp/profile.h:
69 * libpp/profile.h: iterator::vma() must return the full key not only
267 * libpp/profile.h:
494 * doc/oprofile.1.in: document cpu,tid,tgid in profile
537 * libpp/profile.cpp:
538 * libpp/profile.h:
764 * doc/opreport.1.in: fix --merge docs and profile specs
787 every profile class, allow axes of both TID and TGID
    [all...]
  /external/chromium/chrome/browser/ui/cocoa/
browser_window_controller.mm 18 #include "chrome/browser/profiles/profile.h"
328 profile:browser->profile()
509 withProfile:browser_->profile()];
    [all...]
  /external/chromium/chrome/common/
chrome_switches.cc 284 // Disable syncing of autofill Profile.
285 const char kDisableSyncAutofillProfile[] = "disable-sync-autofill-profile";
645 const char kMemoryProfiling[] = "memory-profile";
    [all...]
  /external/antlr/antlr-3.4/tool/src/main/java/org/antlr/
Tool.java 59 private boolean profile = false; field in class:Tool
216 else if (args[i].equals("-profile")) {
735 System.err.println(" -profile generate a parser that computes profiling information");
    [all...]
  /external/antlr/antlr-3.4/tool/src/main/java/org/antlr/codegen/
CodeGenerator.java 134 protected boolean profile; field in class:CodeGenerator
374 outputFileST.add("profile", Boolean.valueOf(profile));
375 headerFileST.add("profile", Boolean.valueOf(profile));
    [all...]
  /external/chromium/chrome/browser/search_engines/
template_url_model.cc 20 #include "chrome/browser/profiles/profile.h"
97 TemplateURLModel::TemplateURLModel(Profile* profile)
98 : profile_(profile),
442 service_ = profile_->GetWebDataService(Profile::EXPLICIT_ACCESS);
617 profile_->GetHistoryService(Profile::EXPLICIT_ACCESS) : NULL;
632 Source<Profile>(profile_->GetOriginalProfile()));
    [all...]
  /external/chromium/chrome/browser/task_manager/
task_manager_resource_providers.cc 196 tab_contents_->profile()->GetExtensionService();
201 tab_contents_->profile()->IsOffTheRecord());
216 tab_contents_->profile()->GetExtensionService();
692 // Add all the existing BackgroundContents from every profile.
694 std::vector<Profile*> profiles(profile_manager->GetLoadedProfiles());
799 Source<Profile>(source)->GetExtensionService();
    [all...]
  /external/antlr/antlr-3.4/antlr-ant/main/antlr3-task/antlr3-src/org/apache/tools/ant/antlr/
ANTLR3.java 100 /** The profile attribute */
101 private boolean profile; field in class:ANTLR3
201 this.profile = enable;
515 if (profile) {
516 commandline.createArgument().setValue("-profile");
  /external/chromium/chrome/browser/autocomplete/
autocomplete_edit_view_gtk.h 32 class Profile;
73 Profile* profile,
158 Profile* profile,
autocomplete_popup_view_gtk.cc 23 #include "chrome/browser/profiles/profile.h"
273 Profile* profile,
275 : model_(new AutocompletePopupModel(this, edit_model, profile)),
280 theme_service_(GtkThemeService::GetFrom(profile)),
  /external/chromium/chrome/browser/instant/
instant_browsertest.cc 14 #include "chrome/browser/profiles/profile.h"
42 InstantController::Enable(browser()->profile());
46 TemplateURLModel* model = browser()->profile()->GetTemplateURLModel();
327 browser()->profile()->GetTemplateURLModel()->GetDefaultSearchProvider();
762 browser()->profile()->GetHostContentSettingsMap()->SetDefaultContentSetting(
    [all...]
  /external/chromium/chrome/browser/safe_browsing/
safe_browsing_blocking_page.cc 21 #include "chrome/browser/profiles/profile.h"
155 return (!tab()->profile()->IsOffTheRecord() &&
352 tab()->profile()->GetPrefs()->FindPreference(
488 PrefService* pref = tab()->profile()->GetPrefs();
603 tab()->profile()->GetPrefs()->FindPreference(
  /external/chromium/chrome/browser/sync/glue/
sync_backend_host.h 34 class Profile;
124 explicit SyncBackendHost(Profile* profile);
458 // the cryptographer's pending keys. This tells the profile sync service
600 Profile* profile_;
  /external/chromium/chrome/browser/ui/views/
browser_actions_container.h 37 class Profile;
288 // Returns the profile this container is associated with.
289 Profile* profile() const { return profile_; } function in class:BrowserActionsContainer
468 Profile* profile_;
  /external/chromium/chrome/browser/ui/webui/chromeos/
imageburner_ui.cc 19 #include "chrome/browser/profiles/profile.h"
479 download_manager_ = tab_contents_->profile()->GetDownloadManager();
670 download_manager_ = tab_contents->profile()->GetDownloadManager();
779 tab_contents->profile()->GetDownloadManager();
818 contents->profile()->GetChromeURLDataManager()->AddDataSource(html_source);
  /external/clang/lib/StaticAnalyzer/Core/
RangeConstraintManager.cpp 53 void Profile(llvm::FoldingSetNodeID &ID) const {
95 /// Profile - Generates a hash profile of this RangeSet for use
97 void Profile(llvm::FoldingSetNodeID &ID) const { ranges.Profile(ID); }

Completed in 775 milliseconds

<<71727374757677787980>>