/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
|
/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 | 55 this._registry = /** @type {!Object.<string, !WebInspector.Setting>} */ ({}); 127 * @return {!WebInspector.Setting} 132 this._registry[key] = new WebInspector.Setting(key, defaultValue, this._eventSupport, window.localStorage); 140 * @return {!WebInspector.Setting} 157 WebInspector.Setting = function(name, defaultValue, eventSupport, storage) 165 WebInspector.Setting.prototype = { 212 console.error("Error saving setting with name:" + this._name); 221 * @extends {WebInspector.Setting} 230 WebInspector.Setting.call(this, name, defaultValue, eventSupport, storage); 247 WebInspector.log("Error applying setting " + this._name + ": " + error) [all...] |
/hardware/libhardware_legacy/ |
Android.mk | 3 # Setting LOCAL_PATH will mess up all-subdir-makefiles, so do it beforehand.
|
/external/chromium_org/native_client_sdk/src/examples/api/core/ |
test.js | 19 test.log('Setting delay to ' + delayMs + 'ms');
|
/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 | 210 echo \ \ Setting up $COMPANY-specific makefiles 212 echo \ \ Setting up shared makefiles
|
/device/asus/tilapia/self-extractors/ |
generate-packages.sh | 189 echo \ \ Setting up $COMPANY-specific makefiles 191 echo \ \ Setting up shared makefiles
|
/device/lge/hammerhead/self-extractors/ |
generate-packages.sh | 253 echo \ \ Setting up $COMPANY-specific makefiles 255 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/native_client_sdk/src/doc/reference/ |
nacl-manifest-format.rst | 72 Setting a higher optimization level will improve the application's
|
/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 | 357 // Note: Setting the 'src' property directly, as calling setAttribute has no 365 // Note: Setting the 'src' property directly, as calling setAttribute has no 416 // Note: Setting the 'src' property directly, as calling setAttribute has 423 // Note: Setting the 'src' property directly, as calling setAttribute has 436 console.error('Setting the "src" attribute of an <adview> ' +
|