HomeSort by relevance Sort by last modified time
    Searched refs:setting (Results 101 - 125 of 700) sorted by null

1 2 3 45 6 7 8 91011>>

  /frameworks/base/tests/FixVibrateSetting/src/com/android/fixvibratesetting/
FixVibrateSetting.java 68 int setting = mAudioManager.getVibrateSetting(vibrateType); local
69 switch (setting) {
  /packages/apps/TvSettings/QuickSettings/src/com/android/tv/quicksettings/
DialogAdapter.java 29 private final ArrayList<Setting> mSettings;
34 public DialogAdapter(ArrayList<Setting> settings, int pivotX, int pivotY,
54 Setting s = vh.mSetting;
76 Setting s = mSettings.get(position);
93 private Setting mSetting;
100 public void setSetting(Setting setting) {
101 mSetting = setting;
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/x86/
galign.go 23 fmt.Fprintf(os.Stderr, "unsupported setting GO386=%s\n", v)
  /prebuilts/go/darwin-x86/src/net/
cgo_linux.go 17 // and similarly for IPv6), but in practice setting it causes
  /prebuilts/go/darwin-x86/src/runtime/
extern.go 20 is GOGC=100. Setting GOGC=off disables the garbage collector entirely.
25 It is a comma-separated list of name=val pairs setting these named variables:
27 allocfreetrace: setting allocfreetrace=1 causes every allocation to be
30 cgocheck: setting cgocheck=0 disables all checks for packages
32 Setting cgocheck=1 (the default) enables relatively cheap
33 checks that may miss some errors. Setting cgocheck=2 enables
37 efence: setting efence=1 causes the allocator to run in a mode
41 gccheckmark: setting gccheckmark=1 enables verification of the
47 gcpacertrace: setting gcpacertrace=1 causes the garbage collector to
50 gcshrinkstackoff: setting gcshrinkstackoff=1 disables moving goroutine
    [all...]
debug.go 13 // simultaneously and returns the previous setting. If n < 1, it does not
14 // change the current setting.
  /prebuilts/go/linux-x86/src/cmd/compile/internal/x86/
galign.go 23 fmt.Fprintf(os.Stderr, "unsupported setting GO386=%s\n", v)
  /prebuilts/go/linux-x86/src/net/
cgo_linux.go 17 // and similarly for IPv6), but in practice setting it causes
  /prebuilts/go/linux-x86/src/runtime/
extern.go 20 is GOGC=100. Setting GOGC=off disables the garbage collector entirely.
25 It is a comma-separated list of name=val pairs setting these named variables:
27 allocfreetrace: setting allocfreetrace=1 causes every allocation to be
30 cgocheck: setting cgocheck=0 disables all checks for packages
32 Setting cgocheck=1 (the default) enables relatively cheap
33 checks that may miss some errors. Setting cgocheck=2 enables
37 efence: setting efence=1 causes the allocator to run in a mode
41 gccheckmark: setting gccheckmark=1 enables verification of the
47 gcpacertrace: setting gcpacertrace=1 causes the garbage collector to
50 gcshrinkstackoff: setting gcshrinkstackoff=1 disables moving goroutine
    [all...]
debug.go 13 // simultaneously and returns the previous setting. If n < 1, it does not
14 // change the current setting.
  /toolchain/binutils/binutils-2.25/binutils/testsuite/binutils-all/
copy-2.d 4 #name: copy with setting section flags 2
  /external/syslinux/gpxe/src/drivers/net/phantom/
phantom.c 1613 struct setting *setting; member in struct:phantom_clp_setting
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/builderTemplate/
buildAll.bat 8 REM default setting for buildType
11 REM default setting for buildID
  /packages/apps/Settings/src/com/android/settings/utils/
ServiceListing.java 79 mContentResolver.registerContentObserver(Settings.Secure.getUriFor(mConfig.setting),
88 final String flat = Settings.Secure.getString(context.getContentResolver(), config.setting);
139 Settings.Secure.putString(mContentResolver, mConfig.setting,
145 final String flat = Settings.Secure.getString(mContentResolver, mConfig.setting);
  /packages/services/Car/tests/EmbeddedKitchenSinkApp/src/com/google/android/car/kitchensink/setting/
TimePickerDialogFragment.java 16 package com.google.android.car.kitchensink.setting;
  /packages/services/Car/tests/EmbeddedKitchenSinkApp/src/com/google/android/car/kitchensink/setting/usb/
UsbDevicePreference.java 16 package com.google.android.car.kitchensink.setting.usb;
26 * Setting preferabce used for USB devices.
  /platform_testing/tests/functional/notificationtests/src/com/android/notification/functional/
NotificationDNDTests.java 96 int setting = mNotificationManager.getCurrentInterruptionFilter(); local
108 mNotificationManager.setInterruptionFilter(setting);
117 int setting = mNotificationManager.getCurrentInterruptionFilter(); local
143 mNotificationManager.setInterruptionFilter(setting);
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/arc/
alias.s 60 # flag setting
69 # conditional execution + flag setting
  /frameworks/opt/net/wifi/service/java/com/android/server/wifi/scanner/
BackgroundScanScheduler.java 194 * convert the setting for this bucket to HAL representation
204 WifiScanner.ScanSettings setting = mScanSettingsList.get(i); local
205 int requestedReportEvents = setting.reportEvents;
217 // setting in the settings list will be used to configure this bucket.
219 if (i == 0 && setting.maxPeriodInMs != 0
220 && setting.maxPeriodInMs != setting.periodInMs) {
224 bucketIndex = findBestRegularBucketIndex(setting.periodInMs,
227 maxPeriodInMs = (setting.maxPeriodInMs < period)
229 : setting.maxPeriodInMs
    [all...]
  /external/libpng/scripts/
options.awk 47 # you need a " in a 'setting' in pnglibconf.dfa it must also be @'!
75 # for each setting:
76 setting[""] = "" # requires by setting
78 doneset[""] = 1 # marks setting as having been output
245 # sets SETTING VALUE+ )*
247 # Declares an option 'NAME' and describes its default setting (disabled)
254 # setting of the target option.
412 # setting MACRO ( requires MACRO* )* [ default VALUE ]
423 $1 == "setting" && (NF == 2 || NF >= 3 && ($3 == "requires" || $3 == "default"))
    [all...]
  /prebuilts/go/darwin-x86/src/runtime/debug/
garbage.go 87 // SetGCPercent returns the previous setting.
88 // The initial setting is the value of the GOGC environment variable
109 // SetMaxStack returns the previous setting.
110 // The initial setting is 1 GB on 64-bit systems, 250 MB on 32-bit systems.
122 // SetMaxThreads returns the previous setting.
123 // The initial setting is 10,000 threads.
145 // It returns the previous setting.
  /prebuilts/go/linux-x86/src/runtime/debug/
garbage.go 87 // SetGCPercent returns the previous setting.
88 // The initial setting is the value of the GOGC environment variable
109 // SetMaxStack returns the previous setting.
110 // The initial setting is 1 GB on 64-bit systems, 250 MB on 32-bit systems.
122 // SetMaxThreads returns the previous setting.
123 // The initial setting is 10,000 threads.
145 // It returns the previous setting.
  /frameworks/base/packages/SystemUI/src/com/android/systemui/tuner/
NavBarTuner.java 133 private void bindButton(String setting, String def, String k) {
158 }), setting);
161 setValue(setting, type, keycode, icon);
181 setValue(setting, type, keycode, icon);
213 private void setValue(String setting, ListPreference type, Preference keycode,
225 Dependency.get(TunerService.class).setValue(setting, button);
  /build/make/core/combo/
javac.mk 26 # The actual compiler can be wrapped by setting the JAVAC_WRAPPER var.
  /frameworks/base/services/net/java/android/net/util/
MultinetworkPolicyTracker.java 168 String setting = Settings.Global.getString(mResolver, NETWORK_METERED_MULTIPATH_PREFERENCE); local
170 mMeteredMultipathPreference = Integer.parseInt(setting);

Completed in 1135 milliseconds

1 2 3 45 6 7 8 91011>>