/external/antlr/antlr-3.4/runtime/Ruby/ |
rakefile | 35 "test/functional/debugging/profile-mode.rb",
|
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/CSharp2/ |
Dbg.stg | 56 <if(profile)> 68 <if(profile)> 90 <! Same except we add port number and profile stuff if root grammar !> 139 <if(profile)>
|
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/CSharp3/ |
Dbg.stg | 55 <if(profile)> 67 <if(profile)> 89 <! Same except we add port number and profile stuff if root grammar !> 138 <if(profile)>
|
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/Python/ |
Dbg.stg | 82 <if(profile)> 100 <if(profile)> 123 <! Same except we add port number and profile stuff if root grammar !> 171 <if(profile)>
|
/external/bluetooth/bluez/plugins/ |
pnat.c | 365 sdp_profile_desc_t profile; local 384 sdp_uuid16_create(&profile.uuid, DIALUP_NET_PROFILE_ID); 385 profile.version = 0x0100; 386 pfseq = sdp_list_append(NULL, &profile);
|
/external/bluetooth/bluez/test/ |
ipctest.c | 1038 IF_CMD(profile) { 1039 char *profile = NULL; local 1041 if (sscanf(line, "%*s %as", &profile) != 1) 1042 DBG("set with profile [hsp|a2dp]"); 1043 if (strncmp(profile, "hsp", 4) == 0) { 1045 } else if (strncmp(profile, "a2dp", 5) == 0) { 1048 DBG("set with profile [hsp|a2dp]"); 1051 free(profile); 1052 DBG("profile %s", u->transport == BT_CAPABILITIES_TRANSPORT_SCO ?
|
/external/bluetooth/bluez/tools/ |
ciptool.1 | 20 ciptool \- Bluetooth Common ISDN Access Profile (CIP)
|
/external/chromium/chrome/browser/autocomplete/ |
autocomplete_edit.h | 26 class Profile; 105 Profile* profile); 120 // Invoked when the profile has changed. 121 void SetProfile(Profile* profile); 123 Profile* profile() const { return profile_; } function in class:AutocompleteEditModel 535 Profile* profile_;
|
autocomplete_edit_view_browsertest.cc | 20 #include "chrome/browser/profiles/profile.h" 257 TemplateURLModel* model = browser()->profile()->GetTemplateURLModel(); 287 Profile* profile = browser()->profile(); local 289 profile->GetHistoryService(Profile::EXPLICIT_ACCESS); 295 Source<Profile>(profile)); 299 BookmarkModel* bookmark_model = profile->GetBookmarkModel() [all...] |
extension_app_provider_unittest.cc | 42 history_service_ = profile_->GetHistoryService(Profile::EXPLICIT_ACCESS);
|
/external/chromium/chrome/browser/ |
background_mode_manager_linux.cc | 39 // This functionality is only defined for default profile, currently.
|
/external/chromium/chrome/browser/chromeos/frame/ |
dom_browser_view.cc | 23 BrowserFrame::Create(view, browser->profile());
|
/external/chromium/chrome/browser/chromeos/login/ |
wizard_controller_browsertest.cc | 80 // Checking the default locale. Provided that the profile is cleared in SetUp. 110 virtual Browser* CreateBrowser(Profile* profile) { 111 Browser* ret = WizardControllerTest::CreateBrowser(profile);
|
/external/chromium/chrome/browser/extensions/ |
extension_updater.h | 33 class Profile; 176 Profile* profile, 350 Profile* profile_;
|
user_script_listener.h | 75 // TODO(mpcomplete): the rest of this stuff should really be per-profile, but
|
/external/chromium/chrome/browser/importer/ |
firefox_importer_utils_win.cc | 67 // The default location of the profile folder containing user data is
|
firefox_profile_lock_win.cc | 10 // profile/dirserviceprovider/src/nsProfileLock.cpp
|
profile_import_process_client.cc | 93 // Data messages containing items to be written to the user profile.
|
profile_import_process_host.h | 26 // Browser-side host to a profile import process. This class lives only on
|
/external/chromium/chrome/browser/metrics/ |
metrics_response.cc | 49 } else if (strcmp(type, "profile") == 0) {
|
/external/chromium/chrome/browser/net/ |
net_pref_observer.cc | 11 #include "chrome/browser/profiles/profile.h"
|
resolve_proxy_msg_helper.h | 30 // If |proxy_service| is NULL, then the main profile's proxy service will
|
/external/chromium/chrome/browser/notifications/ |
notifications_prefs_cache.h | 20 // of the profile preferences are initialized. Once is_initialized() is set,
|
/external/chromium/chrome/browser/policy/ |
device_policy_identity_strategy.cc | 14 #include "chrome/browser/profiles/profile.h"
|
policy_path_parser.h | 32 // ${profile} - The home folder for the current user.
|