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

<<61626364656667686970>>

  /packages/apps/Settings/src/com/android/settings/bluetooth/
BluetoothDeviceFilter.java 142 /** Filter that matches devices that support PAN User (PANU) profile. */
156 /** Filter that matches devices that support NAP profile. */
LocalBluetoothAdapter.java 93 BluetoothProfile.ServiceListener listener, int profile) {
94 mAdapter.getProfileProxy(context, listener, profile);
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/usb/
cdc.h 156 * section 3.6.2.1 table 4 has the ACM profile, for modems.
157 * section 3.8.2 table 10 has the ethernet profile.
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/usb/
cdc.h 156 * section 3.6.2.1 table 4 has the ACM profile, for modems.
157 * section 3.8.2 table 10 has the ethernet profile.
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/usb/
cdc.h 156 * section 3.6.2.1 table 4 has the ACM profile, for modems.
157 * section 3.8.2 table 10 has the ethernet profile.
  /external/aac/libAACenc/src/
metadata_compressor.cpp 167 DRC_PROFILE profile[2]; /*!< DRC profile. */ member in struct:DRC_COMP
193 * Profile tables.
588 drcComp->profile[0] = profileLine;
589 drcComp->profile[1] = profileRF;
592 /* get profile index */
593 switch (drcComp->profile[i]) {
604 /* get parameters for selected profile */
655 if ((drcComp->profile[0] != DRC_NONE) || (drcComp->profile[1] != DRC_NONE))
    [all...]
  /external/chromium/chrome/browser/extensions/
extension_updater_unittest.cc 142 Profile* profile() { return &profile_; } function in class:MockService
393 service.profile(), 60*60*24);
446 service.profile(), 60*60*24);
558 service.profile(), kUpdateFrequencySecs);
599 service.profile(), kUpdateFrequencySecs);
636 service->profile(),
709 service->profile(),
779 service.profile(), kUpdateFrequencySecs);
825 service.profile(), kUpdateFrequencySecs)
    [all...]
extension_context_menu_browsertest.cc 10 #include "chrome/browser/profiles/profile.h"
150 return browser()->profile()->GetExtensionService()->menu_manager();
157 browser()->profile()->GetExtensionService()->extensions();
405 ui_test_utils::OpenURLOffTheRecord(browser()->profile(), GURL("about:blank"));
417 browser()->profile()->GetOffTheRecordProfile(),
  /build/core/combo/
TARGET_linux-arm.mk 187 # The profile will be generated on /data/local/tmp/profile on the device.
188 TARGET_FDO_CFLAGS := -fprofile-generate=/data/local/tmp/profile -DANDROID_FDO
192 # Set TARGET_FDO_PROFILE_PATH to set a custom profile directory for your build.
201 # If the FDO profile directory can't be found, then FDO is off.
  /device/samsung/crespo/sec_mm/sec_omx/sec_codecs/video/mfc_c110/include/
SsbSipMfcApi.h 35 VC1_DEC, /* VC1 advaced Profile decoding */
41 VC1RCV_DEC, /* VC1 simple/main profile decoding */
198 int ProfileIDC; // [IN] profile
211 int Transform8x8Mode; // [IN] Allow 8x8 transform(This is allowed only for high profile)
241 int ProfileIDC; // [IN] profile
  /external/antlr/antlr-3.4/antlr3-maven-plugin/src/main/java/org/antlr/mojo/antlr3/
Antlr3Mojo.java 100 * profile information at runtime.
104 protected boolean profile; field in class:Antlr3Mojo
281 log.debug("ANTLR: profile : " + profile);
318 tool.setProfile(profile);
  /external/chromium/chrome/browser/history/
top_sites.h 31 class Profile;
52 explicit TopSites(Profile* profile);
318 Profile* profile_;
344 // enough Top Sites (new profile), we store it until the next
  /external/chromium/chrome/browser/importer/
firefox_importer_utils.cc 56 std::string current_profile = StringPrintf("Profile%d", i);
73 // path of profiles.ini. IsRelative=0 refers to a custom profile
79 // We only import the default profile when multiple profiles exist,
85 // We have found the default profile.
296 // profile directory.
  /external/chromium/chrome/browser/metrics/
metrics_log.cc 98 OPEN_ELEMENT_FOR_SCOPE("profile");
309 OPEN_ELEMENT_FOR_SCOPE("profile");
401 DictionaryValue* profile; local
403 &profile))
404 WriteProfileMetrics(key_name.substr(profile_prefix.size()), *profile);
  /external/chromium/chrome/browser/net/websocket_experiment/
websocket_experiment_task.cc 9 #include "chrome/browser/profiles/profile.h"
38 Profile::GetDefaultRequestContext();
39 // Profile::GetDefaultRequestContext() is initialized lazily, on the UI
57 Profile::GetDefaultRequestContext();
58 // Profile::GetDefaultRequestContext() is initialized lazily, on the UI
  /external/chromium/chrome/browser/prerender/
prerender_manager.cc 14 #include "chrome/browser/profiles/profile.h"
111 PrerenderManager::PrerenderManager(Profile* profile)
114 profile_(profile),
404 tab_contents->profile()->GetPrerenderManager();
  /external/chromium/chrome/browser/
shell_integration_win.cc 38 // Helper function for ShellIntegration::GetAppId to generates profile id
39 // from profile path. "profile_id" is composed of sanitized basenames of
40 // user data dir and profile dir joined by a ".".
48 // dir and is the default profile.
56 // Get joined basenames of user data dir and profile.
  /external/chromium/chrome/browser/themes/
theme_service.cc 12 #include "chrome/browser/profiles/profile.h"
208 void ThemeService::Init(Profile* profile) {
210 profile_ = profile;
218 Source<Profile>(profile_));
  /external/chromium/chrome/browser/ui/cocoa/bookmarks/
bookmark_bar_folder_controller_unittest.mm 132 BookmarkModel* model = helper_.profile()->GetBookmarkModel();
176 BookmarkModel* model = helper_.profile()->GetBookmarkModel();
184 BookmarkModel* model = helper_.profile()->GetBookmarkModel();
292 BookmarkModel* model = helper_.profile()->GetBookmarkModel();
683 BookmarkModel& model(*helper_.profile()->GetBookmarkModel());
756 BookmarkModel& model(*helper_.profile()->GetBookmarkModel());
820 BookmarkModel& model(*helper_.profile()->GetBookmarkModel());
    [all...]
bookmark_bubble_controller.mm 256 model_->profile());
283 model_->profile());
302 model_->profile());
332 model_->profile());
349 model_->profile());
  /external/chromium/chrome/common/net/gaia/
gaia_auth_fetcher_unittest.cc 379 TestingProfile profile; local
401 TestingProfile profile; local
424 TestingProfile profile; local
454 TestingProfile profile; local
479 TestingProfile profile; local
  /external/clang/include/clang/StaticAnalyzer/Core/BugReporter/
BugReporter.h 216 /// Profile to identify equivalent bug reports for error report coalescing.
219 virtual void Profile(llvm::FoldingSetNodeID& hash) const;
261 void Profile(llvm::FoldingSetNodeID& ID) const {
263 Reports.front().Profile(ID);
356 /// folded based on the profile value, which is done to coalesce similar
  /external/clang/lib/StaticAnalyzer/Core/
ExplodedGraph.cpp 240 // Profile 'State' to determine if we already have an existing node.
241 llvm::FoldingSetNodeID profile; local
244 NodeTy::Profile(profile, L, State, IsSink);
245 NodeTy* V = Nodes.FindNodeOrInsertPos(profile, InsertPos);
  /external/icu4c/tools/gensprep/
gensprep.c 16 * This program reads the Profile.txt files,
17 * parses them, and extracts the data for StringPrep profile.
102 "create a binary file [package-name]_[bundle-name]." DATA_TYPE " with the StringPrep profile data\n"
127 "\t-k or --check-bidi turn on the option for checking for BiDi in the profile\n"
128 "\t-u or --unicode version of Unicode to be used with this profile followed by the version\n"
  /external/webkit/Source/ThirdParty/ANGLE/src/libGLESv2/
Blit.cpp 186 bool Blit::setShader(ShaderId source, const char *profile,
201 HRESULT hr = D3DXCompileShader(mShaderSource[source], strlen(mShaderSource[source]), NULL, NULL, "main", profile, 0, &shaderCode, NULL, NULL);
205 ERR("Failed to compile %s shader for blit operation %d, error 0x%08X.", profile, (int)source, hr);
213 ERR("Failed to create %s shader for blit operation %d, error 0x%08X.", profile, (int)source, hr);
226 ERR("Failed to set %s shader for blit operation %d, error 0x%08X.", profile, (int)source, hr);

Completed in 599 milliseconds

<<61626364656667686970>>