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

1 2 3

  /packages/apps/Settings/src/com/android/settings/fuelgauge/
ButtonActionDialogFragment.java 35 DialogType.DISABLE,
40 int DISABLE = 0;
86 case DialogType.DISABLE:
AppButtonsPreferenceController.java 226 // then offer to downgrade the app, otherwise only offer to disable the
231 showDialogInner(ButtonActionDialogFragment.DialogType.DISABLE);
279 case ButtonActionDialogFragment.DialogType.DISABLE:
380 // "uninstall" is actually "downgrade to the system version + disable", and "downgrade"
392 // If the uninstall intent is already queued, disable the uninstall button
541 // Disable button for core system applications.
660 * Changes the status of disable/enable for a package
  /external/curl/packages/vms/
curl_crtl_init.c 47 #pragma message disable misalgndmem
59 #define DISABLE "DISABLE"
63 #define DISABLE 0
200 set_feature_default("DECC$DISABLE_POSIX_ROOT", DISABLE);
generate_vax_transfer.com 236 .DISABLE GLOBAL
  /device/linaro/bootloader/arm-trusted-firmware/plat/nvidia/tegra/soc/t186/
plat_memctrl.c 100 mc_make_sec_cfg(AXISW, SECURE, NO_OVERRIDE, DISABLE),
103 mc_make_sec_cfg(GPUSWR2, SECURE, NO_OVERRIDE, DISABLE),
115 mc_make_sec_cfg(GPUSRD, SECURE, NO_OVERRIDE, DISABLE),
125 mc_make_sec_cfg(AXISR, SECURE, NO_OVERRIDE, DISABLE),
156 mc_make_sec_cfg(GPUSWR, SECURE, NO_OVERRIDE, DISABLE),
159 mc_make_sec_cfg(GPUSRD2, SECURE, NO_OVERRIDE, DISABLE),
  /platform_testing/libraries/app-helpers/interfaces/auto/src/android/platform/helpers/
IAutoSUWHelper.java 57 DISABLE("disable");
148 * @param enableDisable - enum enableDisable to enable/disable
  /frameworks/av/media/libaudioclient/
IEffect.cpp 33 DISABLE,
56 status_t disable() function in class:android::BpEffect
58 ALOGV("disable");
61 remote()->transact(DISABLE, data, &reply);
148 case DISABLE: {
149 ALOGV("DISABLE");
151 reply->writeInt32(disable());
  /external/valgrind/memcheck/tests/
err_disable_arange1.stderr.exp 40 WARNING: VALGRIND_{DISABLE,ENABLE}_ERROR_REPORTING_IN_RANGE macros.
  /external/syslinux/gpxe/src/drivers/net/
legacy.c 71 nic->nic_op->irq ( nic, ( enable ? ENABLE : DISABLE ) );
86 void ( * disable ) ( struct nic *nic, void *hwdev ) ) {
131 disable ( &nic, hwdev );
140 void ( * disable ) ( struct nic *nic, void *hwdev ) ) {
145 disable ( nic, hwdev );
virtio-net.c 199 case DISABLE :
3c5x9.c 64 /* Disable the card */
293 case DISABLE :
3c595.c 99 /* Disable the card */
383 printf(": disable 'auto select' with DOS util!");
420 /* First, disable all. */
461 case DISABLE :
cs89x0.c 359 /* disable interrupts and memory accesses */
464 case DISABLE :
depca.c 320 #define DRTY 0x0020 /* Disable Retry */
322 #define DTCR 0x0008 /* Disable Transmit CRC */
324 #define DTX 0x0002 /* Disable the Transmitter */
325 #define DRX 0x0001 /* Disable the Receiver */
646 DISABLE - Turn off ethernet interface
660 case DISABLE :
epic100.c 148 /* Disable ALL interrupts by setting the interrupt mask. */
433 case DISABLE :
  /packages/apps/Settings/tests/robotests/src/com/android/settings/fuelgauge/
ButtonActionDialogFragmentTest.java 47 private static final int DISABLE_ID = ButtonActionDialogFragment.DialogType.DISABLE;
  /frameworks/base/core/java/android/net/nsd/
NsdManager.java 205 public static final int DISABLE = BASE + 25;
233 EVENT_NAMES.put(DISABLE, "DISABLE");
  /hardware/interfaces/graphics/composer/2.1/
IComposerClient.hal 114 /** Disable vsync. */
115 DISABLE = 2,
563 * @param enabled indicates whether to enable or disable vsync
    [all...]
  /external/syslinux/gpxe/src/include/
nic.h 25 DISABLE = 0,
81 void ( * disable ) ( struct nic *nic, void *hwdev ));
84 void ( * disable ) ( struct nic *nic, void *hwdev ) );
  /frameworks/base/services/tests/servicestests/src/com/android/server/webkit/
WebViewUpdateServiceTest.java 469 // otherwise we had to disable the first package, in which case its dependents
537 // Verify that we disable the fallback package if fallback logic enabled, and don't disable
626 UNINSTALL, DISABLE, HIDE
658 boolean enabled = !(removalType == PackageRemovalType.DISABLE);
661 // Disable primary package and ensure fallback becomes enabled and used
667 removalType == PackageRemovalType.DISABLE
683 removalType == PackageRemovalType.DISABLE
    [all...]
  /external/python/cpython2/Lib/plat-unixware7/
IN.py 490 def FSPIN_LOCK(l): return DISABLE()
492 def FSPIN_TRYLOCK(l): return (DISABLE(), B_TRUE)
  /hardware/interfaces/graphics/composer/2.1/utils/vts/
ComposerVts.cpp 279 (enabled) ? IComposerClient::Vsync::ENABLE : IComposerClient::Vsync::DISABLE;
  /frameworks/base/services/core/java/com/android/server/
NsdService.java 264 case NsdManager.DISABLE:
575 mNsdStateMachine.sendMessage(isEnabled ? NsdManager.ENABLE : NsdManager.DISABLE);
    [all...]
  /frameworks/base/core/java/android/os/
StrictMode.java 146 * Boolean system property to disable strict mode checks outright. Set this to 'true' to force
147 * disable; 'false' has no effect on other enable/disable policy.
151 public static final String DISABLE_PROPERTY = "persist.sys.strictmode.disable";
168 * Quick feature-flag that can be used to disable the defaults provided by {@link
171 private static final boolean DISABLE = false;
524 /** Disable the detection of everything. */
526 return disable(ALL_THREAD_DETECT_BITS);
534 /** Disable detection of network operations. */
536 return disable(DETECT_NETWORK)
675 private Builder disable(int bit) { method in class:StrictMode.ThreadPolicy.Builder
1039 Builder disable(int bit) { method in class:StrictMode.VmPolicy.Builder
    [all...]
  /external/autotest/client/bin/net/
net_utils.py 115 ENABLE, DISABLE = (True, False)
137 # don't disable loopback until the IP address is restored.
295 if (self._set_loopback('phyint', 'disable') > 0 and
296 self._set_loopback('mac', 'disable') > 0):
297 raise error.TestError('Unable to disable loopback')
416 def disable(self): member in class:bonding

Completed in 807 milliseconds

1 2 3