HomeSort by relevance Sort by last modified time
    Searched refs:Setting (Results 1 - 25 of 55) sorted by null

1 2 3

  /packages/apps/Settings/src/com/android/settings/location/
SettingsInjector.java 65 * If reading the status of a setting takes longer than this, we go ahead and start reading
66 * the next setting.
91 private final Set<Setting> mSettings;
97 mSettings = new HashSet<Setting>();
104 * expected setting metadata.
122 InjectedSetting setting = parseServiceInfo(resolveInfo, pm); local
123 if (setting == null) {
126 settings.add(setting);
155 Log.w(TAG, "Ignoring attempt to inject setting from app not in system image: "
195 * Returns an immutable representation of the static attributes for the setting, or null
354 Setting setting = iter.next(); local
388 public final InjectedSetting setting; field in class:SettingsInjector.Setting
    [all...]
  /external/chromium/chrome/browser/chromeos/
proxy_config_service_impl.h 66 // - the read/write access of a proxy setting
89 struct Setting {
90 Setting() : source(SOURCE_NONE) {}
96 // Proxy setting for mode = direct or auto-detect or using pac script.
97 struct AutomaticProxy : public Setting {
101 // Proxy setting for mode = single-proxy or proxy-per-scheme.
102 struct ManualProxy : public Setting {
237 // True if there's a pending operation to store proxy setting to device.
254 // Operations to retrieve and store proxy setting from and to device
proxy_config_service_impl.cc 101 //---------- ProxyConfigServiceImpl::ProxyConfig::Setting methods --------------
103 bool ProxyConfigServiceImpl::ProxyConfig::Setting::CanBeWrittenByUser(
105 // Setting can only be written by user if user is owner and setting is not
150 // Setting can only be written by user if user is owner and setting is not
152 Setting* setting = NULL; local
157 setting = &automatic_proxy;
160 setting = &single_proxy
    [all...]
  /external/libogg/win32/VS6/
build_ogg_dynamic.bat 11 echo Setting include paths for Ogg
build_ogg_dynamic_debug.bat 11 echo Setting include paths for Ogg
build_ogg_static.bat 11 echo Setting include paths for Ogg
build_ogg_static_debug.bat 11 echo Setting include paths for Ogg
  /hardware/libhardware/
Android.mk 3 # Setting LOCAL_PATH will mess up all-subdir-makefiles, so do it beforehand.
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/
Settings.js 54 this._registry = /** @type {!Object.<string, !WebInspector.Setting>} */ ({});
122 * @return {!WebInspector.Setting}
127 this._registry[key] = new WebInspector.Setting(key, defaultValue, this._eventSupport, window.localStorage);
135 * @return {!WebInspector.Setting}
152 WebInspector.Setting = function(name, defaultValue, eventSupport, storage)
160 WebInspector.Setting.prototype = {
199 console.error("Error saving setting with name:" + this._name);
208 * @extends {WebInspector.Setting}
217 WebInspector.Setting.call(this, name, defaultValue, eventSupport, storage);
221 this._value = defaultValue; // Make sure we're in sync with backend, in case setting fails
    [all...]
  /hardware/libhardware_legacy/
Android.mk 3 # Setting LOCAL_PATH will mess up all-subdir-makefiles, so do it beforehand.
  /external/dropbear/debian/
dropbear.postinst 30 OpenSSH appears to be installed. Setting /etc/default/dropbear so that
  /external/stlport/
configure.bat 4 REM * configure.bat for setting up compiling STLport under Windows
220 echo Setting compiler: Microsoft Visual C++ 6.0
226 echo Setting compiler: Microsoft Visual C++ .NET 2002
232 echo Setting compiler: Microsoft Visual C++ .NET 2003
238 echo Setting compiler: Microsoft Visual C++ 2005
244 echo Setting compiler: Microsoft Visual C++ 2008
258 echo Setting compiler: Intel C++ Compiler
268 echo Setting compiler: Microsoft eMbedded Visual C++ 3
276 echo Setting compiler: Microsoft eMbedded Visual C++ .NET
295 echo Setting compiler: Microsoft Visual C++ .NET 2005 for Windows C
    [all...]
  /device/asus/deb/self-extractors/
generate-packages.sh 264 echo \ \ Setting up $COMPANY-specific makefiles
266 echo \ \ Setting up shared makefiles
  /device/asus/flo/self-extractors/
generate-packages.sh 258 echo \ \ Setting up $COMPANY-specific makefiles
260 echo \ \ Setting up shared makefiles
  /device/asus/grouper/self-extractors/
generate-packages.sh 205 echo \ \ Setting up $COMPANY-specific makefiles
207 echo \ \ Setting up shared makefiles
  /device/asus/tilapia/self-extractors/
generate-packages.sh 184 echo \ \ Setting up $COMPANY-specific makefiles
186 echo \ \ Setting up shared makefiles
  /device/lge/hammerhead/self-extractors/
generate-packages.sh 246 echo \ \ Setting up $COMPANY-specific makefiles
248 echo \ \ Setting up shared makefiles
  /device/lge/mako/self-extractors/
generate-packages.sh 258 echo \ \ Setting up $COMPANY-specific makefiles
260 echo \ \ Setting up shared makefiles
  /device/samsung/manta/self-extractors/
generate-packages.sh 124 echo \ \ Setting up $COMPANY-specific makefiles
126 echo \ \ Setting up shared makefiles
  /build/target/board/generic/
BoardConfig.mk 56 # or negative (before the HW vsync). Setting it to 0 will result in a
58 # will run just after the HW vsync. Setting it to a positive number will
  /external/chromium_org/v8/test/intl/
utils.js 36 'Setting value: ' + value);
  /external/chromium_org/v8/test/mjsunit/regress/
readonly4.js 67 // Directly setting x should fail.
71 // Setting x through IC should fail.
  /external/chromium_org/v8/test/mjsunit/
stack-traces-custom-lazy.js 37 // We expect custom formatting to be lazy. Setting the custom
  /external/chromium_org/chrome/renderer/resources/extensions/
ad_view.js 364 // Note: Setting the 'src' property directly, as calling setAttribute has no
372 // Note: Setting the 'src' property directly, as calling setAttribute has no
423 // Note: Setting the 'src' property directly, as calling setAttribute has
430 // Note: Setting the 'src' property directly, as calling setAttribute has
443 console.error('Setting the "src" attribute of an <adview> ' +
  /external/chromium_org/chrome/browser/resources/file_manager/js/
metrics.js 115 // Setting min to 1 looks strange but this is exactly the recommended way

Completed in 517 milliseconds

1 2 3