Searched
full:profile (Results
1926 -
1950 of
3371) sorted by null
<<71727374757677787980>>
/external/antlr/antlr-3.4/gunit-maven-plugin/ |
pom.xml | 90 <profile> 116 </profile>
|
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Test/ |
Antlr3.Runtime.Test.csproj | 155 <!--<GrammarOptions>-profile</GrammarOptions>--> 184 <!--<GrammarOptions>-profile</GrammarOptions>-->
|
/external/antlr/antlr-3.4/runtime/Ruby/ |
History.txt | 22 - changed references to Parser#token_stream to Parser#input in `antlr3/profile.rb' to 23 avoid "private method token_stream called" errors in profile mode
|
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/test/ |
grammar.rb | 252 options[ :profile ] and parts << '-profile'
|
/external/antlr/antlr-3.4/runtime/Ruby/lib/ |
antlr3.rb | 190 autoload :Profile, 'antlr3/profile'
|
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/ObjC/ |
Dbg.stg | 56 <if(profile)> 78 <if(profile)>
|
/external/chromium/chrome/browser/chromeos/login/ |
screen_locker_browsertest.cc | 288 // Ensure there's a profile or this test crashes. 308 // Ensure there's a profile or this test crashes.
|
/external/chromium/chrome/browser/content_settings/ |
content_settings_base_provider.cc | 100 // If this map is not for an incognito profile, these searches will never 192 // If this map is not for an incognito profile, these searches will never
|
/external/chromium/chrome/browser/extensions/ |
app_process_apitest.cc | 9 #include "chrome/browser/profiles/profile.h" 103 ASSERT_EQ(1u, BrowserList::GetBrowserCount(browser()->profile()));
|
/external/chromium/chrome/browser/importer/ |
importer_unittest.cc | 61 // Creates a new profile in a new subdirectory in the temp directory. 66 profile_path_ = test_path.AppendASCII("profile"); 110 static_cast<Profile*>(NULL), items, make_scoped_refptr(writer), true)); 210 // Profile is ready for writing. 399 static_cast<Profile*>(NULL), 577 // Profile is ready for writing. 695 static_cast<Profile*>(NULL), 782 // Profile is ready for writing. [all...] |
/external/chromium/chrome/browser/password_manager/ |
password_manager_unittest.cc | 33 MOCK_METHOD0(GetProfileForPasswordManager, Profile*()); 122 scoped_ptr<Profile> profile_;
|
/external/chromium/chrome/browser/safe_browsing/ |
malware_details.cc | 12 #include "chrome/browser/profiles/profile.h" 76 request_context_getter_(tab_contents->profile()->GetRequestContext()),
|
/external/chromium/chrome/browser/sync/glue/ |
sync_backend_host.cc | 17 #include "chrome/browser/profiles/profile.h" 60 SyncBackendHost::SyncBackendHost(Profile* profile) 64 profile_(profile), 115 profile_->GetHistoryService(Profile::IMPLICIT_ACCESS)); 127 profile_->GetPasswordStore(Profile::IMPLICIT_ACCESS); 331 // Check for the presence of autofill profile root node. 339 // profile node. [all...] |
/external/chromium/chrome/browser/ui/cocoa/extensions/ |
extension_infobar_controller.mm | 148 profile:extensionHost->profile()
|
/external/chromium/chrome/browser/ui/cocoa/ |
search_engine_dialog_controller.mm | 12 #include "chrome/browser/profiles/profile.h" 67 @synthesize profile = profile_;
|
/external/chromium/chrome/browser/ui/webui/chromeos/ |
enterprise_enrollment_ui.cc | 14 #include "chrome/browser/profiles/profile.h" 288 tab_contents()->profile()->GetChromeURLDataManager()->AddDataSource(
|
keyboard_overlay_ui.cc | 13 #include "chrome/browser/profiles/profile.h" 306 contents->profile()->GetChromeURLDataManager()->AddDataSource(html_source);
|
register_page_ui.cc | 22 #include "chrome/browser/profiles/profile.h" 317 contents->profile()->GetChromeURLDataManager()->AddDataSource(html_source);
|
/external/chromium/chrome/browser/ui/webui/ |
downloads_dom_handler.cc | 22 #include "chrome/browser/profiles/profile.h" 55 dlm->profile()->GetChromeURLDataManager()->AddDataSource(
|
/external/chromium/chrome/browser/ui/webui/options/chromeos/ |
cros_language_options_handler.cc | 16 #include "chrome/browser/profiles/profile.h" 191 language_code, Profile::APP_LOCALE_CHANGED_VIA_SETTINGS);
|
/external/chromium/chrome/browser/visitedlink/ |
visitedlink_master.cc | 27 #include "chrome/browser/profiles/profile.h" 207 Profile* profile) { 208 InitMembers(listener, profile); 235 void VisitedLinkMaster::InitMembers(Listener* listener, Profile* profile) { 246 profile_ = profile; 834 history_service = profile_->GetHistoryService(Profile::EXPLICIT_ACCESS); [all...] |
/external/clang/runtime/compiler-rt/ |
Makefile | 89 full-i386 profile-i386 asan-i386 93 full-x86_64 profile-x86_64 asan-x86_64
|
/external/dbus/tools/ |
dbus-monitor.c | 210 fprintf (stderr, "Usage: %s [--system | --session | --address ADDRESS] [--monitor | --profile ] [watch expressions]\n", name); 267 else if (!strcmp (arg, "--profile"))
|
/external/llvm/include/llvm/ADT/ |
ImmutableIntervalMap.h | 79 static void Profile(FoldingSetNodeID &ID, value_type_ref V) { 82 ImutProfileInfo<T>::Profile(ID, V.second);
|
/external/llvm/include/llvm/CodeGen/ |
MachineMemOperand.h | 165 /// Profile - Gather unique data for the object. 167 void Profile(FoldingSetNodeID &ID) const;
|
Completed in 849 milliseconds
<<71727374757677787980>>